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

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 2570 - Still Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/2570/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttp2SolrClient.testTwoServers

Error Message:
java.lang.ArithmeticException: / by zero

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: java.lang.ArithmeticException: / by zero
	at __randomizedtesting.SeedInfo.seed([B69CC02DB0084AD1:16766EA06B4364F1]:0)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:582)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	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:179)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.lang.ArithmeticException: / by zero
	at org.eclipse.jetty.util.Pool.acquire(Pool.java:278)
	at org.eclipse.jetty.client.AbstractConnectionPool.activate(AbstractConnectionPool.java:284)
	at org.eclipse.jetty.client.AbstractConnectionPool.acquire(AbstractConnectionPool.java:209)
	at org.eclipse.jetty.client.HttpDestination.process(HttpDestination.java:331)
	at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:318)
	at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:311)
	at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:288)
	at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:265)
	at org.eclipse.jetty.client.HttpClient.send(HttpClient.java:594)
	at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:772)
	at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:764)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:409)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:776)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:606)
	... 48 more




Build Log:
[...truncated 17122 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttp2SolrClient
   [junit4]   2> 16791 INFO  (SUITE-TestLBHttp2SolrClient-seed#[B69CC02DB0084AD1]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 16792 INFO  (SUITE-TestLBHttp2SolrClient-seed#[B69CC02DB0084AD1]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 16792 INFO  (SUITE-TestLBHttp2SolrClient-seed#[B69CC02DB0084AD1]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/data-dir-3-001
   [junit4]   2> 16792 WARN  (SUITE-TestLBHttp2SolrClient-seed#[B69CC02DB0084AD1]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 16792 INFO  (SUITE-TestLBHttp2SolrClient-seed#[B69CC02DB0084AD1]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 16794 INFO  (SUITE-TestLBHttp2SolrClient-seed#[B69CC02DB0084AD1]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 16799 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testTwoServers
   [junit4]   2> 16800 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 16806 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@13fa85e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16806 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@13fa85e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 16814 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 16814 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 16815 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 16825 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 16825 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 16825 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 16825 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@31f57890{/solr,null,AVAILABLE}
   [junit4]   2> 16828 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@630942e9{SSL, (ssl, http/1.1)}{127.0.0.1:46351}
   [junit4]   2> 16828 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.Server Started @16858ms
   [junit4]   2> 16828 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=46351}
   [junit4]   2> 16828 ERROR (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 16828 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 16828 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 16828 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 16828 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 16828 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-02T01:19:05.200Z
   [junit4]   2> 16829 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001/solr.xml
   [junit4]   2> 16836 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 17847 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 17849 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 17856 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@ecc53af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17857 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@ecc53af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17866 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 17873 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@57cae970[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17873 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@57cae970[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17874 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] 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> 17897 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 17897 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 17924 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 17933 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 17933 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 17936 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001
   [junit4]   2> 17936 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 17947 INFO  (coreLoadExecutor-40-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 17953 INFO  (coreLoadExecutor-40-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 17961 WARN  (coreLoadExecutor-40-thread-1) [    x:collection1 ] o.a.s.D.s.TrieIntField Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 17962 INFO  (coreLoadExecutor-40-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 17962 INFO  (coreLoadExecutor-40-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001/collection1, trusted=true
   [junit4]   2> 17962 INFO  (coreLoadExecutor-40-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@6e489115
   [junit4]   2> 17964 INFO  (coreLoadExecutor-40-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001/collection1/data/]
   [junit4]   2> 18185 INFO  (coreLoadExecutor-40-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 18185 INFO  (coreLoadExecutor-40-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 18192 INFO  (coreLoadExecutor-40-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001/collection1/conf
   [junit4]   2> 18193 INFO  (coreLoadExecutor-40-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 18194 INFO  (searcherExecutor-42-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 18622 INFO  (qtp1477434098-73) [    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 11
   [junit4]   2> 18702 INFO  (searcherExecutor-42-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 18702 INFO  (qtp1477434098-74) [    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 76
   [junit4]   2> 18709 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 18709 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 18709 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 18718 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 18718 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 18719 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 18719 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50632054{/solr,null,AVAILABLE}
   [junit4]   2> 18726 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@46747cf9{SSL, (ssl, http/1.1)}{127.0.0.1:43163}
   [junit4]   2> 18726 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.Server Started @18756ms
   [junit4]   2> 18726 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=43163}
   [junit4]   2> 18727 ERROR (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 18727 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 18727 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 18727 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 18727 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 18727 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-02T01:19:07.099Z
   [junit4]   2> 18727 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001/solr.xml
   [junit4]   2> 18735 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 19392 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 19394 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 19399 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@93cf552[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 19399 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@93cf552[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 19404 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 19411 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@726dcfb9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 19411 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@726dcfb9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 19413 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] 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> 19436 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 19436 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 19466 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 19480 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 19480 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 19482 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001
   [junit4]   2> 19482 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 19503 INFO  (coreLoadExecutor-58-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 19504 INFO  (coreLoadExecutor-58-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 19507 INFO  (coreLoadExecutor-58-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 19508 INFO  (coreLoadExecutor-58-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001/collection1, trusted=true
   [junit4]   2> 19508 INFO  (coreLoadExecutor-58-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@6e489115
   [junit4]   2> 19510 INFO  (coreLoadExecutor-58-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001/collection1/data/]
   [junit4]   2> 19638 INFO  (coreLoadExecutor-58-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 19638 INFO  (coreLoadExecutor-58-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 19642 INFO  (coreLoadExecutor-58-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001/collection1/conf
   [junit4]   2> 19643 INFO  (coreLoadExecutor-58-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 19656 INFO  (searcherExecutor-60-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 19698 INFO  (qtp810288158-100) [    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 3
   [junit4]   2> 19730 INFO  (searcherExecutor-60-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 19731 INFO  (qtp810288158-95) [    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 28
   [junit4]   2> 19737 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 19737 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 19737 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 19749 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 19749 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 19749 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 19749 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19dbc3c8{/solr,null,AVAILABLE}
   [junit4]   2> 19751 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@36b22c4e{SSL, (ssl, http/1.1)}{127.0.0.1:34099}
   [junit4]   2> 19751 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.Server Started @19781ms
   [junit4]   2> 19751 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=34099}
   [junit4]   2> 19752 ERROR (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 19752 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 19752 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 19752 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 19752 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 19752 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-02T01:19:08.124Z
   [junit4]   2> 19752 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001/solr.xml
   [junit4]   2> 19759 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 21055 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 21056 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 21058 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@78bf7265[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 21058 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@78bf7265[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 21062 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 21086 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@205d9ba2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 21086 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@205d9ba2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 21088 WARN  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] 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> 21126 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 21126 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 21243 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 21281 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 21281 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 21283 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001
   [junit4]   2> 21283 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 21321 INFO  (coreLoadExecutor-76-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 21329 INFO  (coreLoadExecutor-76-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 21330 INFO  (coreLoadExecutor-76-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 21330 INFO  (coreLoadExecutor-76-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001/collection1, trusted=true
   [junit4]   2> 21334 INFO  (coreLoadExecutor-76-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@6e489115
   [junit4]   2> 21336 INFO  (coreLoadExecutor-76-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001/collection1/data/]
   [junit4]   2> 21496 INFO  (coreLoadExecutor-76-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 21496 INFO  (coreLoadExecutor-76-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 21501 INFO  (coreLoadExecutor-76-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001/collection1/conf
   [junit4]   2> 21502 INFO  (coreLoadExecutor-76-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 21506 INFO  (searcherExecutor-78-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 21695 INFO  (qtp1538767964-121) [    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 128
   [junit4]   2> 21727 INFO  (searcherExecutor-78-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 21727 INFO  (qtp1538767964-121) [    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 30
   [junit4]   2> 21729 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2137803145
   [junit4]   2> 21732 INFO  (coreCloseExecutor-84-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@65f63316
   [junit4]   2> 21733 INFO  (coreCloseExecutor-84-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@65f63316
   [junit4]   2> 21733 INFO  (coreCloseExecutor-84-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@119e129c: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@64bdd3d7
   [junit4]   2> 21748 INFO  (coreCloseExecutor-84-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 21781 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 21781 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@43da77fc: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@2957718f
   [junit4]   2> 21785 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 21785 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7350e977: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4518a6d7
   [junit4]   2> 21790 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 21790 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@379552ae: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@693f7f0f
   [junit4]   2> 21815 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@630942e9{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 21816 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@31f57890{/solr,null,STOPPED}
   [junit4]   2> 21816 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 21969 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1699771139
   [junit4]   2> 21970 INFO  (coreCloseExecutor-88-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2f1ed1fc
   [junit4]   2> 21970 INFO  (coreCloseExecutor-88-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@2f1ed1fc
   [junit4]   2> 21970 INFO  (coreCloseExecutor-88-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@64f5137: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@5487c823
   [junit4]   2> 21980 INFO  (coreCloseExecutor-88-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 21994 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 21994 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28ff3caa: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@652aa5c2
   [junit4]   2> 22001 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 22002 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@36b20028: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4518a6d7
   [junit4]   2> 22005 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 22005 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d9e481d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@693f7f0f
   [junit4]   2> 22008 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@46747cf9{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 22008 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@50632054{/solr,null,STOPPED}
   [junit4]   2> 22008 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 22013 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1069236951
   [junit4]   2> 22014 INFO  (coreCloseExecutor-92-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6589187b
   [junit4]   2> 22014 INFO  (coreCloseExecutor-92-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@6589187b
   [junit4]   2> 22014 INFO  (coreCloseExecutor-92-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c864625: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@9fbacf
   [junit4]   2> 22025 INFO  (coreCloseExecutor-92-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 22050 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 22050 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69cb364d: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@7d21b859
   [junit4]   2> 22056 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 22056 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67b5e915: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4518a6d7
   [junit4]   2> 22059 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 22059 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@23a5091b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@693f7f0f
   [junit4]   2> 22065 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@36b22c4e{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 22065 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@19dbc3c8{/solr,null,STOPPED}
   [junit4]   2> 22065 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 22069 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[B69CC02DB0084AD1]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttp2SolrClient -Dtests.method=testTwoServers -Dtests.seed=B69CC02DB0084AD1 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Europe/Vilnius -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   5.28s J1 | TestLBHttp2SolrClient.testTwoServers <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: java.lang.ArithmeticException: / by zero
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B69CC02DB0084AD1:16766EA06B4364F1]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:620)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:582)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [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.testTwoServers(TestLBHttp2SolrClient.java:179)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.ArithmeticException: / by zero
   [junit4]    > 	at org.eclipse.jetty.util.Pool.acquire(Pool.java:278)
   [junit4]    > 	at org.eclipse.jetty.client.AbstractConnectionPool.activate(AbstractConnectionPool.java:284)
   [junit4]    > 	at org.eclipse.jetty.client.AbstractConnectionPool.acquire(AbstractConnectionPool.java:209)
   [junit4]    > 	at org.eclipse.jetty.client.HttpDestination.process(HttpDestination.java:331)
   [junit4]    > 	at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:318)
   [junit4]    > 	at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:311)
   [junit4]    > 	at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:288)
   [junit4]    > 	at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:265)
   [junit4]    > 	at org.eclipse.jetty.client.HttpClient.send(HttpClient.java:594)
   [junit4]    > 	at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:772)
   [junit4]    > 	at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:764)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:409)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:776)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:606)
   [junit4]    > 	... 48 more
   [junit4]   2> 22082 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 22082 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 22095 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5a950297[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 22095 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5a950297[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 22098 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 22098 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 22098 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 22102 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 22102 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 22103 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 22104 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30c0f367{/solr,null,AVAILABLE}
   [junit4]   2> 22111 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1035a5df{SSL, (ssl, http/1.1)}{127.0.0.1:35961}
   [junit4]   2> 22111 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.Server Started @22141ms
   [junit4]   2> 22111 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=35961}
   [junit4]   2> 22112 ERROR (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 22112 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 22112 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 22112 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 22112 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 22112 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-02T01:19:10.484Z
   [junit4]   2> 22112 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001/solr.xml
   [junit4]   2> 22143 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 23061 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 23062 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 23064 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@724995ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 23064 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@724995ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 23071 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 23078 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@39cb384e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 23079 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@39cb384e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 23080 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] 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> 23094 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 23094 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 23112 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 23118 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 23119 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 23120 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001
   [junit4]   2> 23120 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 23140 INFO  (coreLoadExecutor-107-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 23141 INFO  (coreLoadExecutor-107-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 23142 INFO  (coreLoadExecutor-107-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 23142 INFO  (coreLoadExecutor-107-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001/collection1, trusted=true
   [junit4]   2> 23142 INFO  (coreLoadExecutor-107-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@6e489115
   [junit4]   2> 23142 INFO  (coreLoadExecutor-107-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001/collection1/data/]
   [junit4]   2> 23196 INFO  (coreLoadExecutor-107-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 23196 INFO  (coreLoadExecutor-107-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 23199 INFO  (coreLoadExecutor-107-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-0-001/collection1/conf
   [junit4]   2> 23200 INFO  (coreLoadExecutor-107-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 23201 INFO  (searcherExecutor-109-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 23255 INFO  (qtp2018904106-164) [    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 2
   [junit4]   2> 23292 INFO  (searcherExecutor-109-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 23292 INFO  (qtp2018904106-160) [    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 35
   [junit4]   2> 23302 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 23302 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 23302 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 23312 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 23312 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 23313 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 23313 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12043c4d{/solr,null,AVAILABLE}
   [junit4]   2> 23318 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6e464e62{SSL, (ssl, http/1.1)}{127.0.0.1:44855}
   [junit4]   2> 23319 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.Server Started @23348ms
   [junit4]   2> 23319 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=44855}
   [junit4]   2> 23319 ERROR (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 23319 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 23319 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 23319 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 23319 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 23319 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-02T01:19:11.691Z
   [junit4]   2> 23319 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001/solr.xml
   [junit4]   2> 23325 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 23921 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 23922 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 24061 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5f2403a8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24061 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5f2403a8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24064 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 24067 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6c4a3e5a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24067 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6c4a3e5a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24068 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] 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> 24081 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 24081 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 24101 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 24122 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 24122 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 24124 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001
   [junit4]   2> 24124 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 24142 INFO  (coreLoadExecutor-125-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 24143 INFO  (coreLoadExecutor-125-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 24144 INFO  (coreLoadExecutor-125-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 24144 INFO  (coreLoadExecutor-125-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001/collection1, trusted=true
   [junit4]   2> 24144 INFO  (coreLoadExecutor-125-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@6e489115
   [junit4]   2> 24144 INFO  (coreLoadExecutor-125-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001/collection1/data/]
   [junit4]   2> 24294 INFO  (coreLoadExecutor-125-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 24295 INFO  (coreLoadExecutor-125-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 24298 INFO  (coreLoadExecutor-125-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-1-001/collection1/conf
   [junit4]   2> 24298 INFO  (coreLoadExecutor-125-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 24300 INFO  (searcherExecutor-127-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 24935 INFO  (qtp1588712550-188) [    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 3
   [junit4]   2> 24978 INFO  (searcherExecutor-127-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 24979 INFO  (qtp1588712550-186) [    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 41
   [junit4]   2> 24983 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 24983 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 24983 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 24984 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 24984 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 24984 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 24985 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3551e889{/solr,null,AVAILABLE}
   [junit4]   2> 24987 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@263cf1ba{SSL, (ssl, http/1.1)}{127.0.0.1:32961}
   [junit4]   2> 24987 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.Server Started @25017ms
   [junit4]   2> 24987 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=32961}
   [junit4]   2> 24987 ERROR (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 24987 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 24987 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 24987 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 24987 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 24987 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-02T01:19:13.359Z
   [junit4]   2> 24987 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001/solr.xml
   [junit4]   2> 24997 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 25405 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 25405 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 25407 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@27a54a50[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25407 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@27a54a50[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25409 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 25410 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5d94c47[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25410 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5d94c47[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25411 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] 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> 25426 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 25426 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 25445 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 25456 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 25456 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e489115
   [junit4]   2> 25458 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001
   [junit4]   2> 25458 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 25486 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 25488 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 25488 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 25488 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001/collection1, trusted=true
   [junit4]   2> 25489 INFO  (coreLoadExecutor-143-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@6e489115
   [junit4]   2> 25489 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001/collection1/data/]
   [junit4]   2> 25545 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 25545 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 25550 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001/instance-2-001/collection1/conf
   [junit4]   2> 25550 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 25553 INFO  (searcherExecutor-145-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 25609 INFO  (qtp1235259377-208) [    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 3
   [junit4]   2> 25644 INFO  (searcherExecutor-145-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 25645 INFO  (qtp1235259377-209) [    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 34
   [junit4]   2> 25906 INFO  (qtp2018904106-162) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=11
   [junit4]   2> 26021 INFO  (qtp1588712550-184) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 26096 INFO  (qtp1235259377-209) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 26172 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=421320141
   [junit4]   2> 26174 INFO  (coreCloseExecutor-151-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3a2587b8
   [junit4]   2> 26174 INFO  (coreCloseExecutor-151-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@3a2587b8
   [junit4]   2> 26175 INFO  (coreCloseExecutor-151-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c27556b: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@158bcb5f
   [junit4]   2> 26186 INFO  (coreCloseExecutor-151-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 26199 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 26199 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b8a1581: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@3f20bf87
   [junit4]   2> 26203 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 26203 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4815e02b: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4518a6d7
   [junit4]   2> 26207 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 26208 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5e9989a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@693f7f0f
   [junit4]   2> 26212 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6e464e62{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 26212 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@12043c4d{/solr,null,STOPPED}
   [junit4]   2> 26212 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 26219 INFO  (qtp2018904106-161) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 26230 INFO  (qtp1235259377-212) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 26240 INFO  (

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

r@6af1dcfe: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@1c82aa6d
   [junit4]   2> 38096 INFO  (coreCloseExecutor-264-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 38119 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 38119 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5cfbfc29: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@62b67c33
   [junit4]   2> 38124 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 38124 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a634a99: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4518a6d7
   [junit4]   2> 38129 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 38129 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7098b8a5: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@693f7f0f
   [junit4]   2> 38132 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1b10b0cc{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 38133 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@216efde2{/solr,null,STOPPED}
   [junit4]   2> 38133 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 38138 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1621160823
   [junit4]   2> 38139 INFO  (coreCloseExecutor-268-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@513369da
   [junit4]   2> 38139 INFO  (coreCloseExecutor-268-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@513369da
   [junit4]   2> 38139 INFO  (coreCloseExecutor-268-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6be35b88: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@7c2272c7
   [junit4]   2> 38171 INFO  (coreCloseExecutor-268-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 38184 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 38184 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6fa22ad3: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@13929924
   [junit4]   2> 38190 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 38190 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2afd5bf7: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4518a6d7
   [junit4]   2> 38193 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 38193 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1eb01636: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@693f7f0f
   [junit4]   2> 38202 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@44bb8233{SSL, (ssl, http/1.1)}{127.0.0.1:44035}
   [junit4]   2> 38202 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5ef30af4{/solr,null,STOPPED}
   [junit4]   2> 38202 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 38204 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2076012394
   [junit4]   2> 38206 INFO  (coreCloseExecutor-272-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@26f5f86a
   [junit4]   2> 38206 INFO  (coreCloseExecutor-272-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@26f5f86a
   [junit4]   2> 38206 INFO  (coreCloseExecutor-272-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5f5a2757: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@65009ff2
   [junit4]   2> 38209 INFO  (coreCloseExecutor-272-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 38224 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 38224 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4fca51f1: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5e91092e
   [junit4]   2> 38225 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 38226 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@72404b88: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4518a6d7
   [junit4]   2> 38226 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 38226 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@262eb1b8: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@693f7f0f
   [junit4]   2> 38240 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6de86952{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 38240 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6797d2e0{/solr,null,STOPPED}
   [junit4]   2> 38240 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 38244 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[B69CC02DB0084AD1]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReliability
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_B69CC02DB0084AD1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {name=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, maxPointsInLeafNode=1131, maxMBSortInHeap=6.403646749489396, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=th, timezone=Europe/Vilnius
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=275583864,total=317718528
   [junit4]   2> NOTE: All tests run in this JVM: [TestRetryUtil, CeilingEvaluatorTest, ReplicaListTransformerTest, BasicHttpSolrClientTest, TestLBHttp2SolrClient]
   [junit4] Completed [38/215 (1!)] on J1 in 21.52s, 3 tests, 1 error <<< FAILURES!

[...truncated 51906 lines...]