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

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

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

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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=624, name=Thread-493, state=RUNNABLE, group=TGRP-TestSearcherManager]
Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J0/temp/lucene.search.TestSearcherManager_9D05C51E17C1FCBE-001/tempDir-001/_2q_BlockTreeOrds_0.tipo: Too many open files
	at __randomizedtesting.SeedInfo.seed([9D05C51E17C1FCBE]:0)
	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:677)
Caused by: java.nio.file.FileSystemException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J0/temp/lucene.search.TestSearcherManager_9D05C51E17C1FCBE-001/tempDir-001/_2q_BlockTreeOrds_0.tipo: Too many open files
	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
	at java.nio.channels.FileChannel.open(FileChannel.java:287)
	at java.nio.channels.FileChannel.open(FileChannel.java:335)
	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2883)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:747)
	at org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsReader.<init>(OrdsBlockTreeTermsReader.java:85)
	at org.apache.lucene.codecs.blocktreeords.BlockTreeOrdsPostingsFormat.fieldsProducer(BlockTreeOrdsPostingsFormat.java:93)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:315)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:395)
	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:114)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:84)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:177)
	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:219)
	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:109)
	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:526)
	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:116)
	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:665)


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

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:33015/_ui/j

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:33015/_ui/j
	at __randomizedtesting.SeedInfo.seed([1CBA055F3116BA1E:94EE3A859FEAD7E6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
	at org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 52 more




Build Log:
[...truncated 705 lines...]
   [junit4] Suite: org.apache.lucene.search.TestSearcherManager
   [junit4]   2> janv. 13, 2020 12:16:14 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> AVERTISSEMENT: Uncaught exception in thread: Thread[Thread-493,5,TGRP-TestSearcherManager]
   [junit4]   2> java.lang.RuntimeException: java.nio.file.FileSystemException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J0/temp/lucene.search.TestSearcherManager_9D05C51E17C1FCBE-001/tempDir-001/_2q_BlockTreeOrds_0.tipo: Too many open files
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([9D05C51E17C1FCBE]:0)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:677)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J0/temp/lucene.search.TestSearcherManager_9D05C51E17C1FCBE-001/tempDir-001/_2q_BlockTreeOrds_0.tipo: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]   2> 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2883)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:747)
   [junit4]   2> 	at org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsReader.<init>(OrdsBlockTreeTermsReader.java:85)
   [junit4]   2> 	at org.apache.lucene.codecs.blocktreeords.BlockTreeOrdsPostingsFormat.fieldsProducer(BlockTreeOrdsPostingsFormat.java:93)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:315)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:395)
   [junit4]   2> 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:114)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:84)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:177)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:219)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:109)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:526)
   [junit4]   2> 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:116)
   [junit4]   2> 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
   [junit4]   2> 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:665)
   [junit4]   2> 
   [junit4]   2> janv. 13, 2020 12:16:14 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> AVERTISSEMENT: Uncaught exception in thread: Thread[Thread-490,5,TGRP-TestSearcherManager]
   [junit4]   2> java.lang.RuntimeException: java.nio.file.FileSystemException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J0/temp/lucene.search.TestSearcherManager_9D05C51E17C1FCBE-001/tempDir-001/_2u_Lucene84_0.pos: Too many open files
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([9D05C51E17C1FCBE]:0)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$8.run(TestSearcherManager.java:589)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J0/temp/lucene.search.TestSearcherManager_9D05C51E17C1FCBE-001/tempDir-001/_2u_Lucene84_0.pos: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:160)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]   2> 	at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:410)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:406)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:254)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:667)
   [junit4]   2> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]   2> 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene84.Lucene84PostingsWriter.<init>(Lucene84PostingsWriter.java:127)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene84.Lucene84PostingsFormat.fieldsConsumer(Lucene84PostingsFormat.java:421)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.write(PerFieldPostingsFormat.java:168)
   [junit4]   2> 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:97)
   [junit4]   2> 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:177)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:468)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:414)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:515)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1594)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$8.run(TestSearcherManager.java:574)
   [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=TestSearcherManager -Dtests.method=testConcurrentIndexCloseSearchAndRefresh -Dtests.seed=9D05C51E17C1FCBE -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=fr-CA -Dtests.timezone=SystemV/YST9 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   38.9s J0 | TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=624, name=Thread-493, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J0/temp/lucene.search.TestSearcherManager_9D05C51E17C1FCBE-001/tempDir-001/_2q_BlockTreeOrds_0.tipo: Too many open files
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9D05C51E17C1FCBE]:0)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:677)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J0/temp/lucene.search.TestSearcherManager_9D05C51E17C1FCBE-001/tempDir-001/_2q_BlockTreeOrds_0.tipo: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]    > 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2883)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:747)
   [junit4]    > 	at org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsReader.<init>(OrdsBlockTreeTermsReader.java:85)
   [junit4]    > 	at org.apache.lucene.codecs.blocktreeords.BlockTreeOrdsPostingsFormat.fieldsProducer(BlockTreeOrdsPostingsFormat.java:93)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:315)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:395)
   [junit4]    > 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:114)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:84)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:177)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:219)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:109)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:526)
   [junit4]    > 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:116)
   [junit4]    > 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
   [junit4]    > 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:665)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=621, name=Thread-490, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J0/temp/lucene.search.TestSearcherManager_9D05C51E17C1FCBE-001/tempDir-001/_2u_Lucene84_0.pos: Too many open files
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9D05C51E17C1FCBE]:0)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$8.run(TestSearcherManager.java:589)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J0/temp/lucene.search.TestSearcherManager_9D05C51E17C1FCBE-001/tempDir-001/_2u_Lucene84_0.pos: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:160)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:410)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:406)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:254)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:667)
   [junit4]    > 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]    > 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    > 	at org.apache.lucene.codecs.lucene84.Lucene84PostingsWriter.<init>(Lucene84PostingsWriter.java:127)
   [junit4]    > 	at org.apache.lucene.codecs.lucene84.Lucene84PostingsFormat.fieldsConsumer(Lucene84PostingsFormat.java:421)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.write(PerFieldPostingsFormat.java:168)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:97)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:177)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:468)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:414)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:515)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1594)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$8.run(TestSearcherManager.java:574)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {date=PostingsFormat(name=LuceneVarGapFixedInterval), extra35=PostingsFormat(name=LuceneVarGapFixedInterval), extra13=PostingsFormat(name=LuceneVarGapFixedInterval), extra14=PostingsFormat(name=Asserting), extra36=PostingsFormat(name=Asserting), extra8=BlockTreeOrds(blocksize=128), extra11=BlockTreeOrds(blocksize=128), extra33=BlockTreeOrds(blocksize=128), extra12=Lucene84, extra34=Lucene84, extra9=Lucene84, extra17=PostingsFormat(name=LuceneVarGapFixedInterval), extra39=PostingsFormat(name=LuceneVarGapFixedInterval), extra18=PostingsFormat(name=Asserting), extra37=BlockTreeOrds(blocksize=128), extra15=BlockTreeOrds(blocksize=128), extra38=Lucene84, extra16=Lucene84, extra2=PostingsFormat(name=LuceneVarGapFixedInterval), extra3=PostingsFormat(name=Asserting), titleTokenized=PostingsFormat(name=Asserting), extra19=BlockTreeOrds(blocksize=128), extra0=BlockTreeOrds(blocksize=128), extra1=Lucene84, body=PostingsFormat(name=LuceneVarGapFixedInterval), title=BlockTreeOrds(blocksize=128), extra6=PostingsFormat(name=LuceneVarGapFixedInterval), extra7=PostingsFormat(name=Asserting), extra4=BlockTreeOrds(blocksize=128), extra5=Lucene84, packID=BlockTreeOrds(blocksize=128), extra31=PostingsFormat(name=LuceneVarGapFixedInterval), extra10=PostingsFormat(name=Asserting), extra32=PostingsFormat(name=Asserting), extra30=Lucene84, extra24=PostingsFormat(name=LuceneVarGapFixedInterval), extra25=PostingsFormat(name=Asserting), extra22=BlockTreeOrds(blocksize=128), extra23=Lucene84, extra28=PostingsFormat(name=LuceneVarGapFixedInterval), extra29=PostingsFormat(name=Asserting), docid=Lucene84, extra26=BlockTreeOrds(blocksize=128), extra27=Lucene84, extra20=PostingsFormat(name=LuceneVarGapFixedInterval), extra21=PostingsFormat(name=Asserting)}, docValues:{date=DocValuesFormat(name=Lucene80), extra13=DocValuesFormat(name=Asserting), extra14=DocValuesFormat(name=Lucene80), extra11=DocValuesFormat(name=Lucene80), extra8=DocValuesFormat(name=Lucene80), extra12=DocValuesFormat(name=Asserting), extra9=DocValuesFormat(name=Lucene80), extra17=DocValuesFormat(name=Lucene80), extra18=DocValuesFormat(name=Asserting), extra15=DocValuesFormat(name=Lucene80), extra16=DocValuesFormat(name=Lucene80), extra2=DocValuesFormat(name=Lucene80), extra3=DocValuesFormat(name=Lucene80), titleTokenized=DocValuesFormat(name=Asserting), extra19=DocValuesFormat(name=Asserting), extra0=DocValuesFormat(name=Asserting), extra1=DocValuesFormat(name=Lucene80), body=DocValuesFormat(name=Lucene80), extra6=DocValuesFormat(name=Asserting), extra7=DocValuesFormat(name=Lucene80), extra4=DocValuesFormat(name=Lucene80), extra5=DocValuesFormat(name=Asserting), extra10=DocValuesFormat(name=Lucene80), extra35=DocValuesFormat(name=Lucene80), extra36=DocValuesFormat(name=Lucene80), docid_int=DocValuesFormat(name=Asserting), extra33=DocValuesFormat(name=Asserting), extra34=DocValuesFormat(name=Lucene80), extra39=DocValuesFormat(name=Asserting), extra37=DocValuesFormat(name=Lucene80), extra38=DocValuesFormat(name=Asserting), title=DocValuesFormat(name=Asserting), packID=DocValuesFormat(name=Lucene80), docid_intDV=DocValuesFormat(name=Lucene80), extra31=DocValuesFormat(name=Lucene80), extra32=DocValuesFormat(name=Asserting), extra30=DocValuesFormat(name=Lucene80), extra24=DocValuesFormat(name=Lucene80), extra25=DocValuesFormat(name=Asserting), extra22=DocValuesFormat(name=Lucene80), extra23=DocValuesFormat(name=Lucene80), extra28=DocValuesFormat(name=Lucene80), extra29=DocValuesFormat(name=Lucene80), docid=DocValuesFormat(name=Asserting), extra26=DocValuesFormat(name=Asserting), extra27=DocValuesFormat(name=Lucene80), extra20=DocValuesFormat(name=Asserting), extra21=DocValuesFormat(name=Lucene80), titleDV=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=126, maxMBSortInHeap=6.05554687216026, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@23c12c50), locale=fr-CA, timezone=SystemV/YST9
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=188337016,total=533200896
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimilarity, TestFieldInvertState, TestMinShouldMatch2, TestUniqueTermCount, TestLongRange, TestLucene60FieldInfoFormat, TestHugeRamFile, TestBufferedIndexInput, TestIntArrayDocIdSet, TestMergeSchedulerExternal, TestIndexWriter, TestSleepingLockWrapper, TestSpans, TestSearcherManager]
   [junit4] Completed [78/528 (1!)] on J0 in 602.82s, 11 tests, 1 error <<< FAILURES!

