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/10/18 01:34:27 UTC

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-15) - Build # 1736 - Still Failing!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1736/
Java: 64bit/jdk-15 -XX:+UseCompressedOops -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 61574 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:634: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:507: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:495: Source checkout is modified!!! Offending files:
* lucene/licenses/junit-4.13.1.jar.sha1
* solr/licenses/junit-4.13.1.jar.sha1

Total time: 63 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-14.0.1) - Build # 1737 - Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1737/
Java: 64bit/jdk-14.0.1 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
acoll: 1603018931836 bcoll: 1603018931862

Stack Trace:
java.lang.AssertionError: acoll: 1603018931836 bcoll: 1603018931862
	at __randomizedtesting.SeedInfo.seed([CCD7303A190E0D73:44830FE0B7F2608B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:113)
	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:68)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 15198 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> 1174269 INFO  (SUITE-MultiThreadedOCPTest-seed#[CCD7303A190E0D73]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1174273 INFO  (SUITE-MultiThreadedOCPTest-seed#[CCD7303A190E0D73]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\data-dir-91-001
   [junit4]   2> 1174273 INFO  (SUITE-MultiThreadedOCPTest-seed#[CCD7303A190E0D73]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1174274 INFO  (SUITE-MultiThreadedOCPTest-seed#[CCD7303A190E0D73]-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)
   [junit4]   2> 1174274 INFO  (SUITE-MultiThreadedOCPTest-seed#[CCD7303A190E0D73]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1174274 INFO  (SUITE-MultiThreadedOCPTest-seed#[CCD7303A190E0D73]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1174279 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1174280 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1174280 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1174281 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1174388 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer start zk server on port: 54865
   [junit4]   2> 1174388 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:54865
   [junit4]   2> 1174388 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54865
   [junit4]   2> 1174388 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54865
   [junit4]   2> 1174390 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1174395 INFO  (zkConnectionManagerCallback-9973-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1174395 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1174398 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1174401 INFO  (zkConnectionManagerCallback-9975-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1174402 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1174406 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1174411 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1174416 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1174421 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1174426 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1174432 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1174439 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1174444 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1174451 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1174456 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1174461 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1174466 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1175019 WARN  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1175019 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1175019 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1175019 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] 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> 1175020 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1175020 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1175020 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1175020 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a408f98{/,null,AVAILABLE}
   [junit4]   2> 1175022 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2286560f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:54885}
   [junit4]   2> 1175022 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.e.j.s.Server Started @1174962ms
   [junit4]   2> 1175022 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\tempDir-001/control/data, hostPort=54885, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\control-001\cores, replicaType=NRT}
   [junit4]   2> 1175022 ERROR (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1175022 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1175022 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 1175022 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1175022 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 1175022 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-18T11:01:36.763720600Z
   [junit4]   2> 1175023 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1175028 INFO  (zkConnectionManagerCallback-9977-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1175028 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1175131 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1175131 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\control-001\solr.xml
   [junit4]   2> 1175140 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1175140 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1175141 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1175599 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1175600 WARN  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f0bef0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1175600 WARN  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f0bef0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1175603 WARN  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@259f375e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1175603 WARN  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@259f375e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1175604 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54865/solr
   [junit4]   2> 1175605 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1175610 INFO  (zkConnectionManagerCallback-9987-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1175610 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1175714 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [n:127.0.0.1:54885_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1175718 INFO  (zkConnectionManagerCallback-9989-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1175718 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [n:127.0.0.1:54885_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1176068 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [n:127.0.0.1:54885_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54885_
   [junit4]   2> 1176071 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [n:127.0.0.1:54885_     ] o.a.s.c.Overseer Overseer (id=72080840034025476-127.0.0.1:54885_-n_0000000000) starting
   [junit4]   2> 1176086 INFO  (OverseerStateUpdate-72080840034025476-127.0.0.1:54885_-n_0000000000) [n:127.0.0.1:54885_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54885_
   [junit4]   2> 1176086 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [n:127.0.0.1:54885_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54885_
   [junit4]   2> 1176089 INFO  (OverseerStateUpdate-72080840034025476-127.0.0.1:54885_-n_0000000000) [n:127.0.0.1:54885_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1176095 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [n:127.0.0.1:54885_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1176095 WARN  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [n:127.0.0.1:54885_     ] 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> 1176115 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [n:127.0.0.1:54885_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1176144 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [n:127.0.0.1:54885_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1176150 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [n:127.0.0.1:54885_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1176150 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [n:127.0.0.1:54885_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1176151 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [n:127.0.0.1:54885_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\control-001\cores
   [junit4]   2> 1176164 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1176168 INFO  (zkConnectionManagerCallback-10006-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1176168 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1176170 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1176172 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54865/solr ready
   [junit4]   2> 1176173 INFO  (qtp647698891-16946) [n:127.0.0.1:54885_     ] 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:54885_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1176181 INFO  (OverseerThreadFactory-9996-thread-1-processing-n:127.0.0.1:54885_) [n:127.0.0.1:54885_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1176296 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1176296 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1177315 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 1177326 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1177410 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1177429 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1177431 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1177431 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 1177431 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23164022519228444]
   [junit4]   2> 1177433 WARN  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1177493 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1177493 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1177495 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1177495 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1177495 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1177498 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1177498 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1177499 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1177499 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1680887145289482240
   [junit4]   2> 1177501 INFO  (searcherExecutor-10008-thread-1-processing-n:127.0.0.1:54885_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1177512 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1177512 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1177524 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1177524 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1177524 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54885/control_collection_shard1_replica_n1/
   [junit4]   2> 1177524 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1177525 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:54885/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1177525 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72080840034025476-core_node2-n_0000000000
   [junit4]   2> 1177529 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54885/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1177633 INFO  (zkCallback-9988-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> 1177633 INFO  (zkCallback-9988-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> 1177635 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1177640 INFO  (qtp647698891-16951) [n:127.0.0.1:54885_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1343
   [junit4]   2> 1177645 INFO  (qtp647698891-16946) [n:127.0.0.1:54885_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1177741 INFO  (zkCallback-9988-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> 1177741 INFO  (zkCallback-9988-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> 1177741 INFO  (zkCallback-9988-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> 1177744 INFO  (qtp647698891-16946) [n:127.0.0.1:54885_     ] 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:54885_&wt=javabin&version=2} status=0 QTime=1570
   [junit4]   2> 1177744 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 1177852 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1177856 INFO  (zkConnectionManagerCallback-10017-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1177856 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1177857 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1177858 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54865/solr ready
   [junit4]   2> 1177858 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1177860 INFO  (qtp647698891-16946) [n:127.0.0.1:54885_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1177865 INFO  (OverseerThreadFactory-9996-thread-2-processing-n:127.0.0.1:54885_) [n:127.0.0.1:54885_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1177867 INFO  (OverseerCollectionConfigSetProcessor-72080840034025476-127.0.0.1:54885_-n_0000000000) [n:127.0.0.1:54885_     ] 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> 1178076 WARN  (OverseerThreadFactory-9996-thread-2-processing-n:127.0.0.1:54885_) [n:127.0.0.1:54885_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1178081 INFO  (qtp647698891-16946) [n:127.0.0.1:54885_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1178082 INFO  (qtp647698891-16946) [n:127.0.0.1:54885_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=222
   [junit4]   2> 1178083 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 1178083 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1178083 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 1178083 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1178083 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 1178083 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1178083 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 1178676 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-1-001 of type NRT for shard2
   [junit4]   2> 1178677 WARN  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1178677 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1178677 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1178677 INFO  (closeThreadPool-10018-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> 1178677 INFO  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1178677 INFO  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1178677 INFO  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1178678 INFO  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49262109{/,null,AVAILABLE}
   [junit4]   2> 1178680 INFO  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2c518519{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:54985}
   [junit4]   2> 1178680 INFO  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.Server Started @1178620ms
   [junit4]   2> 1178680 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\tempDir-001/jetty1, hostPort=54985, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-1-001\cores}
   [junit4]   2> 1178680 ERROR (closeThreadPool-10018-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1178680 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1178680 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 1178680 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1178680 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 1178680 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-18T11:01:40.421731900Z
   [junit4]   2> 1178681 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1178685 INFO  (zkConnectionManagerCallback-10020-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1178685 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1178789 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1178789 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-1-001\solr.xml
   [junit4]   2> 1178792 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1178792 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1178793 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1178854 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1178855 WARN  (closeThreadPool-10018-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5c0d23d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1178855 WARN  (closeThreadPool-10018-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5c0d23d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1178867 WARN  (closeThreadPool-10018-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@591192d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1178867 WARN  (closeThreadPool-10018-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@591192d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1178868 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54865/solr
   [junit4]   2> 1178869 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1178873 INFO  (zkConnectionManagerCallback-10030-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1178873 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1178978 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1178982 INFO  (zkConnectionManagerCallback-10032-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1178982 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1178987 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1178993 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] o.a.s.c.ZkController Publish node=127.0.0.1:54985_ as DOWN
   [junit4]   2> 1178995 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1178995 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54985_
   [junit4]   2> 1178998 INFO  (zkCallback-9988-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1178998 INFO  (zkCallback-10031-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1178998 INFO  (zkCallback-10016-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1179000 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1179000 WARN  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] 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> 1179016 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1179044 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1179049 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1179049 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1179050 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:54985_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-1-001\cores
   [junit4]   2> 1179061 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:54985_
   [junit4]   2> 1179273 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-2-001 of type NRT for shard1
   [junit4]   2> 1179274 WARN  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1179274 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1179274 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1179274 INFO  (closeThreadPool-10018-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> 1179275 INFO  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1179275 INFO  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1179275 INFO  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1179275 INFO  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42c1cb3d{/,null,AVAILABLE}
   [junit4]   2> 1179276 INFO  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3b93483b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55026}
   [junit4]   2> 1179276 INFO  (closeThreadPool-10018-thread-1) [     ] o.e.j.s.Server Started @1179217ms
   [junit4]   2> 1179276 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\tempDir-001/jetty2, hostPort=55026, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-2-001\cores, replicaType=NRT}
   [junit4]   2> 1179278 ERROR (closeThreadPool-10018-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1179278 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1179278 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 1179278 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1179278 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 1179278 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-18T11:01:41.019717100Z
   [junit4]   2> 1179279 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1179283 INFO  (zkConnectionManagerCallback-10042-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1179283 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1179387 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1179387 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-2-001\solr.xml
   [junit4]   2> 1179401 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1179401 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1179402 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1179808 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1179809 WARN  (closeThreadPool-10018-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@fbe3722[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1179809 WARN  (closeThreadPool-10018-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@fbe3722[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1179813 WARN  (closeThreadPool-10018-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2ded8613[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1179813 WARN  (closeThreadPool-10018-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2ded8613[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1179813 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54865/solr
   [junit4]   2> 1179815 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1179818 INFO  (zkConnectionManagerCallback-10052-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1179818 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1179875 INFO  (OverseerCollectionConfigSetProcessor-72080840034025476-127.0.0.1:54885_-n_0000000000) [n:127.0.0.1:54885_     ] 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> 1179910 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-3-001 of type NRT for shard2
   [junit4]   2> 1179910 WARN  (closeThreadPool-10018-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1179910 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1179910 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1179910 INFO  (closeThreadPool-10018-thread-2) [     ] 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> 1179911 INFO  (closeThreadPool-10018-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1179911 INFO  (closeThreadPool-10018-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1179911 INFO  (closeThreadPool-10018-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1179911 INFO  (closeThreadPool-10018-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1bb95625{/,null,AVAILABLE}
   [junit4]   2> 1179912 INFO  (closeThreadPool-10018-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@21fcdebf{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55080}
   [junit4]   2> 1179912 INFO  (closeThreadPool-10018-thread-2) [     ] o.e.j.s.Server Started @1179853ms
   [junit4]   2> 1179912 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\tempDir-001/jetty3, hostPort=55080, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-3-001\cores}
   [junit4]   2> 1179913 ERROR (closeThreadPool-10018-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1179913 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1179913 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 1179913 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1179913 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 1179913 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-18T11:01:41.654685300Z
   [junit4]   2> 1179914 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1179918 INFO  (zkConnectionManagerCallback-10054-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1179918 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1179921 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1179926 INFO  (zkConnectionManagerCallback-10056-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1179926 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1179932 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1179938 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] o.a.s.c.ZkController Publish node=127.0.0.1:55026_ as DOWN
   [junit4]   2> 1179941 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1179941 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55026_
   [junit4]   2> 1179945 INFO  (zkCallback-9988-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1179945 INFO  (zkCallback-10031-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1179945 INFO  (zkCallback-10016-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1179945 INFO  (zkCallback-10055-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1179947 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1179947 WARN  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] 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> 1179964 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1179983 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1180000 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1180000 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1180002 INFO  (closeThreadPool-10018-thread-1) [n:127.0.0.1:55026_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-2-001\cores
   [junit4]   2> 1180013 INFO  (closeThreadPool-10018-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:55026_
   [junit4]   2> 1180023 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1180023 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-3-001\solr.xml
   [junit4]   2> 1180026 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1180026 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1180027 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1180386 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1180390 WARN  (closeThreadPool-10018-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4833deaa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1180390 WARN  (closeThreadPool-10018-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4833deaa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1180395 WARN  (closeThreadPool-10018-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@da84a62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1180395 WARN  (closeThreadPool-10018-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@da84a62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1180397 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54865/solr
   [junit4]   2> 1180397 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1180403 INFO  (zkConnectionManagerCallback-10074-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1180403 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1180511 INFO  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1180515 INFO  (zkConnectionManagerCallback-10076-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1180515 INFO  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1180521 INFO  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1180528 INFO  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] o.a.s.c.ZkController Publish node=127.0.0.1:55080_ as DOWN
   [junit4]   2> 1180531 INFO  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1180531 INFO  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55080_
   [junit4]   2> 1180533 INFO  (zkCallback-9988-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1180533 INFO  (zkCallback-10016-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1180533 INFO  (zkCallback-10031-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1180533 INFO  (zkCallback-10055-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1180534 INFO  (zkCallback-10075-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1180536 INFO  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1180536 WARN  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] 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> 1180554 INFO  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1180572 INFO  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1180578 INFO  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1180578 INFO  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1180580 INFO  (closeThreadPool-10018-thread-2) [n:127.0.0.1:55080_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-3-001\cores
   [junit4]   2> 1180593 INFO  (closeThreadPool-10018-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:55080_
   [junit4]   2> 1180596 INFO  (qtp647698891-16947) [n:127.0.0.1:54885_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:54985_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1180596 INFO  (qtp647698891-16946) [n:127.0.0.1:54885_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55080_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1180596 INFO  (qtp647698891-16948) [n:127.0.0.1:54885_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55026_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1180605 INFO  (OverseerThreadFactory-9996-thread-4-processing-n:127.0.0.1:54885_) [n:127.0.0.1:54885_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:55026_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1180606 INFO  (OverseerThreadFactory-9996-thread-3-processing-n:127.0.0.1:54885_) [n:127.0.0.1:54885_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:54985_ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 1180610 INFO  (OverseerThreadFactory-9996-thread-4-processing-n:127.0.0.1:54885_) [n:127.0.0.1:54885_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1180614 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1180614 INFO  (OverseerThreadFactory-9996-thread-3-processing-n:127.0.0.1:54885_) [n:127.0.0.1:54885_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1180616 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1181637 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 1181637 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 1181667 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1181665 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1181777 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1181779 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1181798 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 1181798 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1181798 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-1-001\cores\collection1_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-1-001\cores\collection1_shard2_replica_n2\data\]
   [junit4]   2> 1181798 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1181798 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f9f875
   [junit4]   2> 1181798 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-2-001\cores\collection1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001\shard-2-001\cores\collection1_shard1_replica_n1\data\]
   [junit4]   2> 1181800 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23164022519228444]
   [junit4]   2> 1181800 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23164022519228444]
   [junit4]   2> 1181801 WARN  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] 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> 1181801 WARN  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_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> 1181871 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1181871 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1181872 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1181872 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1181874 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1181874 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1181874 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1181874 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1181874 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1181875 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1181876 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1181876 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1181876 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1181876 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1181876 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1181877 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1680887149880147968
   [junit4]   2> 1181877 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1181877 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1680887149880147968
   [junit4]   2> 1181879 INFO  (searcherExecutor-10087-thread-1-processing-n:127.0.0.1:54985_ x:collection1_shard2_replica_n2 c:collection1 s:shard2) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1181879 INFO  (searcherExecutor-10089-thread-1-processing-n:127.0.0.1:55026_ x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1181889 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1181889 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1181889 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 1181889 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1181902 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1181902 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1181902 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1181902 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54985/collection1_shard2_replica_n2/
   [junit4]   2> 1181902 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1181902 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55026/collection1_shard1_replica_n1/
   [junit4]   2> 1181902 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1181903 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1181903 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:54985/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 1181903 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72080840034025481-core_node4-n_0000000000
   [junit4]   2> 1181903 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:55026/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1181903 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72080840034025485-core_node3-n_0000000000
   [junit4]   2> 1181907 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54985/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 1181907 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55026/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1182011 INFO  (zkCallback-10055-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1182011 INFO  (zkCallback-10031-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1182011 INFO  (zkCallback-10031-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1182011 INFO  (zkCallback-10055-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1182013 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1182015 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1182018 INFO  (qtp678298828-17009) [n:127.0.0.1:54985_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1402
   [junit4]   2> 1182019 INFO  (qtp1535715661-17039) [n:127.0.0.1:55026_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1405
   [junit4]   2> 1182025 INFO  (qtp647698891-16947) [n:127.0.0.1:54885_ c:collection1    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:54985_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1429
   [junit4]   2> 1182025 INFO  (qtp647698891-16948) [n:127.0.0.1:54885_ c:collection1    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:55026_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1428
   [junit4]   2> 1182121 INFO  (zkCallback-10031-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1182121 INFO  (zkCallback-10031-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1182121 INFO  (zkCallback-10055-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1182121 INFO  (zkCallback-10055-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1182121 INFO  (zkCallback-10031-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred -

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

t4]   2> 	at org.apache.solr.cloud.ZkShardTerms.ensureTermNodeExist(ZkShardTerms.java:334)
   [junit4]   2> 	... 15 more
   [junit4]   2> 
   [junit4]   2> 1211707 INFO  (closeThreadPool-10227-thread-7) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3b93483b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1211708 INFO  (closeThreadPool-10227-thread-7) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@42c1cb3d{/,null,UNAVAILABLE}
   [junit4]   2> 1211708 INFO  (closeThreadPool-10227-thread-7) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1211708 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1211919 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> 	7	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	3	/solr/collections/ocptest_shardsplit2/terms/shard2_0
   [junit4]   2> 	3	/solr/collections/ocptest_shardsplit2/terms/shard1_1
   [junit4]   2> 	3	/solr/collections/ocptest_shardsplit2/terms/shard1_0
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/ocptest_shardsplit2/terms/shard2_1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	3	/solr/collections/ocptest_shardsplit2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/ocptest_shardsplit2/terms/shard2
   [junit4]   2> 	2	/solr/collections/ocptest_shardsplit2/terms/shard3
   [junit4]   2> 	2	/solr/collections/ocptest_shardsplit2/terms/shard1
   [junit4]   2> 	2	/solr/collections/ocptest1/terms/shard1
   [junit4]   2> 	2	/solr/collections/ocptest2/terms/shard1
   [junit4]   2> 	2	/solr/collections/ocptest2/terms/shard2
   [junit4]   2> 	2	/solr/collections/ocptest3/terms/shard2
   [junit4]   2> 	2	/solr/collections/ocptest3/terms/shard3
   [junit4]   2> 	2	/solr/collections/ocptest3/terms/shard1
   [junit4]   2> 	2	/solr/collections/ocptest_shardsplit/terms/shard4
   [junit4]   2> 	2	/solr/collections/ocptest2/terms/shard3
   [junit4]   2> 	2	/solr/collections/ocptest_shardsplit/terms/shard3
   [junit4]   2> 	2	/solr/collections/ocptest_shardsplit/terms/shard2
   [junit4]   2> 	2	/solr/collections/ocptest1/terms/shard3
   [junit4]   2> 	2	/solr/collections/ocptest_shardsplit/terms/shard1
   [junit4]   2> 	2	/solr/collections/ocptest1/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	132	/solr/collections/ocptest_shardsplit2/state.json
   [junit4]   2> 	78	/solr/collections/collection1/state.json
   [junit4]   2> 	44	/solr/collections/ocptest_shardsplit/state.json
   [junit4]   2> 	33	/solr/collections/ocptest1/state.json
   [junit4]   2> 	33	/solr/collections/ocptest3/state.json
   [junit4]   2> 	33	/solr/collections/ocptest2/state.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	104	/solr/overseer/queue
   [junit4]   2> 	59	/solr/overseer/collection-queue-work
   [junit4]   2> 	31	/solr/collections
   [junit4]   2> 	24	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1211924 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:54865
   [junit4]   2> 1211924 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54865
   [junit4]   2> 1211924 INFO  (TEST-MultiThreadedOCPTest.test-seed#[CCD7303A190E0D73]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54865
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiThreadedOCPTest -Dtests.method=test -Dtests.seed=CCD7303A190E0D73 -Dtests.slow=true -Dtests.locale=gsw-FR -Dtests.timezone=Asia/Kathmandu -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 39.8s J2 | MultiThreadedOCPTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: acoll: 1603018931836 bcoll: 1603018931862
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CCD7303A190E0D73:44830FE0B7F2608B]:0)
   [junit4]    > 	at org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:113)
   [junit4]    > 	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:68)
   [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: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.MultiThreadedOCPTest_CCD7303A190E0D73-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=gsw-FR, timezone=Asia/Kathmandu
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=1,free=182357528,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TriggerCooldownIntegrationTest, SliceStateTest, RecoveryZkTest, HdfsAutoAddReplicasIntegrationTest, TestCollectionsAPIViaSolrCloudCluster, RequiredFieldsTest, TestIndexSearcher, ActionThrottleTest, TestApiFramework, TestInPlaceUpdatesStandalone, TestLuceneMatchVersion, CacheHeaderTest, TestEmbeddedSolrServerAdminHandler, TestCrossCoreJoin, DynamicMapsTest, TestStressReorder, ReplicationFactorTest, DocExpirationUpdateProcessorFactoryTest, CdcrBidirectionalTest, TestLeaderElectionZkExpiry, TestSimComputePlanAction, TestCloudInspectUtil, NodeLostTriggerTest, PeerSyncWithIndexFingerprintCachingTest, BasicDistributedZkTest, HdfsRestartWhileUpdatingTest, SecurityHeadersTest, AutoAddReplicasIntegrationTest, ConcurrentCreateRoutedAliasTest, ClassificationUpdateProcessorTest, TestSubQueryTransformerDistrib, IndexSizeEstimatorTest, AtomicUpdateRemovalJavabinTest, RangeFacetCloudTest, TestDocBasedVersionConstraints, TestChildDocTransformer, TestNumericRangeQuery64, DistributedSuggestComponentTest, TestCollationField, TestStressThreadBackup, TestCopyFieldCollectionResource, UUIDFieldTest, TestConfigSetProperties, HttpPartitionOnCommitTest, TestManagedSchemaThreadSafety, SimpleMLTQParserTest, TestTolerantUpdateProcessorCloud, JWTAuthPluginIntegrationTest, SolrGraphiteReporterTest, TestFreeTextSuggestions, QueryParsingTest, DistributedMLTComponentTest, TestCustomStream, IndexBasedSpellCheckerTest, ResourceLoaderTest, MinimalSchemaTest, TestRestoreCore, TestRebalanceLeaders, TestNonDefinedSimilarityFactory, FuzzySearchTest, CdcrVersionReplicationTest, TestJsonRangeFacets, TestQueryUtils, SuggesterWFSTTest, TestSizeLimitedDistributedMap, HdfsDirectoryFactoryTest, TestOverriddenPrefixQueryForCustomFieldType, ExplicitHLLTest, TestInfoStreamLogging, TestDocumentBuilder, SimplePostToolTest, SolrShardReporterTest, TestTrie, TestCustomDocTransformer, TestManagedSynonymGraphFilterFactory, IndexSchemaTest, UpdateLogTest, HighlighterWithoutStoredIdTest, SSLMigrationTest, PhrasesIdentificationComponentTest, HdfsCollectionsAPIDistributedZkTest, EmbeddedSolrNoSerializeTest, BlockJoinFacetSimpleTest, TestSolrQueryParser, TestZkChroot, ScriptEngineTest, OverseerModifyCollectionTest, AuditLoggerIntegrationTest, TestSha256AuthenticationProvider, TestDownShardTolerantSearch, ClusterStateMockUtilTest, ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, DocValuesNotIndexedTest, ForceLeaderTest, LeaderElectionIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MultiThreadedOCPTest]
   [junit4] Completed [519/921 (1!)] on J2 in 39.88s, 1 test, 1 failure <<< FAILURES!

[...truncated 46384 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1737/consoleText

[repro] Revision: 3aca98fba04c5eb23ccd05b78494ccfcdd3ddb03

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"

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

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       MultiThreadedOCPTest
[repro] ant compile-test

[...truncated 3476 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.MultiThreadedOCPTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=CCD7303A190E0D73 -Dtests.slow=true -Dtests.locale=gsw-FR -Dtests.timezone=Asia/Kathmandu -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 82 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.MultiThreadedOCPTest
[repro] Exiting with code 0

[...truncated 98 lines...]