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...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to