Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.6/131/

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: 
http://127.0.0.1:44070/solr/collection1/select?q=*%3A*&wt=javabin&version=2
        at 
__randomizedtesting.SeedInfo.seed([74281458C0CDB6B1:D4C2BAD51B869891]:0)
        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:418)
        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:761)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:607)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:583)
        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:186)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException
        at 
org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:401)
        ... 46 more




Build Log:
[...truncated 16804 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttp2SolrClient
   [junit4]   2> 73707 INFO  
(SUITE-TestLBHttp2SolrClient-seed#[74281458C0CDB6B1]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 73708 INFO  
(SUITE-TestLBHttp2SolrClient-seed#[74281458C0CDB6B1]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/data-dir-5-001
   [junit4]   2> 73708 WARN  
(SUITE-TestLBHttp2SolrClient-seed#[74281458C0CDB6B1]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 73708 INFO  
(SUITE-TestLBHttp2SolrClient-seed#[74281458C0CDB6B1]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 73709 INFO  
(SUITE-TestLBHttp2SolrClient-seed#[74281458C0CDB6B1]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 73710 INFO  
(SUITE-TestLBHttp2SolrClient-seed#[74281458C0CDB6B1]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 73724 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testTwoServers
   [junit4]   2> 73845 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2a5a3f42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 73845 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2a5a3f42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 73913 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 73913 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 73913 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 73913 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 73922 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 73922 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 73923 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 73923 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45ca3ae9{/solr,null,AVAILABLE}
   [junit4]   2> 73924 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5a112e65{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:39535}
   [junit4]   2> 73925 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server Started @74014ms
   [junit4]   2> 73925 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=39535}
   [junit4]   2> 73925 ERROR 
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 73925 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 73925 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.6.1
   [junit4]   2> 73925 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 73925 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr
   [junit4]   2> 73925 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-03T14:12:47.713Z
   [junit4]   2> 73925 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001/solr.xml
   [junit4]   2> 73939 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 84488 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 84490 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7718f812[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 84490 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7718f812[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 84502 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@53d0d2da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 84502 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@53d0d2da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 84504 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
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> 84559 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 84559 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 84657 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 84697 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 84698 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 84709 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001
   [junit4]   2> 84709 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 84766 INFO  (coreLoadExecutor-233-thread-1) [    x:collection1 
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.1
   [junit4]   2> 84805 INFO  (coreLoadExecutor-233-thread-1) [    x:collection1 
] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 84808 INFO  (coreLoadExecutor-233-thread-1) [    x:collection1 
] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 84808 INFO  (coreLoadExecutor-233-thread-1) [    x:collection1 
] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration 
from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001/collection1,
 trusted=true
   [junit4]   2> 84808 INFO  (coreLoadExecutor-233-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@340aeea4
   [junit4]   2> 84831 INFO  (coreLoadExecutor-233-thread-1) [    x:collection1 
] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001/collection1/data/]
   [junit4]   2> 85177 INFO  (coreLoadExecutor-233-thread-1) [    x:collection1 
] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 85177 INFO  (coreLoadExecutor-233-thread-1) [    x:collection1 
] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 85206 INFO  (coreLoadExecutor-233-thread-1) [    x:collection1 
] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001/collection1/conf
   [junit4]   2> 85207 INFO  (coreLoadExecutor-233-thread-1) [    x:collection1 
] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 85208 INFO  
(searcherExecutor-235-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 85230 INFO  (qtp965086387-386) [    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> 85312 INFO  
(searcherExecutor-235-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 85313 INFO  (qtp965086387-387) [    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 80
   [junit4]   2> 85345 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 85345 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 85345 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 85345 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 85346 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 85346 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 85346 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 85347 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@790771e5{/solr,null,AVAILABLE}
   [junit4]   2> 85348 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@cb09d3b{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:44070}
   [junit4]   2> 85348 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server Started @85438ms
   [junit4]   2> 85348 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=44070}
   [junit4]   2> 85349 ERROR 
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 85349 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 85349 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.6.1
   [junit4]   2> 85349 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 85349 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr
   [junit4]   2> 85349 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-03T14:12:59.137Z
   [junit4]   2> 85349 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/solr.xml
   [junit4]   2> 85379 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 88990 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 89004 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@73697777[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 89004 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@73697777[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 89028 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@460af08d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 89028 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@460af08d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 89029 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
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> 89170 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 89170 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 89352 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 89463 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 89463 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 89487 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001
   [junit4]   2> 89487 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 89533 INFO  (coreLoadExecutor-251-thread-1) [    x:collection1 
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.1
   [junit4]   2> 89613 INFO  (coreLoadExecutor-251-thread-1) [    x:collection1 
] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 89714 INFO  (coreLoadExecutor-251-thread-1) [    x:collection1 
] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 89714 INFO  (coreLoadExecutor-251-thread-1) [    x:collection1 
] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration 
from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/collection1,
 trusted=true
   [junit4]   2> 89714 INFO  (coreLoadExecutor-251-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@340aeea4
   [junit4]   2> 89715 INFO  (coreLoadExecutor-251-thread-1) [    x:collection1 
] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/collection1/data/]
   [junit4]   2> 90105 INFO  (coreLoadExecutor-251-thread-1) [    x:collection1 
] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 90105 INFO  (coreLoadExecutor-251-thread-1) [    x:collection1 
] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 90131 INFO  (coreLoadExecutor-251-thread-1) [    x:collection1 
] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/collection1/conf
   [junit4]   2> 90132 INFO  (coreLoadExecutor-251-thread-1) [    x:collection1 
] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 90142 INFO  
(searcherExecutor-253-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 90198 INFO  (qtp846407057-408) [    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 16
   [junit4]   2> 90353 INFO  
(searcherExecutor-253-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 90360 INFO  (qtp846407057-409) [    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 159
   [junit4]   2> 90367 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 90368 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 90368 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 90368 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 90386 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 90386 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 90387 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 90387 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@20cfcd43{/solr,null,AVAILABLE}
   [junit4]   2> 90430 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1690077f{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:38255}
   [junit4]   2> 90431 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server Started @90520ms
   [junit4]   2> 90431 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=38255}
   [junit4]   2> 90431 ERROR 
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 90431 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 90431 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.6.1
   [junit4]   2> 90431 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 90431 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr
   [junit4]   2> 90431 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-03T14:13:04.219Z
   [junit4]   2> 90431 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001/solr.xml
   [junit4]   2> 90453 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 94456 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 94467 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@54992812[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 94467 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@54992812[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 94470 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@57bf255c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 94470 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@57bf255c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 94472 WARN  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
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> 94570 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 94571 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 94744 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 94839 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 94839 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 94858 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001
   [junit4]   2> 94859 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 94916 INFO  (coreLoadExecutor-269-thread-1) [    x:collection1 
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.1
   [junit4]   2> 95032 INFO  (coreLoadExecutor-269-thread-1) [    x:collection1 
] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 95034 INFO  (coreLoadExecutor-269-thread-1) [    x:collection1 
] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 95035 INFO  (coreLoadExecutor-269-thread-1) [    x:collection1 
] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration 
from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001/collection1,
 trusted=true
   [junit4]   2> 95035 INFO  (coreLoadExecutor-269-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@340aeea4
   [junit4]   2> 95035 INFO  (coreLoadExecutor-269-thread-1) [    x:collection1 
] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001/collection1/data/]
   [junit4]   2> 95331 INFO  (coreLoadExecutor-269-thread-1) [    x:collection1 
] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 95331 INFO  (coreLoadExecutor-269-thread-1) [    x:collection1 
] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 95351 INFO  (coreLoadExecutor-269-thread-1) [    x:collection1 
] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001/collection1/conf
   [junit4]   2> 95352 INFO  (coreLoadExecutor-269-thread-1) [    x:collection1 
] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 95354 INFO  
(searcherExecutor-271-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 95376 INFO  (qtp75855395-431) [    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 19
   [junit4]   2> 95491 INFO  
(searcherExecutor-271-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 95492 INFO  (qtp75855395-427) [    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 89
   [junit4]   2> 95493 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=376589954
   [junit4]   2> 95494 INFO  (coreCloseExecutor-277-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3b2f9ee5
   [junit4]   2> 95494 INFO  (coreCloseExecutor-277-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@3b2f9ee5
   [junit4]   2> 95494 INFO  (coreCloseExecutor-277-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@cbdf482: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@683df0ae
   [junit4]   2> 95550 INFO  (coreCloseExecutor-277-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 95678 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 95678 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@69c24d16: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@2f77f120
   [junit4]   2> 95704 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 95704 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1c3c06f5: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@32061d50
   [junit4]   2> 95724 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 95724 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@37229a2c: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@2151c365
   [junit4]   2> 95726 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5a112e65{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 95727 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@45ca3ae9{/solr,null,UNAVAILABLE}
   [junit4]   2> 95727 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 97755 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=838702032
   [junit4]   2> 97781 INFO  (coreCloseExecutor-282-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3d3462cf
   [junit4]   2> 97781 INFO  (coreCloseExecutor-282-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@3d3462cf
   [junit4]   2> 97781 INFO  (coreCloseExecutor-282-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5383c026: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@72c377a0
   [junit4]   2> 97834 INFO  (coreCloseExecutor-282-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 97900 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 97900 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@177e9d28: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@7e34e10d
   [junit4]   2> 97934 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 97934 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@451ac7d4: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@32061d50
   [junit4]   2> 97946 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 97946 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@799a77d5: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@2151c365
   [junit4]   2> 97969 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@cb09d3b{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 97969 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@790771e5{/solr,null,UNAVAILABLE}
   [junit4]   2> 97969 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 98002 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=276722106
   [junit4]   2> 98017 INFO  (coreCloseExecutor-286-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4e66b47d
   [junit4]   2> 98017 INFO  (coreCloseExecutor-286-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@4e66b47d
   [junit4]   2> 98017 INFO  (coreCloseExecutor-286-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@45a0943e: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@39feba34
   [junit4]   2> 98073 INFO  (coreCloseExecutor-286-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 98148 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 98148 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@350199d2: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@4ecb2a4
   [junit4]   2> 98176 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 98176 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2ce91591: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@32061d50
   [junit4]   2> 98179 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 98179 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@78e08a8a: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@2151c365
   [junit4]   2> 98217 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@1690077f{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 98218 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@20cfcd43{/solr,null,UNAVAILABLE}
   [junit4]   2> 98218 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 98239 INFO  
(TEST-TestLBHttp2SolrClient.testTwoServers-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLBHttp2SolrClient -Dtests.method=testTwoServers 
-Dtests.seed=74281458C0CDB6B1 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es-PY -Dtests.timezone=Asia/Kashgar -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   24.6s J1 | TestLBHttp2SolrClient.testTwoServers <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: 
http://127.0.0.1:44070/solr/collection1/select?q=*%3A*&wt=javabin&version=2
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([74281458C0CDB6B1:D4C2BAD51B869891]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:418)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:761)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:607)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:583)
   [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:186)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException
   [junit4]    >        at 
org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:401)
   [junit4]    >        ... 46 more
   [junit4]   2> 98276 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 98277 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@b43ea8e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 98278 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@b43ea8e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 98281 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 98281 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 98281 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 98293 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 98294 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 98294 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 98294 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 98295 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@76edbf7{/solr,null,AVAILABLE}
   [junit4]   2> 98296 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2c651807{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:46237}
   [junit4]   2> 98296 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server Started @98386ms
   [junit4]   2> 98296 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=46237}
   [junit4]   2> 98297 ERROR 
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 98297 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 98297 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.6.1
   [junit4]   2> 98297 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 98297 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr
   [junit4]   2> 98297 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-03T14:13:12.085Z
   [junit4]   2> 98297 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001/solr.xml
   [junit4]   2> 98323 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 101357 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 101359 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4488190e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 101359 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4488190e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 101380 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@64431187[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 101380 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@64431187[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 101398 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
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> 101472 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 101472 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 101553 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 101594 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 101594 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 101609 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001
   [junit4]   2> 101609 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 101657 INFO  (coreLoadExecutor-301-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.1
   [junit4]   2> 101725 INFO  (coreLoadExecutor-301-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 101743 INFO  (coreLoadExecutor-301-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field 
id
   [junit4]   2> 101743 INFO  (coreLoadExecutor-301-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001/collection1,
 trusted=true
   [junit4]   2> 101744 INFO  (coreLoadExecutor-301-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@340aeea4
   [junit4]   2> 101744 INFO  (coreLoadExecutor-301-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001/collection1/data/]
   [junit4]   2> 101998 INFO  (coreLoadExecutor-301-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 101998 INFO  (coreLoadExecutor-301-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 102015 INFO  (coreLoadExecutor-301-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized 
to use dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-0-001/collection1/conf
   [junit4]   2> 102016 INFO  (coreLoadExecutor-301-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 102019 INFO  
(searcherExecutor-303-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 102044 INFO  (qtp954630671-475) [    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> 102118 INFO  
(searcherExecutor-303-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 102118 INFO  (qtp954630671-476) [    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 72
   [junit4]   2> 102157 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 102158 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 102158 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 102158 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 102159 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 102159 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 102159 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 102159 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7c668425{/solr,null,AVAILABLE}
   [junit4]   2> 102161 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@30260e85{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:45955}
   [junit4]   2> 102161 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server Started @102250ms
   [junit4]   2> 102161 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=45955}
   [junit4]   2> 102161 ERROR 
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 102161 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 102173 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.6.1
   [junit4]   2> 102173 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 102174 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr
   [junit4]   2> 102174 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-03T14:13:15.962Z
   [junit4]   2> 102174 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/solr.xml
   [junit4]   2> 102179 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 105494 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 105496 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@87ff818[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 105496 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@87ff818[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 105499 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@789375bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 105499 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@789375bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 105500 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
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> 105558 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 105558 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 105605 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 105647 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 105647 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 105650 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001
   [junit4]   2> 105650 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 105670 INFO  (coreLoadExecutor-319-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.1
   [junit4]   2> 105741 INFO  (coreLoadExecutor-319-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 105747 INFO  (coreLoadExecutor-319-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field 
id
   [junit4]   2> 105747 INFO  (coreLoadExecutor-319-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/collection1,
 trusted=true
   [junit4]   2> 105748 INFO  (coreLoadExecutor-319-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@340aeea4
   [junit4]   2> 105748 INFO  (coreLoadExecutor-319-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/collection1/data/]
   [junit4]   2> 105931 INFO  (coreLoadExecutor-319-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 105931 INFO  (coreLoadExecutor-319-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 105943 INFO  (coreLoadExecutor-319-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized 
to use dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/collection1/conf
   [junit4]   2> 105944 INFO  (coreLoadExecutor-319-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 105946 INFO  
(searcherExecutor-321-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 105951 INFO  (qtp1216545058-497) [    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> 106026 INFO  
(searcherExecutor-321-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 106027 INFO  (qtp1216545058-498) [    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 68
   [junit4]   2> 106062 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 106062 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 106062 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 106062 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 106063 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 106063 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 106063 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 106076 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45c2ab73{/solr,null,AVAILABLE}
   [junit4]   2> 106077 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@76b20264{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:44232}
   [junit4]   2> 106077 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server Started @106166ms
   [junit4]   2> 106077 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=44232}
   [junit4]   2> 106077 ERROR 
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 106077 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 106078 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.6.1
   [junit4]   2> 106078 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 106078 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr
   [junit4]   2> 106078 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-03T14:13:19.866Z
   [junit4]   2> 106078 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001/solr.xml
   [junit4]   2> 106099 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 110709 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 110710 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@18ed0293[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 110710 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@18ed0293[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 110730 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7852c7b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 110730 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7852c7b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 110731 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
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> 110810 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 110810 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 110910 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 111006 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 111006 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@340aeea4
   [junit4]   2> 111026 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001
   [junit4]   2> 111026 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 111046 INFO  (coreLoadExecutor-337-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.1
   [junit4]   2> 111085 INFO  (coreLoadExecutor-337-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 111088 INFO  (coreLoadExecutor-337-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field 
id
   [junit4]   2> 111088 INFO  (coreLoadExecutor-337-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001/collection1,
 trusted=true
   [junit4]   2> 111089 INFO  (coreLoadExecutor-337-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@340aeea4
   [junit4]   2> 111089 INFO  (coreLoadExecutor-337-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001/collection1/data/]
   [junit4]   2> 111242 INFO  (coreLoadExecutor-337-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 111242 INFO  (coreLoadExecutor-337-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 111260 INFO  (coreLoadExecutor-337-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized 
to use dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-2-001/collection1/conf
   [junit4]   2> 111261 INFO  (coreLoadExecutor-337-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 111263 INFO  
(searcherExecutor-339-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 111284 INFO  (qtp1191770623-519) [    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> 111348 INFO  
(searcherExecutor-339-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 111348 INFO  (qtp1191770623-520) [    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 55
   [junit4]   2> 111426 INFO  (qtp954630671-474) [    x:collection1 ] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=30
   [junit4]   2> 111512 INFO  (qtp1216545058-497) [    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> 111569 INFO  (qtp1191770623-519) [    x:collection1 ] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=37
   [junit4]   2> 111595 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=91629992
   [junit4]   2> 111595 INFO  (coreCloseExecutor-345-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1a9e5178
   [junit4]   2> 111596 INFO  (coreCloseExecutor-345-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@1a9e5178
   [junit4]   2> 111596 INFO  (coreCloseExecutor-345-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@24f4011: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@32a250f9
   [junit4]   2> 111652 INFO  (coreCloseExecutor-345-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 111690 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 111690 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b2dd620: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@123dc913
   [junit4]   2> 111705 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 111705 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2dbf3694: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@32061d50
   [junit4]   2> 111729 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 111729 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@756e17cd: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@2151c365
   [junit4]   2> 111758 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@30260e85{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 111759 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7c668425{/solr,null,UNAVAILABLE}
   [junit4]   2> 111759 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 111817 INFO  (qtp954630671-476) [    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> 111834 INFO  (qtp1191770623-520) [    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> 111849 INFO  (qtp954630671-475) [    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> 111852 WARN  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 111852 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=45955, binding 
port=45955)
   [junit4]   2> 111852 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 45955 try number 2 ...
   [junit4]   2> 111853 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 111853 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 111853 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 111853 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 111854 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@72076260{/solr,null,AVAILABLE}
   [junit4]   2> 111863 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@710d88f4{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:45955}
   [junit4]   2> 111863 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.Server Started @111952ms
   [junit4]   2> 111863 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=45955}
   [junit4]   2> 111863 ERROR 
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 111863 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 111864 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.6.1
   [junit4]   2> 111864 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 111864 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr
   [junit4]   2> 111864 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-03T14:13:25.652Z
   [junit4]   2> 111864 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001/instance-1-001/solr.xml
   [junit4]   2> 111889 INFO  
(TEST-TestLBHttp2SolrClient.testSimple-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxM

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

xReporter@174e55ec: rootName = null, domain = solr.core.collection1, service 
url = null, agent id = null] for registry 
solr.core.collection1/com.codahale.metrics.MetricRegistry@2ced9109
   [junit4]   2> 128538 INFO  (coreCloseExecutor-458-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 128555 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 128555 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@603bf2fe: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@7eb034f
   [junit4]   2> 128560 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 128560 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@386bd581: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@32061d50
   [junit4]   2> 128572 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 128572 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6036102e: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@2151c365
   [junit4]   2> 128578 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7ab47093{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 128578 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@47faaf20{/solr,null,UNAVAILABLE}
   [junit4]   2> 128578 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 128585 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1629500002
   [junit4]   2> 128585 INFO  (coreCloseExecutor-462-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@11233eb7
   [junit4]   2> 128585 INFO  (coreCloseExecutor-462-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@11233eb7
   [junit4]   2> 128585 INFO  (coreCloseExecutor-462-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@653fa06f: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@64919660
   [junit4]   2> 128609 INFO  (coreCloseExecutor-462-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 128625 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 128625 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b4e17b5: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@11eca785
   [junit4]   2> 128632 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 128632 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@61650f34: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@32061d50
   [junit4]   2> 128648 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 128648 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2b5a7b7e: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@2151c365
   [junit4]   2> 128663 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@4138f410{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:40906}
   [junit4]   2> 128664 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5de263d4{/solr,null,UNAVAILABLE}
   [junit4]   2> 128664 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 128666 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=797940107
   [junit4]   2> 128666 INFO  (coreCloseExecutor-466-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7fea8e2a
   [junit4]   2> 128667 INFO  (coreCloseExecutor-466-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@7fea8e2a
   [junit4]   2> 128667 INFO  (coreCloseExecutor-466-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@24134b22: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@5347bfaf
   [junit4]   2> 128683 INFO  (coreCloseExecutor-466-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 128698 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 128698 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4880f763: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@5f686158
   [junit4]   2> 128700 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 128700 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2ab899e5: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@32061d50
   [junit4]   2> 128701 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 128701 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@476ba4fa: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@2151c365
   [junit4]   2> 128715 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@54615482{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 128715 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1f05e7b2{/solr,null,UNAVAILABLE}
   [junit4]   2> 128715 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 128719 INFO  
(TEST-TestLBHttp2SolrClient.testReliability-seed#[74281458C0CDB6B1]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testReliability
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.6/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_74281458C0CDB6B1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86), 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-PY, 
timezone=Asia/Kashgar
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=8,threads=1,free=387605592,total=510656512
   [junit4]   2> NOTE: All tests run in this JVM: [TestHash, 
UniformDistributionEvaluatorTest, TestFastInputStream, TestZkConfigManager, 
LargeVolumeEmbeddedTest, ModuloEvaluatorTest, SelectWithEvaluatorsTest, 
ConcurrentUpdateHttp2SolrClientBadInputTest, TestLBHttp2SolrClient]
   [junit4] Completed [30/208 (1!)] on J1 in 55.36s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 51499 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to