You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/04/15 07:25:54 UTC

[JENKINS] Lucene-Solr-8.5-Windows (32bit/jdk1.8.0_201) - Build # 306 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.5-Windows/306/
Java: 32bit/jdk1.8.0_201 -client -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttp2SolrClient.testReliability

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:51832/solr/collection1/select?q=*%3A*&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:51832/solr/collection1/select?q=*%3A*&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([CA78CAEB40962897:BB017ADE1F0F93E]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:407)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:753)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.client.solrj.TestLBHttp2SolrClient.testReliability(TestLBHttp2SolrClient.java:223)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:398)
	... 46 more


FAILED:  org.apache.solr.client.solrj.TestLBHttp2SolrClient.testTwoServers

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:51945/solr/collection1/select?q=*%3A*&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:51945/solr/collection1/select?q=*%3A*&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([CA78CAEB40962897:6A9264669BDD06B7]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:407)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:753)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.client.solrj.TestLBHttp2SolrClient.testTwoServers(TestLBHttp2SolrClient.java:186)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:398)
	... 46 more


FAILED:  org.apache.solr.client.solrj.TestLBHttp2SolrClient.testSimple

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:52011/solr/collection1/select?q=*%3A*&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:52011/solr/collection1/select?q=*%3A*&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([CA78CAEB40962897:F2CBEE156765FC46]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:407)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:753)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.client.solrj.TestLBHttp2SolrClient.testSimple(TestLBHttp2SolrClient.java:143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:398)
	... 46 more


FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at __randomizedtesting.SeedInfo.seed([CA78CAEB40962897:BB017ADE1F0F93E]:0)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:669)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:51919/solr/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605)
	... 44 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 47 more




