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

3 tests failed.
FAILED:  
org.apache.lucene.search.TestDiversifiedTopDocsCollector.testInvalidArguments

Error Message:
Expected exception IllegalArgumentException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception 
IllegalArgumentException but no exception was thrown
        at 
__randomizedtesting.SeedInfo.seed([91F2CA4528850CA9:C015C0A78A38D269]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2711)
        at 
org.apache.lucene.search.TestDiversifiedTopDocsCollector.testInvalidArguments(TestDiversifiedTopDocsCollector.java:97)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Time allowed to handle this request exceeded

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this 
request exceeded
        at 
__randomizedtesting.SeedInfo.seed([219DFE34A79A6FB7:A9C9C1EE0966024F]:0)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:343)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
        at 
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertPartialResults(CloudExitableDirectoryReaderTest.java:263)
        at 
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertPartialResults(CloudExitableDirectoryReaderTest.java:259)
        at 
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test(CloudExitableDirectoryReaderTest.java:117)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Timeout occurred while waiting response from server at: 
https://127.0.0.1:44171/k

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: https://127.0.0.1:44171/k
        at 
__randomizedtesting.SeedInfo.seed([219DFE34A79A6FB7:A9C9C1EE0966024F]: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:1128)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
        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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        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:165)
        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:185)
        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 9893 lines...]
   [junit4] Suite: org.apache.lucene.search.TestDiversifiedTopDocsCollector
   [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=TestDiversifiedTopDocsCollector -Dtests.method=testInvalidArguments 
-Dtests.seed=91F2CA4528850CA9 -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=pt-PT -Dtests.timezone=Asia/Barnaul -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.65s J1 | 
TestDiversifiedTopDocsCollector.testInvalidArguments <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Expected 
exception IllegalArgumentException but no exception was thrown
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([91F2CA4528850CA9:C015C0A78A38D269]:0)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2711)
   [junit4]    >        at 
