Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3321/

4 tests failed.
FAILED:  org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat

Error Message:
re-indexing warning not found

Stack Trace:
java.lang.AssertionError: re-indexing warning not found
        at 
__randomizedtesting.SeedInfo.seed([AF71BCFFA6822A94:DF841F56C64A83E2]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat(SystemCollectionCompatTest.java:203)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.update.PeerSyncTest.test

Error Message:
Unexpected exception type, expected SolrException but got 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:44147/o_/collection1

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout 
occurred while waiting response from server at: 
http://127.0.0.1:44147/o_/collection1
        at 
__randomizedtesting.SeedInfo.seed([AF71BCFFA6822A94:27258325087E476C]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:44147/o_/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
        at 
org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694)
        ... 42 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        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:548)
        ... 49 more


FAILED:  org.apache.solr.update.PeerSyncWithLeaderTest.test

Error Message:
Unexpected exception type, expected SolrException but got 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:35685/collection1

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout 
occurred while waiting response from server at: 
http://127.0.0.1:35685/collection1
        at 
__randomizedtesting.SeedInfo.seed([AF71BCFFA6822A94:27258325087E476C]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:35685/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
        at 
org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694)
        ... 42 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        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:548)
        ... 49 more


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Thread pool didn't terminate within 15 secs

Stack Trace:
java.lang.AssertionError: Thread pool didn't terminate within 15 secs
        at 
__randomizedtesting.SeedInfo.seed([AF71BCFFA6822A94:27258325087E476C]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.reorderedDBQsSimpleTest(TestInPlaceUpdatesDistrib.java:273)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:177)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 12475 lines...]
   [junit4] Suite: org.apache.solr.cloud.SystemCollectionCompatTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/init-core-data-001
   [junit4]   2> 32260 WARN  