[...truncated 14819 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> 2981732 INFO  (SUITE-RollingRestartTest-seed#[1CBA055F3116BA1E]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2981733 INFO  (SUITE-RollingRestartTest-seed#[1CBA055F3116BA1E]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/data-dir-164-001
   [junit4]   2> 2981733 WARN  (SUITE-RollingRestartTest-seed#[1CBA055F3116BA1E]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 2981733 INFO  (SUITE-RollingRestartTest-seed#[1CBA055F3116BA1E]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2981734 INFO  (SUITE-RollingRestartTest-seed#[1CBA055F3116BA1E]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2981734 INFO  (SUITE-RollingRestartTest-seed#[1CBA055F3116BA1E]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_ui/j
   [junit4]   2> 2981737 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2981738 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2981738 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2981838 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer start zk server on port:44797
   [junit4]   2> 2981838 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44797
   [junit4]   2> 2981838 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44797
   [junit4]   2> 2981838 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44797
   [junit4]   2> 2981839 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2981841 INFO  (zkConnectionManagerCallback-12607-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2981841 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2981844 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2981845 INFO  (zkConnectionManagerCallback-12609-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2981845 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2981846 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2981847 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2981848 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2981849 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2981850 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2981850 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2981851 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2981852 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2981853 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2981854 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2981854 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2981855 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2981953 WARN  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2981953 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2981953 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2981953 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2981953 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2981953 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2981953 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2981955 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@851494e{/_ui/j,null,AVAILABLE}
   [junit4]   2> 2981955 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3022f74e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33096}
   [junit4]   2> 2981955 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.e.j.s.Server Started @2981989ms
   [junit4]   2> 2981955 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/tempDir-001/control/data, replicaType=NRT, hostContext=/_ui/j, hostPort=33096, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/control-001/cores}
   [junit4]   2> 2981956 ERROR (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2981956 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2981956 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2981956 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2981956 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2981956 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-14T02:05:56.829Z
   [junit4]   2> 2981957 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2981957 INFO  (zkConnectionManagerCallback-12611-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2981957 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2982058 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2982058 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/control-001/solr.xml
   [junit4]   2> 2982062 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2982062 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2982063 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@778bbb3a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2982193 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2982194 WARN  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@61175055[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2982194 WARN  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@61175055[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2982196 WARN  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@287930d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2982196 WARN  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@287930d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2982197 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44797/solr
   [junit4]   2> 2982198 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2982199 INFO  (zkConnectionManagerCallback-12618-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982199 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2982300 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2982301 INFO  (zkConnectionManagerCallback-12620-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982301 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2982360 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33096__ui%2Fj
   [junit4]   2> 2982360 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.c.Overseer Overseer (id=72106293328084996-127.0.0.1:33096__ui%2Fj-n_0000000000) starting
   [junit4]   2> 2982364 INFO  (OverseerStateUpdate-72106293328084996-127.0.0.1:33096__ui%2Fj-n_0000000000) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33096__ui%2Fj
   [junit4]   2> 2982364 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33096__ui%2Fj
   [junit4]   2> 2982365 INFO  (zkCallback-12619-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2982367 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2982367 WARN  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [n:127.0.0.1:33096__ui%2Fj     ] 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> 2982382 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2982400 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778bbb3a
   [junit4]   2> 2982408 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778bbb3a
   [junit4]   2> 2982408 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778bbb3a
   [junit4]   2> 2982409 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/control-001/cores
   [junit4]   2> 2982425 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2982426 INFO  (zkConnectionManagerCallback-12629-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982426 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2982427 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2982428 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44797/solr ready
   [junit4]   2> 2982429 INFO  (qtp1807706909-74973) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33096__ui%252Fj&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982431 INFO  (OverseerThreadFactory-9819-thread-1-processing-n:127.0.0.1:33096__ui%2Fj) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2982537 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2982537 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2983549 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 2983564 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2983664 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2983678 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 2983678 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778bbb3a
   [junit4]   2> 2983678 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2983681 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=20.408203125, floorSegmentMB=1.232421875, forceMergeDeletesPctAllowed=3.7408758179620616, segmentsPerTier=19.0, maxCFSSegmentSizeMB=1.5390625, noCFSRatio=0.5210345229557539, deletesPctAllowed=41.50014444781405
   [junit4]   2> 2983692 WARN  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2983730 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2983730 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2983731 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2983731 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2983732 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2983733 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e219b0[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2983734 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2983734 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2983735 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2983735 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1655667486734942208
   [junit4]   2> 2983737 INFO  (searcherExecutor-9824-thread-1-processing-n:127.0.0.1:33096__ui%2Fj x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@e219b0[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2983739 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2983740 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 2983742 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2983742 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2983742 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33096/_ui/j/control_collection_shard1_replica_n1/
   [junit4]   2> 2983743 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2983743 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:33096/_ui/j/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2983743 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72106293328084996-core_node2-n_0000000000
   [junit4]   2> 2983745 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33096/_ui/j/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2983846 INFO  (zkCallback-12619-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2983846 INFO  (zkCallback-12619-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2983847 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2983848 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1311
   [junit4]   2> 2983850 INFO  (qtp1807706909-74973) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2983948 INFO  (zkCallback-12619-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2983948 INFO  (zkCallback-12619-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2983948 INFO  (zkCallback-12619-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2983949 INFO  (qtp1807706909-74973) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33096__ui%252Fj&wt=javabin&version=2} status=0 QTime=1519
   [junit4]   2> 2983949 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 2984053 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984053 INFO  (zkConnectionManagerCallback-12635-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984053 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984054 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2984055 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44797/solr ready
   [junit4]   2> 2984055 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2984056 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2984058 INFO  (OverseerThreadFactory-9819-thread-2-processing-n:127.0.0.1:33096__ui%2Fj) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2984058 INFO  (OverseerCollectionConfigSetProcessor-72106293328084996-127.0.0.1:33096__ui%2Fj-n_0000000000) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2984261 WARN  (OverseerThreadFactory-9819-thread-2-processing-n:127.0.0.1:33096__ui%2Fj) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2984262 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2984263 INFO  (qtp1807706909-74972) [n:127.0.0.1:33096__ui%2Fj     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=206
   [junit4]   2> 2984264 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 2984264 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2984264 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 2984264 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2984264 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 2984264 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2984264 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=16
   [junit4]   2> 2984360 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-1-001 of type NRT
   [junit4]   2> 2984361 WARN  (closeThreadPool-12636-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2984361 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2984361 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2984361 INFO  (closeThreadPool-12636-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2984362 INFO  (closeThreadPool-12636-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2984362 INFO  (closeThreadPool-12636-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2984362 INFO  (closeThreadPool-12636-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2984362 INFO  (closeThreadPool-12636-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35b6bf46{/_ui/j,null,AVAILABLE}
   [junit4]   2> 2984363 INFO  (closeThreadPool-12636-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7e70480c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36052}
   [junit4]   2> 2984363 INFO  (closeThreadPool-12636-thread-1) [     ] o.e.j.s.Server Started @2984397ms
   [junit4]   2> 2984363 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ui/j, hostPort=36052, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-1-001/cores}
   [junit4]   2> 2984363 ERROR (closeThreadPool-12636-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2984363 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2984363 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2984363 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2984363 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2984363 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-14T02:05:59.236Z
   [junit4]   2> 2984364 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984365 INFO  (zkConnectionManagerCallback-12638-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984365 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984457 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-2-001 of type NRT
   [junit4]   2> 2984458 WARN  (closeThreadPool-12636-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2984458 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2984458 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2984458 INFO  (closeThreadPool-12636-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2984458 INFO  (closeThreadPool-12636-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2984458 INFO  (closeThreadPool-12636-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2984459 INFO  (closeThreadPool-12636-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2984459 INFO  (closeThreadPool-12636-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@706f68d5{/_ui/j,null,AVAILABLE}
   [junit4]   2> 2984459 INFO  (closeThreadPool-12636-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5f664120{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38314}
   [junit4]   2> 2984459 INFO  (closeThreadPool-12636-thread-2) [     ] o.e.j.s.Server Started @2984493ms
   [junit4]   2> 2984459 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ui/j, hostPort=38314, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-2-001/cores}
   [junit4]   2> 2984459 ERROR (closeThreadPool-12636-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2984459 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2984459 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2984459 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2984459 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2984459 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-14T02:05:59.332Z
   [junit4]   2> 2984460 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984461 INFO  (zkConnectionManagerCallback-12640-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984461 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984466 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2984466 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-1-001/solr.xml
   [junit4]   2> 2984469 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2984469 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2984470 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@778bbb3a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2984557 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-3-001 of type NRT
   [junit4]   2> 2984558 WARN  (closeThreadPool-12636-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2984558 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2984558 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2984558 INFO  (closeThreadPool-12636-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2984559 INFO  (closeThreadPool-12636-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2984559 INFO  (closeThreadPool-12636-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2984559 INFO  (closeThreadPool-12636-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2984559 INFO  (closeThreadPool-12636-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@730e8bf4{/_ui/j,null,AVAILABLE}
   [junit4]   2> 2984559 INFO  (closeThreadPool-12636-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@752bcc34{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43182}
   [junit4]   2> 2984559 INFO  (closeThreadPool-12636-thread-3) [     ] o.e.j.s.Server Started @2984593ms
   [junit4]   2> 2984559 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ui/j, hostPort=43182, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-3-001/cores}
   [junit4]   2> 2984560 ERROR (closeThreadPool-12636-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2984560 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2984560 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2984560 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2984560 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2984560 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-14T02:05:59.433Z
   [junit4]   2> 2984560 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984561 INFO  (zkConnectionManagerCallback-12643-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984561 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984566 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2984566 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-2-001/solr.xml
   [junit4]   2> 2984569 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2984569 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2984571 INFO  (closeThreadPool-12636-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@778bbb3a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2984596 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2984597 WARN  (closeThreadPool-12636-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2578fd73[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984597 WARN  (closeThreadPool-12636-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2578fd73[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984599 WARN  (closeThreadPool-12636-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a909ee6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984599 WARN  (closeThreadPool-12636-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a909ee6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984600 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44797/solr
   [junit4]   2> 2984601 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984602 INFO  (zkConnectionManagerCallback-12650-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984602 INFO  (closeThreadPool-12636-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984666 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2984666 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-3-001/solr.xml
   [junit4]   2> 2984670 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2984670 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2984671 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@778bbb3a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2984674 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-4-001 of type NRT
   [junit4]   2> 2984675 WARN  (closeThreadPool-12636-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2984675 INFO  (closeThreadPool-12636-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2984675 INFO  (closeThreadPool-12636-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2984675 INFO  (closeThreadPool-12636-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2984676 INFO  (closeThreadPool-12636-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2984676 INFO  (closeThreadPool-12636-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2984676 INFO  (closeThreadPool-12636-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2984676 INFO  (closeThreadPool-12636-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76303c8f{/_ui/j,null,AVAILABLE}
   [junit4]   2> 2984676 INFO  (closeThreadPool-12636-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@71e1e434{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39480}
   [junit4]   2> 2984676 INFO  (closeThreadPool-12636-thread-4) [     ] o.e.j.s.Server Started @2984710ms
   [junit4]   2> 2984676 INFO  (closeThreadPool-12636-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ui/j, hostPort=39480, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-4-001/cores}
   [junit4]   2> 2984677 ERROR (closeThreadPool-12636-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2984677 INFO  (closeThreadPool-12636-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2984677 INFO  (closeThreadPool-12636-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2984677 INFO  (closeThreadPool-12636-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2984677 INFO  (closeThreadPool-12636-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2984677 INFO  (closeThreadPool-12636-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-14T02:05:59.550Z
   [junit4]   2> 2984681 INFO  (closeThreadPool-12636-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984682 INFO  (zkConnectionManagerCallback-12653-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984682 INFO  (closeThreadPool-12636-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984767 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2984767 INFO  (closeThreadPool-12636-thread-1) [n:127.0.0.1:36052__ui%2Fj     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984767 WARN  (closeThreadPool-12636-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e0512fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984767 WARN  (closeThreadPool-12636-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e0512fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984768 INFO  (zkConnectionManagerCallback-12655-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984768 INFO  (closeThreadPool-12636-thread-1) [n:127.0.0.1:36052__ui%2Fj     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984770 WARN  (closeThreadPool-12636-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@348701dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984770 WARN  (closeThreadPool-12636-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@348701dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984771 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44797/solr
   [junit4]   2> 2984771 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984772 INFO  (zkConnectionManagerCallback-12663-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984772 INFO  (closeThreadPool-12636-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984772 INFO  (closeThreadPool-12636-thread-1) [n:127.0.0.1:36052__ui%2Fj     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2984775 INFO  (closeThreadPool-12636-thread-1) [n:127.0.0.1:36052__ui%2Fj     ] o.a.s.c.ZkController Publish node=127.0.0.1:36052__ui%2Fj as DOWN
   [junit4]   2> 2984776 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-5-001 of type NRT
   [junit4]   2> 2984776 INFO  (closeThreadPool-12636-thread-1) [n:127.0.0.1:36052__ui%2Fj     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2984776 INFO  (closeThreadPool-12636-thread-1) [n:127.0.0.1:36052__ui%2Fj     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36052__ui%2Fj
   [junit4]   2> 2984776 WARN  (closeThreadPool-12636-thread-5) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2984776 INFO  (closeThreadPool-12636-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2984776 INFO  (closeThreadPool-12636-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2984776 INFO  (closeThreadPool-12636-thread-5) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2984777 INFO  (zkCallback-12619-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2984777 INFO  (zkCallback-12634-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2984777 INFO  (zkCallback-12654-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2984777 INFO  (closeThreadPool-12636-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2984777 INFO  (closeThreadPool-12636-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2984777 INFO  (closeThreadPool-12636-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2984778 INFO  (closeThreadPool-12636-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@609f8a3f{/_ui/j,null,AVAILABLE}
   [junit4]   2> 2984778 INFO  (closeThreadPool-12636-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@238f709c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45459}
   [junit4]   2> 2984778 INFO  (closeThreadPool-12636-thread-5) [     ] o.e.j.s.Server Started @2984812ms
   [junit4]   2> 2984778 INFO  (closeThreadPool-12636-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/tempDir-001/jetty5, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ui/j, hostPort=45459, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001/shard-5-001/cores}
   [junit4]   2> 2984778 ERROR (closeThreadPool-12636-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2984778 INFO  (closeThreadPool-12636-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2984778 INFO  (closeThreadPool-12636-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2984778 INFO  (closeThreadPool-12636-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2984778 INFO  (closeThread

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

 port list: 127.0.0.1:44797
   [junit4]   2> 3126857 INFO  (TEST-RollingRestartTest.test-seed#[1CBA055F3116BA1E]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44797
   [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=RollingRestartTest -Dtests.method=test -Dtests.seed=1CBA055F3116BA1E -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=he -Dtests.timezone=America/Toronto -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    145s J2 | RollingRestartTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:33015/_ui/j
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1CBA055F3116BA1E:94EE3A859FEAD7E6]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
   [junit4]    > 	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
   [junit4]    > 	at org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
   [junit4]    > 	... 52 more
   [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/J2/temp/solr.cloud.RollingRestartTest_1CBA055F3116BA1E-001
   [junit4]   2> Jan 14, 2020 2:08:21 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=Lucene84, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6e400a6e), locale=he, timezone=America/Toronto
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=137949576,total=535298048
   [junit4]   2> NOTE: All tests run in this JVM: [HLLUtilTest, TestInfoStreamLogging, TestStressReorder, AutoAddReplicasPlanActionTest, FieldAnalysisRequestHandlerTest, AddBlockUpdateTest, DocValuesNotIndexedTest, TestPullReplicaErrorHandling, TestCloudDeleteByQuery, ConfigSetsAPITest, TestFilteredDocIdSet, ResponseBuilderTest, QueryResultKeyTest, TestTolerantSearch, TestCoreBackup, TestNumericTerms32, TestRuleBasedAuthorizationPlugin, TestUpdate, DistribJoinFromCollectionTest, SortByFunctionTest, ClassificationUpdateProcessorTest, ZkShardTermsTest, AtomicUpdateProcessorFactoryTest, TestShardHandlerFactory, TestUtilizeNode, TestOrdValues, LoggingHandlerTest, TestDistributedMap, SolrIndexConfigTest, MetricUtilsTest, TestFacetMethods, BJQParserTest, CdcrBootstrapTest, JavaBinAtomicUpdateMultivalueTest, SolrCoreTest, CheckHdfsIndexTest, ExplicitHLLTest, JSONWriterTest, BufferStoreTest, ReplicationFactorTest, FieldMutatingUpdateProcessorTest, TestSearchPerf, SimpleMLTQParserTest, NumberUtilsTest, TestManagedSynonymGraphFilterFactory, TestComplexPhraseLeadingWildcard, SystemCollectionCompatTest, LeaderElectionIntegrationTest, ZkControllerTest, HDFSCollectionsAPITest, TestCustomStream, TestSchemaSimilarityResource, TestSimpleTrackingShardHandler, SolrJmxReporterTest, ZkStateWriterTest, TestCollectionsAPIViaSolrCloudCluster, TriggerCooldownIntegrationTest, DeleteNodeTest, TestFieldCollectionResource, BJQFilterAccessibleTest, TestSolrJ, TestTestInjection, NodeMarkersRegistrationTest, TestSubQueryTransformerCrossCore, DaemonStreamApiTest, TestRTGBase, TestSizeLimitedDistributedMap, IndexBasedSpellCheckerTest, TestCoreContainer, AuthToolTest, DeleteStatusTest, TestLogWatcher, TestCSVResponseWriter, TestSolrCloudSnapshots, TestInitQParser, TestHalfAndHalfDocValues, TestCryptoKeys, TestExportTool, TestSimExtremeIndexing, TestExclusionRuleCollectionAccess, TestFieldCacheVsDocValues, TestCloudJSONFacetJoinDomain, TestNonDefinedSimilarityFactory, EmbeddedSolrNoSerializeTest, SolrLogAuditLoggerPluginTest, TestCloudPivotFacet, ScheduledTriggerIntegrationTest, ClusterStateTest, BooleanFieldTest, SearchRateTriggerTest, HdfsUnloadDistributedZkTest, TestAtomicUpdateErrorCases, DocValuesMissingTest, OverseerTest, TestStandardQParsers, SuggesterTest, BigEndianAscendingWordDeserializerTest, TestRetrieveFieldsOptimizer, HttpPartitionTest, TestTlogReplica, TestUniqueKeyFieldResource, RemoteQueryErrorTest, TestCopyFieldCollectionResource, ConnectionReuseTest, HdfsSyncSliceTest, TestFreeTextSuggestions, TestSolrConfigHandlerCloud, TestZkChroot, TestCloudSchemaless, TestFieldCacheReopen, DistributedIntervalFacetingTest, PingRequestHandlerTest, CollectionStateFormat2Test, ExitableDirectoryReaderTest, TestLazyCores, TestSolrCachePerf, StatelessScriptUpdateProcessorFactoryTest, OutputWriterTest, ConvertedLegacyTest, DimensionalRoutedAliasUpdateProcessorTest, TestSchemaField, HdfsRecoverLeaseTest, DistributedFacetPivotSmallAdvancedTest, RoutingToNodesWithPropertiesTest, CategoryRoutedAliasUpdateProcessorTest, TestRandomRequestDistribution, TestSystemCollAutoCreate, LeaderFailureAfterFreshStartTest, TestReplicationHandlerBackup, MaxSizeAutoCommitTest, FullSolrCloudDistribCmdsTest, OverseerSolrResponseUnsafeSerializationTest, SolrTestCaseJ4Test, TestValueSourceCache, MetricsHandlerTest, TestSolrCLIRunExample, MoveReplicaHDFSTest, BasicDistributedZkTest, CoreAdminOperationTest, AutoscalingHistoryHandlerTest, TestPhraseSuggestions, AsyncCallRequestStatusResponseTest, TestReplicaProperties, MultiThreadedOCPTest, TestAnalyzedSuggestions, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestJoin, TestRandomFaceting, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, MissingSegmentRecoveryTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, PackageManagerCLITest, RecoveryAfterSoftCommitTest, RecoveryZkTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, RollingRestartTest]
   [junit4] Completed [518/896 (1!)] on J2 in 146.00s, 1 test, 1 error <<< FAILURES!

[...truncated 54193 lines...]