You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/08/04 16:35:14 UTC

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1851 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionOnCommitTest.test

Error Message:
Error from server at http://127.0.0.1:41166/bs_t/p: Underlying core creation failed while creating collection: c8n_2x2_commits

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41166/bs_t/p: Underlying core creation failed while creating collection: c8n_2x2_commits
	at __randomizedtesting.SeedInfo.seed([7754C59E87367B37:FF00FA4429CA16CF]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.cloud.BasicDistributedZkTest.createCollection(BasicDistributedZkTest.java:810)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1766)
	at org.apache.solr.cloud.HttpPartitionOnCommitTest.multiShardTest(HttpPartitionOnCommitTest.java:76)
	at org.apache.solr.cloud.HttpPartitionOnCommitTest.test(HttpPartitionOnCommitTest.java:67)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	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)




Build Log:
[...truncated 14861 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionOnCommitTest
   [junit4]   2> 2972265 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[7754C59E87367B37]-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.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2972265 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[7754C59E87367B37]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2972265 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[7754C59E87367B37]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/data-dir-168-001
   [junit4]   2> 2972266 WARN  (SUITE-HttpPartitionOnCommitTest-seed#[7754C59E87367B37]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=102 numCloses=102
   [junit4]   2> 2972266 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[7754C59E87367B37]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2972267 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[7754C59E87367B37]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 2972267 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[7754C59E87367B37]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /bs_t/p
   [junit4]   2> 2972288 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2972304 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2972304 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2972305 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 2972404 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer start zk server on port: 44464
   [junit4]   2> 2972404 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44464
   [junit4]   2> 2972404 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44464
   [junit4]   2> 2972404 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44464
   [junit4]   2> 2972420 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2972422 INFO  (zkConnectionManagerCallback-18237-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2972422 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2972460 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2972480 INFO  (zkConnectionManagerCallback-18239-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2972480 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2972482 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2972484 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2972485 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2972495 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2972497 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2972498 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2972512 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2972513 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2972514 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2972528 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2972529 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2972531 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2973214 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2973214 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2973214 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2973214 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] 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> 2973215 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2973215 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2973215 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2973216 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b327865{/bs_t/p,null,AVAILABLE}
   [junit4]   2> 2973245 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@21ddd30{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40587}
   [junit4]   2> 2973245 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.e.j.s.Server Started @2973330ms
   [junit4]   2> 2973245 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/tempDir-001/control/data, replicaType=NRT, hostContext=/bs_t/p, hostPort=42490, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/control-001/cores}
   [junit4]   2> 2973245 ERROR (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2973245 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2973245 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 2973245 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2973245 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2973246 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-04T15:31:25.363Z
   [junit4]   2> 2973247 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2973248 INFO  (zkConnectionManagerCallback-18241-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2973248 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2973358 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2973358 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/control-001/solr.xml
   [junit4]   2> 2973362 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2973362 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2973376 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2975963 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2975965 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@ab0ebbe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2975965 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@ab0ebbe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2975976 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3f119c3c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2975976 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3f119c3c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2975978 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44464/solr
   [junit4]   2> 2975979 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2975980 INFO  (zkConnectionManagerCallback-18251-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2975980 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2976132 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2976133 INFO  (zkConnectionManagerCallback-18253-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2976133 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2976356 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42490_bs_t%2Fp
   [junit4]   2> 2976356 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.Overseer Overseer (id=73258909531897860-127.0.0.1:42490_bs_t%2Fp-n_0000000000) starting
   [junit4]   2> 2976364 INFO  (OverseerStateUpdate-73258909531897860-127.0.0.1:42490_bs_t%2Fp-n_0000000000) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42490_bs_t%2Fp
   [junit4]   2> 2976364 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42490_bs_t%2Fp
   [junit4]   2> 2976366 INFO  (OverseerStateUpdate-73258909531897860-127.0.0.1:42490_bs_t%2Fp-n_0000000000) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2976395 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2976396 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [n:127.0.0.1:42490_bs_t%2Fp     ] 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> 2976477 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2976651 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2976702 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2976702 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2976703 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/control-001/cores
   [junit4]   2> 2976738 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2976740 INFO  (zkConnectionManagerCallback-18270-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2976740 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2976754 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2976755 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44464/solr ready
   [junit4]   2> 2976756 INFO  (SocketProxy-Acceptor-42490) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50922,localport=42490], receiveBufferSize: 531000
   [junit4]   2> 2976756 INFO  (SocketProxy-Acceptor-42490) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40587,localport=50110], receiveBufferSize=530904
   [junit4]   2> 2976757 INFO  (qtp382538047-31231) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42490_bs_t%252Fp&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2976770 INFO  (OverseerThreadFactory-18260-thread-1-processing-n:127.0.0.1:42490_bs_t%2Fp) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2976878 INFO  (SocketProxy-Acceptor-42490) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50926,localport=42490], receiveBufferSize: 531000
   [junit4]   2> 2976879 INFO  (SocketProxy-Acceptor-42490) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40587,localport=50114], receiveBufferSize=530904
   [junit4]   2> 2976918 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2976918 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2977943 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 2978026 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 2978067 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2978881 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2978963 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2978963 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2978966 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=70.36328125, floorSegmentMB=0.482421875, forceMergeDeletesPctAllowed=3.7937255044573757, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=21.315922797059397
   [junit4]   2> 2978993 WARN  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2979326 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2979327 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2979328 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2979328 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2979350 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2979352 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2979352 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2979353 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2979353 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674109351593246720
   [junit4]   2> 2979386 INFO  (searcherExecutor-18272-thread-1-processing-n:127.0.0.1:42490_bs_t%2Fp x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2979406 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2979406 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 2979425 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2979425 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2979425 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42490/bs_t/p/control_collection_shard1_replica_n1/
   [junit4]   2> 2979426 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2979443 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:42490/bs_t/p/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2979443 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/73258909531897860-core_node2-n_0000000000
   [junit4]   2> 2979451 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42490/bs_t/p/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2979453 INFO  (zkCallback-18252-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2979453 INFO  (zkCallback-18252-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2979454 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2979473 INFO  (qtp382538047-31232) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2555
   [junit4]   2> 2979516 INFO  (qtp382538047-31231) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2979577 INFO  (zkCallback-18252-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2979577 INFO  (zkCallback-18252-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2979578 INFO  (zkCallback-18252-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2979578 INFO  (qtp382538047-31231) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42490_bs_t%252Fp&wt=javabin&version=2} status=0 QTime=2821
   [junit4]   2> 2979581 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 2979702 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2979728 INFO  (zkConnectionManagerCallback-18281-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2979728 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2979729 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2979731 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44464/solr ready
   [junit4]   2> 2979731 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2979731 INFO  (SocketProxy-Acceptor-42490) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50948,localport=42490], receiveBufferSize: 531000
   [junit4]   2> 2979732 INFO  (SocketProxy-Acceptor-42490) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40587,localport=50136], receiveBufferSize=530904
   [junit4]   2> 2979732 INFO  (qtp382538047-31230) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2979736 INFO  (OverseerThreadFactory-18260-thread-2-processing-n:127.0.0.1:42490_bs_t%2Fp) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2979736 INFO  (OverseerCollectionConfigSetProcessor-73258909531897860-127.0.0.1:42490_bs_t%2Fp-n_0000000000) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2979953 WARN  (OverseerThreadFactory-18260-thread-2-processing-n:127.0.0.1:42490_bs_t%2Fp) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2979955 INFO  (qtp382538047-31230) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2979956 INFO  (qtp382538047-31230) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=223
   [junit4]   2> 2979957 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 2979957 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2979958 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 2979958 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2979958 INFO  (watches-18278-thread-1) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 2979958 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 2979958 INFO  (watches-18278-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2979958 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2979958 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 2980402 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 2980403 WARN  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2980403 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2980403 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2980403 INFO  (closeThreadPool-18282-thread-1) [     ] 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> 2980404 INFO  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2980404 INFO  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2980404 INFO  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2980405 INFO  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@259ae72d{/bs_t/p,null,AVAILABLE}
   [junit4]   2> 2980405 INFO  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3f8e9c43{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39457}
   [junit4]   2> 2980405 INFO  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.Server Started @2980491ms
   [junit4]   2> 2980405 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/bs_t/p, hostPort=41166, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-1-001/cores}
   [junit4]   2> 2980406 ERROR (closeThreadPool-18282-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2980406 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2980406 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 2980406 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2980406 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2980406 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-04T15:31:32.523Z
   [junit4]   2> 2980407 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980408 INFO  (zkConnectionManagerCallback-18284-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980408 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980520 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2980520 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-1-001/solr.xml
   [junit4]   2> 2980528 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2980528 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2980530 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2980774 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 2980775 WARN  (closeThreadPool-18282-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2980775 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2980775 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2980775 INFO  (closeThreadPool-18282-thread-2) [     ] 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> 2980776 INFO  (closeThreadPool-18282-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2980776 INFO  (closeThreadPool-18282-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2980776 INFO  (closeThreadPool-18282-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2980777 INFO  (closeThreadPool-18282-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2fa9f707{/bs_t/p,null,AVAILABLE}
   [junit4]   2> 2980777 INFO  (closeThreadPool-18282-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7a34c229{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35744}
   [junit4]   2> 2980777 INFO  (closeThreadPool-18282-thread-2) [     ] o.e.j.s.Server Started @2980862ms
   [junit4]   2> 2980777 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/bs_t/p, hostPort=37591, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-2-001/cores}
   [junit4]   2> 2980777 ERROR (closeThreadPool-18282-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2980777 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2980778 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 2980778 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2980778 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2980778 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-04T15:31:32.895Z
   [junit4]   2> 2980779 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2980780 INFO  (zkConnectionManagerCallback-18289-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980780 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2980890 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2980890 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-2-001/solr.xml
   [junit4]   2> 2980968 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2980968 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2980969 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2981745 INFO  (OverseerCollectionConfigSetProcessor-73258909531897860-127.0.0.1:42490_bs_t%2Fp-n_0000000000) [n:127.0.0.1:42490_bs_t%2Fp     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2982612 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 2982614 WARN  (closeThreadPool-18282-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2982614 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2982614 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2982614 INFO  (closeThreadPool-18282-thread-3) [     ] 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> 2982615 INFO  (closeThreadPool-18282-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2982615 INFO  (closeThreadPool-18282-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2982615 INFO  (closeThreadPool-18282-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2982615 INFO  (closeThreadPool-18282-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27222941{/bs_t/p,null,AVAILABLE}
   [junit4]   2> 2982616 INFO  (closeThreadPool-18282-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@740be9f4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44516}
   [junit4]   2> 2982616 INFO  (closeThreadPool-18282-thread-3) [     ] o.e.j.s.Server Started @2982701ms
   [junit4]   2> 2982616 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/bs_t/p, hostPort=45689, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-3-001/cores}
   [junit4]   2> 2982616 ERROR (closeThreadPool-18282-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2982616 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2982616 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 2982616 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2982616 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2982616 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-04T15:31:34.733Z
   [junit4]   2> 2982617 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2982618 INFO  (zkConnectionManagerCallback-18294-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982618 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2982720 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2982720 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-3-001/solr.xml
   [junit4]   2> 2982768 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2982768 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2982770 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2985209 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2985212 WARN  (closeThreadPool-18282-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@304c9af4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985212 WARN  (closeThreadPool-18282-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@304c9af4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985232 WARN  (closeThreadPool-18282-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8adab7d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985232 WARN  (closeThreadPool-18282-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8adab7d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985234 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44464/solr
   [junit4]   2> 2985252 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2985253 INFO  (zkConnectionManagerCallback-18304-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2985253 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2985374 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2985376 INFO  (zkConnectionManagerCallback-18306-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2985376 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2985384 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2985402 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] o.a.s.c.ZkController Publish node=127.0.0.1:41166_bs_t%2Fp as DOWN
   [junit4]   2> 2985403 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2985403 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41166_bs_t%2Fp
   [junit4]   2> 2985405 INFO  (zkCallback-18252-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2985405 INFO  (zkCallback-18305-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2985406 INFO  (zkCallback-18280-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2985415 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2985416 WARN  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] 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> 2985599 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2985610 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2985744 WARN  (closeThreadPool-18282-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@159e0ccc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985849 WARN  (closeThreadPool-18282-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@159e0ccc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985893 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2985988 WARN  (closeThreadPool-18282-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62b77ddc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985988 WARN  (closeThreadPool-18282-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62b77ddc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985990 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44464/solr
   [junit4]   2> 2986010 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2986010 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2986012 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2986032 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:41166_bs_t%2Fp     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-1-001/cores
   [junit4]   2> 2986105 INFO  (zkConnectionManagerCallback-18320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2986105 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2986215 WARN  (closeThreadPool-18282-thread-3-SendThread(127.0.0.1:44464)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10444970f48000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10444970f48000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10444970f48000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 2986313 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:41166_bs_t%2Fp
   [junit4]   2> 2986504 INFO  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2986585 INFO  (zkConnectionManagerCallback-18323-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2986585 INFO  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2986724 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 2986725 WARN  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2986772 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2986772 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2986772 INFO  (closeThreadPool-18282-thread-1) [     ] 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> 2986773 INFO  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2986798 INFO  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] o.a.s.c.ZkController Publish node=127.0.0.1:45689_bs_t%2Fp as DOWN
   [junit4]   2> 2986799 INFO  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2986799 INFO  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45689_bs_t%2Fp
   [junit4]   2> 2986825 INFO  (zkCallback-18252-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2986846 INFO  (zkCallback-18280-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2986862 INFO  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2986862 INFO  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2986862 INFO  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2986864 INFO  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@229dd1dc{/bs_t/p,null,AVAILABLE}
   [junit4]   2> 2986890 INFO  (zkCallback-18305-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2986902 INFO  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1741bdda{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33872}
   [junit4]   2> 2986902 INFO  (closeThreadPool-18282-thread-1) [     ] o.e.j.s.Server Started @2986988ms
   [junit4]   2> 2986902 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/bs_t/p, hostPort=37621, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-4-001/cores}
   [junit4]   2> 2986903 ERROR (closeThreadPool-18282-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2986903 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2986903 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 2986903 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2986903 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2986903 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-04T15:31:39.020Z
   [junit4]   2> 2986923 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2986935 INFO  (zkCallback-18322-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2986937 INFO  (zkConnectionManagerCallback-18327-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2986937 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2986937 INFO  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2986938 WARN  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] 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> 2987025 WARN  (closeThreadPool-18282-thread-1-SendThread(127.0.0.1:44464)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10444970f48000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10444970f48000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10444970f48000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 2987152 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2987152 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-4-001/solr.xml
   [junit4]   2> 2987176 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2987176 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2987178 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2987236 INFO  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2987402 INFO  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2987657 INFO  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2987657 INFO  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2987680 INFO  (closeThreadPool-18282-thread-3) [n:127.0.0.1:45689_bs_t%2Fp     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-3-001/cores
   [junit4]   2> 2987889 INFO  (closeThreadPool-18282-thread-3) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:45689_bs_t%2Fp
   [junit4]   2> 2988774 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2988810 WARN  (closeThreadPool-18282-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@485e2e45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988810 WARN  (closeThreadPool-18282-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@485e2e45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988813 WARN  (closeThreadPool-18282-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@369a7ba7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988813 WARN  (closeThreadPool-18282-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@369a7ba7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988815 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44464/solr
   [junit4]   2> 2988832 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988833 INFO  (zkConnectionManagerCallback-18343-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988833 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988949 INFO  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988971 INFO  (zkConnectionManagerCallback-18345-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988971 INFO  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988997 INFO  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2989076 INFO  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.c.ZkController Publish node=127.0.0.1:37591_bs_t%2Fp as DOWN
   [junit4]   2> 2989128 INFO  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2989128 INFO  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37591_bs_t%2Fp
   [junit4]   2> 2989130 INFO  (zkCallback-18322-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2989130 INFO  (zkCallback-18305-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2989131 INFO  (zkCallback-18252-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2989131 INFO  (zkCallback-18344-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2989151 INFO  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2989156 INFO  (zkCallback-18280-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2989164 WARN  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] 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> 2989372 INFO  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2989553 INFO  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2989664 INFO  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2989665 INFO  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2989667 INFO  (closeThreadPool-18282-thread-2) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-2-001/cores
   [junit4]   2> 2989895 INFO  (closeThreadPool-18282-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:37591_bs_t%2Fp
   [junit4]   2> 2994979 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2994979 WARN  (closeThreadPool-18282-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@52ce66a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2994980 WARN  (closeThreadPool-18282-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@52ce66a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2994983 WARN  (closeThreadPool-18282-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5da0a9c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2994983 WARN  (closeThreadPool-18282-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5da0a9c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2994985 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44464/solr
   [junit4]   2> 2994986 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2994987 INFO  (zkConnectionManagerCallback-18360-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2994987 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2995089 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2995090 INFO  (zkConnectionManagerCallback-18362-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2995090 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2995096 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2995101 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] o.a.s.c.ZkController Publish node=127.0.0.1:37621_bs_t%2Fp as DOWN
   [junit4]   2> 2995102 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2995102 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37621_bs_t%2Fp
   [junit4]   2> 2995103 INFO  (zkCallback-18344-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2995103 INFO  (zkCallback-18322-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2995103 INFO  (zkCallback-18252-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2995104 INFO  (zkCallback-18305-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2995104 INFO  (zkCallback-18280-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2995104 INFO  (zkCallback-18361-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2995114 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2995114 WARN  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] 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> 2995141 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2995280 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2995306 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2995307 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2995321 INFO  (closeThreadPool-18282-thread-1) [n:127.0.0.1:37621_bs_t%2Fp     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-4-001/cores
   [junit4]   2> 2995433 INFO  (closeThreadPool-18282-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:37621_bs_t%2Fp
   [junit4]   2> 2995436 INFO  (SocketProxy-Acceptor-37591) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52252,localport=37591], receiveBufferSize: 531000
   [junit4]   2> 2995436 INFO  (SocketProxy-Acceptor-37591) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35744,localport=33392], receiveBufferSize=530904
   [junit4]   2> 2995436 INFO  (SocketProxy-Acceptor-37591) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52253,localport=37591], receiveBufferSize: 531000
   [junit4]   2> 2995437 INFO  (SocketProxy-Acceptor-37591) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35744,localport=33394], receiveBufferSize=530904
   [junit4]   2> 2995437 INFO  (SocketProxy-Acceptor-37591) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52256,localport=37591], receiveBufferSize: 531000
   [junit4]   2> 2995437 INFO  (SocketProxy-Acceptor-37591) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35744,localport=33396], receiveBufferSize=530904
   [junit4]   2> 2995437 INFO  (SocketProxy-Acceptor-37591) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52258,localport=37591], receiveBufferSize: 531000
   [junit4]   2> 2995437 INFO  (qtp2114672944-31309) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:45689_bs_t%252Fp&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2995437 INFO  (qtp2114672944-31311) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41166_bs_t%252Fp&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2995438 INFO  (qtp2114672944-31310) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:37591_bs_t%252Fp&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2995438 INFO  (SocketProxy-Acceptor-37591) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35744,localport=33398], receiveBufferSize=530904
   [junit4]   2> 2995438 INFO  (qtp2114672944-31427) [n:127.0.0.1:37591_bs_t%2Fp     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:37621_bs_t%252Fp&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2995450 INFO  (OverseerThreadFactory-18260-thread-3-processing-n:127.0.0.1:42490_bs_t%2Fp) [n:127.0.0.1:42490_bs_t%2Fp c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41166_bs_t%2Fp for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 2995452 INFO  (OverseerThreadFactory-18260-thread-3-processing-n:127.0.0.1:42490_bs_t%2Fp) [n:127.0.0.1:42490_bs_t%2Fp c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 2995453 INFO  (SocketProxy-Acceptor-41166) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=49430,localport=41166], receiveBufferSize: 531000
   [junit4]   2> 2995453 INFO  (SocketProxy-Acceptor-41166) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39457,localport=51948], receiveBufferSize=530904
   [junit4]   2> 2995494 INFO  (qtp1001463789-31298) [n:127.0.0.1:41166_bs_t%2Fp    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2996517 INFO  (qtp1001463789-31298) [n:127.0.0.1:41166_bs_t%2Fp c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 2996530 INFO  (qtp1001463789-31298) [n:127.0.0.1:41166_bs_t%2Fp c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 2996538 INFO  (qtp1001463789-31298) [n:127.0.0.1:41166_bs_t%2Fp c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2996736 INFO  (qtp1001463789-31298) [n:127.0.0.1:41166_bs_t%2Fp c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2996759 INFO  (qtp1001463789-31298) [n:127.0.0.1:41166_bs_t%2Fp c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@442a6e54
   [junit4]   2> 2996759 INFO  (qtp1001463789-31298) [n:127.0.0.1:41166_bs_t%2Fp c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-1-001/cores/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001/shard-1-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 2996775 INFO  (qtp1001463789-31298) [n:127.

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

O  (closeThreadPool-18443-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3021003 WARN  (closeThreadPool-18443-thread-2) [     ] o.a.s.c.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:42490/bs_t/p, target: http://127.0.0.1:40587/bs_t/p
   [junit4]   2> 3021036 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3021296 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	16	/solr/collections/collection1/state.json
   [junit4]   2> 	15	/solr/collections/c8n_1x3_commits/terms/shard1
   [junit4]   2> 	14	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	8	/solr/collections/c8n_2x2_commits/terms/shard2
   [junit4]   2> 	8	/solr/collections/c8n_2x2_commits/terms/shard1
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	4	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	3	/solr/collections/c8n_2x2_commits/state.json
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	86	/solr/clusterstate.json
   [junit4]   2> 	30	/solr/collections/c8n_2x2_commits/state.json
   [junit4]   2> 	26	/solr/collections/c8n_1x3_commits/state.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/73258909531897867-127.0.0.1:41166_bs_t%2Fp-n_0000000001
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/73258909531897867-core_node2-n_0000000000
   [junit4]   2> 	2	/solr/collections/c8n_1x3_commits/leader_elect/shard1/election/73258909531897874-core_node4-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	91	/solr/overseer/queue
   [junit4]   2> 	33	/solr/live_nodes
   [junit4]   2> 	31	/solr/collections
   [junit4]   2> 	24	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 3021298 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:44464
   [junit4]   2> 3021298 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44464
   [junit4]   2> 3021298 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7754C59E87367B37]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44464
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionOnCommitTest -Dtests.method=test -Dtests.seed=7754C59E87367B37 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-DO -Dtests.timezone=Africa/Bissau -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   49.0s J1 | HttpPartitionOnCommitTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41166/bs_t/p: Underlying core creation failed while creating collection: c8n_2x2_commits
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7754C59E87367B37:FF00FA4429CA16CF]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.createCollection(BasicDistributedZkTest.java:810)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1766)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionOnCommitTest.multiShardTest(HttpPartitionOnCommitTest.java:76)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionOnCommitTest.test(HttpPartitionOnCommitTest.java:67)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7754C59E87367B37-001
   [junit4]   2> Aug 04, 2020 3:32:13 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1948, maxMBSortInHeap=5.489701649503556, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-DO, timezone=Africa/Bissau
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=286844104,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [CacheHeaderTest, DeleteInactiveReplicaTest, PeerSyncReplicationTest, TestQueryingOnDownCollection, SimpleCollectionCreateDeleteTest, NoCacheHeaderTest, FieldMutatingUpdateProcessorTest, TestHttpServletCarrier, OverseerTaskQueueTest, TestRebalanceLeaders, LeaderFailoverAfterPartitionTest, TestJettySolrRunner, TestCollectionsAPIViaSolrCloudCluster, TestHighlightDedupGrouping, TestSystemIdResolver, TestCloudSearcherWarming, TestDeprecatedFilters, BufferStoreTest, TestConfigSetsAPIExclusivity, TestImpersonationWithHadoopAuth, CollectionReloadTest, TestConfigReload, TestFieldCacheVsDocValues, TestCopyFieldCollectionResource, TestSolrCloudWithSecureImpersonation, TestWordDelimiterFilterFactory, RootFieldTest, TestMultiWordSynonyms, TestHashQParserPlugin, HdfsUnloadDistributedZkTest, MetricsHistoryWithAuthIntegrationTest, TestClusterStateMutator, ConnectionManagerTest, SolrRrdBackendFactoryTest, CrossCollectionJoinQueryTest, TestConfigSets, BasicAuthIntegrationTest, TestSolrConfigHandler, TestPhraseSuggestions, UpdateParamsTest, TestWaitForStateWithJettyShutdowns, BasicDistributedZk2Test, TriggerSetPropertiesIntegrationTest, AuthToolTest, OverseerCollectionConfigSetProcessorTest, SearchHandlerTest, RollingRestartTest, RegexBytesRefFilterTest, PluginInfoTest, TestUnifiedSolrHighlighter, DocValuesMissingTest, TestPrepRecovery, HDFSCollectionsAPITest, TestNRTOpen, TestXmlQParser, ShardRoutingTest, MinimalSchemaTest, TestMaxScoreQueryParser, ZookeeperReadAPITest, StatelessScriptUpdateProcessorFactoryTest, TestManagedSchemaAPI, ClusterStateUpdateTest, TestManagedSynonymGraphFilterFactory, QueryParsingTest, TestUniqueKeyFieldResource, SecurityConfHandlerTest, MoreLikeThisHandlerTest, TestPushWriter, TestCSVResponseWriter, TimeZoneUtilsTest, TestJsonFacetRefinement, HdfsSyncSliceTest, TestSchemaSimilarityResource, XsltUpdateRequestHandlerTest, WordBreakSolrSpellCheckerTest, DistributedFacetPivotSmallAdvancedTest, AddBlockUpdateTest, DistributedQueueTest, DistributedMLTComponentTest, CoreAdminRequestStatusTest, TestMaxTokenLenTokenizer, TestJsonFacetsWithNestedObjects, TestInPlaceUpdatesStandalone, NodeMarkersRegistrationTest, TestRetrieveFieldsOptimizer, TestAtomicUpdateErrorCases, TestFreeTextSuggestions, SearchRateTriggerTest, TestDocTermOrds, TestCursorMarkWithoutUniqueKey, AutoAddReplicasPlanActionTest, CurrencyFieldTypeTest, TestDistribPackageStore, TestStressLiveNodes, TestFieldCacheReopen, HealthCheckHandlerTest, CloudExitableDirectoryReaderTest, NodeMutatorTest, TriggerCooldownIntegrationTest, TestSimScenario, TestWriterPerf, TestRealTimeGet, TestCloudJSONFacetSKG, JWTAuthPluginIntegrationTest, IndexBasedSpellCheckerTest, TestSimExtremeIndexing, TestNumericRangeQuery64, ResponseBuilderTest, TestDocSet, ZkSolrClientTest, ForceLeaderTest, TestDownShardTolerantSearch, TestRandomFaceting, TestAnalyzedSuggestions, TestStressUserVersions, ReplaceNodeTest, TestTermsQParserPlugin, BlobRepositoryCloudTest, TestSnapshotCloudManager, TestPayloadCheckQParserPlugin, NodeAddedTriggerTest, TestQueryTypes, TestLRUStatsCache, TestSortByMinMaxFunction, JavaBinAtomicUpdateMultivalueTest, TestPointFields, TestFacetMethods, TestFastLRUCache, MultiSolrCloudTestCaseTest, SolrGraphiteReporterTest, TestInPlaceUpdateWithRouteField, RangeFacetCloudTest, HighlighterTest, SimpleMLTQParserTest, IndexSchemaTest, TestTolerantUpdateProcessorCloud, RankFieldTest, ZkFailoverTest, TestNumericTerms32, TestLFUCache, SchemaVersionSpecificBehaviorTest, SolrMetricManagerTest, CdcrBootstrapTest, V2ApiIntegrationTest, ExecutePlanActionTest, IndexSizeTriggerMixedBoundsTest, TestReloadAndDeleteDocs, CoreAdminCreateDiscoverTest, TestReplicationHandlerDiskOverFlow, EnumFieldTest, TestDFISimilarityFactory, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, CursorPagingTest, DisMaxRequestHandlerTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestDistributedGrouping, TestDistributedMissingSort, TestDistributedSearch, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, ActionThrottleTest, AddReplicaTest, AliasIntegrationTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, CollectionPropsTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, DistributedVersionInfoTest, HttpPartitionOnCommitTest]
   [junit4] Completed [500/917 (1!)] on J1 in 49.71s, 1 test, 1 error <<< FAILURES!

[...truncated 53495 lines...]