(SUITE-SystemCollectionCompatTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 32260 INFO  
(SUITE-SystemCollectionCompatTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 32262 INFO  
(SUITE-SystemCollectionCompatTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 32262 INFO  
(SUITE-SystemCollectionCompatTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 32268 INFO  
(SUITE-SystemCollectionCompatTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001
   [junit4]   2> 32269 INFO  
(SUITE-SystemCollectionCompatTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 32269 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 32269 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 32369 INFO  
(SUITE-SystemCollectionCompatTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37120
   [junit4]   2> 32369 INFO  
(SUITE-SystemCollectionCompatTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37120
   [junit4]   2> 32369 INFO  
(SUITE-SystemCollectionCompatTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37120
   [junit4]   2> 32395 INFO  (zkConnectionManagerCallback-95-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 32412 INFO  (zkConnectionManagerCallback-97-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 32424 INFO  (zkConnectionManagerCallback-99-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 32532 WARN  (jetty-launcher-100-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 32535 WARN  (jetty-launcher-100-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 32672 INFO  (jetty-launcher-100-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 32674 INFO  (jetty-launcher-100-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 32680 INFO  (jetty-launcher-100-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 32681 INFO  (jetty-launcher-100-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 32681 INFO  (jetty-launcher-100-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 32682 INFO  (jetty-launcher-100-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 32740 INFO  (jetty-launcher-100-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 32740 INFO  (jetty-launcher-100-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 32742 INFO  (jetty-launcher-100-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 32748 INFO  (jetty-launcher-100-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 32748 INFO  (jetty-launcher-100-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 32749 INFO  (jetty-launcher-100-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 32766 INFO  (jetty-launcher-100-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5897780e{/solr,null,AVAILABLE}
   [junit4]   2> 32767 INFO  (jetty-launcher-100-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@977ee95{/solr,null,AVAILABLE}
   [junit4]   2> 32772 INFO  (jetty-launcher-100-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4d3db166{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:٣٤٠٢٦}
   [junit4]   2> 32775 INFO  (jetty-launcher-100-thread-2) [    ] 
o.e.j.s.Server Started @٣٢٨٦٨ms
   [junit4]   2> 32776 INFO  (jetty-launcher-100-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34026}
   [junit4]   2> 32791 INFO  (jetty-launcher-100-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6b7ea703{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:٣٧٢٤٨}
   [junit4]   2> 32791 INFO  (jetty-launcher-100-thread-1) [    ] 
o.e.j.s.Server Started @٣٢٨٨٤ms
   [junit4]   2> 32792 INFO  (jetty-launcher-100-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37248}
   [junit4]   2> 32813 ERROR (jetty-launcher-100-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 32813 INFO  (jetty-launcher-100-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 32813 INFO  (jetty-launcher-100-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 32814 INFO  (jetty-launcher-100-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 32814 INFO  (jetty-launcher-100-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 32814 INFO  (jetty-launcher-100-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T04:34:26.986227Z
   [junit4]   2> 32815 INFO  (jetty-launcher-100-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 32829 ERROR (jetty-launcher-100-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 32829 INFO  (jetty-launcher-100-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 32829 INFO  (jetty-launcher-100-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 32829 INFO  (jetty-launcher-100-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 32829 INFO  (jetty-launcher-100-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 32829 INFO  (jetty-launcher-100-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T04:34:27.001535Z
   [junit4]   2> 32867 INFO  (zkConnectionManagerCallback-104-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 32876 INFO  (zkConnectionManagerCallback-102-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 32879 INFO  (jetty-launcher-100-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 32879 INFO  (jetty-launcher-100-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 33124 INFO  (jetty-launcher-100-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 33134 WARN  (jetty-launcher-100-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7932708f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 33164 WARN  (jetty-launcher-100-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2258169c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 33166 INFO  (jetty-launcher-100-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37120/solr
   [junit4]   2> 33175 INFO  (zkConnectionManagerCallback-112-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 33186 INFO  (zkConnectionManagerCallback-114-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 33356 INFO  (jetty-launcher-100-thread-1) 
[n:127.0.0.1:37248_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37248_solr
   [junit4]   2> 33357 INFO  (jetty-launcher-100-thread-1) 
[n:127.0.0.1:37248_solr    ] o.a.s.c.Overseer Overseer 
(id=73225446745374726-127.0.0.1:37248_solr-n_0000000000) starting
   [junit4]   2> 33388 INFO  (zkConnectionManagerCallback-121-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 33396 INFO  (jetty-launcher-100-thread-1) 
[n:127.0.0.1:37248_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37120/solr ready
   [junit4]   2> 33410 INFO  
(OverseerStateUpdate-73225446745374726-127.0.0.1:37248_solr-n_0000000000) 
[n:127.0.0.1:37248_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:37248_solr
   [junit4]   2> 33421 INFO  (jetty-launcher-100-thread-1) 
[n:127.0.0.1:37248_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37248_solr
   [junit4]   2> 33432 INFO  (zkCallback-120-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 33438 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 33488 INFO  (jetty-launcher-100-thread-1) 
[n:127.0.0.1:37248_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 33605 INFO  (jetty-launcher-100-thread-1) 
[n:127.0.0.1:37248_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37248.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2dcfbe91
   [junit4]   2> 33606 INFO  (jetty-launcher-100-thread-1) 
[n:127.0.0.1:37248_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37248.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2dcfbe91
   [junit4]   2> 33606 INFO  (jetty-launcher-100-thread-1) 
[n:127.0.0.1:37248_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37248.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2dcfbe91
   [junit4]   2> 33610 INFO  (jetty-launcher-100-thread-1) 
[n:127.0.0.1:37248_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001/node1/.
   [junit4]   2> 33695 INFO  (jetty-launcher-100-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 33698 WARN  (jetty-launcher-100-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@71faf6fb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 33726 WARN  (jetty-launcher-100-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@344e304c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 33727 INFO  (jetty-launcher-100-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37120/solr
   [junit4]   2> 33742 INFO  (zkConnectionManagerCallback-128-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 33754 INFO  (zkConnectionManagerCallback-130-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 33764 INFO  (jetty-launcher-100-thread-2) 
[n:127.0.0.1:34026_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 33772 INFO  (jetty-launcher-100-thread-2) 
[n:127.0.0.1:34026_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34026_solr as DOWN
   [junit4]   2> 33777 INFO  (jetty-launcher-100-thread-2) 
[n:127.0.0.1:34026_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 33777 INFO  (jetty-launcher-100-thread-2) 
[n:127.0.0.1:34026_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34026_solr
   [junit4]   2> 33780 INFO  (zkCallback-120-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 33780 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 33781 INFO  (zkCallback-129-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 33812 INFO  (zkConnectionManagerCallback-137-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 33816 INFO  (jetty-launcher-100-thread-2) 
[n:127.0.0.1:34026_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 33819 INFO  (jetty-launcher-100-thread-2) 
[n:127.0.0.1:34026_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37120/solr ready
   [junit4]   2> 33820 INFO  (jetty-launcher-100-thread-2) 
[n:127.0.0.1:34026_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 33878 INFO  (jetty-launcher-100-thread-2) 
[n:127.0.0.1:34026_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34026.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2dcfbe91
   [junit4]   2> 33919 INFO  (jetty-launcher-100-thread-2) 
[n:127.0.0.1:34026_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34026.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2dcfbe91
   [junit4]   2> 33920 INFO  (jetty-launcher-100-thread-2) 
[n:127.0.0.1:34026_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34026.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2dcfbe91
   [junit4]   2> 33923 INFO  (jetty-launcher-100-thread-2) 
[n:127.0.0.1:34026_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001/node2/.
   [junit4]   2> 33997 INFO  (zkConnectionManagerCallback-143-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 34002 INFO  
(SUITE-SystemCollectionCompatTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 34004 INFO  
(SUITE-SystemCollectionCompatTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37120/solr ready
   [junit4]   2> 34054 INFO  
(TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF71BCFFA6822A94]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBackCompat
   [junit4]   2> 34373 INFO  (qtp1505212157-238) [n:127.0.0.1:34026_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
name=.system&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 34460 INFO  
(OverseerThreadFactory-62-thread-1-processing-n:127.0.0.1:37248_solr) 
[n:127.0.0.1:37248_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
.system
   [junit4]   2> 34637 INFO  
(OverseerStateUpdate-73225446745374726-127.0.0.1:37248_solr-n_0000000000) 
[n:127.0.0.1:37248_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34026/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 34647 INFO  
(OverseerStateUpdate-73225446745374726-127.0.0.1:37248_solr-n_0000000000) 
[n:127.0.0.1:37248_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37248/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 34877 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr    
x:.system_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 34902 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr    
x:.system_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n3&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 34903 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr    
x:.system_shard1_replica_n3] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 35935 WARN  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.c.SolrConfig 
You should not use LATEST as luceneMatchVersion property: if you use this 
setting, and then Solr upgrades to a newer release of Lucene, sizable changes 
may happen. If precise back compatibility is important then you should instead 
explicitly specify an actual Lucene version.
   [junit4]   2> 35935 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 35943 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 35960 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 35961 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 35971 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.IndexSchema [.system_shard1_replica_n3] Schema name=_system collection 
or core
   [junit4]   2> 35974 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection 
or core
   [junit4]   2> 35981 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 35981 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 35994 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/.system/managed-schema
   [junit4]   2> 35995 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.ManagedIndexSchema Managed schema znode at 
/configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 36002 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to 
/configs/.system/schema.xml.bak
   [junit4]   2> 36002 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to 
/configs/.system/schema.xml.bak
   [junit4]   2> 36002 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using 
configuration from collection .system, trusted=true
   [junit4]   2> 36002 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n3' using 
configuration from collection .system, trusted=true
   [junit4]   2> 36008 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34026.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2dcfbe91
   [junit4]   2> 36008 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
[[.system_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001/node2/.system_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001/node2/./.system_shard1_replica_n1/data/]
   [junit4]   2> 36009 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37248.solr.core..system.shard1.replica_n3' (registry 
'solr.core..system.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2dcfbe91
   [junit4]   2> 36009 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.c.SolrCore 
[[.system_shard1_replica_n3] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001/node1/.system_shard1_replica_n3],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001/node1/./.system_shard1_replica_n3/data/]
   [junit4]   2> 36161 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 36161 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 36167 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 36167 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 36171 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@30e95eff[.system_shard1_replica_n3] 
main]
   [junit4]   2> 36174 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 36175 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 36180 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 36187 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 36204 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.IndexSchema [.system_shard1_replica_n3] Schema name=_system collection 
or core
   [junit4]   2> 36206 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 36206 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 36209 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 36209 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 36249 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b97bbd6[.system_shard1_replica_n1] 
main]
   [junit4]   2> 36251 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 36253 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 36253 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 36255 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 36255 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 36256 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 36256 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1632302814124310528
   [junit4]   2> 36257 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 68 ms
   [junit4]   2> 36259 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 36259 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1632302814127456256
   [junit4]   2> 36263 INFO  
(searcherExecutor-74-thread-1-processing-n:127.0.0.1:34026_solr 
x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node2) 
[n:127.0.0.1:34026_solr c:.system s:shard1 r:core_node2 
x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1] 
Registered new searcher Searcher@1b97bbd6[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 36275 INFO  
(searcherExecutor-75-thread-1-processing-n:127.0.0.1:37248_solr 
x:.system_shard1_replica_n3 c:.system s:shard1 r:core_node4) 
[n:127.0.0.1:37248_solr c:.system s:shard1 r:core_node4 
x:.system_shard1_replica_n3] o.a.s.c.SolrCore [.system_shard1_replica_n3] 
Registered new searcher Searcher@30e95eff[.system_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 36287 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/.system/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 36288 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/.system/leaders/shard1
   [junit4]   2> 36301 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/.system/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, 
version=1}
   [junit4]   2> 36301 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/.system/leaders/shard1
   [junit4]   2> 36306 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9996ms
   [junit4]   2> 36808 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 36808 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 36809 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37248/solr/.system_shard1_replica_n3/
   [junit4]   2> 36820 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.u.PeerSync 
PeerSync: core=.system_shard1_replica_n3 url=http://127.0.0.1:37248/solr START 
replicas=[http://127.0.0.1:34026/solr/.system_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 36821 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.u.PeerSync 
PeerSync: core=.system_shard1_replica_n3 url=http://127.0.0.1:37248/solr DONE.  
We have no versions.  sync failed.
   [junit4]   2> 36830 INFO  (qtp1505212157-237) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.S.Request 
[.system_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 36854 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 36854 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 36854 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/.system/leaders/shard1/leader after winning as 
/collections/.system/leader_elect/shard1/election/73225446745374726-core_node4-n_0000000000
   [junit4]   2> 36858 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37248/solr/.system_shard1_replica_n3/ shard1
   [junit4]   2> 36961 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 36965 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 36973 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n3&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2071
   [junit4]   2> 37074 INFO  (zkCallback-113-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 37074 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 37322 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2449
   [junit4]   2> 37363 INFO  
(OverseerCollectionConfigSetProcessor-73225446745374726-127.0.0.1:37248_solr-n_0000000000)
 [n:127.0.0.1:37248_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> 37365 INFO  (qtp1505212157-238) [n:127.0.0.1:34026_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 37423 INFO  (zkCallback-129-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 37423 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 37423 INFO  (zkCallback-113-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 37429 INFO  (qtp1505212157-238) [n:127.0.0.1:34026_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=.system&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3058
   [junit4]   2> 37431 INFO  (zkCallback-129-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 37483 INFO  (zkConnectionManagerCallback-150-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 37486 INFO  
(TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF71BCFFA6822A94]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 37488 INFO  
(TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF71BCFFA6822A94]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37120/solr ready
   [junit4]   2> 37600 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/.system/terms/shard1 to Terms{values={core_node2=1, core_node4=1}, 
version=2}
   [junit4]   2> 37833 INFO  (qtp1505212157-237) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37248/solr/.system_shard1_replica_n3/&wt=javabin&version=2}{add=[16a71ac3245Tbx4nb98ci0w3btbvp2hhfup2k
 (1632302815487459328)]} 0 18
   [junit4]   2> 37841 ERROR 
(updateExecutor-108-thread-1-processing-x:.system_shard1_replica_n3 
r:core_node4 null n:127.0.0.1:37248_solr c:.system s:shard1) 
[n:127.0.0.1:37248_solr c:.system s:shard1 r:core_node4 
x:.system_shard1_replica_n3] o.a.s.c.s.i.ConcurrentUpdateHttp2SolrClient Error 
consuming and closing http response stream.
   [junit4]   2>           => java.nio.channels.AsynchronousCloseException
   [junit4]   2>        at 
org.eclipse.jetty.client.util.InputStreamResponseListener$Input.read(InputStreamResponseListener.java:316)
   [junit4]   2> java.nio.channels.AsynchronousCloseException: null
   [junit4]   2>        at 
org.eclipse.jetty.client.util.InputStreamResponseListener$Input.read(InputStreamResponseListener.java:316)
 ~[jetty-client-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at java.io.InputStream.read(InputStream.java:205) ~[?:?]
   [junit4]   2>        at 
org.eclipse.jetty.client.util.InputStreamResponseListener$Input.read(InputStreamResponseListener.java:287)
 ~[jetty-client-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient$Runner.sendUpdateStream(ConcurrentUpdateHttp2SolrClient.java:283)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient$Runner.run(ConcurrentUpdateHttp2SolrClient.java:176)
 ~[java/:?]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:181)
 ~[metrics-core-4.0.5.jar:4.0.5]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 37841 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n3]  webapp=/solr 
path=/update 
params={wt=javabin&version=2}{add=[16a71ac3245Tbx4nb98ci0w3btbvp2hhfup2k 
(1632302815487459328)]} 0 315
   [junit4]   2> 37857 INFO  (qtp1179266055-231) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632302815803080704,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 37858 INFO  (qtp1179266055-231) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@54bb2e10 
commitCommandVersion:1632302815803080704
   [junit4]   2> 37866 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632302815812517888,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 37866 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@9cc9f48 
commitCommandVersion:1632302815812517888
   [junit4]   2> 37934 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5d09ddc[.system_shard1_replica_n1] 
main]
   [junit4]   2> 37935 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 37938 INFO  
(searcherExecutor-74-thread-1-processing-n:127.0.0.1:34026_solr 
x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node2) 
[n:127.0.0.1:34026_solr c:.system s:shard1 r:core_node2 
x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1] 
Registered new searcher Searcher@5d09ddc[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.vendor=Oracle
 Corporation, os=Linux, os.version=4.4.0-137-generic, 
java.runtime.version=11.0.1+13-LTS, os.arch=amd64, source=flush, 
lucene.version=9.0.0, java.vm.version=11.0.1+13-LTS, java.version=11.0.1, 
timestamp=1556685272083}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 37939 INFO  (qtp1505212157-241) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37248/solr/.system_shard1_replica_n3/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 74
   [junit4]   2> 37942 INFO  (qtp1179266055-231) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@d22dfaa[.system_shard1_replica_n3] 
main]
   [junit4]   2> 37948 INFO  
(searcherExecutor-75-thread-1-processing-n:127.0.0.1:37248_solr 
x:.system_shard1_replica_n3 c:.system s:shard1 r:core_node4) 
[n:127.0.0.1:37248_solr c:.system s:shard1 r:core_node4 
x:.system_shard1_replica_n3] o.a.s.c.SolrCore [.system_shard1_replica_n3] 
Registered new searcher Searcher@d22dfaa[.system_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.vendor=Oracle
 Corporation, os=Linux, os.version=4.4.0-137-generic, 
java.runtime.version=11.0.1+13-LTS, os.arch=amd64, source=flush, 
lucene.version=9.0.0, java.vm.version=11.0.1+13-LTS, java.version=11.0.1, 
timestamp=1556685272068}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 37949 INFO  (qtp1179266055-231) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 37950 INFO  (qtp1179266055-231) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n3]  webapp=/solr 
path=/update 
params={_stateVer_=.system:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 99
   [junit4]   2> 37968 INFO  (qtp1179266055-230) [n:127.0.0.1:37248_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 37995 INFO  (qtp1179266055-232) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.c.S.Request 
[.system_shard1_replica_n3]  webapp=/solr path=/schema 
params={wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 38014 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 38029 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.IndexSchema [.system_shard1_replica_n3] Schema name=_system collection 
or core
   [junit4]   2> 38051 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 38065 INFO  (zkCallback-129-thread-2) [    ] 
o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected 
type:NodeDataChanged path:/configs/.system/managed-schema, has occurred - 
updating schema from ZooKeeper ...
   [junit4]   2> 38065 INFO  (zkCallback-113-thread-3) [    ] 
o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected 
type:NodeDataChanged path:/configs/.system/managed-schema, has occurred - 
updating schema from ZooKeeper ...
   [junit4]   2> 38065 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.ZkController Persisted config data to node 
/configs/.system/managed-schema 
   [junit4]   2> 38066 INFO  (zkCallback-129-thread-2) [    ] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 38070 INFO  (zkCallback-129-thread-2) [    ] 
o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection 
or core
   [junit4]   2> 38076 INFO  (zkCallback-129-thread-2) [    ] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 38080 INFO  (zkCallback-129-thread-2) [    ] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 13 ms
   [junit4]   2> 38081 INFO  (Thread-30) [    ] o.a.s.c.SolrCore config update 
listener called for core .system_shard1_replica_n3
   [junit4]   2> 38081 INFO  (Thread-29) [    ] o.a.s.c.SolrCore config update 
listener called for core .system_shard1_replica_n1
   [junit4]   2> 38086 INFO  (Thread-30) [    ] o.a.s.c.SolrCore core reload 
.system_shard1_replica_n3
   [junit4]   2> 38093 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 38110 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.IndexSchema [.system_shard1_replica_n3] Schema name=_system collection 
or core
   [junit4]   2> 38117 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 38117 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.c.CoreContainer Reloading SolrCore '.system_shard1_replica_n3' using 
configuration from collection .system
   [junit4]   2> 38224 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37248.solr.core..system.shard1.replica_n3' (registry 
'solr.core..system.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2dcfbe91
   [junit4]   2> 38224 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.c.SolrCore 
[[.system_shard1_replica_n3] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001/node1/.system_shard1_replica_n3],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001/node1/./.system_shard1_replica_n3/data/]
   [junit4]   2> 38328 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 38328 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 38357 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2ea3272a[.system_shard1_replica_n3] 
main]
   [junit4]   2> 38359 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 38359 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 38360 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 38361 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 38361 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 38373 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 38383 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:37248_solr 
x:.system_shard1_replica_n3 c:.system s:shard1 r:core_node4) 
[n:127.0.0.1:37248_solr c:.system s:shard1 r:core_node4 
x:.system_shard1_replica_n3] o.a.s.c.SolrCore [.system_shard1_replica_n3] 
Registered new searcher Searcher@2ea3272a[.system_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.vendor=Oracle
 Corporation, os=Linux, os.version=4.4.0-137-generic, 
java.runtime.version=11.0.1+13-LTS, os.arch=amd64, source=flush, 
lucene.version=9.0.0, java.vm.version=11.0.1+13-LTS, java.version=11.0.1, 
timestamp=1556685272068}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 38390 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7729c24a[.system_shard1_replica_n3] 
main]
   [junit4]   2> 38393 INFO  (zkCallback-113-thread-3) [    ] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 38396 INFO  (zkCallback-113-thread-3) [    ] 
o.a.s.s.IndexSchema [.system_shard1_replica_n3] Schema name=_system collection 
or core
   [junit4]   2> 38406 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply 
schema update version 1 for collection .system
   [junit4]   2> 38406 INFO  (zkCallback-113-thread-3) [    ] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 38406 INFO  (zkCallback-113-thread-3) [    ] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 13 ms
   [junit4]   2> 38410 INFO  (Thread-30) [    ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 9.0.0
   [junit4]   2> 38413 INFO  (qtp1505212157-240) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.S.Request 
[.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 38414 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:37248_solr 
x:.system_shard1_replica_n3 c:.system s:shard1 r:core_node4) 
[n:127.0.0.1:37248_solr c:.system s:shard1 r:core_node4 
x:.system_shard1_replica_n3] o.a.s.c.SolrCore [.system_shard1_replica_n3] 
Registered new searcher Searcher@7729c24a[.system_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, os.version=4.4.0-137-generic, 
java.runtime.version=11.0.1+13-LTS, os.arch=amd64, source=flush, 
lucene.version=9.0.0, java.vm.version=11.0.1+13-LTS, java.version=11.0.1, 
timestamp=1556685272068}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 38416 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.s.ManagedIndexSchema Took 24.0ms for 1 replicas to apply schema update 
version 1 for collection .system
   [junit4]   2> 38416 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.c.S.Request 
[.system_shard1_replica_n3]  webapp=/solr path=/schema 
params={wt=javabin&version=2} status=0 QTime=408
   [junit4]   2> 38416 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.c.SolrCore 
[.system_shard1_replica_n3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@11d78fc7
   [junit4]   2> 38416 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core..system.shard1.replica_n3, tag=11d78fc7
   [junit4]   2> 38416 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@693deceb: rootName = 
solr_37248, domain = solr.core..system.shard1.replica_n3, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_n3 / 
com.codahale.metrics.MetricRegistry@5199a62e
   [junit4]   2> 38439 INFO  (Thread-30) [    ] o.a.s.s.IndexSchema 
[.system_shard1_replica_n3] Schema name=_system collection or core
   [junit4]   2> 38445 INFO  (qtp1179266055-233) [n:127.0.0.1:37248_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection..system.shard1.leader, tag=11d78fc7
   [junit4]   2> 38446 INFO  (Thread-30) [    ] o.a.s.s.IndexSchema Loaded 
schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 38446 INFO  (Thread-30) [    ] o.a.s.c.CoreContainer Reloading 
SolrCore '.system_shard1_replica_n3' using configuration from collection .system
   [junit4]   2> 38454 INFO  (qtp1505212157-238) [n:127.0.0.1:34026_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :reload with params 
name=.system&action=RELOAD&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 38459 INFO  
(OverseerThreadFactory-62-thread-2-processing-n:127.0.0.1:37248_solr) 
[n:127.0.0.1:37248_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection Cmd=action=RELOAD, asyncId=null
   [junit4]   2> 38473 INFO  (qtp1505212157-240) [n:127.0.0.1:34026_solr    
x:.system_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 38492 INFO  (qtp1505212157-240) [n:127.0.0.1:34026_solr    
x:.system_shard1_replica_n1] o.a.s.s.IndexSchema [.system_shard1_replica_n1] 
Schema name=_system collection or core
   [junit4]   2> 38499 INFO  (qtp1505212157-240) [n:127.0.0.1:34026_solr    
x:.system_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema _system 
collection or core/1.1 with uniqueid field id
   [junit4]   2> 38499 INFO  (qtp1505212157-240) [n:127.0.0.1:34026_solr    
x:.system_shard1_replica_n1] o.a.s.c.CoreContainer Reloading SolrCore 
'.system_shard1_replica_n1' using configuration from collection .system
   [junit4]   2> 38527 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr_37248.solr.core..system.shard1.replica_n3' (registry 
'solr.core..system.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2dcfbe91
   [junit4]   2> 38527 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.c.SolrCore 
[[.system_shard1_replica_n3] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001/node1/.system_shard1_replica_n3],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001/node1/./.system_shard1_replica_n3/data/]
   [junit4]   2> 38593 INFO  (qtp1505212157-240) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34026.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2dcfbe91
   [junit4]   2> 38593 INFO  (qtp1505212157-240) [n:127.0.0.1:34026_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
[[.system_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001/node2/.system_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_AF71BCFFA6822A94-001/tempDir-001/node2/./.system_shard1_replica_n1/data/]
   [junit4]   2> 38611 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.u.CommitTracker Hard 
AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 38611 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 38622 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@33f72927[.system_shard1_replica_n3] main]
   [junit4]   2> 38625 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 38625 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 38625 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 38626 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.s.ZkIndexSchemaReader 
Current schema version 1 is already the latest
   [junit4]   2> 38626 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 38670 INFO  
(searcherExecutor-89-thread-1-processing-n:127.0.0.1:37248_solr 
x:.system_shard1_replica_n3 c:.system s:shard1 r:core_node4) 
[n:127.0.0.1:37248_solr c:.system s:shard1 r:core_node4 
x:.system_shard1_replica_n3] o.a.s.c.SolrCore [.system_shard1_replica_n3] 
Registered new searcher Searcher@33f72927[.system_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, os.version=4.4.0-137-generic, 
java.runtime.version=11.0.1+13-LTS, os.arch=amd64, source=flush, 
lucene.version=9.0.0, java.vm.version=11.0.1+13-LTS, java.version=11.0.1, 
timestamp=1556685272068}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 38672 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.u.DefaultSolrCoreState 
New IndexWriter is ready to be used.
   [junit4]   2> 38674 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@69b20f83[.system_shard1_replica_n3] main]
   [junit4]   2> 38674 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.c.SolrCore 
[.system_shard1_replica_n3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@52264581
   [junit4]   2> 38674 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.m.SolrMetricManager 
Closing metric reporters for registry=solr.core..system.shard1.replica_n3, 
tag=52264581
   [junit4]   2> 38674 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@189b69a1: 
rootName = solr_37248, domain = solr.core..system.shard1.replica_n3, service 
url = null, agent id = null] for registry solr.core..system.shard1.replica_n3 / 
com.codahale.metrics.MetricRegistry@5199a62e
   [junit4]   2> 38687 INFO  
(searcherExecutor-89-thread-1-processing-n:127.0.0.1:37248_solr 
x:.system_shard1_replica_n3 c:.system s:shard1 r:core_node4) 
[n:127.0.0.1:37248_solr c:.system s:shard1 r:core_node4 
x:.system_shard1_replica_n3] o.a.s.c.SolrCore [.system_shard1_replica_n3] 
Registered new searcher Searcher@69b20f83[.system_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, os.version=4.4.0-137-generic, 
java.runtime.version=11.0.1+13-LTS, os.arch=amd64, source=flush, 
lucene.version=9.0.0, java.vm.version=11.0.1+13-LTS, java.version=11.0.1, 
timestamp=1556685272068}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 38694 INFO  (Thread-30) [n:127.0.0.1:37248_solr c:.system 
s:shard1 r:core_node4 x:.system_shard1_replica_n3] o.a.s.m.SolrMetricM

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

7 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2758837 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4298a789: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@333c61aa
   [junit4]   2> 2758839 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2758839 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4ce4e61b: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@52f68f14
   [junit4]   2> 2758840 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2758840 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[AF71BCFFA6822A94]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@416872b: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@50e9e563
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_AF71BCFFA6822A94-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{title_stringNoNorms=PostingsFormat(name=MockRandom), 
title_stemmed=Lucene50(blocksize=128), multiDefault=Lucene50(blocksize=128), 
_root_=PostingsFormat(name=MockRandom), id=Lucene50(blocksize=128), 
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 title=Lucene50(blocksize=128), title_lettertok=Lucene50(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Lucene80), 
val_i_dvo=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Lucene80), 
intDvoDefault=DocValuesFormat(name=Lucene80), 
timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1078, 
maxMBSortInHeap=6.554541207858563, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@513a2942),
 locale=en-HK, timezone=America/Indiana/Vincennes
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 11.0.1 
(64-bit)/cpus=4,threads=1,free=245914640,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [Tagger2Test, ZkCLITest, 
ZookeeperStatusHandlerTest, TestJsonRequest, TestRestManager, 
TestAuthenticationFramework, LargeFieldTest, TestFieldCacheSort, 
ZkNodePropsTest, SignificantTermsQParserPluginTest, 
UniqFieldsUpdateProcessorFactoryTest, TestCloudSearcherWarming, 
DistributedFacetPivotWhiteBoxTest, ShardsWhitelistTest, TestPushWriter, 
PreAnalyzedUpdateProcessorTest, MultiDestinationAuditLoggerTest, 
TestInPlaceUpdatesDistrib, ShardRoutingTest, 
DocExpirationUpdateProcessorFactoryTest, TestFuzzyAnalyzedSuggestions, 
IndexSizeTriggerTest, StatsComponentTest, OverseerModifyCollectionTest, 
TestCustomStream, TestPolicyCloud, TestUnifiedSolrHighlighter, 
TestOmitPositions, SpellCheckCollatorTest, CustomTermsComponentTest, 
DisMaxRequestHandlerTest, DateFieldTest, HighlighterMaxOffsetTest, 
ResourceLoaderTest, TestCollationField, TestSolrFieldCacheBean, 
ClusterStateTest, TestSimPolicyCloud, WrapperMergePolicyFactoryTest, 
TestBM25SimilarityFactory, SortByFunctionTest, 
TestDynamicFieldCollectionResource, HdfsBasicDistributedZkTest, PeerSyncTest, 
TestJsonFacets, TestLuceneMatchVersion, AuditLoggerIntegrationTest, 
LeaderElectionIntegrationTest, TestGraphMLResponseWriter, 
AtomicUpdateRemovalJavabinTest, TestCSVLoader, DistributedSuggestComponentTest, 
TriLevelCompositeIdRoutingTest, ConnectionReuseTest, BlockCacheTest, 
TestDocSet, TestPerFieldSimilarity, DocValuesNotIndexedTest, 
LegacyCloudClusterPropTest, TestDeleteCollectionOnDownNodes, 
ConfigureRecoveryStrategyTest, TestConfigSetsAPIExclusivity, 
TestSha256AuthenticationProvider, ResponseBuilderTest, BasicAuthStandaloneTest, 
TestBulkSchemaConcurrent, TestQuerySenderNoQuery, SolrCoreTest, 
CdcrReplicationHandlerTest, StatsReloadRaceTest, 
StatelessScriptUpdateProcessorFactoryTest, DistribJoinFromCollectionTest, 
AssignTest, TestRandomFaceting, MoreLikeThisHandlerTest, 
RegexBytesRefFilterTest, RemoteQueryErrorTest, SoftAutoCommitTest, 
TestStressRecovery, SpatialRPTFieldTypeTest, TestFieldCacheWithThreads, 
TestStressInPlaceUpdates, ExecutePlanActionTest, PreAnalyzedFieldTest, 
SolrInfoBeanTest, LoggingHandlerTest, SearchRateTriggerIntegrationTest, 
HttpPartitionTest, ChangedSchemaMergeTest, BadCopyFieldTest, SplitShardTest, 
TestSubQueryTransformerDistrib, TestXIncludeConfig, TestReload, 
CloneFieldUpdateProcessorFactoryTest, TestHashQParserPlugin, 
BigEndianAscendingWordSerializerTest, CreateRoutedAliasTest, 
DistributedQueryComponentOptimizationTest, TestLegacyFieldReuse, 
SolrCloudReportersTest, TestCSVResponseWriter, TestObjectReleaseTracker, 
SecurityConfHandlerTest, TestOrdValues, BasicFunctionalityTest, 
TestStressVersions, TestLeaderElectionWithEmptyReplica, MultiThreadedOCPTest, 
ShardSplitTest, TestSort, TestExceedMaxTermLength, TestFacetMethods, 
TestPivotHelperCode, HdfsTlogReplayBufferedWhileIndexingTest, 
HdfsRestartWhileUpdatingTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
TestRetrieveFieldsOptimizer, TriggerIntegrationTest, 
DocumentAnalysisRequestHandlerTest, V2StandaloneTest, TestSearcherReuse, 
TestNumericTerms64, CdcrWithNodesRestartsTest, TestBlendedInfixSuggestions, 
MigrateRouteKeyTest, SolrMetricReporterTest, 
TestReplicationHandlerDiskOverFlow, TestUtils, CoreAdminHandlerTest, 
DistanceUnitsTest, CollectionTooManyReplicasTest, TestDFRSimilarityFactory, 
CollectionStateFormat2Test, TestTolerantUpdateProcessorCloud, 
DistributedFacetPivotLongTailTest, TestCollectionAPIs, 
TestCollectionsAPIViaSolrCloudCluster, MoveReplicaHDFSTest, 
SchemaApiFailureTest, TestSSLRandomization, TestSegmentSorting, 
TestSolrCloudWithSecureImpersonation, TestZkChroot, 
ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, 
TestLocalFSCloudBackupRestore, TestReplicaProperties, 
TestRequestStatusCollectionAPI, AutoAddReplicasPlanActionTest, 
MetricTriggerTest, NodeLostTriggerIntegrationTest, NodeLostTriggerTest, 
ScheduledTriggerIntegrationTest, TestSimClusterStateProvider, 
TestSimExecutePlanAction, TestSimExtremeIndexing, TestSimLargeCluster, 
HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, 
ZkStateReaderTest, ImplicitSnitchTest, RuleEngineTest, RulesTest, 
TestCoreContainer, TestDynamicURP, TestLazyCores, TestSolrDeletionPolicy1, 
TestSolrIndexConfig, TestSolrCoreSnapshots, BinaryUpdateRequestHandlerTest, 
TestCoreBackup, TestReplicationHandler, MBeansHandlerTest, 
TermVectorComponentDistributedTest, TestDistributedStatsComponentCardinality, 
TestExportWriter, TestMultiValuedNumericRangeQuery, TestNumericTokenStream, 
TestLogWatcher, JvmMetricsTest, MetricsConfigTest, SolrCoreMetricManagerTest, 
SolrJmxReporterCloudTest, TestRemoteStreaming, TestStreamBody, 
TestUnInvertedFieldException, TestMacroExpander, TestMacros, JSONWriterTest, 
TestChildDocTransformer, TestSubQueryTransformer, TestFieldResource, 
TestFieldTypeResource, TestSchemaResource, TestSchemaVersionResource, 
TestManagedStopFilterFactory, DocValuesMissingTest, DocValuesTest, 
TestManagedSchemaAPI, TestSchemaManager, TestSchemalessBufferedUpdates, 
TestSortableTextField, TestUseDocValuesAsStored2, UUIDFieldTest, 
AnalyticsMergeStrategyTest, AnalyticsQueryTest, CurrencyRangeFacetCloudTest, 
RankQueryTest, TestAddFieldRealTimeGet, TestComplexPhraseLeadingWildcard, 
TestComplexPhraseQParserPlugin, TestComponentsName, TestExtendedDismaxParser, 
TestFiltering, TestLRUCache, TestLegacyNumericRangeQueryBuilder, 
TestMaxScoreQueryParser, TestMinHashQParser, TestMissingGroups, 
TestMultiWordSynonyms, TestNoOpRegenerator, 
TestOverriddenPrefixQueryForCustomFieldType, TestPayloadCheckQParserPlugin, 
TestPayloadScoreQParserPlugin, TestPseudoReturnFields, TestQueryTypes, 
TestQueryUtils, TestRTGBase, TestRandomCollapseQParserPlugin, TestSmileRequest, 
TestSolr4Spatial, TestSolr4Spatial2, TestTrieFacet, TestValueSourceCache, 
TestXmlQParser, TestXmlQParserPlugin, 
DistributedFacetSimpleRefinementLongTailTest, RangeFacetCloudTest, 
TestCloudJSONFacetJoinDomain, DistanceFunctionTest, BJQParserTest, 
BlockJoinFacetDistribTest, BlockJoinFacetRandomTest, BlockJoinFacetSimpleTest, 
GraphQueryTest, TestNestedDocsSort, TestScoreJoinQPNoScore, TestDistribIDF, 
TestPKIAuthenticationPlugin, TestSolrCloudWithHadoopAuthPlugin, 
ResponseHeaderTest, SolrRequestParserTest, SpellPossibilityIteratorTest, 
SpellingQueryConverterTest, WordBreakSolrSpellCheckerTest, SuggesterTest, 
BufferStoreTest, HdfsLockFactoryTest, TestDocTermOrdsUninvertLimit, 
TestFieldCache, AnalysisErrorHandlingTest, CdcrUpdateLogTest, 
DataDrivenBlockJoinTest, DocumentBuilderTest, 
PeerSyncWithIndexFingerprintCachingTest, PeerSyncWithLeaderTest]
   [junit4] Completed [854/855 (4!)] on J1 in 142.28s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 8963 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:634: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:128: 
Found 1 violations in source files (File uses Mockito but has no 
assumeWorkingMockito() call).

Total time: 109 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to