Build Log:
[...truncated 17015 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttp2SolrClient
   [junit4]   2> 13606 INFO  (SUITE-TestLBHttp2SolrClient-seed#[CA78CAEB40962897]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 13606 INFO  (SUITE-TestLBHttp2SolrClient-seed#[CA78CAEB40962897]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 13631 INFO  (SUITE-TestLBHttp2SolrClient-seed#[CA78CAEB40962897]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\data-dir-1-001
   [junit4]   2> 14430 INFO  (SUITE-TestLBHttp2SolrClient-seed#[CA78CAEB40962897]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 14750 INFO  (SUITE-TestLBHttp2SolrClient-seed#[CA78CAEB40962897]-worker) [     ] o.e.j.u.log Logging initialized @14789ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 14770 INFO  (SUITE-TestLBHttp2SolrClient-seed#[CA78CAEB40962897]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 15106 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReliability
   [junit4]   2> 15915 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@16167fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 15915 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@16167fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16886 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 16886 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 16902 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 16930 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_201-b09
   [junit4]   2> 16985 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 16985 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 16992 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 17046 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1728e84{/solr,null,AVAILABLE}
   [junit4]   2> 17058 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@84338f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51832}
   [junit4]   2> 17058 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.Server Started @17105ms
   [junit4]   2> 17058 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\collection1\data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=51832}
   [junit4]   2> 17478 ERROR (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 17478 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 17478 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.1
   [junit4]   2> 17478 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 17478 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr
   [junit4]   2> 17478 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-15T06:51:20.539Z
   [junit4]   2> 17558 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 17570 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\solr.xml
   [junit4]   2> 17700 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 20146 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 20148 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1c07da3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 20148 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1c07da3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 20798 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@157afa2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 20798 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@157afa2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 20882 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 21634 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 21644 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 22018 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 22026 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 22026 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 22296 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\.
   [junit4]   2> 22297 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 22455 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 22723 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 22930 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 22935 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\.\collection1, trusted=true
   [junit4]   2> 23306 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 23399 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\.\collection1\data\]
   [junit4]   2> 29738 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 29738 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 29905 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@145ae25[collection1] main]
   [junit4]   2> 29969 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\collection1\conf
   [junit4]   2> 30254 INFO  (coreLoadExecutor-9-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 30261 INFO  (searcherExecutor-10-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@145ae25[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 31438 INFO  (qtp32095784-65) [     ] o.e.j.u.TypeUtil JVM Runtime does not support Modules
   [junit4]   2> 32623 INFO  (qtp32095784-65) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 769
   [junit4]   2> 32802 INFO  (qtp32095784-66) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 32802 INFO  (qtp32095784-66) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1c8a16c commitCommandVersion:0
   [junit4]   2> 33964 INFO  (qtp32095784-66) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17908ee[collection1] main]
   [junit4]   2> 33966 INFO  (qtp32095784-66) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 33985 INFO  (searcherExecutor-10-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17908ee[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C10:[diagnostics={os=Windows 10, java.vendor=Oracle Corporation, java.version=1.8.0_201, java.vm.version=25.201-b09, lucene.version=8.5.1, os.arch=x86, java.runtime.version=1.8.0_201-b09, source=flush, os.version=10.0, timestamp=1586933496539}])))}
   [junit4]   2> 33986 INFO  (qtp32095784-66) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1186
   [junit4]   2> 34026 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 34026 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 34026 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 34026 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_201-b09
   [junit4]   2> 34026 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 34026 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 34026 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 34026 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a8d718{/solr,null,AVAILABLE}
   [junit4]   2> 34029 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@9e171a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51887}
   [junit4]   2> 34029 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.Server Started @34076ms
   [junit4]   2> 34029 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-1-001\collection1\data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=51887}
   [junit4]   2> 34029 ERROR (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 34029 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 34029 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.1
   [junit4]   2> 34029 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 34029 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr
   [junit4]   2> 34029 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-15T06:51:37.090Z
   [junit4]   2> 34033 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-1-001\solr.xml
   [junit4]   2> 34045 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 34374 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 34376 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@e8322c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 34376 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@e8322c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 34384 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b9482b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 34384 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b9482b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 34385 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 34509 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 34509 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 34577 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 34597 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 34601 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 34617 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-1-001\.
   [junit4]   2> 34617 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 34674 INFO  (coreLoadExecutor-22-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 34709 INFO  (coreLoadExecutor-22-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 34725 INFO  (coreLoadExecutor-22-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 34725 INFO  (coreLoadExecutor-22-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-1-001\.\collection1, trusted=true
   [junit4]   2> 34727 INFO  (coreLoadExecutor-22-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 34727 INFO  (coreLoadExecutor-22-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-1-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-1-001\.\collection1\data\]
   [junit4]   2> 35009 INFO  (coreLoadExecutor-22-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 35009 INFO  (coreLoadExecutor-22-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 35014 INFO  (coreLoadExecutor-22-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ca7957[collection1] main]
   [junit4]   2> 35015 INFO  (coreLoadExecutor-22-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-1-001\collection1\conf
   [junit4]   2> 35015 INFO  (coreLoadExecutor-22-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 35017 INFO  (searcherExecutor-23-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ca7957[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 35037 INFO  (qtp29573945-88) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 10
   [junit4]   2> 35038 INFO  (qtp29573945-84) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 35038 INFO  (qtp29573945-84) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@b8d320 commitCommandVersion:0
   [junit4]   2> 35121 INFO  (qtp29573945-84) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17705c2[collection1] main]
   [junit4]   2> 35125 INFO  (qtp29573945-84) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 35130 INFO  (searcherExecutor-23-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17705c2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C10:[diagnostics={os=Windows 10, java.vendor=Oracle Corporation, java.version=1.8.0_201, java.vm.version=25.201-b09, lucene.version=8.5.1, os.arch=x86, java.runtime.version=1.8.0_201-b09, source=flush, os.version=10.0, timestamp=1586933498147}])))}
   [junit4]   2> 35130 INFO  (qtp29573945-84) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 91
   [junit4]   2> 35154 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 35155 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 35155 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 35155 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_201-b09
   [junit4]   2> 35155 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 35155 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 35156 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 35156 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@707033{/solr,null,AVAILABLE}
   [junit4]   2> 35160 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@e3c43c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51901}
   [junit4]   2> 35160 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.Server Started @35205ms
   [junit4]   2> 35160 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-2-001\collection1\data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=51901}
   [junit4]   2> 35161 ERROR (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 35161 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 35161 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.1
   [junit4]   2> 35161 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 35161 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr
   [junit4]   2> 35161 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-15T06:51:38.222Z
   [junit4]   2> 35161 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-2-001\solr.xml
   [junit4]   2> 35182 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 36365 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 36366 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@13ab9d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 36366 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@13ab9d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 36377 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1460a1e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 36377 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1460a1e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 36379 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 36597 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 36597 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 36767 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 36789 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 36789 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 36810 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-2-001\.
   [junit4]   2> 36810 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 36898 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 37145 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 37298 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 37298 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-2-001\.\collection1, trusted=true
   [junit4]   2> 37298 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 37298 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-2-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-2-001\.\collection1\data\]
   [junit4]   2> 38462 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 38462 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 38489 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@255ba7[collection1] main]
   [junit4]   2> 38490 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-2-001\collection1\conf
   [junit4]   2> 38490 INFO  (coreLoadExecutor-35-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 38494 INFO  (searcherExecutor-36-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@255ba7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 38520 INFO  (qtp28761719-106) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 12
   [junit4]   2> 38523 INFO  (qtp28761719-107) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 38523 INFO  (qtp28761719-107) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@806732 commitCommandVersion:0
   [junit4]   2> 38706 INFO  (qtp28761719-107) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@196bb24[collection1] main]
   [junit4]   2> 38707 INFO  (qtp28761719-107) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 38709 INFO  (searcherExecutor-36-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@196bb24[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C10:[diagnostics={os=Windows 10, java.vendor=Oracle Corporation, java.version=1.8.0_201, java.vm.version=25.201-b09, lucene.version=8.5.1, os.arch=x86, java.runtime.version=1.8.0_201-b09, source=flush, os.version=10.0, timestamp=1586933501692}])))}
   [junit4]   2> 38709 INFO  (qtp28761719-107) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 189
   [junit4]   2> 38716 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=30940767
   [junit4]   2> 38730 INFO  (coreCloseExecutor-40-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@82a48f
   [junit4]   2> 38732 INFO  (coreCloseExecutor-40-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@82a48f
   [junit4]   2> 38733 INFO  (coreCloseExecutor-40-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@107a75a: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@177eea3
   [junit4]   2> 38767 INFO  (coreCloseExecutor-40-thread-1) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 39377 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 39380 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1e2caad: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1033ddf
   [junit4]   2> 39389 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 39389 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19d588d: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1bdb234
   [junit4]   2> 39394 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 39394 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@18ce647: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@154d5e0
   [junit4]   2> 39449 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@9e171a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 39460 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a8d718{/solr,null,UNAVAILABLE}
   [junit4]   2> 39460 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 41860 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=14270886
   [junit4]   2> 41861 INFO  (coreCloseExecutor-42-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a63e69
   [junit4]   2> 41861 INFO  (coreCloseExecutor-42-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@1a63e69
   [junit4]   2> 41861 INFO  (coreCloseExecutor-42-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a1a1d: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3b04ae
   [junit4]   2> 41946 INFO  (coreCloseExecutor-42-thread-1) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 42014 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 42014 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1091740: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@176f544
   [junit4]   2> 42021 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 42021 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1670794: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1bdb234
   [junit4]   2> 42025 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 42025 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@af9ad0: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@154d5e0
   [junit4]   2> 42037 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@84338f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 42037 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1728e84{/solr,null,UNAVAILABLE}
   [junit4]   2> 42037 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 42189 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=13897908
   [junit4]   2> 42217 INFO  (coreCloseExecutor-44-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@8def59
   [junit4]   2> 42217 INFO  (coreCloseExecutor-44-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@8def59
   [junit4]   2> 42217 INFO  (coreCloseExecutor-44-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@12342a8: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@17ec752
   [junit4]   2> 42254 INFO  (coreCloseExecutor-44-thread-1) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 42297 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 42297 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f9eb2: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@16c2124
   [junit4]   2> 42313 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 42313 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f45b94: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1bdb234
   [junit4]   2> 42313 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 42317 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3aa371: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@154d5e0
   [junit4]   2> 42330 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@e3c43c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 42330 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@707033{/solr,null,UNAVAILABLE}
   [junit4]   2> 42330 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 42386 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[CA78CAEB40962897]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReliability
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttp2SolrClient -Dtests.method=testReliability -Dtests.seed=CA78CAEB40962897 -Dtests.slow=true -Dtests.locale=es-DO -Dtests.timezone=Asia/Magadan -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   27.5s J3 | TestLBHttp2SolrClient.testReliability <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:51832/solr/collection1/select?q=*%3A*&wt=javabin&version=2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CA78CAEB40962897:BB017ADE1F0F93E]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:407)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:753)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
   [junit4]    > 	at org.apache.solr.client.solrj.TestLBHttp2SolrClient.testReliability(TestLBHttp2SolrClient.java:223)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException
   [junit4]    > 	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:398)
   [junit4]    > 	... 46 more
   [junit4]   2> 42557 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testTwoServers
   [junit4]   2> 42562 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@225259[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 42562 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@225259[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 42693 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 42694 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 42694 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 42694 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_201-b09
   [junit4]   2> 42695 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 42695 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 42695 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 42695 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e31a{/solr,null,AVAILABLE}
   [junit4]   2> 42700 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@d707ab{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51932}
   [junit4]   2> 42700 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.Server Started @42745ms
   [junit4]   2> 42700 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\collection1\data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=51932}
   [junit4]   2> 42700 ERROR (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 42700 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 42700 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.1
   [junit4]   2> 42700 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 42700 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr
   [junit4]   2> 42700 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-15T06:51:45.761Z
   [junit4]   2> 42700 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\solr.xml
   [junit4]   2> 42885 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 43505 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 43513 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@18c599[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 43513 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@18c599[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 43580 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@cc0454[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 43580 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@cc0454[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 43580 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 44547 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 44547 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 44828 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 44849 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 44849 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 44864 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\.
   [junit4]   2> 44869 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 46329 INFO  (coreLoadExecutor-54-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 46540 INFO  (coreLoadExecutor-54-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 46656 INFO  (coreLoadExecutor-54-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 46656 INFO  (coreLoadExecutor-54-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\.\collection1, trusted=true
   [junit4]   2> 46658 INFO  (coreLoadExecutor-54-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb
   [junit4]   2> 46658 INFO  (coreLoadExecutor-54-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\.\collection1\data\]
   [junit4]   2> 49900 INFO  (coreLoadExecutor-54-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 49900 INFO  (coreLoadExecutor-54-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 49916 INFO  (coreLoadExecutor-54-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b6127[collection1] main]
   [junit4]   2> 49916 INFO  (coreLoadExecutor-54-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-0-001\collection1\conf
   [junit4]   2> 49921 INFO  (coreLoadExecutor-54-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 49929 INFO  (searcherExecutor-55-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7b6127[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 50078 INFO  (qtp9518714-147) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 55
   [junit4]   2> 50084 INFO  (qtp9518714-151) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 50084 INFO  (qtp9518714-151) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@8da782 commitCommandVersion:0
   [junit4]   2> 50509 INFO  (qtp9518714-151) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ef30e[collection1] main]
   [junit4]   2> 50509 INFO  (qtp9518714-151) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 50516 INFO  (searcherExecutor-55-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7ef30e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C10:[diagnostics={os=Windows 10, java.vendor=Oracle Corporation, java.version=1.8.0_201, java.vm.version=25.201-b09, lucene.version=8.5.1, os.arch=x86, java.runtime.version=1.8.0_201-b09, source=flush, os.version=10.0, timestamp=1586933513300}])))}
   [junit4]   2> 50516 INFO  (qtp9518714-151) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 436
   [junit4]   2> 50665 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 50665 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 50665 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 50665 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_201-b09
   [junit4]   2> 50665 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 50665 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 50665 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 50665 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a4228{/solr,null,AVAILABLE}
   [junit4]   2> 50705 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@169121c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51945}
   [junit4]   2> 50705 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.s.Server Started @50750ms
   [junit4]   2> 50705 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-1-001\collection1\data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=51945}
   [junit4]   2> 50705 ERROR (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 50705 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 50705 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.1
   [junit4]   2> 50705 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 50705 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr
   [junit4]   2> 50705 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-15T06:51:53.766Z
   [junit4]   2> 50705 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.TestLBHttp2SolrClient_CA78CAEB40962897-001\instance-1-001\solr.xml
   [junit4]   2> 50959 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@b4ffbb, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 54694 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 54703 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@9d4ccb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 54703 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@9d4ccb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 54718 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5250a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 54718 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5250a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 54720 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 55964 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 55964 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[CA78CAEB40962897]) [     ] o.a.s.h.a.MetricsHis

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

rters for registry=solr.jvm, tag=null
   [junit4]   2> 123319 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f67e1e: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1094938
   [junit4]   2> 123334 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 123334 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3f6c8: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@53f51
   [junit4]   2> 123352 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@12a7cc3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 123352 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ffb0f6{/solr,null,UNAVAILABLE}
   [junit4]   2> 123352 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 123391 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=16700687
   [junit4]   2> 123393 INFO  (coreCloseExecutor-162-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9f16cd
   [junit4]   2> 123393 INFO  (coreCloseExecutor-162-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@9f16cd
   [junit4]   2> 123393 INFO  (coreCloseExecutor-162-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7824e0: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@d2fbe8
   [junit4]   2> 123412 INFO  (coreCloseExecutor-162-thread-1) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 123430 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 123430 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@424437: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@cd5e1
   [junit4]   2> 123438 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 123438 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@158e867: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1094938
   [junit4]   2> 123440 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 123440 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b32dfe: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@53f51
   [junit4]   2> 123446 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@e89fe2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:52208}
   [junit4]   2> 123446 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@a7fe4b{/solr,null,UNAVAILABLE}
   [junit4]   2> 123446 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 123453 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=3722840
   [junit4]   2> 123460 INFO  (coreCloseExecutor-164-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4a9f10
   [junit4]   2> 123460 INFO  (coreCloseExecutor-164-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=SolrCore@4a9f10
   [junit4]   2> 123460 INFO  (coreCloseExecutor-164-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9a2345: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@939e3f
   [junit4]   2> 123464 INFO  (coreCloseExecutor-164-thread-1) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 123495 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 123495 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f8eed2: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1205053
   [junit4]   2> 123496 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 123496 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@dbf828: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1094938
   [junit4]   2> 123496 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 123498 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f60f27: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@53f51
   [junit4]   2> 123520 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1242e9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 123520 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6071a0{/solr,null,UNAVAILABLE}
   [junit4]   2> 123520 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 123534 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[CA78CAEB40962897]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSimple
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.TestLBHttpSolrClient_CA78CAEB40962897-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {name=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=463, maxMBSortInHeap=7.274234108409771, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@617da3), locale=es-AR, timezone=Africa/Asmera
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_201 (32-bit)/cpus=6,threads=1,free=21239784,total=77594624
   [junit4]   2> NOTE: All tests run in this JVM: [LengthEvaluatorTest, TestLBHttpSolrClient]
   [junit4] Completed [34/208 (2!)] on J4 in 110.58s, 3 tests, 1 error <<< FAILURES!

[...truncated 47407 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.5-Windows/306/consoleText

[repro] Revision: edb9fc409398f2c3446883f9f80595c884d245d0

[repro] Ant options: "-Dargs=-client -XX:+UseG1GC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\solrj
[repro]       TestLBHttpSolrClient
[repro]       TestLBHttp2SolrClient
[repro] ant compile-test

[...truncated 2574 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestLBHttpSolrClient|*.TestLBHttp2SolrClient" -Dtests.showOutput=onerror "-Dargs=-client -XX:+UseG1GC" -Dtests.seed=CA78CAEB40962897 -Dtests.slow=true -Dtests.locale=es-AR -Dtests.timezone=Africa/Asmera -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 117 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.client.solrj.TestLBHttp2SolrClient
[repro]   0/5 failed: org.apache.solr.client.solrj.TestLBHttpSolrClient
[repro] Exiting with code 0

[...truncated 78 lines...]

[JENKINS] Lucene-Solr-8.5-Windows (64bit/jdk-11.0.6) - Build # 307 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.5-Windows/307/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseG1GC

1 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([7590D772882F3554:56574DBE8E79C22]: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:215)
	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)




Build Log:
[...truncated 15275 lines...]
   [junit4] Suite: org.apache.solr.cloud.SystemCollectionCompatTest
   [junit4]   2> 1032213 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1032215 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001\data-dir-155-001
   [junit4]   2> 1032215 WARN  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 1032215 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1032217 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1032217 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1032217 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001\tempDir-001
   [junit4]   2> 1032218 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1032219 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1032219 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1032319 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:54552
   [junit4]   2> 1032319 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:54552
   [junit4]   2> 1032319 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54552
   [junit4]   2> 1032319 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54552
   [junit4]   2> 1032320 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1032323 INFO  (zkConnectionManagerCallback-5333-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1032324 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1032326 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1032328 INFO  (zkConnectionManagerCallback-5335-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1032328 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1032329 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1032330 INFO  (zkConnectionManagerCallback-5337-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1032331 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1032433 WARN  (jetty-launcher-5338-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1032434 WARN  (jetty-launcher-5338-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1032434 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1032434 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1032434 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1032434 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1032434 INFO  (jetty-launcher-5338-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 1032434 INFO  (jetty-launcher-5338-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 1032435 INFO  (jetty-launcher-5338-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1032435 INFO  (jetty-launcher-5338-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1032435 INFO  (jetty-launcher-5338-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1032435 INFO  (jetty-launcher-5338-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1032435 INFO  (jetty-launcher-5338-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1032435 INFO  (jetty-launcher-5338-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1032435 INFO  (jetty-launcher-5338-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6fb43e64{/solr,null,AVAILABLE}
   [junit4]   2> 1032435 INFO  (jetty-launcher-5338-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4622a860{/solr,null,AVAILABLE}
   [junit4]   2> 1032436 INFO  (jetty-launcher-5338-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@14221d5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54565}
   [junit4]   2> 1032436 INFO  (jetty-launcher-5338-thread-2) [     ] o.e.j.s.Server Started @1032471ms
   [junit4]   2> 1032436 INFO  (jetty-launcher-5338-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@34b915e1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54566}
   [junit4]   2> 1032436 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54565}
   [junit4]   2> 1032436 INFO  (jetty-launcher-5338-thread-1) [     ] o.e.j.s.Server Started @1032471ms
   [junit4]   2> 1032436 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54566}
   [junit4]   2> 1032437 ERROR (jetty-launcher-5338-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1032437 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1032437 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.1
   [junit4]   2> 1032437 ERROR (jetty-launcher-5338-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1032437 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1032437 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1032437 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr
   [junit4]   2> 1032437 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.1
   [junit4]   2> 1032437 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-15T14:14:16.401183Z
   [junit4]   2> 1032437 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1032437 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr
   [junit4]   2> 1032437 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-15T14:14:16.401183Z
   [junit4]   2> 1032437 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1032438 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1032439 INFO  (zkConnectionManagerCallback-5340-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1032439 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1032440 INFO  (zkConnectionManagerCallback-5342-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1032440 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1032440 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1032440 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1032644 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1032645 WARN  (jetty-launcher-5338-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c3a5062[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1032645 WARN  (jetty-launcher-5338-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c3a5062[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1032646 WARN  (jetty-launcher-5338-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c5a1832[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1032646 WARN  (jetty-launcher-5338-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c5a1832[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1032646 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54552/solr
   [junit4]   2> 1032649 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1032649 INFO  (zkConnectionManagerCallback-5350-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1032649 INFO  (jetty-launcher-5338-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1032753 INFO  (jetty-launcher-5338-thread-2) [n:127.0.0.1:54565_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1032754 INFO  (zkConnectionManagerCallback-5352-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1032754 INFO  (jetty-launcher-5338-thread-2) [n:127.0.0.1:54565_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1032805 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1032809 WARN  (jetty-launcher-5338-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@248c823b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1032809 WARN  (jetty-launcher-5338-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@248c823b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1032812 WARN  (jetty-launcher-5338-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@141858de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1032812 WARN  (jetty-launcher-5338-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@141858de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1032813 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54552/solr
   [junit4]   2> 1032814 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1032816 INFO  (zkConnectionManagerCallback-5360-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1032816 INFO  (jetty-launcher-5338-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1032860 INFO  (jetty-launcher-5338-thread-2) [n:127.0.0.1:54565_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54565_solr
   [junit4]   2> 1032860 INFO  (jetty-launcher-5338-thread-2) [n:127.0.0.1:54565_solr     ] o.a.s.c.Overseer Overseer (id=72165634771255302-127.0.0.1:54565_solr-n_0000000000) starting
   [junit4]   2> 1032865 INFO  (jetty-launcher-5338-thread-2) [n:127.0.0.1:54565_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54565_solr
   [junit4]   2> 1032865 INFO  (OverseerStateUpdate-72165634771255302-127.0.0.1:54565_solr-n_0000000000) [n:127.0.0.1:54565_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54565_solr
   [junit4]   2> 1032865 INFO  (OverseerStateUpdate-72165634771255302-127.0.0.1:54565_solr-n_0000000000) [n:127.0.0.1:54565_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1032874 INFO  (jetty-launcher-5338-thread-2) [n:127.0.0.1:54565_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1032874 WARN  (jetty-launcher-5338-thread-2) [n:127.0.0.1:54565_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1032911 INFO  (jetty-launcher-5338-thread-2) [n:127.0.0.1:54565_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1032919 INFO  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1032920 INFO  (zkConnectionManagerCallback-5364-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1032921 INFO  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1032925 INFO  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1032930 INFO  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:54566_solr as DOWN
   [junit4]   2> 1032930 INFO  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1032930 INFO  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54566_solr
   [junit4]   2> 1032931 INFO  (zkCallback-5351-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1032932 INFO  (zkCallback-5363-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1032933 INFO  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1032934 WARN  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1032942 INFO  (jetty-launcher-5338-thread-2) [n:127.0.0.1:54565_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54565.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fa9fbca
   [junit4]   2> 1032945 INFO  (jetty-launcher-5338-thread-2) [n:127.0.0.1:54565_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54565.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fa9fbca
   [junit4]   2> 1032945 INFO  (jetty-launcher-5338-thread-2) [n:127.0.0.1:54565_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54565.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fa9fbca
   [junit4]   2> 1032945 INFO  (jetty-launcher-5338-thread-2) [n:127.0.0.1:54565_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001\tempDir-001\node2\.
   [junit4]   2> 1032960 INFO  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1032995 INFO  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54566.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fa9fbca
   [junit4]   2> 1033000 INFO  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54566.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fa9fbca
   [junit4]   2> 1033000 INFO  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54566.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fa9fbca
   [junit4]   2> 1033001 INFO  (jetty-launcher-5338-thread-1) [n:127.0.0.1:54566_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001\tempDir-001\node1\.
   [junit4]   2> 1033051 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1033053 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1033055 INFO  (zkConnectionManagerCallback-5373-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1033055 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1033057 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1033057 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54552/solr ready
   [junit4]   2> 1033075 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[7590D772882F3554]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBackCompat
   [junit4]   2> 1033077 INFO  (qtp260427349-15849) [n:127.0.0.1:54565_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> 1033085 INFO  (OverseerThreadFactory-5875-thread-1-processing-n:127.0.0.1:54565_solr) [n:127.0.0.1:54565_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection .system
   [junit4]   2> 1033192 INFO  (OverseerStateUpdate-72165634771255302-127.0.0.1:54565_solr-n_0000000000) [n:127.0.0.1:54565_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:54565/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54565_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1033194 INFO  (OverseerStateUpdate-72165634771255302-127.0.0.1:54565_solr-n_0000000000) [n:127.0.0.1:54565_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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54566/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54566_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1033397 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr    x:.system_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&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> 1033397 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr    x:.system_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1033398 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr    x:.system_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1033409 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 1033409 WARN  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 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> 1033409 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 1033416 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 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> 1033416 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 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> 1033418 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 1033418 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 1033422 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1033422 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1033423 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/.system/managed-schema
   [junit4]   2> 1033423 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 1033424 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using configuration from configset .system, trusted=true
   [junit4]   2> 1033424 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54565.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fa9fbca
   [junit4]   2> 1033425 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001\tempDir-001\node2\.system_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001\tempDir-001\node2\.\.system_shard1_replica_n1\data\]
   [junit4]   2> 1033426 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 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> 1033427 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using configuration from configset .system, trusted=true
   [junit4]   2> 1033427 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54566.solr.core..system.shard1.replica_n2' (registry 'solr.core..system.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fa9fbca
   [junit4]   2> 1033427 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [[.system_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001\tempDir-001\node1\.system_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001\tempDir-001\node1\.\.system_shard1_replica_n2\data\]
   [junit4]   2> 1033533 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1033533 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1033533 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1033533 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1033533 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 1033533 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1033533 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 1033533 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1033533 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@79b30edf[.system_shard1_replica_n1] main]
   [junit4]   2> 1033533 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@cce0739[.system_shard1_replica_n2] main]
   [junit4]   2> 1033538 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 1033538 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 1033538 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 1033538 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 1033538 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 1033538 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 1033538 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1033538 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 1033538 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1033538 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1664048229255217152
   [junit4]   2> 1033542 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 1033542 INFO  (searcherExecutor-5884-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@79b30edf[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1033545 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1033545 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 1033545 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1033545 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 8 ms
   [junit4]   2> 1033545 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1033545 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1664048229262557184
   [junit4]   2> 1033550 INFO  (searcherExecutor-5885-thread-1-processing-n:127.0.0.1:54566_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@cce0739[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1033553 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1033554 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1033554 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 1034072 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1034072 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1034072 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54565/solr/.system_shard1_replica_n1/
   [junit4]   2> 1034077 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:54565/solr START replicas=[http://127.0.0.1:54566/solr/.system_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1034077 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:54565/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1034088 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1034088 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1034088 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] 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> 1034088 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/.system/leaders/shard1/leader after winning as /collections/.system/leader_elect/shard1/election/72165634771255302-core_node3-n_0000000000
   [junit4]   2> 1034106 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54565/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 1034211 INFO  (zkCallback-5351-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> 1034212 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1034217 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&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=819
   [junit4]   2> 1034314 INFO  (zkCallback-5351-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> 1034314 INFO  (zkCallback-5351-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> 1034561 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 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_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1163
   [junit4]   2> 1034562 INFO  (qtp260427349-15849) [n:127.0.0.1:54565_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> 1034659 INFO  (zkCallback-5363-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> 1034659 INFO  (zkCallback-5351-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> 1034659 INFO  (zkCallback-5351-thread-3) [     ] 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> 1034660 INFO  (zkCallback-5363-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> 1034660 INFO  (qtp260427349-15849) [n:127.0.0.1:54565_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=1582
   [junit4]   2> 1034660 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[7590D772882F3554]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: .system
   [junit4]   2> 1034663 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[7590D772882F3554]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1034665 INFO  (zkConnectionManagerCallback-5380-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1034665 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[7590D772882F3554]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1034666 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[7590D772882F3554]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1034667 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[7590D772882F3554]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54552/solr ready
   [junit4]   2> 1034672 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 1034675 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:54565/solr/.system_shard1_replica_n1/&wt=javabin&version=2}{add=[1717e30c902Tbsvjpn8rbhfx1xtoojl27cngj (1664048230441156608)]} 0 1
   [junit4]   2> 1034675 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1717e30c902Tbsvjpn8rbhfx1xtoojl27cngj (1664048230441156608)]} 0 7
   [junit4]   2> 1034676 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1664048230448496640,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1034676 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@74fa2554 commitCommandVersion:1664048230448496640
   [junit4]   2> 1034677 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1664048230449545216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1034677 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1a05b3e commitCommandVersion:1664048230449545216
   [junit4]   2> 1034679 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@70b455bc[.system_shard1_replica_n2] main]
   [junit4]   2> 1034679 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e22ece5[.system_shard1_replica_n1] main]
   [junit4]   2> 1034680 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1034680 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1034680 INFO  (searcherExecutor-5884-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@e22ece5[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C1:[diagnostics={os=Windows 10, java.vendor=AdoptOpenJDK, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=8.5.1, os.arch=amd64, java.runtime.version=11.0.6+10, source=flush, os.version=10.0, timestamp=1586960058642}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1034680 INFO  (searcherExecutor-5885-thread-1-processing-n:127.0.0.1:54566_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@70b455bc[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C1:[diagnostics={os=Windows 10, java.vendor=AdoptOpenJDK, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=8.5.1, os.arch=amd64, java.runtime.version=11.0.6+10, source=flush, os.version=10.0, timestamp=1586960058642}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1034681 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:54565/solr/.system_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 1034681 INFO  (qtp260427349-15851) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=.system:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 5
   [junit4]   2> 1034683 INFO  (qtp260427349-15849) [n:127.0.0.1:54565_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1034684 INFO  (qtp260427349-15847) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1034688 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 1034689 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 1034691 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1034693 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkController Persisted config data to node /configs/.system/schema.xml.bak 
   [junit4]   2> 1034694 INFO  (Thread-2198) [     ] o.a.s.c.SolrCore config update listener called for core .system_shard1_replica_n1
   [junit4]   2> 1034694 INFO  (Thread-2199) [     ] o.a.s.c.SolrCore config update listener called for core .system_shard1_replica_n2
   [junit4]   2> 1034695 INFO  (Thread-2198) [     ] o.a.s.c.SolrCore core reload .system_shard1_replica_n1
   [junit4]   2> 1034700 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 1034709 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 1034712 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1034712 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.CoreContainer Reloading SolrCore '.system_shard1_replica_n1' using configuration from configset .system
   [junit4]   2> 1034736 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54565.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fa9fbca
   [junit4]   2> 1034736 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001\tempDir-001\node2\.system_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001\tempDir-001\node2\.\.system_shard1_replica_n1\data\]
   [junit4]   2> 1034818 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 1034818 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1034821 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@29aa44b2[.system_shard1_replica_n1] main]
   [junit4]   2> 1034831 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 1034832 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 1034832 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 1034835 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1034836 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1034840 INFO  (searcherExecutor-5894-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@29aa44b2[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C1:[diagnostics={os=Windows 10, java.vendor=AdoptOpenJDK, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=8.5.1, os.arch=amd64, java.runtime.version=11.0.6+10, source=flush, os.version=10.0, timestamp=1586960058642}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1034841 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1034843 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ba6d665[.system_shard1_replica_n1] main]
   [junit4]   2> 1034849 INFO  (searcherExecutor-5894-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@6ba6d665[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C1:[diagnostics={java.vendor=AdoptOpenJDK, os=Windows 10, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=8.5.1, os.arch=amd64, java.runtime.version=11.0.6+10, source=flush, os.version=10.0, timestamp=1586960058642}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1034852 INFO  (qtp260427349-15853) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply schema update version 2 for collection .system
   [junit4]   2> 1034877 INFO  (Thread-2198) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.1
   [junit4]   2> 1034887 INFO  (Thread-2198) [     ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 1034891 INFO  (Thread-2198) [     ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1034891 INFO  (Thread-2198) [     ] o.a.s.c.CoreContainer Reloading SolrCore '.system_shard1_replica_n1' using configuration from configset .system
   [junit4]   2> 1034892 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1034893 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1034893 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1034893 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1034909 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54565.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fa9fbca
   [junit4]   2> 1034909 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001\tempDir-001\node2\.system_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001\tempDir-001\node2\.\.system_shard1_replica_n1\data\]
   [junit4]   2> 1034920 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1034926 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1034926 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 1034927 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1034953 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1034970 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1034970 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 1034970 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1034980 INFO  (qtp981400798-15846) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1034981 INFO  (qtp981400798-15846) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1034981 INFO  (qtp981400798-15846) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1034981 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1034989 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1034994 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1034994 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1034994 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035002 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035003 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035003 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1035005 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035007 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035013 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035013 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1035014 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035015 INFO  (qtp981400798-15846) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035017 INFO  (qtp981400798-15846) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035017 INFO  (qtp981400798-15846) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1035017 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035025 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035027 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035027 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1035027 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035035 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035039 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035039 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1035039 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035042 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035047 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035047 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1035047 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035051 INFO  (qtp981400798-15846) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035053 INFO  (qtp981400798-15846) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035053 INFO  (qtp981400798-15846) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1035054 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035063 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035066 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035066 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1035067 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035081 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 1035081 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1035081 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@16c09579[.system_shard1_replica_n1] main]
   [junit4]   2> 1035088 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035089 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035089 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1035089 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035089 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 1035091 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 1035091 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 1035091 INFO  (OverseerCollectionConfigSetProcessor-72165634771255302-127.0.0.1:54565_solr-n_0000000000) [n:127.0.0.1:54565_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> 1035091 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035091 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1035092 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1035097 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035099 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035099 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1035099 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035102 INFO  (qtp981400798-15846) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035102 INFO  (qtp981400798-15846) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035102 INFO  (qtp981400798-15846) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1035103 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035104 INFO  (searcherExecutor-5899-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@16c09579[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C1:[diagnostics={java.vendor=AdoptOpenJDK, os=Windows 10, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=8.5.1, os.arch=amd64, java.runtime.version=11.0.6+10, source=flush, os.version=10.0, timestamp=1586960058642}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1035105 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035105 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5e13ed08[.system_shard1_replica_n1] main]
   [junit4]   2> 1035105 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@69c5dc7e
   [junit4]   2> 1035105 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n1, tag=SolrCore@69c5dc7e
   [junit4]   2> 1035105 INFO  (Thread-2198) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f0e6747: rootName = solr_54565, domain = solr.core..system.shard1.replica_n1, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3d8c7b3
   [junit4]   2> 1035106 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035106 INFO  (qtp981400798-15850) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1035107 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035109 INFO  (searcherExecutor-5899-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@5e13ed08[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.1):C1:[diagnostics={java.vendor=AdoptOpenJDK, os=Windows 10, java.version=11.0.6, java.vm.version=11.0.6+10, lucene.version=8.5.1, os.arch=amd64, java.runtime.version=11.0.6+10, source=flush, os.version=10.0, timestamp=1586960058642}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1035110 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035110 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035110 INFO  (qtp981400798-15852) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1035110 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:54565_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:54566/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 1035112 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 1035113 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1035113 INFO  (qtp981400798-15848) [n:127.0.0.1:54566_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1035113 ERROR (managedSchemaExecutor-5898-thread-1-processing-n:127.0.0.1:54565_solr x:.system_shard1_replica_n1 c:.syste

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

=7590D772882F3554 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=fr-FR -Dtests.timezone=Turkey -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  204s J3 | SystemCollectionCompatTest.testBackCompat <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: re-indexing warning not found
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7590D772882F3554:56574DBE8E79C22]:0)
   [junit4]    > 	at org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat(SystemCollectionCompatTest.java:215)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 224620 INFO  (jetty-closer-145313-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1276988821
   [junit4]   2> 224620 INFO  (jetty-closer-145313-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:64192_solr
   [junit4]   2> 224620 INFO  (jetty-closer-145313-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 224620 INFO  (jetty-closer-145313-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:64192_solr as DOWN
   [junit4]   2> 224725 INFO  (jetty-closer-145313-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 224726 INFO  (jetty-closer-145313-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@42d6fe28: rootName = solr_64192, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@75cfd48e
   [junit4]   2> 224729 INFO  (jetty-closer-145313-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 224729 INFO  (jetty-closer-145313-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4a552d5: rootName = solr_64192, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@19afe174
   [junit4]   2> 224731 INFO  (jetty-closer-145313-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 224731 INFO  (jetty-closer-145313-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1e1bf289: rootName = solr_64192, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1a9fb9c6
   [junit4]   2> 224731 INFO  (jetty-closer-145313-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 224733 INFO  (closeThreadPool-145317-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72165774524153864-127.0.0.1:64192_solr-n_0000000001) closing
   [junit4]   2> 224733 INFO  (OverseerStateUpdate-72165774524153864-127.0.0.1:64192_solr-n_0000000001) [n:127.0.0.1:64192_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64192_solr
   [junit4]   2> 224734 INFO  (OverseerAutoScalingTriggerThread-72165774524153864-127.0.0.1:64192_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 224735 INFO  (closeThreadPool-145317-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72165774524153864-127.0.0.1:64192_solr-n_0000000001) closing
   [junit4]   2> 224836 INFO  (jetty-closer-145313-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72165774524153864-127.0.0.1:64192_solr-n_0000000001) closing
   [junit4]   2> 224838 INFO  (jetty-closer-145313-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2c78efa9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 224838 INFO  (jetty-closer-145313-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@33a98e68{/solr,null,UNAVAILABLE}
   [junit4]   2> 224838 INFO  (jetty-closer-145313-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 224839 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 225046 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/configs/.system/managed-schema
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	8	/solr/collections/.system/terms/shard1
   [junit4]   2> 	6	/solr/configs/.system
   [junit4]   2> 	5	/solr/collections/.system/collectionprops.json
   [junit4]   2> 	3	/solr/collections/.system/state.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	29	/solr/collections/.system/state.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	3	/solr/configs/.system/managed-schema
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	29	/solr/overseer/queue
   [junit4]   2> 	18	/solr/overseer/collection-queue-work
   [junit4]   2> 	16	/solr/collections
   [junit4]   2> 	15	/solr/live_nodes
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 225052 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:64100
   [junit4]   2> 225052 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64100
   [junit4]   2> 225052 INFO  (SUITE-SystemCollectionCompatTest-seed#[7590D772882F3554]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64100
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.SystemCollectionCompatTest_7590D772882F3554-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@23d3bad1), locale=fr-FR, timezone=Turkey
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=2,free=30078272,total=201326592
   [junit4]   2> NOTE: All tests run in this JVM: [SystemCollectionCompatTest]
   [junit4] Completed [5/5 (1!)] on J3 in 225.81s, 1 test, 1 failure <<< FAILURES!

[...truncated 13 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\lucene\common-build.xml:1594: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows\lucene\common-build.xml:1121: There were test failures: 5 suites, 5 tests, 1 failure [seed: 7590D772882F3554]

Total time: 4 minutes 4 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   1/5 failed: org.apache.solr.cloud.SystemCollectionCompatTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=edb9fc409398f2c3446883f9f80595c884d245d0, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.5-Windows
[WARNINGS] Computing warning deltas based on reference build #306
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2