org.apache.lucene.search.TestDiversifiedTopDocsCollector.testInvalidArguments(TestDiversifiedTopDocsCollector.java:97)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/misc/test/J1/temp/lucene.search.TestDiversifiedTopDocsCollector_91F2CA4528850CA9-001
   [junit4]   2> NOTE: test params are: codec=Lucene80, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6279fba9),
 locale=pt-PT, timezone=Asia/Barnaul
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=205129968,total=319291392
   [junit4]   2> NOTE: All tests run in this JVM: [TestPKIndexSplitter, 
TestDiversifiedTopDocsCollector]
   [junit4] Completed [2/16 (1!)] on J1 in 3.77s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 4520 lines...]
   [junit4] Suite: org.apache.solr.cloud.CloudExitableDirectoryReaderTest
   [junit4]   2> 2128559 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2128559 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest_219DFE34A79A6FB7-001/data-dir-46-001
   [junit4]   2> 2128560 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2128561 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2128562 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest_219DFE34A79A6FB7-001/tempDir-001
   [junit4]   2> 2128562 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2128562 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2128562 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2128662 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:38936
   [junit4]   2> 2128663 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38936
   [junit4]   2> 2128663 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38936
   [junit4]   2> 2128663 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 38936
   [junit4]   2> 2128665 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2128667 INFO  (zkConnectionManagerCallback-4245-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2128667 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2128670 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2128670 INFO  (zkConnectionManagerCallback-4247-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2128671 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2128671 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2128672 INFO  (zkConnectionManagerCallback-4249-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2128672 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2128778 WARN  (jetty-launcher-4250-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2128779 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2128779 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2128779 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2128780 WARN  (jetty-launcher-4250-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2128781 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2128781 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2128781 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2128782 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2128782 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2128782 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2128782 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2128782 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2128782 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2128782 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@634a596b{/solr,null,AVAILABLE}
   [junit4]   2> 2128782 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1eac41d3{/solr,null,AVAILABLE}
   [junit4]   2> 2128789 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@47836042{SSL,[ssl, 
http/1.1]}{127.0.0.1:36219}
   [junit4]   2> 2128789 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@67611943{SSL,[ssl, 
http/1.1]}{127.0.0.1:34797}
   [junit4]   2> 2128789 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.e.j.s.Server Started @2128923ms
   [junit4]   2> 2128789 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.e.j.s.Server Started @2128923ms
   [junit4]   2> 2128789 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34797}
   [junit4]   2> 2128789 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36219}
   [junit4]   2> 2128789 ERROR (jetty-launcher-4250-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2128790 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2128790 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.3.0
   [junit4]   2> 2128790 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2128790 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2128790 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-09-06T01:35:53.311Z
   [junit4]   2> 2128790 ERROR (jetty-launcher-4250-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2128790 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2128790 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.3.0
   [junit4]   2> 2128790 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2128790 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2128790 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-09-06T01:35:53.311Z
   [junit4]   2> 2128791 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2128791 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2128792 INFO  (zkConnectionManagerCallback-4254-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2128792 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2128793 INFO  (zkConnectionManagerCallback-4252-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2128793 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2128793 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2128793 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2128981 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2128982 WARN  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2128983 WARN  (jetty-launcher-4250-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@55e3f48a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2128983 WARN  (jetty-launcher-4250-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@55e3f48a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2128985 WARN  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2128986 WARN  (jetty-launcher-4250-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@38ff1475[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2128986 WARN  (jetty-launcher-4250-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@38ff1475[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2128987 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38936/solr
   [junit4]   2> 2128987 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2128988 INFO  (zkConnectionManagerCallback-4261-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2128988 INFO  (jetty-launcher-4250-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2129089 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2129090 WARN  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2129091 WARN  (jetty-launcher-4250-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1bade021[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2129091 WARN  (jetty-launcher-4250-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1bade021[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2129092 WARN  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2129093 WARN  (jetty-launcher-4250-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2942a29[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2129093 WARN  (jetty-launcher-4250-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2942a29[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2129094 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38936/solr
   [junit4]   2> 2129095 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2129096 INFO  (zkConnectionManagerCallback-4268-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2129096 INFO  (jetty-launcher-4250-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2129107 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2129107 INFO  (zkConnectionManagerCallback-4270-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2129107 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2129186 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36219_solr
   [junit4]   2> 2129187 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.Overseer Overseer 
(id=75339057187913735-127.0.0.1:36219_solr-n_0000000000) starting
   [junit4]   2> 2129192 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2129193 INFO  (zkConnectionManagerCallback-4277-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2129193 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2129196 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38936/solr ready
   [junit4]   2> 2129196 INFO  
(OverseerStateUpdate-75339057187913735-127.0.0.1:36219_solr-n_0000000000) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36219_solr
   [junit4]   2> 2129198 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36219_solr
   [junit4]   2> 2129201 INFO  (zkCallback-4276-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2129201 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2129202 INFO  (zkConnectionManagerCallback-4279-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2129202 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2129202 INFO  (zkCallback-4269-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2129203 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.PackageManager clusterprops.json changed 
, version 0
   [junit4]   2> 2129213 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2129217 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34797_solr as DOWN
   [junit4]   2> 2129218 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2129218 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34797_solr
   [junit4]   2> 2129219 INFO  (zkCallback-4269-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2129219 INFO  (zkCallback-4276-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2129221 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2129221 INFO  (zkConnectionManagerCallback-4286-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2129221 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2129222 INFO  (zkCallback-4278-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2129222 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2129222 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2129223 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38936/solr ready
   [junit4]   2> 2129223 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.c.PackageManager clusterprops.json changed 
, version 0
   [junit4]   2> 2129242 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2129246 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36219.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3100f304
   [junit4]   2> 2129253 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36219.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3100f304
   [junit4]   2> 2129253 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36219.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3100f304
   [junit4]   2> 2129254 INFO  (jetty-launcher-4250-thread-1) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest_219DFE34A79A6FB7-001/tempDir-001/node1/.
   [junit4]   2> 2129255 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34797.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3100f304
   [junit4]   2> 2129262 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34797.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3100f304
   [junit4]   2> 2129262 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34797.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3100f304
   [junit4]   2> 2129263 INFO  (jetty-launcher-4250-thread-2) 
[n:127.0.0.1:34797_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest_219DFE34A79A6FB7-001/tempDir-001/node2/.
   [junit4]   2> 2129295 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 2129296 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2129297 INFO  (zkConnectionManagerCallback-4293-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2129297 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2129298 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2129299 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[219DFE34A79A6FB7]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38936/solr ready
   [junit4]   2> 2129315 INFO  (qtp1838772787-13766) [n:127.0.0.1:34797_solr    
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=b54c067f-d89d-4d40-baa4-78b500e63569&collection.configName=conf&name=exitable&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2129318 INFO  (qtp1838772787-13766) [n:127.0.0.1:34797_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=b54c067f-d89d-4d40-baa4-78b500e63569&collection.configName=conf&name=exitable&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 2129321 INFO  
(OverseerThreadFactory-3673-thread-1-processing-n:127.0.0.1:36219_solr) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
exitable
   [junit4]   2> 2129322 INFO  (qtp1838772787-13758) [n:127.0.0.1:34797_solr    
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=b54c067f-d89d-4d40-baa4-78b500e63569&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2129324 INFO  (qtp1838772787-13758) [n:127.0.0.1:34797_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=b54c067f-d89d-4d40-baa4-78b500e63569&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 2129429 INFO  
(OverseerStateUpdate-75339057187913735-127.0.0.1:36219_solr-n_0000000000) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"exitable",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"exitable_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36219/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2129434 INFO  
(OverseerStateUpdate-75339057187913735-127.0.0.1:36219_solr-n_0000000000) 
[n:127.0.0.1:36219_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"exitable",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"exitable_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34797/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2129646 INFO  (qtp1838772787-13764) [n:127.0.0.1:34797_solr    
x:exitable_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413&coreNodeName=core_node4&name=exitable_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin}
 status=0 QTime=0
   [junit4]   2> 2129646 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr    x:exitable_shard2_replica_n2 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413&coreNodeName=core_node4&name=exitable_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 2129657 INFO  (qtp373422883-13765) [n:127.0.0.1:36219_solr    
x:exitable_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740&coreNodeName=core_node3&name=exitable_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin}
 status=0 QTime=0
   [junit4]   2> 2129657 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr    x:exitable_shard1_replica_n1 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740&coreNodeName=core_node3&name=exitable_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 2129657 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr    x:exitable_shard1_replica_n1 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2129676 INFO  (qtp373422883-13765) [n:127.0.0.1:36219_solr     
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740
   [junit4]   2> 2129676 INFO  (qtp373422883-13765) [n:127.0.0.1:36219_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2130325 INFO  (qtp1838772787-13766) [n:127.0.0.1:34797_solr    
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=b54c067f-d89d-4d40-baa4-78b500e63569&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2130325 INFO  (qtp1838772787-13766) [n:127.0.0.1:34797_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=b54c067f-d89d-4d40-baa4-78b500e63569&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2130660 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.3.0
   [junit4]   2> 2130678 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.s.IndexSchema [exitable_shard2_replica_n2] 
Schema name=minimal
   [junit4]   2> 2130680 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.3.0
   [junit4]   2> 2130681 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 
with uniqueid field id
   [junit4]   2> 2130681 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 
'exitable_shard2_replica_n2' using configuration from collection exitable, 
trusted=true
   [junit4]   2> 2130688 INFO  (qtp373422883-13767) [n:127.0.0.1:36219_solr     
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740
   [junit4]   2> 2130692 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34797.solr.core.exitable.shard2.replica_n2' (registry 
'solr.core.exitable.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3100f304
   [junit4]   2> 2130692 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.SolrCore [[exitable_shard2_replica_n2] ] 
Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest_219DFE34A79A6FB7-001/tempDir-001/node2/exitable_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest_219DFE34A79A6FB7-001/tempDir-001/node2/./exitable_shard2_replica_n2/data/]
   [junit4]   2> 2130693 INFO  (qtp373422883-13767) [n:127.0.0.1:36219_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 2130697 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.s.IndexSchema [exitable_shard1_replica_n1] 
Schema name=minimal
   [junit4]   2> 2130699 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 
with uniqueid field id
   [junit4]   2> 2130699 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 
'exitable_shard1_replica_n1' using configuration from collection exitable, 
trusted=true
   [junit4]   2> 2130700 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36219.solr.core.exitable.shard1.replica_n1' (registry 
'solr.core.exitable.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3100f304
   [junit4]   2> 2130700 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.SolrCore [[exitable_shard1_replica_n1] ] 
Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest_219DFE34A79A6FB7-001/tempDir-001/node1/exitable_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest_219DFE34A79A6FB7-001/tempDir-001/node1/./exitable_shard1_replica_n1/data/]
   [junit4]   2> 2130757 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2130757 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2130758 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2130758 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2130759 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1cf85754[exitable_shard1_replica_n1] main]
   [junit4]   2> 2130762 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2130762 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2130763 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 2130763 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in 
index or recent updates, using new clock 1643887990180675584
   [junit4]   2> 2130766 INFO  
(searcherExecutor-3683-thread-1-processing-x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 r:core_node3 CREATE 
n:127.0.0.1:36219_solr c:exitable s:shard1) [n:127.0.0.1:36219_solr c:exitable 
s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SolrCore 
[exitable_shard1_replica_n1] Registered new searcher 
Searcher@1cf85754[exitable_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2130767 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2130767 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2130768 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2130768 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2130769 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@59feecca[exitable_shard2_replica_n2] main]
   [junit4]   2> 2130778 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2130779 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2130779 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 2130780 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in 
index or recent updates, using new clock 1643887990198501376
   [junit4]   2> 2130783 INFO  
(searcherExecutor-3682-thread-1-processing-x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 r:core_node4 CREATE 
n:127.0.0.1:34797_solr c:exitable s:shard2) [n:127.0.0.1:34797_solr c:exitable 
s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SolrCore 
[exitable_shard2_replica_n2] Registered new searcher 
Searcher@59feecca[exitable_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2130784 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms 
at /collections/exitable/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2130784 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure 
parent is created /collections/exitable/leaders/shard1
   [junit4]   2> 2130785 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms 
at /collections/exitable/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 2130785 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure 
parent is created /collections/exitable/leaders/shard2
   [junit4]   2> 2130787 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 2130787 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the 
new leader - try and sync
   [junit4]   2> 2130787 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:36219/solr/exitable_shard1_replica_n1/
   [junit4]   2> 2130788 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 2130788 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
https://127.0.0.1:36219/solr/exitable_shard1_replica_n1/ has no replicas
   [junit4]   2> 2130788 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating 
leader registration node /collections/exitable/leaders/shard1/leader after 
winning as 
/collections/exitable/leader_elect/shard1/election/75339057187913735-core_node3-n_0000000000
   [junit4]   2> 2130788 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 2130788 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the 
new leader - try and sync
   [junit4]   2> 2130788 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34797/solr/exitable_shard2_replica_n2/
   [junit4]   2> 2130788 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 2130789 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.SyncStrategy 
https://127.0.0.1:34797/solr/exitable_shard2_replica_n2/ has no replicas
   [junit4]   2> 2130789 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating 
leader registration node /collections/exitable/leaders/shard2/leader after 
winning as 
/collections/exitable/leader_elect/shard2/election/75339057187913737-core_node4-n_0000000000
   [junit4]   2> 2130790 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: https://127.0.0.1:36219/solr/exitable_shard1_replica_n1/ shard1
   [junit4]   2> 2130790 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: https://127.0.0.1:34797/solr/exitable_shard2_replica_n2/ shard2
   [junit4]   2> 2130892 INFO  (zkCallback-4278-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] 
for collection [exitable] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2130892 INFO  (zkCallback-4269-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] 
for collection [exitable] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2130892 INFO  (zkCallback-4269-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] 
for collection [exitable] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2130894 INFO  (zkCallback-4278-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] 
for collection [exitable] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2130895 INFO  
(parallelCoreAdminExecutor-3677-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413 CREATE) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 2130896 INFO  
(parallelCoreAdminExecutor-3674-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740 CREATE) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 2131005 INFO  (zkCallback-4278-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] 
for collection [exitable] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2131005 INFO  (zkCallback-4278-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] 
for collection [exitable] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2131005 INFO  (zkCallback-4269-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] 
for collection [exitable] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2131005 INFO  (zkCallback-4269-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] 
for collection [exitable] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2131005 INFO  (zkCallback-4269-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] 
for collection [exitable] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2131006 INFO  (zkCallback-4278-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] 
for collection [exitable] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2131327 INFO  (qtp1838772787-13758) [n:127.0.0.1:34797_solr    
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=b54c067f-d89d-4d40-baa4-78b500e63569&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2131327 INFO  (qtp1838772787-13758) [n:127.0.0.1:34797_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=b54c067f-d89d-4d40-baa4-78b500e63569&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2131695 INFO  (qtp373422883-13759) [n:127.0.0.1:36219_solr     
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740
   [junit4]   2> 2131695 INFO  (qtp373422883-13759) [n:127.0.0.1:36219_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=b54c067f-d89d-4d40-baa4-78b500e6356950071154887408740&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2131713 INFO  (qtp1838772787-13758) [n:127.0.0.1:34797_solr    
 ] o.a.s.h.a.CoreAdminOperation Checking request status for : 
b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413
   [junit4]   2> 2131713 INFO  (qtp1838772787-13758) [n:127.0.0.1:34797_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=b54c067f-d89d-4d40-baa4-78b500e6356950071154889679413&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2131716 INFO  
(OverseerThreadFactory-3673-thread-1-processing-n:127.0.0.1:36219_solr) 
[n:127.0.0.1:36219_solr     ] 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> 2132328 INFO  (qtp1838772787-13760) [n:127.0.0.1:34797_solr    
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=b54c067f-d89d-4d40-baa4-78b500e63569&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2132330 INFO  (qtp1838772787-13760) [n:127.0.0.1:34797_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=b54c067f-d89d-4d40-baa4-78b500e63569&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2132331 INFO  (qtp1838772787-13762) [n:127.0.0.1:34797_solr    
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params 
requestid=b54c067f-d89d-4d40-baa4-78b500e63569&action=DELETESTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2132331 INFO  (qtp1838772787-13762) [n:127.0.0.1:34797_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=b54c067f-d89d-4d40-baa4-78b500e63569&action=DELETESTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2132376 INFO  (qtp373422883-13765) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/exitable/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 2132376 INFO  (qtp373422883-13765) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [exitable_shard1_replica_n1]  webapp=/solr 
path=/update params={_stateVer_=exitable:4&wt=javabin&version=2}{add=[1 
(1643887991844765696), 4 (1643887991866785792), 8 (1643887991866785793), 10 
(1643887991866785794), 11 (1643887991866785795), 12 (1643887991866785796), 13 
(1643887991866785797), 14 (1643887991866785798), 15 (1643887991867834368), 16 
(1643887991867834369), ... (33 adds)]} 0 30
   [junit4]   2> 2132376 INFO  (qtp1838772787-13764) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/exitable/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 2132376 INFO  (qtp1838772787-13764) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.u.p.LogUpdateProcessorFactory [exitable_shard2_replica_n2]  webapp=/solr 
path=/update params={_stateVer_=exitable:4&wt=javabin&version=2}{add=[2 
(1643887991838474240), 3 (1643887991869931520), 5 (1643887991869931521), 6 
(1643887991870980096), 7 (1643887991870980097), 9 (1643887991870980098), 17 
(1643887991870980099), 18 (1643887991870980100), 19 (1643887991870980101), 21 
(1643887991870980102), ... (24 adds)]} 0 33
   [junit4]   2> 2132405 INFO  (qtp1838772787-13766) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1643887991902437376,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2132405 INFO  (qtp1838772787-13766) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@42ad5d1a 
commitCommandVersion:1643887991902437376
   [junit4]   2> 2132418 INFO  (qtp1838772787-13766) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6072a17d[exitable_shard2_replica_n2] main]
   [junit4]   2> 2132420 INFO  
(searcherExecutor-3682-thread-1-processing-n:127.0.0.1:34797_solr 
x:exitable_shard2_replica_n2 c:exitable s:shard2 r:core_node4) 
[n:127.0.0.1:34797_solr c:exitable s:shard2 r:core_node4 
x:exitable_shard2_replica_n2 ] o.a.s.c.SolrCore [exitable_shard2_replica_n2] 
Registered new searcher Searcher@6072a17d[exitable_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(FilterLeafReader(_0(8.3.0):C24:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.3.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, 
timestamp=1567733756928}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]))))}
   [junit4]   2> 2132421 INFO  (qtp1838772787-13766) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2132421 INFO  (qtp1838772787-13766) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.u.p.LogUpdateProcessorFactory [exitable_shard2_replica_n2]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:36219/solr/exitable_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 17
   [junit4]   2> 2132427 INFO  (qtp373422883-13767) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1643887991925506048,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2132427 INFO  (qtp373422883-13767) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@30ba76a5 
commitCommandVersion:1643887991925506048
   [junit4]   2> 2132439 INFO  (qtp373422883-13767) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6f46f71e[exitable_shard1_replica_n1] main]
   [junit4]   2> 2132440 INFO  (qtp373422883-13767) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2132441 INFO  
(searcherExecutor-3683-thread-1-processing-n:127.0.0.1:36219_solr 
x:exitable_shard1_replica_n1 c:exitable s:shard1 r:core_node3) 
[n:127.0.0.1:36219_solr c:exitable s:shard1 r:core_node3 
x:exitable_shard1_replica_n1 ] o.a.s.c.SolrCore [exitable_shard1_replica_n1] 
Registered new searcher Searcher@6f46f71e[exitable_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(FilterLeafReader(_0(8.3.0):C33:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.3.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, 
timestamp=1567733756956}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]))))}
   [junit4]   2> 2132442 INFO  (qtp373422883-13767) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [exitable_shard1_replica_n1]  webapp=/solr 
path=/update 
params={_stateVer_=exitable:4&commit=true&wt=javabin&version=2}{commit=} 0 59
   [junit4]   2> 2132509 INFO  
(TEST-CloudExitableDirectoryReaderTest.testWhitebox-seed#[219DFE34A79A6FB7]) [  
   ] o.a.s.SolrTestCaseJ4 ###Starting testWhitebox
   [junit4]   2> 2132573 INFO  (qtp373422883-13765) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select 
params={distrib=false&_stateVer_=exitable:4&fl=id&shards.purpose=4&start=0&fsv=true&sort=query($q,1)+asc&shard.url=https://127.0.0.1:36219/solr/exitable_shard1_replica_n1/&rows=10&version=2&q={!cache%3Dfalse}name:a*&omitHeader=false&NOW=1567733757033&isShard=true&wt=javabin}
 hits=10 status=0 QTime=27
   [junit4]   2> 2132583 INFO  (qtp1838772787-13762) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select 
params={distrib=false&_stateVer_=exitable:4&fl=id&shards.purpose=4&start=0&fsv=true&sort=query($q,1)+asc&shard.url=https://127.0.0.1:34797/solr/exitable_shard2_replica_n2/&rows=10&version=2&q={!cache%3Dfalse}name:a*&omitHeader=false&NOW=1567733757033&isShard=true&wt=javabin}
 hits=9 status=0 QTime=19
   [junit4]   2> 2132593 WARN  (qtp373422883-13767) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.h.c.SearchHandler Query: 
q={!cache%3Dfalse}name:a*&distrib=false&_stateVer_=exitable:4&omitHeader=false&shards.purpose=64&NOW=1567733757033&ids=1&isShard=true&shard.url=https://127.0.0.1:36219/solr/exitable_shard1_replica_n1/&wt=javabin&version=2;
 The request took too long to iterate over terms. Timeout: hunting for 
doProcessSearchByIds(), 
TermsEnum=OrdsSegmentTermsEnum(seg=OrdsBlockTreeTermsReader(fields=2,delegate=Lucene50PostingsReader(positions=true,payloads=false)))
   [junit4]   2> 2132593 INFO  (qtp373422883-13767) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select 
params={q={!cache%3Dfalse}name:a*&distrib=false&_stateVer_=exitable:4&omitHeader=false&shards.purpose=64&NOW=1567733757033&ids=1&isShard=true&shard.url=https://127.0.0.1:36219/solr/exitable_shard1_replica_n1/&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2132620 WARN  (qtp1838772787-13764) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.h.c.SearchHandler Query: 
q={!cache%3Dfalse}name:a*&distrib=false&_stateVer_=exitable:4&omitHeader=false&shards.purpose=64&NOW=1567733757033&ids=2,3,5,17,6,18,7,19,9&isShard=true&shard.url=https://127.0.0.1:34797/solr/exitable_shard2_replica_n2/&wt=javabin&version=2;
 The request took too long to iterate over terms. Timeout: hunting for 
doProcessSearchByIds(), 
TermsEnum=OrdsSegmentTermsEnum(seg=OrdsBlockTreeTermsReader(fields=2,delegate=Lucene50PostingsReader(positions=true,payloads=false)))
   [junit4]   2> 2132620 INFO  (qtp1838772787-13764) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select 
params={q={!cache%3Dfalse}name:a*&distrib=false&_stateVer_=exitable:4&omitHeader=false&shards.purpose=64&NOW=1567733757033&ids=2,3,5,17,6,18,7,19,9&isShard=true&shard.url=https://127.0.0.1:34797/solr/exitable_shard2_replica_n2/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2132621 INFO  (qtp1838772787-13758) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select 
params={q={!cache%3Dfalse}name:a*&_stateVer_=exitable:4&sort=query($q,1)+asc&wt=javabin&version=2}
 hits=19 status=0 QTime=109
   [junit4]   2> 2132629 WARN  (qtp373422883-13761) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.h.c.SearchHandler Query: 
distrib=false&_stateVer_=exitable:4&fl=id&shards.purpose=4&start=0&fsv=true&sort=query($q,1)+asc&shard.url=https://127.0.0.1:36219/solr/exitable_shard1_replica_n1/&rows=10&version=2&q={!cache%3Dfalse}name:a*&omitHeader=false&NOW=1567733757144&isShard=true&wt=javabin;
 The request took too long to iterate over terms. Timeout: hunting for 
doFieldSortValues(), 
TermsEnum=org.apache.lucene.codecs.blocktreeords.OrdsIntersectTermsEnum@71187474
   [junit4]   2> 2132630 INFO  (qtp373422883-13761) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select 
params={distrib=false&_stateVer_=exitable:4&fl=id&shards.purpose=4&start=0&fsv=true&sort=query($q,1)+asc&shard.url=https://127.0.0.1:36219/solr/exitable_shard1_replica_n1/&rows=10&version=2&q={!cache%3Dfalse}name:a*&omitHeader=false&NOW=1567733757144&isShard=true&wt=javabin}
 hits=10 status=0 QTime=6
   [junit4]   2> 2132635 WARN  (qtp1838772787-13766) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.h.c.SearchHandler Query: 
distrib=false&_stateVer_=exitable:4&fl=id&shards.purpose=4&start=0&fsv=true&sort=query($q,1)+asc&shard.url=https://127.0.0.1:34797/solr/exitable_shard2_replica_n2/&rows=10&version=2&q={!cache%3Dfalse}name:a*&omitHeader=false&NOW=1567733757144&isShard=true&wt=javabin;
 The request took too long to iterate over terms. Timeout: hunting for 
doFieldSortValues(), 
TermsEnum=org.apache.lucene.codecs.blocktreeords.OrdsIntersectTermsEnum@13de8c28
   [junit4]   2> 2132635 INFO  (qtp1838772787-13766) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select 
params={distrib=false&_stateVer_=exitable:4&fl=id&shards.purpose=4&start=0&fsv=true&sort=query($q,1)+asc&shard.url=https://127.0.0.1:34797/solr/exitable_shard2_replica_n2/&rows=10&version=2&q={!cache%3Dfalse}name:a*&omitHeader=false&NOW=1567733757144&isShard=true&wt=javabin}
 hits=9 status=0 QTime=4
   [junit4]   2> 2132654 INFO  (qtp373422883-13759) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select 
params={q={!cache%3Dfalse}name:a*&_stateVer_=exitable:4&sort=query($q,1)+asc&wt=javabin&version=2}
 hits=19 status=0 QTime=30
   [junit4]   2> 2132658 WARN  (qtp373422883-13765) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Query: [name:a*]; The request took too long to 
iterate over terms. Timeout: className contains QueryComponent, 
TermsEnum=org.apache.lucene.codecs.blocktreeords.OrdsIntersectTermsEnum@680fa46f
   [junit4]   2> 2132658 INFO  (qtp373422883-13765) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select 
params={distrib=false&_stateVer_=exitable:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:36219/solr/exitable_shard1_replica_n1/&rows=10&version=2&q={!cache%3Dfalse}name:a*&omitHeader=false&NOW=1567733757177&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 2132663 WARN  (qtp1838772787-13760) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Query: [name:a*]; The request took too long to 
iterate over terms. Timeout: className contains QueryComponent, 
TermsEnum=org.apache.lucene.codecs.blocktreeords.OrdsIntersectTermsEnum@5501b449
   [junit4]   2> 2132663 INFO  (qtp1838772787-13760) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select 
params={distrib=false&_stateVer_=exitable:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:34797/solr/exitable_shard2_replica_n2/&rows=10&version=2&q={!cache%3Dfalse}name:a*&omitHeader=false&NOW=1567733757177&isShard=true&wt=javabin}
 hits=0 status=0 QTime=5
   [junit4]   2> 2132665 INFO  (qtp373422883-13763) [n:127.0.0.1:36219_solr 
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] 
o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select 
params={q={!cache%3Dfalse}name:a*&_stateVer_=exitable:4&wt=javabin&version=2} 
hits=0 status=0 QTime=9
   [junit4]   2> 2132671 WARN  (qtp1838772787-13762) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.h.c.SearchHandler Query: 
facet.field=id&distrib=false&_stateVer_=exitable:4&f.id.facet.mincount=0&fl=id&fl=score&shards.purpose=20&start=0&fsv=true&f.id.facet.limit=160&shard.url=https://127.0.0.1:34797/solr/exitable_shard2_replica_n2/&rows=10&version=2&q={!cache%3Dfalse}name:a*&omitHeader=false&NOW=1567733757188&isShard=true&facet.method=enum&facet=true&wt=javabin;
 The request took too long to iterate over terms. Timeout: className contains 
FacetComponent, 
TermsEnum=OrdsSegmentTermsEnum(seg=OrdsBlockTreeTermsReader(fields=2,delegate=Lucene50PostingsReader(positions=true,payloads=false)))
   [junit4]   2> 2132672 INFO  (qtp1838772787-13762) [n:127.0.0.1:34797_solr 
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] 
o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select 
params={facet.field=id&distrib=false&_stateVer_=exit

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

configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1542911783
     [copy] Copying 249 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1542911783
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1542911783

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
#;work...@lucene2-us-west.apache.org
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath]         found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath]         found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath]         found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 42ms :: artifacts dl 16ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 505 minutes 39 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1835)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to