You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/07/07 06:47:18 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-13.0.2) - Build # 6259 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6259/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast

Error Message:
Request should fail after trying all replica nodes once

Stack Trace:
junit.framework.AssertionFailedError: Request should fail after trying all replica nodes once
	at __randomizedtesting.SeedInfo.seed([E9FB89D7360C0233:3A26A07D913D6B4F]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
	at org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast(TestQueryingOnDownCollection.java:92)
	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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testWaitForElapsed

Error Message:
[]

Stack Trace:
java.lang.AssertionError: []
	at __randomizedtesting.SeedInfo.seed([E9FB89D7360C0233:1F7BBC6A7703031]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testWaitForElapsed(SearchRateTriggerTest.java:265)
	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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 12413 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest
   [junit4]   2> 297485 INFO  (SUITE-SearchRateTriggerTest-seed#[E9FB89D7360C0233]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 297485 INFO  (SUITE-SearchRateTriggerTest-seed#[E9FB89D7360C0233]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 297502 INFO  (SUITE-SearchRateTriggerTest-seed#[E9FB89D7360C0233]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_E9FB89D7360C0233-001/data-dir-16-001
   [junit4]   2> 297502 WARN  (SUITE-SearchRateTriggerTest-seed#[E9FB89D7360C0233]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 297502 INFO  (SUITE-SearchRateTriggerTest-seed#[E9FB89D7360C0233]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 297505 INFO  (SUITE-SearchRateTriggerTest-seed#[E9FB89D7360C0233]-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] IGNOR/A 0.00s J1 | SearchRateTriggerTest.testTrigger
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028"))
   [junit4]   2> 297535 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultsAndBackcompat
   [junit4]   2> 297536 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_E9FB89D7360C0233-001/tempDir-001
   [junit4]   2> 297536 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 297537 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 297537 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 297539 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 297637 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer start zk server on port: 53362
   [junit4]   2> 297641 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:53362
   [junit4]   2> 297641 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53362
   [junit4]   2> 297641 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53362
   [junit4]   2> 297650 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297656 INFO  (zkConnectionManagerCallback-1294-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297656 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297686 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297693 INFO  (zkConnectionManagerCallback-1296-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297698 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297705 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297709 INFO  (zkConnectionManagerCallback-1298-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297709 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297827 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 297827 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 297827 INFO  (jetty-launcher-1299-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> 297828 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 297828 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 297828 INFO  (jetty-launcher-1299-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> 297831 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 297831 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 297831 INFO  (jetty-launcher-1299-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> 297832 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 297832 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 297832 INFO  (jetty-launcher-1299-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> 297832 INFO  (jetty-launcher-1299-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 297832 INFO  (jetty-launcher-1299-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 297832 INFO  (jetty-launcher-1299-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 297835 INFO  (jetty-launcher-1299-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1734e32a{/solr,null,AVAILABLE}
   [junit4]   2> 297836 INFO  (jetty-launcher-1299-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@104ba8f8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53367}
   [junit4]   2> 297836 INFO  (jetty-launcher-1299-thread-1) [     ] o.e.j.s.Server Started @297920ms
   [junit4]   2> 297836 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53367}
   [junit4]   2> 297837 ERROR (jetty-launcher-1299-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 297837 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 297837 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 297837 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 297837 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 297837 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T05:56:13.500351Z
   [junit4]   2> 297837 INFO  (jetty-launcher-1299-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 297837 INFO  (jetty-launcher-1299-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 297837 INFO  (jetty-launcher-1299-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 297837 INFO  (jetty-launcher-1299-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 297837 INFO  (jetty-launcher-1299-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 297838 INFO  (jetty-launcher-1299-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 297838 INFO  (jetty-launcher-1299-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2bdadaa4{/solr,null,AVAILABLE}
   [junit4]   2> 297839 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297839 INFO  (jetty-launcher-1299-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f8e8cdc{/solr,null,AVAILABLE}
   [junit4]   2> 297839 INFO  (jetty-launcher-1299-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 297839 INFO  (jetty-launcher-1299-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 297840 INFO  (jetty-launcher-1299-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 297840 INFO  (jetty-launcher-1299-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8d0befb{/solr,null,AVAILABLE}
   [junit4]   2> 297840 INFO  (jetty-launcher-1299-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5b75f347{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53368}
   [junit4]   2> 297841 INFO  (jetty-launcher-1299-thread-4) [     ] o.e.j.s.Server Started @297924ms
   [junit4]   2> 297842 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53368}
   [junit4]   2> 297843 INFO  (jetty-launcher-1299-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1f2ab5fa{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53369}
   [junit4]   2> 297843 INFO  (jetty-launcher-1299-thread-2) [     ] o.e.j.s.Server Started @297926ms
   [junit4]   2> 297843 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53369}
   [junit4]   2> 297843 ERROR (jetty-launcher-1299-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 297843 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 297843 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 297843 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 297843 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 297843 ERROR (jetty-launcher-1299-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 297844 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 297843 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T05:56:13.506915Z
   [junit4]   2> 297844 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 297844 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 297844 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 297844 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T05:56:13.507239Z
   [junit4]   2> 297844 INFO  (jetty-launcher-1299-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2583da20{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53370}
   [junit4]   2> 297844 INFO  (jetty-launcher-1299-thread-3) [     ] o.e.j.s.Server Started @297928ms
   [junit4]   2> 297844 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53370}
   [junit4]   2> 297845 ERROR (jetty-launcher-1299-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 297845 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 297845 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 297845 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 297845 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 297845 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T05:56:13.508752Z
   [junit4]   2> 297846 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297849 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297849 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297851 INFO  (zkConnectionManagerCallback-1301-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297852 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297855 INFO  (zkConnectionManagerCallback-1305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297855 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297858 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 297860 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 297870 INFO  (zkConnectionManagerCallback-1303-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297870 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297872 INFO  (zkConnectionManagerCallback-1307-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297872 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297872 WARN  (jetty-launcher-1299-thread-1-SendThread(127.0.0.1:53362)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1009e851e6f0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1009e851e6f0003, 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 0x1009e851e6f0003, 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> 297874 WARN  (jetty-launcher-1299-thread-2-SendThread(127.0.0.1:53362)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1009e851e6f0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1009e851e6f0004, 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 0x1009e851e6f0004, 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> 297888 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 297888 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 297900 WARN  (jetty-launcher-1299-thread-4-SendThread(127.0.0.1:53362)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1009e851e6f0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1009e851e6f0006, 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 0x1009e851e6f0006, 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> 297908 WARN  (jetty-launcher-1299-thread-3-SendThread(127.0.0.1:53362)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1009e851e6f0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1009e851e6f0005, 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 0x1009e851e6f0005, 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> 297981 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 297981 WARN  (jetty-launcher-1299-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6b986cdc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 297981 WARN  (jetty-launcher-1299-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6b986cdc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 297992 WARN  (jetty-launcher-1299-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@255f989e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 297992 WARN  (jetty-launcher-1299-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@255f989e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 297993 INFO  (jetty-launcher-1299-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53362/solr
   [junit4]   2> 297997 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298005 INFO  (zkConnectionManagerCallback-1317-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298006 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298099 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 298102 WARN  (jetty-launcher-1299-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@530acf40[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298102 WARN  (jetty-launcher-1299-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@530acf40[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298110 WARN  (jetty-launcher-1299-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@28b3f798[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298110 WARN  (jetty-launcher-1299-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@28b3f798[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298112 INFO  (jetty-launcher-1299-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53362/solr
   [junit4]   2> 298114 INFO  (jetty-launcher-1299-thread-3) [n:127.0.0.1:53370_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298121 INFO  (zkConnectionManagerCallback-1329-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298121 INFO  (jetty-launcher-1299-thread-3) [n:127.0.0.1:53370_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298181 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 298183 WARN  (jetty-launcher-1299-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@54cefdd8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298183 WARN  (jetty-launcher-1299-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@54cefdd8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298187 WARN  (jetty-launcher-1299-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@527c4d43[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298187 WARN  (jetty-launcher-1299-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@527c4d43[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298188 INFO  (jetty-launcher-1299-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53362/solr
   [junit4]   2> 298190 INFO  (jetty-launcher-1299-thread-4) [n:127.0.0.1:53368_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298199 INFO  (zkConnectionManagerCallback-1341-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298199 INFO  (jetty-launcher-1299-thread-4) [n:127.0.0.1:53368_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298219 INFO  (jetty-launcher-1299-thread-3) [n:127.0.0.1:53370_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53370_solr
   [junit4]   2> 298228 INFO  (jetty-launcher-1299-thread-3) [n:127.0.0.1:53370_solr     ] o.a.s.c.Overseer Overseer (id=72231888616357896-127.0.0.1:53370_solr-n_0000000000) starting
   [junit4]   2> 298267 INFO  (OverseerStateUpdate-72231888616357896-127.0.0.1:53370_solr-n_0000000000) [n:127.0.0.1:53370_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:53370_solr
   [junit4]   2> 298269 INFO  (jetty-launcher-1299-thread-3) [n:127.0.0.1:53370_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53370_solr
   [junit4]   2> 298273 INFO  (jetty-launcher-1299-thread-4) [n:127.0.0.1:53368_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53368_solr
   [junit4]   2> 298279 INFO  (zkCallback-1340-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 298280 INFO  (zkCallback-1328-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 298283 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 298284 WARN  (jetty-launcher-1299-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67cb7eeb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298284 WARN  (jetty-launcher-1299-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67cb7eeb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298289 WARN  (jetty-launcher-1299-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8a71c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298289 WARN  (jetty-launcher-1299-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8a71c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298290 INFO  (jetty-launcher-1299-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53362/solr
   [junit4]   2> 298292 INFO  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298295 INFO  (jetty-launcher-1299-thread-4) [n:127.0.0.1:53368_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 298297 WARN  (jetty-launcher-1299-thread-4) [n:127.0.0.1:53368_solr     ] 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> 298301 INFO  (zkConnectionManagerCallback-1359-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298301 INFO  (jetty-launcher-1299-thread-3) [n:127.0.0.1:53370_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 298302 INFO  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298302 WARN  (jetty-launcher-1299-thread-3) [n:127.0.0.1:53370_solr     ] 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> 298348 INFO  (jetty-launcher-1299-thread-4) [n:127.0.0.1:53368_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 298379 INFO  (jetty-launcher-1299-thread-3) [n:127.0.0.1:53370_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 298383 INFO  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 298424 INFO  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53369_solr as DOWN
   [junit4]   2> 298429 INFO  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 298429 INFO  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53369_solr
   [junit4]   2> 298434 INFO  (zkCallback-1340-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 298434 INFO  (jetty-launcher-1299-thread-4) [n:127.0.0.1:53368_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53368.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4100dfc1
   [junit4]   2> 298437 INFO  (zkCallback-1328-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 298437 INFO  (zkCallback-1358-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 298449 INFO  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 298449 WARN  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] 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> 298484 INFO  (jetty-launcher-1299-thread-3) [n:127.0.0.1:53370_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53370.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4100dfc1
   [junit4]   2> 298484 INFO  (jetty-launcher-1299-thread-4) [n:127.0.0.1:53368_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53368.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4100dfc1
   [junit4]   2> 298484 INFO  (jetty-launcher-1299-thread-4) [n:127.0.0.1:53368_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53368.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4100dfc1
   [junit4]   2> 298486 INFO  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 298492 INFO  (jetty-launcher-1299-thread-4) [n:127.0.0.1:53368_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_E9FB89D7360C0233-001/tempDir-001/node4
   [junit4]   2> 298531 INFO  (jetty-launcher-1299-thread-3) [n:127.0.0.1:53370_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53370.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4100dfc1
   [junit4]   2> 298532 INFO  (jetty-launcher-1299-thread-3) [n:127.0.0.1:53370_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53370.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4100dfc1
   [junit4]   2> 298553 INFO  (jetty-launcher-1299-thread-3) [n:127.0.0.1:53370_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_E9FB89D7360C0233-001/tempDir-001/node3
   [junit4]   2> 298568 INFO  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53369.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4100dfc1
   [junit4]   2> 298587 INFO  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53369.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4100dfc1
   [junit4]   2> 298588 INFO  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53369.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4100dfc1
   [junit4]   2> 298591 INFO  (jetty-launcher-1299-thread-2) [n:127.0.0.1:53369_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_E9FB89D7360C0233-001/tempDir-001/node2
   [junit4]   2> 298742 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 298792 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53367_solr as DOWN
   [junit4]   2> 298808 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 298808 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53367_solr
   [junit4]   2> 298823 INFO  (zkCallback-1358-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 298823 INFO  (zkCallback-1328-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 298824 INFO  (zkCallback-1340-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 298824 INFO  (zkCallback-1316-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 298844 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 298844 WARN  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] 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> 298878 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 298942 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53367.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4100dfc1
   [junit4]   2> 298958 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53367.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4100dfc1
   [junit4]   2> 298958 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53367.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4100dfc1
   [junit4]   2> 298967 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:53367_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_E9FB89D7360C0233-001/tempDir-001/node1
   [junit4]   2> 299045 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 299047 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299053 INFO  (zkConnectionManagerCallback-1388-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299053 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299062 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 299070 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53362/solr ready
   [junit4]   2> 299200 INFO  (jetty-closer-1389-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=528086197
   [junit4]   2> 299200 INFO  (jetty-closer-1389-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:53368_solr
   [junit4]   2> 299200 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1169235336
   [junit4]   2> 299200 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:53370_solr
   [junit4]   2> 299201 INFO  (jetty-closer-1389-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=271635163
   [junit4]   2> 299201 INFO  (jetty-closer-1389-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:53369_solr
   [junit4]   2> 299203 INFO  (jetty-closer-1389-thread-4) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=521958001
   [junit4]   2> 299203 INFO  (jetty-closer-1389-thread-4) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:53367_solr
   [junit4]   2> 299207 INFO  (jetty-closer-1389-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 299207 INFO  (jetty-closer-1389-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:53368_solr as DOWN
   [junit4]   2> 299208 INFO  (jetty-closer-1389-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 299208 INFO  (jetty-closer-1389-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:53369_solr as DOWN
   [junit4]   2> 299209 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 299209 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:53370_solr as DOWN
   [junit4]   2> 299214 INFO  (jetty-closer-1389-thread-4) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 299214 INFO  (jetty-closer-1389-thread-4) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:53367_solr as DOWN
   [junit4]   2> 299258 INFO  (jetty-closer-1389-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 299260 INFO  (jetty-closer-1389-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 299260 INFO  (jetty-closer-1389-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@49adb5ee: rootName = solr_53368, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@8aac984
   [junit4]   2> 299261 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 299262 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 299262 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2e535e2f: rootName = solr_53370, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@1cec71ea
   [junit4]   2> 299264 INFO  (jetty-closer-1389-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 299264 INFO  (jetty-closer-1389-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67e05cb0: rootName = solr_53367, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@483a8177
   [junit4]   2> 299264 INFO  (jetty-closer-1389-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 299264 INFO  (jetty-closer-1389-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e8977a0: rootName = solr_53369, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@280bc7be
   [junit4]   2> 299636 INFO  (jetty-closer-1389-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 299636 INFO  (jetty-closer-1389-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c9c9202: rootName = solr_53368, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4677ed7a
   [junit4]   2> 299912 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 299913 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3eb9da02: rootName = solr_53370, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4677ed7a
   [junit4]   2> 299963 INFO  (jetty-closer-1389-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 299964 INFO  (jetty-closer-1389-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c53e4e5: rootName = solr_53367, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4677ed7a
   [junit4]   2> 299977 INFO  (jetty-closer-1389-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 299978 INFO  (jetty-closer-1389-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15a1ee70: rootName = solr_53369, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4677ed7a
   [junit4]   2> 300007 INFO  (jetty-closer-1389-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 300007 INFO  (jetty-closer-1389-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@197240a6: rootName = solr_53368, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@a35ff8a
   [junit4]   2> 300008 INFO  (jetty-closer-1389-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 300019 INFO  (zkCallback-1328-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 300020 INFO  (zkCallback-1316-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 300023 INFO  (zkCallback-1358-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 300121 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 300121 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b7d5025: rootName = solr_53370, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@a35ff8a
   [junit4]   2> 300122 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 300131 INFO  (closeThreadPool-1407-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72231888616357896-127.0.0.1:53370_solr-n_0000000000) closing
   [junit4]   2> 300131 INFO  (OverseerStateUpdate-72231888616357896-127.0.0.1:53370_solr-n_0000000000) [n:127.0.0.1:53370_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:53370_solr
   [junit4]   2> 300131 INFO  (OverseerAutoScalingTriggerThread-72231888616357896-127.0.0.1:53370_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 300148 INFO  (closeThreadPool-1407-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72231888616357896-127.0.0.1:53370_solr-n_0000000000) closing
   [junit4]   2> 300149 INFO  (jetty-closer-1389-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 300149 INFO  (jetty-closer-1389-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1923e7cf: rootName = solr_53369, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@a35ff8a
   [junit4]   2> 300149 INFO  (jetty-closer-1389-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 300150 INFO  (jetty-closer-1389-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 300150 INFO  (jetty-closer-1389-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a964765: rootName = solr_53367, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@a35ff8a
   [junit4]   2> 300150 INFO  (jetty-closer-1389-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 300157 INFO  (jetty-closer-1389-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5b75f347{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 300158 WARN  (jetty-launcher-1299-thread-3-SendThread(127.0.0.1:53362)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1009e851e6f0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1009e851e6f0008, 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 0x1009e851e6f0008, 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> 300159 INFO  (zkCallback-1316-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 300159 INFO  (zkCallback-1358-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 300165 INFO  (jetty-closer-1389-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2bdadaa4{/solr,null,UNAVAILABLE}
   [junit4]   2> 300168 INFO  (jetty-closer-1389-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 300171 WARN  (jetty-launcher-1299-thread-2-SendThread(127.0.0.1:53362)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1009e851e6f000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1009e851e6f000a, 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 0x1009e851e6f000a, 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> 300270 INFO  (jetty-closer-1389-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72231888616357896-127.0.0.1:53370_solr-n_0000000000) closing
   [junit4]   2> 300277 INFO  (jetty-closer-1389-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2583da20{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 300278 INFO  (jetty-closer-1389-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@8d0befb{/solr,null,UNAVAILABLE}
   [junit4]   2> 300279 INFO  (jetty-closer-1389-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 300382 INFO  (jetty-closer-1389-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@104ba8f8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 300386 INFO  (jetty-closer-1389-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1734e32a{/solr,null,UNAVAILABLE}
   [junit4]   2> 300390 INFO  (jetty-closer-1389-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 300490 INFO  (jetty-closer-1389-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1f2ab5fa{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 300491 INFO  (jetty-closer-1389-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3f8e8cdc{/solr,null,UNAVAILABLE}
   [junit4]   2> 300491 INFO  (jetty-closer-1389-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 300498 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 300523 WARN  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]-SendThread(127.0.0.1:53362)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1009e851e6f0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1009e851e6f0000, 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 0x1009e851e6f0000, 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> 300806 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> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/overseer_elect/election/72231888616357896-127.0.0.1:53370_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/live_nodes
   [junit4]   2> 	7	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 300866 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:53362
   [junit4]   2> 300866 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53362
   [junit4]   2> 300866 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53362
   [junit4]   2> 300869 INFO  (TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[E9FB89D7360C0233]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDefaultsAndBackcompat
   [junit4]   2> 300887 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testWaitForElapsed
   [junit4]   2> 300888 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_E9FB89D7360C0233-001/tempDir-002
   [junit4]   2> 300888 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 300898 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 300898 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 300901 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 301007 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer start zk server on port: 53418
   [junit4]   2> 301007 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:53418
   [junit4]   2> 301008 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53418
   [junit4]   2> 301010 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53418
   [junit4]   2> 301049 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301112 INFO  (zkConnectionManagerCallback-1411-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301115 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301164 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301230 INFO  (zkConnectionManagerCallback-1413-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301231 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301234 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301256 INFO  (zkConnectionManagerCallback-1415-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301257 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301322 WARN  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]-SendThread(127.0.0.1:53418)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1009e852b8c0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1009e852b8c0002, 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 0x1009e852b8c0002, 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> 301460 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 301460 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 301460 INFO  (jetty-launcher-1416-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> 301468 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 301468 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 301468 INFO  (jetty-launcher-1416-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> 301552 INFO  (jetty-launcher-1416-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 301552 INFO  (jetty-launcher-1416-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 301552 INFO  (jetty-launcher-1416-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 301554 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 301554 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 301554 INFO  (jetty-launcher-1416-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> 301554 INFO  (jetty-launcher-1416-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f854c6{/solr,null,AVAILABLE}
   [junit4]   2> 301555 INFO  (jetty-launcher-1416-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 301557 INFO  (jetty-launcher-1416-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 301557 INFO  (jetty-launcher-1416-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5cec01ea{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53430}
   [junit4]   2> 301557 INFO  (jetty-launcher-1416-thread-2) [     ] o.e.j.s.Server Started @301641ms
   [junit4]   2> 301557 INFO  (jetty-launcher-1416-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 301557 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53430}
   [junit4]   2> 301559 ERROR (jetty-launcher-1416-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 301559 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 301560 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 301560 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 301560 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 301560 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T05:56:17.223112Z
   [junit4]   2> 301576 INFO  (jetty-launcher-1416-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 301576 INFO  (jetty-launcher-1416-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 301576 INFO  (jetty-launcher-1416-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 301580 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301582 INFO  (jetty-launcher-1416-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74fa8f40{/solr,null,AVAILABLE}
   [junit4]   2> 301582 INFO  (jetty-launcher-1416-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 301582 INFO  (jetty-launcher-1416-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 301582 INFO  (jetty-launcher-1416-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> 301582 INFO  (jetty-launcher-1416-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e1b6771{/solr,null,AVAILABLE}
   [junit4]   2> 301594 INFO  (jetty-launcher-1416-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20cfd22c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53431}
   [junit4]   2> 301594 INFO  (jetty-launcher-1416-thread-3) [     ] o.e.j.s.Server Started @301678ms
   [junit4]   2> 301594 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53431}
   [junit4]   2> 301595 ERROR (jetty-launcher-1416-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 301595 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 301595 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 301595 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 301595 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 301595 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T05:56:17.258390Z
   [junit4]   2> 301597 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301597 INFO  (jetty-launcher-1416-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@17ab4597{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53432}
   [junit4]   2> 301597 INFO  (jetty-launcher-1416-thread-1) [     ] o.e.j.s.Server Started @301680ms
   [junit4]   2> 301597 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53432}
   [junit4]   2> 301602 ERROR (jetty-launcher-1416-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 301602 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 301603 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 301603 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 301603 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 301603 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T05:56:17.266213Z
   [junit4]   2> 301632 INFO  (zkConnectionManagerCallback-1418-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301636 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301637 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301650 INFO  (jetty-launcher-1416-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 301650 INFO  (jetty-launcher-1416-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 301650 INFO  (jetty-launcher-1416-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 301667 INFO  (jetty-launcher-1416-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b538818{/solr,null,AVAILABLE}
   [junit4]   2> 301668 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 301669 INFO  (zkConnectionManagerCallback-1420-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301669 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301671 INFO  (jetty-launcher-1416-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@24d3493e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53437}
   [junit4]   2> 301671 INFO  (jetty-launcher-1416-thread-4) [     ] o.e.j.s.Server Started @301754ms
   [junit4]   2> 301671 INFO  (jetty-launcher-1416-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53437}
   [junit4]   2> 301672 ERROR (jetty-launcher-1416-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 301672 INFO  (jetty-launcher-1416-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 301672 INFO  (zkConnectionManagerCallback-1422-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301674 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301674 INFO  (jetty-launcher-1416-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 301677 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 301674 INFO  (jetty-launcher-1416-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 301682 INFO  (jetty-launcher-1416-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 301682 INFO  (jetty-launcher-1416-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T05:56:17.345607Z
   [junit4]   2> 301679 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 301751 INFO  (jetty-launcher-1416-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301782 WARN  (jetty-launcher-1416-thread-3-SendThread(127.0.0.1:53418)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1009e852b8c0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1009e852b8c0004, 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 0x1009e852b8c0004, 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> 301787 WARN  (jetty-launcher-1416-thread-2-SendThread(127.0.0.1:53418)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1009e852b8c0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1009e852b8c0003, 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 0x1009e852b8c0003, 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> 301819 INFO  (zkConnectionManagerCallback-1424-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301820 INFO  (jetty-launcher-1416-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301900 INFO  (jetty-launcher-1416-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 301901 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 301908 WARN  (jetty-launcher-1416-thread-1-SendThread(127.0.0.1:53418)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1009e852b8c0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1009e852b8c0005, 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 0x1009e852b8c0005, 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> 301912 WARN  (jetty-launcher-1416-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1463a6c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 301912 WARN  (jetty-launcher-1416-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1463a6c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 301963 WARN  (jetty-launcher-1416-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@46d49fe1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 301964 WARN  (jetty-launcher-1416-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@46d49fe1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 301965 INFO  (jetty-launcher-1416-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53418/solr
   [junit4]   2> 301975 INFO  (jetty-launcher-1416-thread-3) [n:127.0.0.1:53431_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 302003 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 302006 WARN  (jetty-launcher-1416-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3db536c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 302006 WARN  (jetty-launcher-1416-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3db536c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 302011 WARN  (jetty-launcher-1416-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2b2b1163[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 302011 WARN  (jetty-launcher-1416-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2b2b1163[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 302012 INFO  (jetty-launcher-1416-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53418/solr
   [junit4]   2> 302014 INFO  (jetty-launcher-1416-thread-2) [n:127.0.0.1:53430_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 302024 INFO  (zkConnectionManagerCallback-1434-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302024 INFO  (zkConnectionManagerCallback-1444-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302024 INFO  (jetty-launcher-1416-thread-2) [n:127.0.0.1:53430_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 302025 INFO  (jetty-launcher-1416-thread-3) [n:127.0.0.1:53431_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 302113 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 302129 WARN  (jetty-launcher-1416-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4f9f9e00[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 302129 WARN  (jetty-launcher-1416-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4f9f9e00[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 302155 WARN  (jetty-launcher-1416-thread-4-SendThread(127.0.0.1:53418)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1009e852b8c0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1009e852b8c0006, 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 0x1009e852b8c0006, 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> 302178 WARN  (jetty-launcher-1416-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33cf8b06[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 302178 WARN  (jetty-launcher-1416-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33cf8b06[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 302179 INFO  (jetty-launcher-1416-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53418/solr
   [junit4]   2> 302193 INFO  (jetty-launcher-1416-thread-1) [n:127.0.0.1:53432_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 302319 INFO  (zkConnectionManagerCallback-1454-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302320 INFO  (jetty-launcher-1416-thread-1) [n:127.0.0.1:53432_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 302323 INFO  (jetty-launcher-1416-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 302327 WARN  (jetty-launcher-1416-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36c652e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 302328 WARN  (jetty-launcher-1416-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36c652e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 302345 WARN  (jetty-launcher-1416-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2ef486be[provider=null,keyStore=null,trustStore=nu

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

   [junit4]   2> 40532 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> 	6	/solr/collections/SearchRateTriggerTest-collection1/terms/shard1
   [junit4]   2> 	6	/solr/collections/SearchRateTriggerTest-collection1/terms/shard2
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	56	/solr/collections/SearchRateTriggerTest-collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/overseer/queue
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 40539 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:61924
   [junit4]   2> 40539 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61924
   [junit4]   2> 40539 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61924
   [junit4]   2> 40540 INFO  (TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[E9FB89D7360C0233]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testWaitForElapsed
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerTest -Dtests.method=testWaitForElapsed -Dtests.seed=E9FB89D7360C0233 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ln-CF -Dtests.timezone=America/Thunder_Bay -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 25.4s J2 | SearchRateTriggerTest.testWaitForElapsed <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: [{
   [junit4]    >   "id":"975963ee25a78T3awtt8olrj3jpkm24gk2klvcc",
   [junit4]    >   "source":"search_rate_trigger2",
   [junit4]    >   "eventTime":2662562950961784,
   [junit4]    >   "eventType":"SEARCHRATE",
   [junit4]    >   "properties":{
   [junit4]    >     "hotReplicas":[
   [junit4]    >       {"core_node8":{
   [junit4]    >           "core":"SearchRateTriggerTest-collection1_shard2_replica_n6",
   [junit4]    >           "shard":"shard2",
   [junit4]    >           "collection":"SearchRateTriggerTest-collection1",
   [junit4]    >           "node_name":"127.0.0.1:61945_solr",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true",
   [junit4]    >           "rate":2.0,
   [junit4]    >           "base_url":"http://127.0.0.1:61945/solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "force_set_state":"false"}},
   [junit4]    >       {"core_node7":{
   [junit4]    >           "core":"SearchRateTriggerTest-collection1_shard2_replica_n5",
   [junit4]    >           "shard":"shard2",
   [junit4]    >           "collection":"SearchRateTriggerTest-collection1",
   [junit4]    >           "node_name":"127.0.0.1:61942_solr",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "rate":2.0,
   [junit4]    >           "base_url":"http://127.0.0.1:61942/solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "force_set_state":"false"}},
   [junit4]    >       {"core_node4":{
   [junit4]    >           "core":"SearchRateTriggerTest-collection1_shard1_replica_n2",
   [junit4]    >           "shard":"shard1",
   [junit4]    >           "collection":"SearchRateTriggerTest-collection1",
   [junit4]    >           "node_name":"127.0.0.1:61944_solr",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true",
   [junit4]    >           "rate":2.0,
   [junit4]    >           "base_url":"http://127.0.0.1:61944/solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "force_set_state":"false"}},
   [junit4]    >       {"core_node3":{
   [junit4]    >           "core":"SearchRateTriggerTest-collection1_shard1_replica_n1",
   [junit4]    >           "shard":"shard1",
   [junit4]    >           "collection":"SearchRateTriggerTest-collection1",
   [junit4]    >           "node_name":"127.0.0.1:61943_solr",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "rate":2.0,
   [junit4]    >           "base_url":"http://127.0.0.1:61943/solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "force_set_state":"false"}}],
   [junit4]    >     "coldNodes":{},
   [junit4]    >     "coldShards":{},
   [junit4]    >     "coldReplicas":[],
   [junit4]    >     "violationType":["hotShards"],
   [junit4]    >     "coldCollections":{},
   [junit4]    >     "hotShards":{"SearchRateTriggerTest-collection1":{
   [junit4]    >         "shard2":2.0,
   [junit4]    >         "shard1":2.0}},
   [junit4]    >     "hotCollections":{"SearchRateTriggerTest-collection1":8.0},
   [junit4]    >     "hotNodes":{},
   [junit4]    >     "requestedOps":[
   [junit4]    >       {
   [junit4]    >         "action":"ADDREPLICA",
   [junit4]    >         "hints":{"COLL_SHARD":[{
   [junit4]    >               "first":"SearchRateTriggerTest-collection1",
   [junit4]    >               "second":"shard2"}]}},
   [junit4]    >       {
   [junit4]    >         "action":"ADDREPLICA",
   [junit4]    >         "hints":{"COLL_SHARD":[{
   [junit4]    >               "first":"SearchRateTriggerTest-collection1",
   [junit4]    >               "second":"shard1"}]}}]}}]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E9FB89D7360C0233:1F7BBC6A7703031]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testWaitForElapsed(SearchRateTriggerTest.java:296)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [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-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerTest_E9FB89D7360C0233-001
   [junit4]   2> Jul 07, 2020 6:46:59 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=1535, maxMBSortInHeap=6.137455491727721, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ln-CF, timezone=America/Thunder_Bay
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=78991928,total=195166208
   [junit4]   2> NOTE: All tests run in this JVM: [SearchRateTriggerTest]
   [junit4] Completed [3/10 (2!)] on J2 in 39.98s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 48 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1521: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1048: There were test failures: 10 suites, 20 tests, 2 failures, 5 ignored (5 assumptions) [seed: E9FB89D7360C0233]

Total time: 52 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.TestQueryingOnDownCollection
[repro]   2/5 failed: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-MacOSX #6258' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-MacOSX #6259'.
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-13.0.2) - Build # 6261 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6261/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

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

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

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57918/tubg/k: Underlying core creation failed while creating collection: control_collection
	at __randomizedtesting.SeedInfo.seed([7043C193D978D981:F817FE497784B479]: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:1155)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:916)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:227)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.cloud.HttpPartitionOnCommitTest.test

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

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57920/tubg/k: Underlying core creation failed while creating collection: control_collection
	at __randomizedtesting.SeedInfo.seed([7043C193D978D981:F817FE497784B479]: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:1155)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:916)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:227)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.cloud.HttpPartitionOnCommitTest.test

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

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57919/tubg/k: Underlying core creation failed while creating collection: control_collection
	at __randomizedtesting.SeedInfo.seed([7043C193D978D981:F817FE497784B479]: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:1155)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:916)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:227)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.cloud.HttpPartitionOnCommitTest.test

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

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57906/tubg/k: Underlying core creation failed while creating collection: control_collection
	at __randomizedtesting.SeedInfo.seed([7043C193D978D981:F817FE497784B479]: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:1155)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:916)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:227)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.cloud.HttpPartitionOnCommitTest.test

Error Message:
Error from server at http://127.0.0.1:50962/tubg/k: Underlying core creation failed while creating collection: c8n_1x3_commits

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:50962/tubg/k: Underlying core creation failed while creating collection: c8n_1x3_commits
	at __randomizedtesting.SeedInfo.seed([7043C193D978D981:F817FE497784B479]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.cloud.BasicDistributedZkTest.createCollection(BasicDistributedZkTest.java:810)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1755)
	at org.apache.solr.cloud.HttpPartitionOnCommitTest.oneShardTest(HttpPartitionOnCommitTest.java:125)
	at org.apache.solr.cloud.HttpPartitionOnCommitTest.test(HttpPartitionOnCommitTest.java:66)
	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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 12979 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionOnCommitTest
   [junit4]   2> 532816 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[7043C193D978D981]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 532817 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[7043C193D978D981]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/data-dir-46-001
   [junit4]   2> 532817 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[7043C193D978D981]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 532818 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[7043C193D978D981]-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> 532818 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[7043C193D978D981]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 532818 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[7043C193D978D981]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /tubg/k
   [junit4]   2> 532831 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 532832 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 532832 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 532833 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 532941 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer start zk server on port: 50847
   [junit4]   2> 532941 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:50847
   [junit4]   2> 532941 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50847
   [junit4]   2> 532941 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50847
   [junit4]   2> 532945 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 532950 INFO  (zkConnectionManagerCallback-3293-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 532950 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 532955 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 532961 INFO  (zkConnectionManagerCallback-3295-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 532961 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 532969 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 532973 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 532976 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 532979 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 532982 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 532985 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 532988 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 532991 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 532994 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 532998 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 533001 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 533007 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 533470 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 533470 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 533470 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] 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> 533475 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 533476 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 533476 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 533479 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24b70244{/tubg/k,null,AVAILABLE}
   [junit4]   2> 533483 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@bcdd883{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:50859}
   [junit4]   2> 533486 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.e.j.s.Server Started @533705ms
   [junit4]   2> 533486 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/tubg/k, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/tempDir-001/control/data, hostPort=50858, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/control-001/cores}
   [junit4]   2> 533488 ERROR (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 533488 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 533489 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 533489 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 533489 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 533489 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T21:08:26.739361Z
   [junit4]   2> 533493 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 533498 INFO  (zkConnectionManagerCallback-3297-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533498 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 533604 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 533604 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/control-001/solr.xml
   [junit4]   2> 533607 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@f11eb68, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 533915 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 533917 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@ac360e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533917 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@ac360e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533932 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f83f47f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533933 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f83f47f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533935 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50847/solr
   [junit4]   2> 533936 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 533945 INFO  (zkConnectionManagerCallback-3307-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533945 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 533948 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]-SendThread(127.0.0.1:50847)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a1c846cc0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a1c846cc0003, 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 0x100a1c846cc0003, 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> 534057 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 534066 INFO  (zkConnectionManagerCallback-3309-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534066 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 535129 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50858_tubg%2Fk
   [junit4]   2> 535131 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.Overseer Overseer (id=72235475591233540-127.0.0.1:50858_tubg%2Fk-n_0000000000) starting
   [junit4]   2> 535146 INFO  (OverseerStateUpdate-72235475591233540-127.0.0.1:50858_tubg%2Fk-n_0000000000) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:50858_tubg%2Fk
   [junit4]   2> 535147 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50858_tubg%2Fk
   [junit4]   2> 535151 INFO  (OverseerStateUpdate-72235475591233540-127.0.0.1:50858_tubg%2Fk-n_0000000000) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 535162 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 535163 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [n:127.0.0.1:50858_tubg%2Fk     ] 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> 535193 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 535211 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f11eb68
   [junit4]   2> 535224 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f11eb68
   [junit4]   2> 535224 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f11eb68
   [junit4]   2> 535225 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/control-001/cores
   [junit4]   2> 535239 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 535242 INFO  (zkConnectionManagerCallback-3326-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535242 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 535245 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 535251 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50847/solr ready
   [junit4]   2> 535253 INFO  (SocketProxy-Acceptor-50858) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50905,localport=50858], receiveBufferSize: 408300
   [junit4]   2> 535256 INFO  (SocketProxy-Acceptor-50858) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=50859,localport=50906], receiveBufferSize=408300
   [junit4]   2> 535258 INFO  (qtp203944471-5817) [n:127.0.0.1:50858_tubg%2Fk     ] 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:50858_tubg%252Fk&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 535281 INFO  (OverseerThreadFactory-3316-thread-1-processing-n:127.0.0.1:50858_tubg%2Fk) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 535448 INFO  (SocketProxy-Acceptor-50858) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50912,localport=50858], receiveBufferSize: 408300
   [junit4]   2> 535449 INFO  (SocketProxy-Acceptor-50858) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=50859,localport=50913], receiveBufferSize=408300
   [junit4]   2> 535459 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 535459 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 535513 INFO  (OverseerStateUpdate-72235475591233540-127.0.0.1:50858_tubg%2Fk-n_0000000000) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:50858/tubg/k",
   [junit4]   2>   "node_name":"127.0.0.1:50858_tubg%2Fk",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 535716 INFO  (SocketProxy-Acceptor-50858) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50917,localport=50858], receiveBufferSize: 408300
   [junit4]   2> 535721 INFO  (SocketProxy-Acceptor-50858) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=50859,localport=50918], receiveBufferSize=408300
   [junit4]   2> 535724 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&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> 535752 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 535766 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 535886 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 536045 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 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> 536046 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 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@f11eb68
   [junit4]   2> 536049 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 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-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 536051 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=29.228515625, floorSegmentMB=0.86328125, forceMergeDeletesPctAllowed=25.68571444684542, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=37.63955796428917
   [junit4]   2> 536064 WARN  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 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> 536173 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 536173 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 536175 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 536175 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 536176 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8604228229863534]
   [junit4]   2> 536183 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 536185 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 536185 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 536185 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1671593836606914560
   [junit4]   2> 536199 INFO  (searcherExecutor-3328-thread-1-processing-n:127.0.0.1:50858_tubg%2Fk x:control_collection_shard1_replica_n1 c:control_collection s:shard1 r:core_node2) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 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> 536218 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 536218 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 536255 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 536255 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 536255 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50858/tubg/k/control_collection_shard1_replica_n1/
   [junit4]   2> 536258 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 536261 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:50858/tubg/k/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 536261 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72235475591233540-core_node2-n_0000000000
   [junit4]   2> 536275 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:50858/tubg/k/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 536387 INFO  (zkCallback-3308-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 536388 INFO  (zkCallback-3308-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 536401 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 536422 INFO  (qtp203944471-5819) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=698
   [junit4]   2> 536438 INFO  (qtp203944471-5817) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 536520 INFO  (zkCallback-3308-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 536520 INFO  (zkCallback-3308-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 536520 INFO  (zkCallback-3308-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 536522 INFO  (qtp203944471-5817) [n:127.0.0.1:50858_tubg%2Fk     ] 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:50858_tubg%252Fk&wt=javabin&version=2} status=0 QTime=1263
   [junit4]   2> 536523 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 536636 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536642 INFO  (zkConnectionManagerCallback-3337-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 536643 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536646 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 536650 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50847/solr ready
   [junit4]   2> 536651 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 536651 INFO  (SocketProxy-Acceptor-50858) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50937,localport=50858], receiveBufferSize: 408300
   [junit4]   2> 536652 INFO  (SocketProxy-Acceptor-50858) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=50859,localport=50938], receiveBufferSize=408300
   [junit4]   2> 536664 INFO  (qtp203944471-5817) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 536678 INFO  (OverseerThreadFactory-3316-thread-2-processing-n:127.0.0.1:50858_tubg%2Fk) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 536679 INFO  (OverseerCollectionConfigSetProcessor-72235475591233540-127.0.0.1:50858_tubg%2Fk-n_0000000000) [n:127.0.0.1:50858_tubg%2Fk     ] 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> 536897 WARN  (OverseerThreadFactory-3316-thread-2-processing-n:127.0.0.1:50858_tubg%2Fk) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 536905 INFO  (qtp203944471-5817) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 536908 INFO  (qtp203944471-5817) [n:127.0.0.1:50858_tubg%2Fk     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2} status=0 QTime=243
   [junit4]   2> 536909 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 536909 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 536910 INFO  (watches-3334-thread-1) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 536910 INFO  (watches-3334-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 536910 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 536910 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 536911 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 536912 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 536912 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 537205 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 537206 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 537206 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 537206 INFO  (closeThreadPool-3338-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> 537210 INFO  (closeThreadPool-3338-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 537210 INFO  (closeThreadPool-3338-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 537210 INFO  (closeThreadPool-3338-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 537210 INFO  (closeThreadPool-3338-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ceae8cf{/tubg/k,null,AVAILABLE}
   [junit4]   2> 537212 INFO  (closeThreadPool-3338-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@59ff69a2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:50963}
   [junit4]   2> 537212 INFO  (closeThreadPool-3338-thread-1) [     ] o.e.j.s.Server Started @537434ms
   [junit4]   2> 537212 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/tubg/k, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/tempDir-001/jetty1, hostPort=50962, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/shard-1-001/cores}
   [junit4]   2> 537212 ERROR (closeThreadPool-3338-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 537212 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 537212 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 537212 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 537212 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 537212 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T21:08:30.462908Z
   [junit4]   2> 537214 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 537218 INFO  (zkConnectionManagerCallback-3340-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 537218 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 537221 WARN  (closeThreadPool-3338-thread-1-SendThread(127.0.0.1:50847)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a1c846cc0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a1c846cc0007, 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 0x100a1c846cc0007, 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> 537325 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 537326 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/shard-1-001/solr.xml
   [junit4]   2> 537330 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@f11eb68, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 537457 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 537460 WARN  (closeThreadPool-3338-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4aeaad70[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 537460 WARN  (closeThreadPool-3338-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4aeaad70[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 537470 WARN  (closeThreadPool-3338-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73340dac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 537470 WARN  (closeThreadPool-3338-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73340dac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 537472 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50847/solr
   [junit4]   2> 537474 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 537476 INFO  (zkConnectionManagerCallback-3350-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 537476 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 537487 WARN  (closeThreadPool-3338-thread-1-SendThread(127.0.0.1:50847)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a1c846cc0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a1c846cc0008, 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 0x100a1c846cc0008, 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> 537596 INFO  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 537601 INFO  (zkConnectionManagerCallback-3352-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 537601 INFO  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 537655 INFO  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 537693 INFO  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] o.a.s.c.ZkController Publish node=127.0.0.1:50962_tubg%2Fk as DOWN
   [junit4]   2> 537703 INFO  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 537703 INFO  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50962_tubg%2Fk
   [junit4]   2> 537711 INFO  (zkCallback-3308-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 537712 INFO  (zkCallback-3336-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 537712 INFO  (zkCallback-3351-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 537730 INFO  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 537731 WARN  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] 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> 537756 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 537760 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 537760 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 537760 INFO  (closeThreadPool-3338-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> 537762 INFO  (closeThreadPool-3338-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 537762 INFO  (closeThreadPool-3338-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 537762 INFO  (closeThreadPool-3338-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 537763 INFO  (closeThreadPool-3338-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d3b0450{/tubg/k,null,AVAILABLE}
   [junit4]   2> 537764 INFO  (closeThreadPool-3338-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@fbf0da1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51014}
   [junit4]   2> 537764 INFO  (closeThreadPool-3338-thread-2) [     ] o.e.j.s.Server Started @537986ms
   [junit4]   2> 537764 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/tubg/k, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/tempDir-001/jetty2, hostPort=51013, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/shard-2-001/cores}
   [junit4]   2> 537764 ERROR (closeThreadPool-3338-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 537764 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 537764 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 537764 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 537764 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 537764 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T21:08:31.014889Z
   [junit4]   2> 537767 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 537771 INFO  (zkConnectionManagerCallback-3357-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 537771 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 537778 WARN  (closeThreadPool-3338-thread-2-SendThread(127.0.0.1:50847)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a1c846cc000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a1c846cc000a, 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 0x100a1c846cc000a, 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> 537790 INFO  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 537834 INFO  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f11eb68
   [junit4]   2> 537853 INFO  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f11eb68
   [junit4]   2> 537853 INFO  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f11eb68
   [junit4]   2> 537858 INFO  (closeThreadPool-3338-thread-1) [n:127.0.0.1:50962_tubg%2Fk     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/shard-1-001/cores
   [junit4]   2> 537879 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 537879 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/shard-2-001/solr.xml
   [junit4]   2> 537885 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@f11eb68, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 537888 INFO  (closeThreadPool-3338-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:50962_tubg%2Fk
   [junit4]   2> 538007 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 538010 WARN  (closeThreadPool-3338-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@588e1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 538010 WARN  (closeThreadPool-3338-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@588e1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 538018 WARN  (closeThreadPool-3338-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29aec2f2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 538018 WARN  (closeThreadPool-3338-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29aec2f2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 538021 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50847/solr
   [junit4]   2> 538022 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 538027 INFO  (zkConnectionManagerCallback-3372-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538028 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 538033 WARN  (closeThreadPool-3338-thread-2-SendThread(127.0.0.1:50847)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a1c846cc000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a1c846cc000b, 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 0x100a1c846cc000b, 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> 538137 INFO  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 538141 INFO  (zkConnectionManagerCallback-3374-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538141 INFO  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 538178 INFO  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 538202 INFO  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] o.a.s.c.ZkController Publish node=127.0.0.1:51013_tubg%2Fk as DOWN
   [junit4]   2> 538207 INFO  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 538209 INFO  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51013_tubg%2Fk
   [junit4]   2> 538220 INFO  (zkCallback-3308-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 538222 INFO  (zkCallback-3336-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 538222 INFO  (zkCallback-3351-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 538223 INFO  (zkCallback-3373-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 538244 INFO  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 538244 WARN  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] 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> 538284 INFO  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 538314 INFO  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f11eb68
   [junit4]   2> 538330 INFO  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f11eb68
   [junit4]   2> 538330 INFO  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f11eb68
   [junit4]   2> 538331 INFO  (closeThreadPool-3338-thread-2) [n:127.0.0.1:51013_tubg%2Fk     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/shard-2-001/cores
   [junit4]   2> 538383 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:51013_tubg%2Fk
   [junit4]   2> 538409 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 538412 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 538412 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 538412 INFO  (closeThreadPool-3338-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> 538425 INFO  (closeThreadPool-3338-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 538425 INFO  (closeThreadPool-3338-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 538425 INFO  (closeThreadPool-3338-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 538426 INFO  (closeThreadPool-3338-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@232f9397{/tubg/k,null,AVAILABLE}
   [junit4]   2> 538429 INFO  (closeThreadPool-3338-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3bfc439d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51027}
   [junit4]   2> 538429 INFO  (closeThreadPool-3338-thread-2) [     ] o.e.j.s.Server Started @538651ms
   [junit4]   2> 538429 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/tubg/k, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/tempDir-001/jetty3, hostPort=51026, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 538429 ERROR (closeThreadPool-3338-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 538429 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 538429 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 538429 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 538429 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 538429 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T21:08:31.679875Z
   [junit4]   2> 538434 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 538443 INFO  (zkConnectionManagerCallback-3384-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538445 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 538454 WARN  (closeThreadPool-3338-thread-2-SendThread(127.0.0.1:50847)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a1c846cc000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a1c846cc000d, 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 0x100a1c846cc000d, 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> 538566 INFO  (closeThreadPool-3338-thread-2) [     ] o.a.s.s.SolrDispatchFilte

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

 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:1396)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1261)
   [junit4]   2> 	... 36 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1072)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:908)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1375)
   [junit4]   2> 	... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
   [junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:852)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:900)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1148)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1013)
   [junit4]   2> 	... 39 more
   [junit4]   2> Caused by: java.lang.reflect.InvocationTargetException
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
   [junit4]   2> 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   [junit4]   2> 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
   [junit4]   2> 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:838)
   [junit4]   2> 	... 42 more
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:122)
   [junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:111)
   [junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:118)
   [junit4]   2> 	... 48 more
   [junit4]   2> 
   [junit4]   2> 27590 INFO  (qtp449444599-49) [n:127.0.0.1:57919_tubg%2Fk     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&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=6421
   [junit4]   2> 27597 WARN  (closeThreadPool-41-thread-2) [     ] o.a.s.c.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:57919/tubg/k, target: http://127.0.0.1:57927/tubg/k
   [junit4]   2> 27598 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 27834 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> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/collections/control_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/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> 27840 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:57902
   [junit4]   2> 27840 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57902
   [junit4]   2> 27840 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[7043C193D978D981]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57902
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionOnCommitTest -Dtests.method=test -Dtests.seed=7043C193D978D981 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=kab -Dtests.timezone=Europe/Skopje -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   20.8s J0 | HttpPartitionOnCommitTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57919/tubg/k: Underlying core creation failed while creating collection: control_collection
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7043C193D978D981:F817FE497784B479]: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:1155)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:916)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:227)
   [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-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionOnCommitTest_7043C193D978D981-001
   [junit4]   2> Jul 07, 2020 9:57:56 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=kab, timezone=Europe/Skopje
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=120856072,total=300941312
   [junit4]   2> NOTE: All tests run in this JVM: [HttpPartitionOnCommitTest]
   [junit4] Completed [5/5 (5!)] on J0 in 25.49s, 1 test, 1 error <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1521: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1048: There were test failures: 5 suites, 5 tests, 5 errors [seed: 7043C193D978D981]

Total time: 32 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.cloud.HttpPartitionOnCommitTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-MacOSX #6260' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-MacOSX #6261'.
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS-Experimental-GC] Lucene-Solr-master-MacOSX (64bit/jdk-14.0.1) - Build # 6260 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6260/
Java: 64bit/jdk-14.0.1 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

9 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DeleteInactiveReplicaTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.DeleteInactiveReplicaTest:     1) Thread[id=7200, name=SessionTracker, state=TIMED_WAITING, group=TGRP-DeleteInactiveReplicaTest]         at java.base@14.0.1/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.cloud.DeleteInactiveReplicaTest: 
   1) Thread[id=7200, name=SessionTracker, state=TIMED_WAITING, group=TGRP-DeleteInactiveReplicaTest]
        at java.base@14.0.1/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
	at __randomizedtesting.SeedInfo.seed([3287C98367DF3C93]:0)


FAILED:  org.apache.solr.cloud.HttpPartitionOnCommitTest.test

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

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:49871: Underlying core creation failed while creating collection: c8n_2x2_commits
	at __randomizedtesting.SeedInfo.seed([3287C98367DF3C93:BAD3F659C923516B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.cloud.BasicDistributedZkTest.createCollection(BasicDistributedZkTest.java:810)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1755)
	at org.apache.solr.cloud.HttpPartitionOnCommitTest.multiShardTest(HttpPartitionOnCommitTest.java:76)
	at org.apache.solr.cloud.HttpPartitionOnCommitTest.test(HttpPartitionOnCommitTest.java:67)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.HttpPartitionOnCommitTest.test

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

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:49965: Underlying core creation failed while creating collection: c8n_2x2_commits
	at __randomizedtesting.SeedInfo.seed([3287C98367DF3C93:BAD3F659C923516B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.cloud.BasicDistributedZkTest.createCollection(BasicDistributedZkTest.java:810)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1755)
	at org.apache.solr.cloud.HttpPartitionOnCommitTest.multiShardTest(HttpPartitionOnCommitTest.java:76)
	at org.apache.solr.cloud.HttpPartitionOnCommitTest.test(HttpPartitionOnCommitTest.java:67)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.HttpPartitionOnCommitTest.test

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

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:63205: Underlying core creation failed while creating collection: c8n_2x2_commits
	at __randomizedtesting.SeedInfo.seed([3287C98367DF3C93:BAD3F659C923516B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.cloud.BasicDistributedZkTest.createCollection(BasicDistributedZkTest.java:810)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1755)
	at org.apache.solr.cloud.HttpPartitionOnCommitTest.multiShardTest(HttpPartitionOnCommitTest.java:76)
	at org.apache.solr.cloud.HttpPartitionOnCommitTest.test(HttpPartitionOnCommitTest.java:67)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest.test

Error Message:
Error from server at http://127.0.0.1:63638/_idq/m: Underlying core creation failed while creating collection: collDoRecoveryOnRestart

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:63638/_idq/m: Underlying core creation failed while creating collection: collDoRecoveryOnRestart
	at __randomizedtesting.SeedInfo.seed([3287C98367DF3C93:BAD3F659C923516B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1814)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1835)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1755)
	at org.apache.solr.cloud.HttpPartitionTest.testDoRecoveryOnRestart(HttpPartitionTest.java:162)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:132)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.LeaderElectionContextKeyTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.LeaderElectionContextKeyTest:     1) Thread[id=13192, name=SessionTracker, state=TIMED_WAITING, group=TGRP-LeaderElectionContextKeyTest]         at java.base@14.0.1/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.cloud.LeaderElectionContextKeyTest: 
   1) Thread[id=13192, name=SessionTracker, state=TIMED_WAITING, group=TGRP-LeaderElectionContextKeyTest]
        at java.base@14.0.1/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
	at __randomizedtesting.SeedInfo.seed([3287C98367DF3C93]:0)


FAILED:  org.apache.solr.search.facet.TestJsonFacetRefinement.testBasicRefinement

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([3287C98367DF3C93]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.facet.TestJsonFacetRefinement

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([3287C98367DF3C93]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.security.AuditLoggerIntegrationTest

Error Message:
4 threads leaked from SUITE scope at org.apache.solr.security.AuditLoggerIntegrationTest:     1) Thread[id=15471, name=SessionTracker, state=TERMINATED, group={null group}]         at (empty stack)    2) Thread[id=15315, name=SessionTracker, state=TERMINATED, group={null group}]         at (empty stack)    3) Thread[id=15551, name=SessionTracker, state=TERMINATED, group={null group}]         at (empty stack)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.security.AuditLoggerIntegrationTest: 
   1) Thread[id=15471, name=SessionTracker, state=TERMINATED, group={null group}]
        at (empty stack)
   2) Thread[id=15315, name=SessionTracker, state=TERMINATED, group={null group}]
        at (empty stack)
   3) Thread[id=15551, name=SessionTracker, state=TERMINATED, group={null group}]
        at (empty stack)
	at __randomizedtesting.SeedInfo.seed([3287C98367DF3C93]:0)




Build Log:
[...truncated 13550 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionOnCommitTest
   [junit4]   2> 1207949 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[3287C98367DF3C93]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1207949 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[3287C98367DF3C93]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1207954 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[3287C98367DF3C93]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/data-dir-149-001
   [junit4]   2> 1207960 WARN  (SUITE-HttpPartitionOnCommitTest-seed#[3287C98367DF3C93]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1207963 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[3287C98367DF3C93]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1207989 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[3287C98367DF3C93]-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> 1207990 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[3287C98367DF3C93]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1207996 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1208000 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1208000 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1208003 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1208101 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer start zk server on port: 63122
   [junit4]   2> 1208101 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:63122
   [junit4]   2> 1208101 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63122
   [junit4]   2> 1208101 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63122
   [junit4]   2> 1208113 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1208122 INFO  (zkConnectionManagerCallback-8803-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1208130 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1208155 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1208161 INFO  (zkConnectionManagerCallback-8805-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1208161 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1208168 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1208186 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1208210 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1208251 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1208294 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1208394 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1208485 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1208600 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1208715 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1208748 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1208770 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1208796 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1211281 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1211282 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1211282 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1211314 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1211314 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1211314 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1211316 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63ccb718{/,null,AVAILABLE}
   [junit4]   2> 1211331 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5f69e834{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63158}
   [junit4]   2> 1211331 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.e.j.s.Server Started @1211464ms
   [junit4]   2> 1211331 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/tempDir-001/control/data, hostPort=63157, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 1211331 ERROR (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1211331 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1211331 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1211331 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1211331 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1211331 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T14:00:04.563032Z
   [junit4]   2> 1211338 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1211347 INFO  (zkConnectionManagerCallback-8807-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1211355 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1211382 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]-SendThread(127.0.0.1:63122)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a0400d3c0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a0400d3c0002, 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 0x100a0400d3c0002, 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> 1211502 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1211502 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/control-001/solr.xml
   [junit4]   2> 1211510 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@336e2c2d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1211917 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1211920 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ca4eb67[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1211920 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ca4eb67[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1211958 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4791128b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1211958 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4791128b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1211960 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63122/solr
   [junit4]   2> 1211962 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1211969 INFO  (zkConnectionManagerCallback-8817-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1211970 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1211977 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]-SendThread(127.0.0.1:63122)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a0400d3c0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a0400d3c0003, 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 0x100a0400d3c0003, 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> 1212092 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [n:127.0.0.1:63157_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1212111 INFO  (zkConnectionManagerCallback-8819-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1212112 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [n:127.0.0.1:63157_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1214176 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [n:127.0.0.1:63157_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63157_
   [junit4]   2> 1214193 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [n:127.0.0.1:63157_     ] o.a.s.c.Overseer Overseer (id=72233790998315012-127.0.0.1:63157_-n_0000000000) starting
   [junit4]   2> 1214315 INFO  (OverseerStateUpdate-72233790998315012-127.0.0.1:63157_-n_0000000000) [n:127.0.0.1:63157_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:63157_
   [junit4]   2> 1214316 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [n:127.0.0.1:63157_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63157_
   [junit4]   2> 1214333 INFO  (OverseerStateUpdate-72233790998315012-127.0.0.1:63157_-n_0000000000) [n:127.0.0.1:63157_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1214352 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [n:127.0.0.1:63157_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1214354 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [n:127.0.0.1:63157_     ] 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> 1214407 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [n:127.0.0.1:63157_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1214483 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [n:127.0.0.1:63157_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@336e2c2d
   [junit4]   2> 1214540 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [n:127.0.0.1:63157_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@336e2c2d
   [junit4]   2> 1214542 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [n:127.0.0.1:63157_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@336e2c2d
   [junit4]   2> 1214545 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [n:127.0.0.1:63157_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/control-001/cores
   [junit4]   2> 1214619 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1214626 INFO  (zkConnectionManagerCallback-8836-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1214626 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1214642 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1214655 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63122/solr ready
   [junit4]   2> 1214658 INFO  (SocketProxy-Acceptor-63157) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=63180,localport=63157], receiveBufferSize: 408300
   [junit4]   2> 1214662 INFO  (SocketProxy-Acceptor-63157) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=63158,localport=63181], receiveBufferSize=408300
   [junit4]   2> 1214664 INFO  (qtp1888230524-13569) [n:127.0.0.1:63157_     ] 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:63157_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1214720 INFO  (OverseerThreadFactory-8826-thread-1-processing-n:127.0.0.1:63157_) [n:127.0.0.1:63157_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1214897 INFO  (SocketProxy-Acceptor-63157) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=63182,localport=63157], receiveBufferSize: 408300
   [junit4]   2> 1214899 INFO  (SocketProxy-Acceptor-63157) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=63158,localport=63183], receiveBufferSize=408300
   [junit4]   2> 1214900 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1214900 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 1214932 INFO  (OverseerStateUpdate-72233790998315012-127.0.0.1:63157_-n_0000000000) [n:127.0.0.1:63157_     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63157",
   [junit4]   2>   "node_name":"127.0.0.1:63157_",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1215138 INFO  (SocketProxy-Acceptor-63157) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=63186,localport=63157], receiveBufferSize: 408300
   [junit4]   2> 1215140 INFO  (SocketProxy-Acceptor-63157) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=63158,localport=63187], receiveBufferSize=408300
   [junit4]   2> 1215143 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&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> 1215186 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1215213 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1215712 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1216069 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 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> 1216070 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 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@336e2c2d
   [junit4]   2> 1216071 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 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-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1216074 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1216087 WARN  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 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> 1216173 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1216173 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1216176 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1216176 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1216177 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=71.7119140625, floorSegmentMB=1.75, forceMergeDeletesPctAllowed=3.669285354928309, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2383944788423035, deletesPctAllowed=38.73244922484997
   [junit4]   2> 1216183 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1216185 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1216186 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1216186 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1671566888185888768
   [junit4]   2> 1216194 INFO  (searcherExecutor-8838-thread-1-processing-n:127.0.0.1:63157_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1 r:core_node2) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 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> 1216216 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1216216 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1216249 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1216249 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1216249 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63157/control_collection_shard1_replica_n1/
   [junit4]   2> 1216251 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1216252 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:63157/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1216252 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72233790998315012-core_node2-n_0000000000
   [junit4]   2> 1216272 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63157/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1216387 INFO  (zkCallback-8818-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1216387 INFO  (zkCallback-8818-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1216391 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1216397 INFO  (qtp1888230524-13571) [n:127.0.0.1:63157_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1254
   [junit4]   2> 1216427 INFO  (qtp1888230524-13569) [n:127.0.0.1:63157_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1216502 INFO  (zkCallback-8818-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1216502 INFO  (zkCallback-8818-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1216502 INFO  (zkCallback-8818-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1216505 INFO  (qtp1888230524-13569) [n:127.0.0.1:63157_     ] 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:63157_&wt=javabin&version=2} status=0 QTime=1840
   [junit4]   2> 1216506 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 1216624 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1216631 INFO  (zkConnectionManagerCallback-8847-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1216631 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1216636 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1216645 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63122/solr ready
   [junit4]   2> 1216645 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1216647 INFO  (SocketProxy-Acceptor-63157) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=63195,localport=63157], receiveBufferSize: 408300
   [junit4]   2> 1216648 INFO  (SocketProxy-Acceptor-63157) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=63158,localport=63196], receiveBufferSize=408300
   [junit4]   2> 1216650 INFO  (qtp1888230524-13569) [n:127.0.0.1:63157_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1216672 INFO  (OverseerThreadFactory-8826-thread-2-processing-n:127.0.0.1:63157_) [n:127.0.0.1:63157_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1216677 INFO  (OverseerCollectionConfigSetProcessor-72233790998315012-127.0.0.1:63157_-n_0000000000) [n:127.0.0.1:63157_     ] 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> 1216911 WARN  (OverseerThreadFactory-8826-thread-2-processing-n:127.0.0.1:63157_) [n:127.0.0.1:63157_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1216921 INFO  (qtp1888230524-13569) [n:127.0.0.1:63157_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1216929 INFO  (qtp1888230524-13569) [n:127.0.0.1:63157_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2} status=0 QTime=279
   [junit4]   2> 1216941 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 1216941 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1216943 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 1216943 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1216947 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 1216947 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1216947 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1217758 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 1217759 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1217759 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1217759 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1217763 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1217763 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1217763 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1217764 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28f3dc92{/,null,AVAILABLE}
   [junit4]   2> 1217765 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@325475db{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63206}
   [junit4]   2> 1217765 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.Server Started @1217899ms
   [junit4]   2> 1217765 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/tempDir-001/jetty1, hostPort=63205, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/shard-1-001/cores}
   [junit4]   2> 1217765 ERROR (closeThreadPool-8848-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1217765 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1217765 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1217765 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1217765 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1217765 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T14:00:10.997687Z
   [junit4]   2> 1217766 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1217774 INFO  (zkConnectionManagerCallback-8850-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1217774 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1217777 WARN  (closeThreadPool-8848-thread-1-SendThread(127.0.0.1:63122)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a0400d3c0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a0400d3c0007, 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 0x100a0400d3c0007, 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> 1217878 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1217878 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/shard-1-001/solr.xml
   [junit4]   2> 1217883 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@336e2c2d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1218011 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1218016 WARN  (closeThreadPool-8848-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f7cb6cf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1218016 WARN  (closeThreadPool-8848-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f7cb6cf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1218026 WARN  (closeThreadPool-8848-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4b7ab9e1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1218026 WARN  (closeThreadPool-8848-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4b7ab9e1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1218034 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63122/solr
   [junit4]   2> 1218043 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1218047 INFO  (zkConnectionManagerCallback-8860-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1218053 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1218082 WARN  (closeThreadPool-8848-thread-1-SendThread(127.0.0.1:63122)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a0400d3c0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a0400d3c0008, 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 0x100a0400d3c0008, 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> 1218193 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1218197 INFO  (zkConnectionManagerCallback-8862-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1218200 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1218257 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1218305 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] o.a.s.c.ZkController Publish node=127.0.0.1:63205_ as DOWN
   [junit4]   2> 1218320 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1218321 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63205_
   [junit4]   2> 1218332 INFO  (zkCallback-8818-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1218335 INFO  (zkCallback-8846-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1218335 INFO  (zkCallback-8861-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1218383 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1218780 INFO  (OverseerCollectionConfigSetProcessor-72233790998315012-127.0.0.1:63157_-n_0000000000) [n:127.0.0.1:63157_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1218783 WARN  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] 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> 1218858 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1218929 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@336e2c2d
   [junit4]   2> 1218946 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@336e2c2d
   [junit4]   2> 1218946 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@336e2c2d
   [junit4]   2> 1218951 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63205_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/shard-1-001/cores
   [junit4]   2> 1218980 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:63205_
   [junit4]   2> 1219274 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 1219282 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1219282 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1219282 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1219299 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1219299 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1219299 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1219301 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6299c463{/,null,AVAILABLE}
   [junit4]   2> 1219309 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@195245eb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63231}
   [junit4]   2> 1219309 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.Server Started @1219443ms
   [junit4]   2> 1219309 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/tempDir-001/jetty2, hostPort=63230, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/shard-2-001/cores}
   [junit4]   2> 1219309 ERROR (closeThreadPool-8848-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1219310 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1219310 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1219310 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1219310 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1219310 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T14:00:12.542221Z
   [junit4]   2> 1219313 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219318 INFO  (zkConnectionManagerCallback-8872-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1219321 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1219325 WARN  (closeThreadPool-8848-thread-1-SendThread(127.0.0.1:63122)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a0400d3c000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a0400d3c000a, 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 0x100a0400d3c000a, 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> 1219429 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1219429 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/shard-2-001/solr.xml
   [junit4]   2> 1219449 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@336e2c2d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1219708 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1219719 WARN  (closeThreadPool-8848-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@456d6269[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1219719 WARN  (closeThreadPool-8848-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@456d6269[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1219742 WARN  (closeThreadPool-8848-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@40336e6b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1219742 WARN  (closeThreadPool-8848-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@40336e6b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1219746 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63122/solr
   [junit4]   2> 1219751 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219755 INFO  (zkConnectionManagerCallback-8882-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1219756 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1219765 WARN  (closeThreadPool-8848-thread-1-SendThread(127.0.0.1:63122)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a0400d3c000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a0400d3c000b, 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 0x100a0400d3c000b, 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> 1219882 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219891 INFO  (zkConnectionManagerCallback-8884-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1219891 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1219942 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1220015 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] o.a.s.c.ZkController Publish node=127.0.0.1:63230_ as DOWN
   [junit4]   2> 1220030 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1220030 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63230_
   [junit4]   2> 1220039 INFO  (zkCallback-8846-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1220040 INFO  (zkCallback-8818-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1220040 INFO  (zkCallback-8883-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1220039 INFO  (zkCallback-8861-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1220057 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1220062 WARN  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] 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> 1220122 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1220173 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@336e2c2d
   [junit4]   2> 1220183 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@336e2c2d
   [junit4]   2> 1220184 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@336e2c2d
   [junit4]   2> 1220192 INFO  (closeThreadPool-8848-thread-1) [n:127.0.0.1:63230_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/shard-2-001/cores
   [junit4]   2> 1220227 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:63230_
   [junit4]   2> 1220382 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 1220383 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1220383 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1220383 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1220395 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1220395 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1220395 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1220399 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@362918df{/,null,AVAILABLE}
   [junit4]   2> 1220404 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3b272d83{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63239}
   [junit4]   2> 1220404 INFO  (closeThreadPool-8848-thread-1) [     ] o.e.j.s.Server Started @1220538ms
   [junit4]   2> 1220404 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/tempDir-001/jetty3, hostPort=63238, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 1220405 ERROR (closeThreadPool-8848-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1220405 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1220405 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1220405 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1220405 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1220405 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-07T14:00:13.637630Z
   [junit4]   2> 1220417 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1220420 INFO  (zkConnectionManagerCallback-8894-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1220421 INFO  (closeThreadPool-8848-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1220436 WARN  (closeThreadPool-8848-thread-1-SendThread(127.0.0.1:63122)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a0400d3c000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional da

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

29a448{/,null,UNAVAILABLE}
   [junit4]   2> 93741 INFO  (closeThreadPool-618-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 93760 WARN  (closeThreadPool-618-thread-3) [     ] o.a.s.c.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:49965/, target: http://127.0.0.1:49966/
   [junit4]   2> 93761 WARN  (closeThreadPool-618-thread-2) [     ] o.a.s.c.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:49835/, target: http://127.0.0.1:49836/
   [junit4]   2> 93869 INFO  (closeThreadPool-618-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5be35a91{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 93869 INFO  (closeThreadPool-618-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@34ccf83f{/,null,UNAVAILABLE}
   [junit4]   2> 93869 INFO  (closeThreadPool-618-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 93880 WARN  (closeThreadPool-618-thread-4) [     ] o.a.s.c.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:50037/, target: http://127.0.0.1:50038/
   [junit4]   2> 93960 INFO  (closeThreadPool-618-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@64cb53ba{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 93961 INFO  (closeThreadPool-618-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4ec75e37{/,null,UNAVAILABLE}
   [junit4]   2> 93961 INFO  (closeThreadPool-618-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 93971 WARN  (closeThreadPool-618-thread-5) [     ] o.a.s.c.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:50026/, target: http://127.0.0.1:50027/
   [junit4]   2> 93972 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 94192 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	16	/solr/collections/c8n_1x3_commits/terms/shard1
   [junit4]   2> 	14	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	9	/solr/collections/c8n_2x2_commits/terms/shard1
   [junit4]   2> 	8	/solr/collections/c8n_2x2_commits/terms/shard2
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	6	/solr/collections/c8n_2x2_commits/state.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	4	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	106	/solr/collections/collection1/state.json
   [junit4]   2> 	32	/solr/collections/c8n_1x3_commits/state.json
   [junit4]   2> 	29	/solr/collections/c8n_2x2_commits/state.json
   [junit4]   2> 	13	/solr/collections/control_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	106	/solr/overseer/queue
   [junit4]   2> 	31	/solr/collections
   [junit4]   2> 	30	/solr/live_nodes
   [junit4]   2> 	28	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 94200 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:49822
   [junit4]   2> 94200 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:49822
   [junit4]   2> 94200 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[3287C98367DF3C93]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 49822
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionOnCommitTest -Dtests.method=test -Dtests.seed=3287C98367DF3C93 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=kln -Dtests.timezone=Etc/GMT-12 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   45.7s J1 | HttpPartitionOnCommitTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:49965: Underlying core creation failed while creating collection: c8n_2x2_commits
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3287C98367DF3C93:BAD3F659C923516B]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.createCollection(BasicDistributedZkTest.java:810)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1755)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionOnCommitTest.multiShardTest(HttpPartitionOnCommitTest.java:76)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionOnCommitTest.test(HttpPartitionOnCommitTest.java:67)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionOnCommitTest_3287C98367DF3C93-001
   [junit4]   2> Jul 07, 2020 2:40:28 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=433, maxMBSortInHeap=7.354768476844708, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=kln, timezone=Etc/GMT-12
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=1,free=203423744,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [AuditLoggerIntegrationTest, HttpPartitionOnCommitTest]
   [junit4] Completed [8/30 (2!)] on J1 in 46.17s, 1 test, 1 error <<< FAILURES!

[...truncated 165 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1521: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1048: There were test failures: 30 suites, 115 tests, 2 errors, 15 ignored (15 assumptions) [seed: 3287C98367DF3C93]

Total time: 4 minutes 5 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.DeleteInactiveReplicaTest
[repro]   0/5 failed: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
[repro]   0/5 failed: org.apache.solr.cloud.LeaderElectionContextKeyTest
[repro]   0/5 failed: org.apache.solr.search.facet.TestJsonFacetRefinement
[repro]   0/5 failed: org.apache.solr.security.AuditLoggerIntegrationTest
[repro]   2/5 failed: org.apache.solr.cloud.HttpPartitionOnCommitTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-MacOSX #6259' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-MacOSX #6260'.
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2