Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1429/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Error from server at http://127.0.0.1:58386: Underlying core creation failed 
while creating collection: control_collection

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:58386: Underlying core creation failed while 
creating collection: control_collection
        at 
__randomizedtesting.SeedInfo.seed([4D1B2FA3DFA40E19:C54F1079715863E1]: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.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
        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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.handler.TestContainerPlugin.testApiFromPackage

Error Message:
Error from server at http://127.0.0.1:62315/solr: Error executing command

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: 
Error from server at http://127.0.0.1:62315/solr: Error executing command
        at 
__randomizedtesting.SeedInfo.seed([4D1B2FA3DFA40E19:A045D7D2EDEED990]:0)
        at 
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:67)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:647)
        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.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.handler.TestContainerPlugin.testApiFromPackage(TestContainerPlugin.java:266)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSQLHandler

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler:     
1) Thread[id=21162, name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-TestSQLHandler]         at 
[email protected]/java.lang.Thread.sleep(Native Method)         at 
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.TestSQLHandler: 
   1) Thread[id=21162, name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-TestSQLHandler]
        at [email protected]/java.lang.Thread.sleep(Native Method)
        at 
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
        at __randomizedtesting.SeedInfo.seed([4D1B2FA3DFA40E19]:0)




Build Log:
[...truncated 13339 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionOnCommitTest
   [junit4]   2> 4324 INFO  
(SUITE-HttpPartitionOnCommitTest-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 4330 INFO  
(SUITE-HttpPartitionOnCommitTest-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4356 INFO  
(SUITE-HttpPartitionOnCommitTest-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionOnCommitTest_4D1B2FA3DFA40E19-001/data-dir-1-001
   [junit4]   2> 4501 INFO  
(SUITE-HttpPartitionOnCommitTest-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4634 INFO  
(SUITE-HttpPartitionOnCommitTest-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.e.j.u.log Logging initialized @4676ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4647 INFO  
(SUITE-HttpPartitionOnCommitTest-seed#[4D1B2FA3DFA40E19]-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";)
 w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 4720 INFO  
(SUITE-HttpPartitionOnCommitTest-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 4815 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4825 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 4826 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4896 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 5040 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 58358
   [junit4]   2> 5041 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:58358
   [junit4]   2> 5043 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58358
   [junit4]   2> 5043 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 58358
   [junit4]   2> 5199 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5262 INFO  (zkConnectionManagerCallback-4-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5276 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5338 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5359 INFO  (zkConnectionManagerCallback-6-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5359 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5402 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 5525 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 5542 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5565 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 5576 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 5593 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 5606 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5627 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5642 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5657 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5672 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 5687 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 7603 WARN  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 7604 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7604 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 7733 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 7802 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7802 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7804 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7822 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12f5ed19{/,null,AVAILABLE}
   [junit4]   2> 7866 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@44cdd73d{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:58387}
   [junit4]   2> 7868 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.e.j.s.Server Started @7918ms
   [junit4]   2> 7868 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionOnCommitTest_4D1B2FA3DFA40E19-001/tempDir-001/control/data,
 hostPort=58386, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionOnCommitTest_4D1B2FA3DFA40E19-001/control-001/cores,
 replicaType=NRT}
   [junit4]   2> 7963 ERROR 
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7963 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7963 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.7.0
   [junit4]   2> 7995 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7996 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 7996 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-24T04:10:43.039520Z
   [junit4]   2> 8029 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 8042 INFO  (zkConnectionManagerCallback-8-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8048 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 8185 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 8187 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionOnCommitTest_4D1B2FA3DFA40E19-001/control-001/solr.xml
   [junit4]   2> 8352 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 8353 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8386 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30ec6813, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 10343 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 10732 WARN  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2ec04682[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 10733 WARN  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2ec04682[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 11038 WARN  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@10b9a67c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 11038 WARN  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@10b9a67c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 11224 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58358/solr
   [junit4]   2> 11298 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 11305 INFO  (zkConnectionManagerCallback-18-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 11309 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 11374 WARN  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]-SendThread(127.0.0.1:58358))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1000092f3fe0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1000092f3fe0003, 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 0x1000092f3fe0003, 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> 11516 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) 
[n:127.0.0.1:58386_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 11520 INFO  (zkConnectionManagerCallback-20-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 11524 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) 
[n:127.0.0.1:58386_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 12527 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) 
[n:127.0.0.1:58386_     ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:58386_
   [junit4]   2> 12531 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) 
[n:127.0.0.1:58386_     ] o.a.s.c.Overseer Overseer 
(id=72058225196662788-127.0.0.1:58386_-n_0000000000) starting
   [junit4]   2> 12732 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) 
[n:127.0.0.1:58386_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58386_
   [junit4]   2> 12735 INFO  
(OverseerStateUpdate-72058225196662788-127.0.0.1:58386_-n_0000000000) 
[n:127.0.0.1:58386_     ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:58386_
   [junit4]   2> 12748 INFO  
(OverseerStateUpdate-72058225196662788-127.0.0.1:58386_-n_0000000000) 
[n:127.0.0.1:58386_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 12810 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) 
[n:127.0.0.1:58386_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 12843 WARN  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) 
[n:127.0.0.1:58386_     ] 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> 13109 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) 
[n:127.0.0.1:58386_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 13307 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) 
[n:127.0.0.1:58386_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30ec6813
   [junit4]   2> 13315 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) 
[n:127.0.0.1:58386_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30ec6813
   [junit4]   2> 13315 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) 
[n:127.0.0.1:58386_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30ec6813
   [junit4]   2> 13362 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) 
[n:127.0.0.1:58386_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionOnCommitTest_4D1B2FA3DFA40E19-001/control-001/cores
   [junit4]   2> 13542 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 13548 INFO  (zkConnectionManagerCallback-37-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 13551 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 13570 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 13595 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58358/solr ready
   [junit4]   2> 13671 INFO  (SocketProxy-Acceptor-58386) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58418,localport=58386], receiveBufferSize: 408300
   [junit4]   2> 13673 INFO  (SocketProxy-Acceptor-58386) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=58387,localport=58419], receiveBufferSize=408300
   [junit4]   2> 13847 INFO  (qtp1724374780-47) [n:127.0.0.1:58386_     ] 
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:58386_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 13881 INFO  
(OverseerThreadFactory-27-thread-1-processing-n:127.0.0.1:58386_) 
[n:127.0.0.1:58386_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 14065 INFO  (SocketProxy-Acceptor-58386) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58425,localport=58386], receiveBufferSize: 408300
   [junit4]   2> 14068 INFO  (SocketProxy-Acceptor-58386) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=58387,localport=58426], receiveBufferSize=408300
   [junit4]   2> 14182 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_    
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> 14187 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_    
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 15284 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 15533 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 15582 WARN  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 15599 WARN  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieFloatField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 15603 WARN  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieLongField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 15619 WARN  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDoubleField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 16207 WARN  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDateField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 16684 WARN  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.WordDelimiterFilterFactory]. Please consult documentation how to replace 
it accordingly.
   [junit4]   2> 16807 WARN  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 16814 WARN  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 16825 WARN  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.CurrencyField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 16862 WARN  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 17744 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_ 
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> 18282 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_ 
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> 18336 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_ 
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@30ec6813
   [junit4]   2> 18347 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_ 
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 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionOnCommitTest_4D1B2FA3DFA40E19-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionOnCommitTest_4D1B2FA3DFA40E19-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 18458 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 19043 ERROR 
(OverseerThreadFactory-27-thread-1-processing-n:127.0.0.1:58386_) 
[n:127.0.0.1:58386_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error 
from shard: http://127.0.0.1:58386
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: 
Total timeout 5000 ms elapsed
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:413)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Total 
timeout 5000 ms elapsed
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:413)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
 ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
 ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:608) 
~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156) 
~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149) 
~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257) 
~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149) 
~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:796) 
~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.client.TimeoutCompleteListener.onTimeoutExpired(TimeoutCompleteListener.java:51)
 ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.io.CyclicTimeout$Wakeup.run(CyclicTimeout.java:282) 
~[jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:830) [?:?]
   [junit4]   2> Caused by: java.util.concurrent.TimeoutException: Total 
timeout 5000 ms elapsed
   [junit4]   2>        ... 8 more
   [junit4]   2> 19064 ERROR 
(OverseerThreadFactory-27-thread-1-processing-n:127.0.0.1:58386_) 
[n:127.0.0.1:58386_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Cleaning 
up collection [control_collection].
   [junit4]   2> 19082 INFO  
(OverseerThreadFactory-27-thread-1-processing-n:127.0.0.1:58386_) 
[n:127.0.0.1:58386_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 19098 ERROR (qtp1724374780-49) [n:127.0.0.1:58386_    
x:control_collection_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase 
org.apache.solr.common.SolrException: Cannot unload non-existent core 
[control_collection_shard1_replica_n1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.unload(CoreContainer.java:1764)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$1(CoreAdminOperation.java:108)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> 19098 INFO  (qtp1724374780-49) [n:127.0.0.1:58386_    
x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=control_collection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=400 QTime=1
   [junit4]   2> 19145 WARN  (qtp1724374780-46) [n:127.0.0.1:58386_ 
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> 19157 ERROR 
(OverseerThreadFactory-27-thread-1-processing-n:127.0.0.1:58386_) 
[n:127.0.0.1:58386_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error 
from shard: http://127.0.0.1:58386
   [junit4]   2>           => 
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error 
from server at null: Cannot unload non-existent core 
[control_collection_shard1_replica_n1]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:775)
   [junit4]   2> 
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error 
from server at null: Cannot unload non-existent core 
[control_collection_shard1_replica_n1]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:775)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:464)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.access$1200(Http2SolrClient.java:114)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient$1.lambda$onHeaders$0(Http2SolrClient.java:397)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:830) [?:?]
   [junit4]   2> 19182 INFO  (zkCallback-19-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 19280 INFO  
(OverseerThreadFactory-27-thread-1-processing-n:127.0.0.1:58386_) 
[n:127.0.0.1:58386_     ] o.a.s.c.a.c.CreateCollectionCmd Cleaned up artifacts 
for failed create collection for [control_collection]
   [junit4]   2> 19282 ERROR 
(OverseerThreadFactory-27-thread-1-processing-n:127.0.0.1:58386_) 
[n:127.0.0.1:58386_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Collection: control_collection operation: create 
failed:org.apache.solr.common.SolrException: Underlying core creation failed 
while creating collection: control_collection
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:309)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:264)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:517)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> 19340 INFO  (qtp1724374780-47) [n:127.0.0.1:58386_     ] 
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:58386_&wt=javabin&version=2}
 status=400 QTime=5520
   [junit4]   2> 19513 INFO  (closeThreadPool-42-thread-2) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=176128573
   [junit4]   2> 19513 INFO  (closeThreadPool-42-thread-2) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58386_
   [junit4]   2> 19523 INFO  (closeThreadPool-42-thread-2) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 19523 INFO  (closeThreadPool-42-thread-2) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:58386_ as DOWN
   [junit4]   2> 19676 INFO  (closeThreadPool-42-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 19677 INFO  (closeThreadPool-42-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f8958a3: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@3f66a5d6
   [junit4]   2> 19911 INFO  
(OverseerCollectionConfigSetProcessor-72058225196662788-127.0.0.1:58386_-n_0000000000)
 [n:127.0.0.1:58386_     ] 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> 19987 INFO  (closeThreadPool-42-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 19987 INFO  (closeThreadPool-42-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5f02ed2c: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@5d275ed3
   [junit4]   2> 20001 INFO  (closeThreadPool-42-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 20001 INFO  (closeThreadPool-42-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@9bb2ff: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@3de12852
   [junit4]   2> 20002 INFO  (closeThreadPool-42-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 20012 INFO  (closeThreadPool-47-thread-2) [     ] 
o.a.s.c.Overseer Overseer (id=72058225196662788-127.0.0.1:58386_-n_0000000000) 
closing
   [junit4]   2> 20013 INFO  
(OverseerStateUpdate-72058225196662788-127.0.0.1:58386_-n_0000000000) 
[n:127.0.0.1:58386_     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:58386_
   [junit4]   2> 20013 INFO  
(OverseerAutoScalingTriggerThread-72058225196662788-127.0.0.1:58386_-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 20043 INFO  (closeThreadPool-47-thread-1) [     ] 
o.a.s.c.Overseer Overseer (id=72058225196662788-127.0.0.1:58386_-n_0000000000) 
closing
   [junit4]   2> 20067 WARN  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]-SendThread(127.0.0.1:58358))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1000092f3fe0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1000092f3fe0004, 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 0x1000092f3fe0004, 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> 20172 INFO  (closeThreadPool-42-thread-2) [     ] 
o.a.s.c.Overseer Overseer (id=72058225196662788-127.0.0.1:58386_-n_0000000000) 
closing
   [junit4]   2> 20189 INFO  (closeThreadPool-42-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@44cdd73d{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 20205 INFO  (closeThreadPool-42-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@12f5ed19{/,null,UNAVAILABLE}
   [junit4]   2> 20208 INFO  (closeThreadPool-42-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 20484 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_ 
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> 20484 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_ 
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> 20563 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 20563 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 20569 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_ 
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=20, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=43.8330078125, 
floorSegmentMB=1.6142578125, forceMergeDeletesPctAllowed=14.881641011025456, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.27664795921042834, deletesPctAllowed=48.39501097509288
   [junit4]   2> 20602 ERROR (qtp1724374780-46) [n:127.0.0.1:58386_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Failed to get config name due to
   [junit4]   2>           => 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /collections/control_collection
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/control_collection
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:134) 
~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:54) 
~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:2348) 
~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:298)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:96)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2947) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1028) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1381)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:1267) [java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854) 
[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818) 
[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566) [java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
 [java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 [java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
[jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
 [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
 [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
[jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
 [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
 [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
[jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
[jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) 
[jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
[jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
[jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
[jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
[jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
[jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335) 
[jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:830) [?:?]
   [junit4]   2> 20604 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_     ] 
o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2a0026da
   [junit4]   2> 20604 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.control_collection.shard1.replica_n1 tag=SolrCore@2a0026da
   [junit4]   2> 20604 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@786cc441: rootName = null, 
domain = solr.core.control_collection.shard1.replica_n1, service url = null, 
agent id = null] for registry 
solr.core.control_collection.shard1.replica_n1/com.codahale.metrics.MetricRegistry@4ee30c5d
   [junit4]   2> 20626 INFO  
(searcherExecutor-39-thread-1-processing-n:127.0.0.1:58386_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:58386_ 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> 20678 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.control_collection.shard1.leader tag=SolrCore@2a0026da
   [junit4]   2> 20682 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 20704 ERROR (qtp1724374780-46) [n:127.0.0.1:58386_     ] 
o.a.s.c.CoreContainer null:org.apache.solr.common.SolrException: Error creating 
shard term node in Zookeeper for collection: control_collection
   [junit4]   2>        at 
org.apache.solr.cloud.ZkShardTerms.ensureTermNodeExist(ZkShardTerms.java:344)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkShardTerms.<init>(ZkShardTerms.java:102)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkCollectionTerms.getShard(ZkCollectionTerms.java:45)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkCollectionTerms.remove(ZkCollectionTerms.java:58)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.unregister(ZkController.java:1644)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.unregister(ZkController.java:1638)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:1280)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /collections
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:1733)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$9(SolrZkClient.java:530)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:529)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:473)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:460)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkShardTerms.ensureTermNodeExist(ZkShardTerms.java:334)
   [junit4]   2>        ... 42 more
   [junit4]   2> 
   [junit4]   2> 20705 ERROR (qtp1724374780-46) [n:127.0.0.1:58386_     ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error 
CREATEing SolrCore 'control_collection_shard1_replica_n1': Unable to create 
core [control_collection_shard1_replica_n1] Caused by: KeeperErrorCode = 
Session expired for /collections/control_collection
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:1306)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [control_collection_shard1_replica_n1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1402)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:1267)
   [junit4]   2>        ... 36 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Failed to 
load config name for collection:control_collection due to: 
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1084)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1381)
   [junit4]   2>        ... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Failed to 
load config name for collection:control_collection due to: 
   [junit4]   2>        at 
org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:99)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2947)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1028)
   [junit4]   2>        ... 39 more
   [junit4]   2> Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /collections/control_collection
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:2348)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:298)
   [junit4]   2>        at 
org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:96)
   [junit4]   2>        ... 41 more
   [junit4]   2> 
   [junit4]   2> 20705 INFO  (qtp1724374780-46) [n:127.0.0.1:58386_     ] 
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=400 QTime=6526
   [junit4]   2> 20719 WARN  (closeThreadPool-42-thread-2) [     ] 
o.a.s.c.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:58386/, 
target: http://127.0.0.1:58387/
   [junit4]   2> 20721 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 20945 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>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/overseer/queue
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 20980 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:58358
   [junit4]   2> 20981 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58358
   [junit4]   2> 20981 INFO  
(TEST-HttpPartitionOnCommitTest.test-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 58358
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=HttpPartitionOnCommitTest -Dtests.method=test 
-Dtests.seed=4D1B2FA3DFA40E19 -Dtests.slow=true -Dtests.locale=uk 
-Dtests.timezone=America/Porto_Acre -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   16.3s J2 | HttpPartitionOnCommitTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:58386: Underlying core creation failed while 
creating collection: control_collection
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4D1B2FA3DFA40E19:C54F1079715863E1]: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.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionOnCommitTest_4D1B2FA3DFA40E19-001
   [junit4]   2> Aug 24, 2020 4:10:56 AM 
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=371, maxMBSortInHeap=5.3720717408111165, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=uk, 
timezone=America/Porto_Acre
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 
(64-bit)/cpus=6,threads=1,free=154822720,total=244318208
   [junit4]   2> NOTE: All tests run in this JVM: [HttpPartitionOnCommitTest]
   [junit4] Completed [4/919 (1!)] on J2 in 19.88s, 1 test, 1 error <<< 
FAILURES!

[...truncated 976 lines...]
   [junit4] Suite: org.apache.solr.handler.TestContainerPlugin
   [junit4]   2> 449455 INFO  
(SUITE-TestContainerPlugin-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 449455 INFO  
(SUITE-TestContainerPlugin-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 449456 INFO  
(SUITE-TestContainerPlugin-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_4D1B2FA3DFA40E19-001/data-dir-57-001
   [junit4]   2> 449456 WARN  
(SUITE-TestContainerPlugin-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=68 numCloses=68
   [junit4]   2> 449456 INFO  
(SUITE-TestContainerPlugin-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 449457 INFO  
(SUITE-TestContainerPlugin-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 449464 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testApiFromPackage
   [junit4]   2> 449464 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_4D1B2FA3DFA40E19-001/tempDir-001
   [junit4]   2> 449464 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 449465 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 449465 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 449467 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 449567 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 62302
   [junit4]   2> 449567 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:62302
   [junit4]   2> 449567 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62302
   [junit4]   2> 449567 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 62302
   [junit4]   2> 449571 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449582 INFO  (zkConnectionManagerCallback-3927-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 449582 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449593 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449599 INFO  (zkConnectionManagerCallback-3929-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 449600 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449604 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449606 INFO  (zkConnectionManagerCallback-3931-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 449606 INFO  
(TEST-TestContainerPlugin.testApiFromPackage-seed#[4D1B2FA3DFA40E19]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449723 WARN  (jetty-launcher-3932-thread-3) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 449723 WARN  (jetty-launcher-3932-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 449724 WARN  (jetty-launcher-3932-thread-4) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 449724 WARN  (jetty-launcher-3932-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 449724 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 449724 INFO  (jetty-launcher-3932-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 449724 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 449724 INFO  (jetty-launcher-3932-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 449724 INFO  (jetty-launcher-3932-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 449724 INFO  (jetty-launcher-3932-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 449724 INFO  (jetty-launcher-3932-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 449724 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 449724 INFO  (jetty-launcher-3932-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 449724 INFO  (jetty-launcher-3932-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 449724 INFO  (jetty-launcher-3932-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 449724 INFO  (jetty-launcher-3932-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 449729 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 449729 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 449729 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 449729 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e94b7d{/solr,null,AVAILABLE}
   [junit4]   2> 449730 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@590716ec{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:62314}
   [junit4]   2> 449731 INFO  (jetty-launcher-3932-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 449731 INFO  (jetty-launcher-3932-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 449731 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.e.j.s.Server Started @449789ms
   [junit4]   2> 449731 INFO  (jetty-launcher-3932-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 449731 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62314}
   [junit4]   2> 449731 INFO  (jetty-launcher-3932-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 449731 INFO  (jetty-launcher-3932-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 449731 INFO  (jetty-launcher-3932-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 449731 ERROR (jetty-launcher-3932-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 449731 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 449731 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.7.0
   [junit4]   2> 449731 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 449731 INFO  (jetty-launcher-3932-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install 

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

/solr/collections/collection1_collection/terms/shard2
   [junit4]   2>        2       
/solr/collections/collection1_collection/collectionprops.json
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        31      
/solr/collections/collection1_collection/state.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/overseer/queue
   [junit4]   2>        22      /solr/live_nodes
   [junit4]   2>        12      /solr/collections
   [junit4]   2>        8       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1465813 INFO  
(SUITE-TestSQLHandler-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:59916
   [junit4]   2> 1465813 INFO  
(SUITE-TestSQLHandler-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59916
   [junit4]   2> 1465813 INFO  
(SUITE-TestSQLHandler-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 59916
   [junit4]   2> 1465814 INFO  
(SUITE-TestSQLHandler-seed#[4D1B2FA3DFA40E19]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Aug 24, 2020 4:35:00 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Aug 24, 2020 4:35:10 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.handler.TestSQLHandler: 
   [junit4]   2>    1) Thread[id=21162, name=SessionTracker, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2>         at [email protected]/java.lang.Thread.sleep(Native 
Method)
   [junit4]   2>         at 
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
   [junit4]   2> Aug 24, 2020 4:35:10 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=21162, name=SessionTracker, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2> 1475948 ERROR (SessionTracker) [     ] 
o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : 
SessionTracker
   [junit4]   2>           => java.lang.InterruptedException: sleep interrupted
   [junit4]   2>        at java.base/java.lang.Thread.sleep(Native Method)
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2>        at java.lang.Thread.sleep(Native Method) ~[?:?]
   [junit4]   2>        at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157) 
[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> Aug 24, 2020 4:35:11 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=10, maxDocsPerChunk=3, blockShift=7), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=10, blockSize=7)), sim=Asserting(RandomSimilarity(queryNorm=true): 
{}), locale=cs-CZ, timezone=Asia/Hong_Kong
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 
(64-bit)/cpus=6,threads=1,free=241839008,total=515375104
   [junit4]   2> NOTE: All tests run in this JVM: 
[FullSolrCloudDistribCmdsTest, TestNestedDocsSort, SolrMetricsIntegrationTest, 
TestQueryTypes, HdfsTlogReplayBufferedWhileIndexingTest, TestOrdValues, 
UnloadDistributedZkTest, CoreAdminCreateDiscoverTest, 
TestSubQueryTransformerCrossCore, TestLegacyBM25SimilarityFactory, 
JvmMetricsTest, TestSolr4Spatial, CloudReplicaSourceTest, 
TestMultiValuedNumericRangeQuery, TestTermsQParserPlugin, ZkNodePropsTest, 
RankFieldTest, TestReloadAndDeleteDocs, DynamicMapsTest, 
LukeRequestHandlerTest, TestFieldSortValues, DaemonStreamApiTest, 
TestPKIAuthenticationPlugin, ClassificationUpdateProcessorTest, 
TestNoOpRegenerator, ScheduledMaintenanceTriggerTest, SystemLogListenerTest, 
SolrCloudReportersTest, DocExpirationUpdateProcessorFactoryTest, 
TestDFISimilarityFactory, MultiDestinationAuditLoggerTest, SolrTestCaseJ4Test, 
TestSolrJ, TestInPlaceUpdatesStandalone, TestSnapshotCloudManager, 
MissingSegmentRecoveryTest, TestSchemaSimilarityResource, RequestLoggingTest, 
TestMacroExpander, TestTolerantSearch, ReplaceNodeTest, 
HdfsBasicDistributedZk2Test, ClusterStateMockUtilTest, 
IndexSizeTriggerSizeEstimationTest, TestDistributedStatsComponentCardinality, 
IndexBasedSpellCheckerTest, CursorMarkTest, LeaderVoteWaitTimeoutTest, 
TestJsonFacetsWithNestedObjects, TestLazySolrCluster, TestSolrQueryResponse, 
DirectUpdateHandlerTest, BasicFunctionalityTest, 
TestUnifiedSolrHighlighterWithoutStoredId, TestLazyCores, TestContainerPlugin, 
AtomicUpdateRemovalJavabinTest, FullHLLTest, CollectionReloadTest, 
QueryEqualityTest, TestSimExecutePlanAction, 
OverseerCollectionConfigSetProcessorTest, IndexSchemaRuntimeFieldTest, 
BasicDistributedZk2Test, URLClassifyProcessorTest, TestDistributedMap, 
TestZkAclsWithHadoopAuth, TriggerSetPropertiesIntegrationTest, 
NodeAddedTriggerTest, LeaderElectionIntegrationTest, StatsReloadRaceTest, 
TestDeprecatedFilters, PeerSyncWithIndexFingerprintCachingTest, 
TestPHPSerializedResponseWriter, TestIntervalFaceting, 
TestLuceneIndexBackCompat, TestSimNodeLostTrigger, TestDistributedSearch, 
TestExceedMaxTermLength, TestReplicationHandlerDiskOverFlow, 
TestHashQParserPlugin, TestManagedSchemaAPI, TestSuggestSpellingConverter, 
SuggestComponentContextFilterQueryTest, RegexBytesRefFilterTest, 
HighlighterMaxOffsetTest, TestOnReconnectListenerSupport, TestFieldResource, 
ChangedSchemaMergeTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, 
DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, 
DistributedQueueTest, DocValuesNotIndexedTest, 
HttpPartitionWithTlogReplicasTest, RecoveryAfterSoftCommitTest, 
RemoteQueryErrorTest, RouteFieldTest, ShardRoutingTest, SplitShardTest, 
TestCloudDeleteByQuery, TestCloudRecovery, TestCloudSearcherWarming, 
TestRequestForwarding, TestShortCircuitedRequests, 
TestSolrCloudWithSecureImpersonation, TestStressLiveNodes, SplitByPrefixTest, 
TestLocalFSCloudBackupRestore, AutoAddReplicasIntegrationTest, 
CdcrOpsAndBoundariesTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, 
CdcrVersionReplicationTest, HdfsRecoverLeaseTest, ZkStateWriterTest, 
ConfigureRecoveryStrategyTest, DirectoryFactoryTest, 
ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, PluginInfoTest, 
RAMDirectoryFactoryTest, RequestHandlersTest, ResourceLoaderTest, SOLR749Test, 
TestBackupRepositoryFactory, TestBadConfig, TestConfigSetProperties, 
TestConfigSets, TestCorePropertiesReload, TestDirectoryFactory, 
TestDynamicLoadingUrl, FieldAnalysisRequestHandlerTest, JsonLoaderTest, 
TestSQLHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler 
-Dtests.seed=4D1B2FA3DFA40E19 -Dtests.slow=true -Dtests.locale=cs-CZ 
-Dtests.timezone=Asia/Hong_Kong -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestSQLHandler (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.TestSQLHandler: 
   [junit4]    >    1) Thread[id=21162, name=SessionTracker, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]    >         at [email protected]/java.lang.Thread.sleep(Native 
Method)
   [junit4]    >         at 
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4D1B2FA3DFA40E19]:0)
   [junit4] Completed [662/919 (3!)] on J1 in 27.99s, 12 tests, 1 error <<< 
FAILURES!

[...truncated 48492 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1429/consoleText

[repro] Revision: 21f8e00c1e3c8cf05f3dbc32ac13d7719de5fd4d

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=HttpPartitionOnCommitTest 
-Dtests.method=test -Dtests.seed=4D1B2FA3DFA40E19 -Dtests.slow=true 
-Dtests.locale=uk -Dtests.timezone=America/Porto_Acre -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestContainerPlugin 
-Dtests.method=testApiFromPackage -Dtests.seed=4D1B2FA3DFA40E19 
-Dtests.slow=true -Dtests.locale=lv -Dtests.timezone=Africa/Tunis 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestSQLHandler 
-Dtests.seed=4D1B2FA3DFA40E19 -Dtests.slow=true -Dtests.locale=cs-CZ 
-Dtests.timezone=Asia/Hong_Kong -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

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

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       HttpPartitionOnCommitTest
[repro]       TestSQLHandler
[repro]       TestContainerPlugin
[repro] ant compile-test

[...truncated 3452 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=15 
-Dtests.class="*.HttpPartitionOnCommitTest|*.TestSQLHandler|*.TestContainerPlugin"
 -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" 
-Dtests.seed=4D1B2FA3DFA40E19 -Dtests.slow=true -Dtests.locale=uk 
-Dtests.timezone=America/Porto_Acre -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[...truncated 181 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.HttpPartitionOnCommitTest
[repro]   0/5 failed: org.apache.solr.handler.TestContainerPlugin
[repro]   0/5 failed: org.apache.solr.handler.TestSQLHandler
[repro] Exiting with code 0

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

Reply via email to