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/03 19:01:07 UTC

[JENKINS] Lucene-Solr-8.x-Windows (32bit/jdk1.8.0_201) - Build # 1691 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1691/
Java: 32bit/jdk1.8.0_201 -client -XX:+UseG1GC

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

Error Message:
acoll: 1601747132659 bcoll: 1601747132927

Stack Trace:
java.lang.AssertionError: acoll: 1601747132659 bcoll: 1601747132927
	at __randomizedtesting.SeedInfo.seed([4232540E6A9992F9:CA666BD4C465FF01]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:113)
	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.TestLBHttp2SolrClient.testTwoServers

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:61411/solr/collection1/select?q=*%3A*&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([1C69639ECF7352BB:BC83CD1314387C9B]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:439)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:627)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:603)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.client.solrj.TestLBHttp2SolrClient.testTwoServers(TestLBHttp2SolrClient.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:429)
	... 45 more


FAILED:  org.apache.solr.client.solrj.TestLBHttp2SolrClient.testSimple

Error Message:
expected:<3> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
	at __randomizedtesting.SeedInfo.seed([1C69639ECF7352BB:24DA4760E880866A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.client.solrj.TestLBHttp2SolrClient.testSimple(TestLBHttp2SolrClient.java:164)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.io.stream.MathExpressionTest.testZipFDistribution

Error Message:
Zipf distribution not descending!!!

Stack Trace:
java.lang.Exception: Zipf distribution not descending!!!
	at __randomizedtesting.SeedInfo.seed([1C69639ECF7352BB:38DC0EBAD8DB5A93]:0)
	at org.apache.solr.client.solrj.io.stream.MathExpressionTest.testZipFDistribution(MathExpressionTest.java:3871)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13895 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> 487790 INFO  (SUITE-MultiThreadedOCPTest-seed#[4232540E6A9992F9]-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> 487806 INFO  (SUITE-MultiThreadedOCPTest-seed#[4232540E6A9992F9]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\data-dir-26-001
   [junit4]   2> 487806 WARN  (SUITE-MultiThreadedOCPTest-seed#[4232540E6A9992F9]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=146 numCloses=146
   [junit4]   2> 487806 INFO  (SUITE-MultiThreadedOCPTest-seed#[4232540E6A9992F9]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 487842 INFO  (SUITE-MultiThreadedOCPTest-seed#[4232540E6A9992F9]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 487842 INFO  (SUITE-MultiThreadedOCPTest-seed#[4232540E6A9992F9]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 487842 INFO  (SUITE-MultiThreadedOCPTest-seed#[4232540E6A9992F9]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /oe_/o
   [junit4]   2> 487858 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 487859 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 487859 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 487867 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 487973 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.ZkTestServer start zk server on port: 60955
   [junit4]   2> 487973 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:60955
   [junit4]   2> 487973 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60955
   [junit4]   2> 487973 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60955
   [junit4]   2> 487976 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 487991 INFO  (zkConnectionManagerCallback-2544-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 487991 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 488024 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 488064 INFO  (zkConnectionManagerCallback-2546-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 488064 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 488093 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] 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> 488148 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] 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> 488190 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] 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> 488238 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] 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> 488289 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] 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> 488334 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] 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> 488354 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] 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> 488423 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] 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> 488499 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] 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> 488534 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] 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> 488598 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] 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> 488650 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 491782 WARN  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 491782 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 491782 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 491782 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 491782 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 491782 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 491782 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 491782 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@bfc2d1{/oe_/o,null,AVAILABLE}
   [junit4]   2> 491794 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@16579a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:60980}
   [junit4]   2> 491794 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.e.j.s.Server Started @491837ms
   [junit4]   2> 491794 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\tempDir-001/control/data, replicaType=NRT, hostContext=/oe_/o, hostPort=60980, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\control-001\cores}
   [junit4]   2> 491794 ERROR (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 491794 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 491794 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 491794 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 491794 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 491794 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-03T17:44:40.141Z
   [junit4]   2> 491803 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 491830 INFO  (zkConnectionManagerCallback-2548-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 491830 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 491838 WARN  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]-SendThread(127.0.0.1:60955)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100015456710002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100015456710002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100015456710002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 491939 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 491939 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\control-001\solr.xml
   [junit4]   2> 491994 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 491994 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 492000 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 493752 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 493759 WARN  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@a5106c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 493759 WARN  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@a5106c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 493783 WARN  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@161d1a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 493783 WARN  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@161d1a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 493786 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60955/solr
   [junit4]   2> 493788 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 493801 INFO  (zkConnectionManagerCallback-2558-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 493801 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 493817 WARN  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]-SendThread(127.0.0.1:60955)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100015456710003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100015456710003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100015456710003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 493918 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 493942 INFO  (zkConnectionManagerCallback-2560-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 493942 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 496674 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60980_oe_%2Fo
   [junit4]   2> 496690 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.c.Overseer Overseer (id=72059055777054724-127.0.0.1:60980_oe_%2Fo-n_0000000000) starting
   [junit4]   2> 496793 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60980_oe_%2Fo
   [junit4]   2> 496793 INFO  (OverseerStateUpdate-72059055777054724-127.0.0.1:60980_oe_%2Fo-n_0000000000) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:60980_oe_%2Fo
   [junit4]   2> 496823 INFO  (OverseerStateUpdate-72059055777054724-127.0.0.1:60980_oe_%2Fo-n_0000000000) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 496852 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 496852 WARN  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [n:127.0.0.1:60980_oe_%2Fo     ] 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> 496914 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 496971 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 496986 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 496986 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 496990 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\control-001\cores
   [junit4]   2> 497092 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 497148 INFO  (zkConnectionManagerCallback-2577-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 497150 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 497173 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 497193 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60955/solr ready
   [junit4]   2> 497198 INFO  (qtp32115813-3766) [n:127.0.0.1:60980_oe_%2Fo     ] 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:60980_oe_%252Fo&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 497275 INFO  (OverseerThreadFactory-2567-thread-1-processing-n:127.0.0.1:60980_oe_%2Fo) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 497622 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo    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> 497947 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 499174 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 499268 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 499613 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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> 500145 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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> 500145 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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@11b7c7f
   [junit4]   2> 500145 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 500149 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10682278481201238]
   [junit4]   2> 500263 WARN  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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> 500602 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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> 500602 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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> 500611 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 500611 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 500611 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8572713914477563]
   [junit4]   2> 500634 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 500638 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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> 500638 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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> 500638 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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 1679553555579535360
   [junit4]   2> 500655 INFO  (searcherExecutor-2579-thread-1-processing-n:127.0.0.1:60980_oe_%2Fo x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:60980_oe_%2Fo 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> 500795 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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> 500802 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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> 500902 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 500902 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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> 500902 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60980/oe_/o/control_collection_shard1_replica_n1/
   [junit4]   2> 500904 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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> 500905 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:60980/oe_/o/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 500905 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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/72059055777054724-core_node2-n_0000000000
   [junit4]   2> 500967 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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:60980/oe_/o/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 501035 INFO  (zkCallback-2559-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> 501035 INFO  (zkCallback-2559-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> 501042 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo 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> 501104 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo     ] 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=3482
   [junit4]   2> 501136 INFO  (qtp32115813-3766) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 501220 INFO  (zkCallback-2559-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> 501220 INFO  (zkCallback-2559-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> 501220 INFO  (zkCallback-2559-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> 501229 INFO  (qtp32115813-3766) [n:127.0.0.1:60980_oe_%2Fo     ] 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:60980_oe_%252Fo&wt=javabin&version=2} status=0 QTime=4032
   [junit4]   2> 501229 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 501296 INFO  (OverseerCollectionConfigSetProcessor-72059055777054724-127.0.0.1:60980_oe_%2Fo-n_0000000000) [n:127.0.0.1:60980_oe_%2Fo     ] 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> 501375 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 501395 INFO  (zkConnectionManagerCallback-2588-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 501395 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 501404 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 501421 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60955/solr ready
   [junit4]   2> 501425 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 501432 INFO  (qtp32115813-3766) [n:127.0.0.1:60980_oe_%2Fo     ] 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> 501527 INFO  (OverseerThreadFactory-2567-thread-2-processing-n:127.0.0.1:60980_oe_%2Fo) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 501882 WARN  (OverseerThreadFactory-2567-thread-2-processing-n:127.0.0.1:60980_oe_%2Fo) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 501913 INFO  (qtp32115813-3766) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 501930 INFO  (qtp32115813-3766) [n:127.0.0.1:60980_oe_%2Fo     ] 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=500
   [junit4]   2> 501937 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 501937 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 501937 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 501937 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 501941 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 501941 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 501941 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 503558 INFO  (OverseerCollectionConfigSetProcessor-72059055777054724-127.0.0.1:60980_oe_%2Fo-n_0000000000) [n:127.0.0.1:60980_oe_%2Fo     ] 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> 504864 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-1-001 of type NRT for shard2
   [junit4]   2> 504873 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 504873 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 504873 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 504873 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 504874 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 504874 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 504874 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 504874 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b701e0{/oe_/o,null,AVAILABLE}
   [junit4]   2> 504883 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@154afab{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:61118}
   [junit4]   2> 504883 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.Server Started @504924ms
   [junit4]   2> 504883 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/oe_/o, hostPort=61118, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-1-001\cores}
   [junit4]   2> 504883 ERROR (closeThreadPool-2589-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 504883 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 504883 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 504883 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 504883 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 504883 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-03T17:44:53.230Z
   [junit4]   2> 504883 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 504898 INFO  (zkConnectionManagerCallback-2591-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 504898 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 505017 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 505017 INFO  (closeThreadPool-2589-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\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-1-001\solr.xml
   [junit4]   2> 505063 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 505063 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 505066 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 506399 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 506399 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d83f4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 506399 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d83f4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 506407 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@eebc31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 506407 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@eebc31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 506407 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60955/solr
   [junit4]   2> 506425 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 506442 INFO  (zkConnectionManagerCallback-2601-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 506442 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 506573 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 506580 INFO  (zkConnectionManagerCallback-2603-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 506581 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 506638 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 506701 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] o.a.s.c.ZkController Publish node=127.0.0.1:61118_oe_%2Fo as DOWN
   [junit4]   2> 506713 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 506713 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61118_oe_%2Fo
   [junit4]   2> 506722 INFO  (zkCallback-2559-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 506724 INFO  (zkCallback-2602-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 506725 INFO  (zkCallback-2587-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 506729 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 506729 WARN  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] 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> 506837 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 506924 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 506943 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 506943 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 506949 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61118_oe_%2Fo     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-1-001\cores
   [junit4]   2> 507049 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:61118_oe_%2Fo
   [junit4]   2> 507350 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-2-001 of type NRT for shard1
   [junit4]   2> 507352 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 507352 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 507352 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 507352 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 507353 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 507353 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 507353 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 507354 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f19bc3{/oe_/o,null,AVAILABLE}
   [junit4]   2> 507361 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@11d2579{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:61197}
   [junit4]   2> 507361 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.Server Started @507400ms
   [junit4]   2> 507365 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/oe_/o, hostPort=61197, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-2-001\cores}
   [junit4]   2> 507366 ERROR (closeThreadPool-2589-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 507366 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 507366 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 507366 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 507366 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 507366 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-03T17:44:55.713Z
   [junit4]   2> 507370 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 507390 INFO  (zkConnectionManagerCallback-2613-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 507390 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 507503 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 507504 INFO  (closeThreadPool-2589-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\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-2-001\solr.xml
   [junit4]   2> 507521 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 507521 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 507521 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 509156 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 509165 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@131524b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 509165 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@131524b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 509178 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33fd72[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 509178 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33fd72[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 509181 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60955/solr
   [junit4]   2> 509184 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 509202 INFO  (zkConnectionManagerCallback-2623-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 509203 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 509309 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 509331 INFO  (zkConnectionManagerCallback-2625-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 509331 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 509365 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 509386 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] o.a.s.c.ZkController Publish node=127.0.0.1:61197_oe_%2Fo as DOWN
   [junit4]   2> 509398 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 509399 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61197_oe_%2Fo
   [junit4]   2> 509408 INFO  (zkCallback-2559-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 509408 INFO  (zkCallback-2587-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 509408 INFO  (zkCallback-2624-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 509408 INFO  (zkCallback-2602-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 509419 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 509421 WARN  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] 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> 509502 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 509594 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 509642 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 509642 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 509642 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61197_oe_%2Fo     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-2-001\cores
   [junit4]   2> 509795 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:61197_oe_%2Fo
   [junit4]   2> 510550 INFO  (TEST-MultiThreadedOCPTest.test-seed#[4232540E6A9992F9]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-3-001 of type NRT for shard2
   [junit4]   2> 510551 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 510551 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 510551 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 510551 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 510551 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 510551 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 510551 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 510551 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d8b392{/oe_/o,null,AVAILABLE}
   [junit4]   2> 510564 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@8ea558{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:61276}
   [junit4]   2> 510564 INFO  (closeThreadPool-2589-thread-1) [     ] o.e.j.s.Server Started @510604ms
   [junit4]   2> 510564 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/oe_/o, hostPort=61276, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-3-001\cores}
   [junit4]   2> 510566 ERROR (closeThreadPool-2589-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 510566 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 510566 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 510566 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 510566 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 510566 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-03T17:44:58.913Z
   [junit4]   2> 510567 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 510583 INFO  (zkConnectionManagerCallback-2635-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 510583 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 510693 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 510694 INFO  (closeThreadPool-2589-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\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-3-001\solr.xml
   [junit4]   2> 510730 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 510730 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 510734 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 512002 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 512024 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@15b55f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 512024 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@15b55f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 512033 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d6ba59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 512033 WARN  (closeThreadPool-2589-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d6ba59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 512033 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60955/solr
   [junit4]   2> 512033 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 512082 INFO  (zkConnectionManagerCallback-2645-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 512082 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 512107 WARN  (closeThreadPool-2589-thread-1-SendThread(127.0.0.1:60955)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10001545671000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10001545671000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10001545671000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 512215 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 512229 INFO  (zkConnectionManagerCallback-2647-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 512229 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 512386 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 512471 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] o.a.s.c.ZkController Publish node=127.0.0.1:61276_oe_%2Fo as DOWN
   [junit4]   2> 512488 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 512488 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61276_oe_%2Fo
   [junit4]   2> 512511 INFO  (zkCallback-2587-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 512511 INFO  (zkCallback-2602-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 512511 INFO  (zkCallback-2624-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 512511 INFO  (zkCallback-2559-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 512511 INFO  (zkCallback-2646-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 512545 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 512547 WARN  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] 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> 512611 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 512685 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 512692 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 512692 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 512702 INFO  (closeThreadPool-2589-thread-1) [n:127.0.0.1:61276_oe_%2Fo     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-3-001\cores
   [junit4]   2> 512849 INFO  (closeThreadPool-2589-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:61276_oe_%2Fo
   [junit4]   2> 512869 INFO  (qtp32115813-3763) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:61118_oe_%252Fo&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 513001 INFO  (qtp32115813-3761) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:61276_oe_%252Fo&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 513001 INFO  (qtp32115813-3764) [n:127.0.0.1:60980_oe_%2Fo     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:61197_oe_%252Fo&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 513019 INFO  (OverseerThreadFactory-2567-thread-3-processing-n:127.0.0.1:60980_oe_%2Fo) [n:127.0.0.1:60980_oe_%2Fo c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:61118_oe_%2Fo for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 513019 INFO  (OverseerThreadFactory-2567-thread-4-processing-n:127.0.0.1:60980_oe_%2Fo) [n:127.0.0.1:60980_oe_%2Fo c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:61197_oe_%2Fo for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 513032 INFO  (OverseerThreadFactory-2567-thread-3-processing-n:127.0.0.1:60980_oe_%2Fo) [n:127.0.0.1:60980_oe_%2Fo c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 513037 INFO  (OverseerThreadFactory-2567-thread-4-processing-n:127.0.0.1:60980_oe_%2Fo) [n:127.0.0.1:60980_oe_%2Fo c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 513039 INFO  (qtp23800734-3820) [n:127.0.0.1:61118_oe_%2Fo    x:collection1_shard2_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 513044 INFO  (qtp4469715-3851) [n:127.0.0.1:61197_oe_%2Fo    x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 514132 INFO  (qtp23800734-3820) [n:127.0.0.1:61118_oe_%2Fo c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 514132 INFO  (qtp4469715-3851) [n:127.0.0.1:61197_oe_%2Fo c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 514185 INFO  (qtp4469715-3851) [n:127.0.0.1:61197_oe_%2Fo c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 514185 INFO  (qtp23800734-3820) [n:127.0.0.1:61118_oe_%2Fo c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 514418 INFO  (qtp4469715-3851) [n:127.0.0.1:61197_oe_%2Fo c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 514426 INFO  (qtp23800734-3820) [n:127.0.0.1:61118_oe_%2Fo c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 514484 INFO  (qtp4469715-3851) [n:127.0.0.1:61197_oe_%2Fo c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 514484 INFO  (qtp4469715-3851) [n:127.0.0.1:61197_oe_%2Fo c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11b7c7f
   [junit4]   2> 514486 INFO  (qtp4469715-3851) [n:127.0.0.1:61197_oe_%2Fo c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_4232540E6A9992F9-001\shard-

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

s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 109078 INFO  (jetty-closer-202-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@ceac85{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 109084 INFO  (jetty-closer-202-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@fea1f0{/solr,null,UNAVAILABLE}
   [junit4]   2> 109086 INFO  (jetty-closer-202-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 109089 INFO  (jetty-closer-202-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 109089 INFO  (jetty-closer-202-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@160b09: rootName = solr_61772, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@2e8801
   [junit4]   2> 109094 WARN  (qtp27635326-163-SendThread(127.0.0.1:61738)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100017d0f3b0011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100017d0f3b0011, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100017d0f3b0011, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 109099 INFO  (jetty-closer-202-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 109099 INFO  (jetty-closer-202-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b2d029: rootName = solr_61772, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@1ddceb8
   [junit4]   2> 109111 INFO  (jetty-closer-202-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 109111 INFO  (jetty-closer-202-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c62165: rootName = solr_61772, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@1fa6160
   [junit4]   2> 109111 INFO  (jetty-closer-202-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 109235 INFO  (zkCallback-132-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 109334 INFO  (closeThreadPool-224-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72059230675992590-127.0.0.1:61772_solr-n_0000000000) closing
   [junit4]   2> 109334 INFO  (OverseerStateUpdate-72059230675992590-127.0.0.1:61772_solr-n_0000000000) [n:127.0.0.1:61772_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:61772_solr
   [junit4]   2> 109342 INFO  (OverseerAutoScalingTriggerThread-72059230675992590-127.0.0.1:61772_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 109351 INFO  (closeThreadPool-224-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72059230675992590-127.0.0.1:61772_solr-n_0000000000) closing
   [junit4]   2> 109462 INFO  (jetty-closer-202-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@cbb15d{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 109462 INFO  (jetty-closer-202-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e6f379{/solr,null,UNAVAILABLE}
   [junit4]   2> 109472 INFO  (jetty-closer-202-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 109547 INFO  (jetty-closer-202-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72059230675992590-127.0.0.1:61772_solr-n_0000000000) closing
   [junit4]   2> 109551 INFO  (jetty-closer-202-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@c19ef{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 109552 INFO  (jetty-closer-202-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ef4d8{/solr,null,UNAVAILABLE}
   [junit4]   2> 109553 INFO  (jetty-closer-202-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 109554 INFO  (SUITE-MathExpressionTest-seed#[1C69639ECF7352BB]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 109797 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/aliases.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/collections/collection1/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72059230675992590-127.0.0.1:61772_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/live_nodes
   [junit4]   2> 	15	/solr/overseer/queue
   [junit4]   2> 	12	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 109832 INFO  (SUITE-MathExpressionTest-seed#[1C69639ECF7352BB]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:61738
   [junit4]   2> 109832 INFO  (SUITE-MathExpressionTest-seed#[1C69639ECF7352BB]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61738
   [junit4]   2> 109832 INFO  (SUITE-MathExpressionTest-seed#[1C69639ECF7352BB]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61738
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.MathExpressionTest_1C69639ECF7352BB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {test_t=PostingsFormat(name=LuceneVarGapFixedInterval), col_s=PostingsFormat(name=Asserting), multiDefault=PostingsFormat(name=Asserting), id=Lucene84, text=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{col_s=DocValuesFormat(name=Lucene80), order_i=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Lucene80), price_f=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Lucene80), test_dt=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Direct), price_i=DocValuesFormat(name=Asserting), miles_i=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=454, maxMBSortInHeap=5.470550239549471, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=de-GR, timezone=America/Yellowknife
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_201 (32-bit)/cpus=6,threads=1,free=41342120,total=103809024
   [junit4]   2> NOTE: All tests run in this JVM: [SolrSchemalessExampleTest, FacetFieldTest, TestSolrProperties, UniformDistributionEvaluatorTest, StreamExpressionToExplanationTest, NodePreferenceRulesComparatorTest, MathExpressionTest]
   [junit4] Completed [37/210 (2!)] on J1 in 37.86s, 141 tests, 1 error <<< FAILURES!

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

[repro] Revision: d253b307e31a04d28e4bc6f3168167982a38f68f

[repro] Ant options: "-Dargs=-client -XX:+UseG1GC"

[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]    solr\solrj
[repro]       MathExpressionTest
[repro]       TestLBHttp2SolrClient
[repro] ant compile-test

[...truncated 3471 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.MultiThreadedOCPTest" -Dtests.showOutput=onerror "-Dargs=-client -XX:+UseG1GC" -Dtests.seed=4232540E6A9992F9 -Dtests.slow=true -Dtests.locale=hu -Dtests.timezone=Asia/Bangkok -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 82 lines...]
[repro] ant compile-test

[...truncated 451 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.MathExpressionTest|*.TestLBHttp2SolrClient" -Dtests.showOutput=onerror "-Dargs=-client -XX:+UseG1GC" -Dtests.seed=1C69639ECF7352BB -Dtests.slow=true -Dtests.locale=de-GR -Dtests.timezone=America/Yellowknife -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 807 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.client.solrj.TestLBHttp2SolrClient
[repro]   0/5 failed: org.apache.solr.client.solrj.io.stream.MathExpressionTest
[repro]   0/5 failed: org.apache.solr.cloud.MultiThreadedOCPTest
[repro] Exiting with code 0

[...truncated 98 lines...]

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

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

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

Error Message:
acoll: 1601862268189 bcoll: 1601862268242

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


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

Error Message:
acoll: 1601858544557 bcoll: 1601858544606

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




Build Log:
[...truncated 13666 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> 120852 INFO  (SUITE-MultiThreadedOCPTest-seed#[DEE62991148E9A5B]-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> 120852 INFO  (SUITE-MultiThreadedOCPTest-seed#[DEE62991148E9A5B]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 120854 INFO  (SUITE-MultiThreadedOCPTest-seed#[DEE62991148E9A5B]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\data-dir-6-001
   [junit4]   2> 120854 WARN  (SUITE-MultiThreadedOCPTest-seed#[DEE62991148E9A5B]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=25 numCloses=25
   [junit4]   2> 120856 INFO  (SUITE-MultiThreadedOCPTest-seed#[DEE62991148E9A5B]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 120856 INFO  (SUITE-MultiThreadedOCPTest-seed#[DEE62991148E9A5B]-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> 120856 INFO  (SUITE-MultiThreadedOCPTest-seed#[DEE62991148E9A5B]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 120862 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 120862 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 120862 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 120864 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 120974 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.ZkTestServer start zk server on port: 64469
   [junit4]   2> 120974 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64469
   [junit4]   2> 120974 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64469
   [junit4]   2> 120974 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64469
   [junit4]   2> 120975 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 120985 INFO  (zkConnectionManagerCallback-1465-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 120985 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 120992 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 121002 INFO  (zkConnectionManagerCallback-1467-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121002 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 121010 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] 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> 121017 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] 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> 121023 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] 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> 121032 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] 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> 121038 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] 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> 121043 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] 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> 121049 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] 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> 121054 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] 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> 121059 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] 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> 121065 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] 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> 121068 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] 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> 121075 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 121712 WARN  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 121712 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 121712 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 121712 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 121712 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 121712 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 121712 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 121712 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@470e15c9{/,null,AVAILABLE}
   [junit4]   2> 121715 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@252ad3d8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64485}
   [junit4]   2> 121715 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.e.j.s.Server Started @121767ms
   [junit4]   2> 121715 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] 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\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\tempDir-001/control/data, hostPort=64485, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\control-001\cores, replicaType=NRT}
   [junit4]   2> 121715 ERROR (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 121715 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 121715 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 121715 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 121715 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 121715 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-05T00:41:37.144894700Z
   [junit4]   2> 121715 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 121723 INFO  (zkConnectionManagerCallback-1469-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121723 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 121824 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 121824 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\control-001\solr.xml
   [junit4]   2> 121829 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 121829 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 121829 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 122322 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 122324 WARN  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3d9612b5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 122324 WARN  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3d9612b5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 122328 WARN  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4989bdfd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 122328 WARN  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4989bdfd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 122329 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64469/solr
   [junit4]   2> 122330 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 122335 INFO  (zkConnectionManagerCallback-1479-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 122335 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 122439 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [n:127.0.0.1:64485_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 122444 INFO  (zkConnectionManagerCallback-1481-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 122444 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [n:127.0.0.1:64485_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 122927 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [n:127.0.0.1:64485_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64485_
   [junit4]   2> 122931 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [n:127.0.0.1:64485_     ] o.a.s.c.Overseer Overseer (id=72066357524430852-127.0.0.1:64485_-n_0000000000) starting
   [junit4]   2> 122951 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [n:127.0.0.1:64485_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64485_
   [junit4]   2> 122951 INFO  (OverseerStateUpdate-72066357524430852-127.0.0.1:64485_-n_0000000000) [n:127.0.0.1:64485_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64485_
   [junit4]   2> 122955 INFO  (OverseerStateUpdate-72066357524430852-127.0.0.1:64485_-n_0000000000) [n:127.0.0.1:64485_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 122961 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [n:127.0.0.1:64485_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 122962 WARN  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [n:127.0.0.1:64485_     ] 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> 122975 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [n:127.0.0.1:64485_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 123002 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [n:127.0.0.1:64485_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 123012 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [n:127.0.0.1:64485_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 123012 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [n:127.0.0.1:64485_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 123013 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [n:127.0.0.1:64485_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\control-001\cores
   [junit4]   2> 123032 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 123035 INFO  (zkConnectionManagerCallback-1498-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 123037 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 123037 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 123040 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64469/solr ready
   [junit4]   2> 123044 INFO  (qtp596628061-2139) [n:127.0.0.1:64485_     ] 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:64485_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 123051 INFO  (OverseerThreadFactory-1488-thread-1-processing-n:127.0.0.1:64485_) [n:127.0.0.1:64485_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 123174 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_    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> 123174 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 124207 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 124225 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 124263 WARN  (qtp596628061-2138) [n:127.0.0.1:64485_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.WordDelimiterFilterFactory Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 124303 WARN  (qtp596628061-2138) [n:127.0.0.1:64485_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.GeoHashField Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 124307 WARN  (qtp596628061-2138) [n:127.0.0.1:64485_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.LatLonType Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 124315 WARN  (qtp596628061-2138) [n:127.0.0.1:64485_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.CurrencyField Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 124549 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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> 124783 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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> 124784 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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@308db165
   [junit4]   2> 124784 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 124807 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.44967713750038885]
   [junit4]   2> 124855 WARN  (qtp596628061-2138) [n:127.0.0.1:64485_ 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> 124963 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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> 124963 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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> 124965 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 124965 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 124967 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 124976 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 124983 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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> 124984 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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> 124985 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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 1679670378930110464
   [junit4]   2> 124991 INFO  (searcherExecutor-1500-thread-1-processing-n:127.0.0.1:64485_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:64485_ 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> 125034 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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> 125034 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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> 125197 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 125197 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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> 125197 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64485/control_collection_shard1_replica_n1/
   [junit4]   2> 125199 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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> 125200 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:64485/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 125200 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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/72066357524430852-core_node2-n_0000000000
   [junit4]   2> 125272 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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:64485/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 125440 INFO  (zkCallback-1480-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> 125495 INFO  (zkCallback-1480-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> 125500 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_ 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> 125587 INFO  (qtp596628061-2138) [n:127.0.0.1:64485_     ] 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=2414
   [junit4]   2> 125686 INFO  (qtp596628061-2139) [n:127.0.0.1:64485_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 125718 INFO  (zkCallback-1480-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> 125718 INFO  (zkCallback-1480-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> 125718 INFO  (zkCallback-1480-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> 125733 INFO  (qtp596628061-2139) [n:127.0.0.1:64485_     ] 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:64485_&wt=javabin&version=2} status=0 QTime=2693
   [junit4]   2> 125737 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 125910 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 125965 INFO  (zkConnectionManagerCallback-1509-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 125965 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 125968 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 125977 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64469/solr ready
   [junit4]   2> 125977 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 125981 INFO  (qtp596628061-2139) [n:127.0.0.1:64485_     ] 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=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 126011 INFO  (OverseerCollectionConfigSetProcessor-72066357524430852-127.0.0.1:64485_-n_0000000000) [n:127.0.0.1:64485_     ] 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> 126026 INFO  (OverseerThreadFactory-1488-thread-2-processing-n:127.0.0.1:64485_) [n:127.0.0.1:64485_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 126252 WARN  (OverseerThreadFactory-1488-thread-2-processing-n:127.0.0.1:64485_) [n:127.0.0.1:64485_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 126265 INFO  (qtp596628061-2139) [n:127.0.0.1:64485_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 126266 INFO  (qtp596628061-2139) [n:127.0.0.1:64485_     ] 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=1&wt=javabin&version=2} status=0 QTime=285
   [junit4]   2> 126269 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 126269 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 126269 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 126269 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 126269 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 126269 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 126269 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 126864 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-1-001 of type NRT for shard2
   [junit4]   2> 126866 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 126867 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 126867 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 126867 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 126868 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 126868 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 126868 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 126868 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f9d87fd{/,null,AVAILABLE}
   [junit4]   2> 126871 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@f914160{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64666}
   [junit4]   2> 126871 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.Server Started @126921ms
   [junit4]   2> 126871 INFO  (closeThreadPool-1510-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\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\tempDir-001/jetty1, hostPort=64666, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-1-001\cores, replicaType=NRT}
   [junit4]   2> 126872 ERROR (closeThreadPool-1510-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 126872 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 126872 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 126872 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 126872 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 126872 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-05T00:41:42.301081600Z
   [junit4]   2> 126873 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 126875 INFO  (zkConnectionManagerCallback-1512-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 126875 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 126983 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 126983 INFO  (closeThreadPool-1510-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\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-1-001\solr.xml
   [junit4]   2> 126987 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 126987 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 126987 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 127103 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 127104 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5e9ea7a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 127104 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5e9ea7a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 127109 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29c90469[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 127109 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29c90469[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 127109 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64469/solr
   [junit4]   2> 127112 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 127116 INFO  (zkConnectionManagerCallback-1522-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 127117 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 127222 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 127226 INFO  (zkConnectionManagerCallback-1524-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 127226 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 127233 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 127242 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] o.a.s.c.ZkController Publish node=127.0.0.1:64666_ as DOWN
   [junit4]   2> 127245 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 127245 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64666_
   [junit4]   2> 127249 INFO  (zkCallback-1480-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 127250 INFO  (zkCallback-1508-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 127256 INFO  (zkCallback-1523-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 127258 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 127259 WARN  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] 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> 127277 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 127306 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 127323 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 127323 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 127325 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64666_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-1-001\cores
   [junit4]   2> 127342 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:64666_
   [junit4]   2> 127492 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-2-001 of type NRT for shard1
   [junit4]   2> 127492 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 127492 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 127492 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 127492 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 127494 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 127494 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 127494 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 127494 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23cf2723{/,null,AVAILABLE}
   [junit4]   2> 127494 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2a8b354a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64696}
   [junit4]   2> 127494 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.Server Started @127546ms
   [junit4]   2> 127494 INFO  (closeThreadPool-1510-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\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\tempDir-001/jetty2, hostPort=64696, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-2-001\cores, replicaType=NRT}
   [junit4]   2> 127497 ERROR (closeThreadPool-1510-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 127497 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 127497 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 127497 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 127497 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 127497 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-05T00:41:42.926478900Z
   [junit4]   2> 127498 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 127503 INFO  (zkConnectionManagerCallback-1534-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 127503 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 127606 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 127606 INFO  (closeThreadPool-1510-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\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-2-001\solr.xml
   [junit4]   2> 127610 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 127610 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 127610 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 127898 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 127901 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@79bc6754[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 127901 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@79bc6754[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 127905 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@79833a89[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 127905 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@79833a89[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 127906 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64469/solr
   [junit4]   2> 127907 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 127911 INFO  (zkConnectionManagerCallback-1544-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 127911 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 128017 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 128021 INFO  (zkConnectionManagerCallback-1546-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 128021 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 128026 INFO  (OverseerCollectionConfigSetProcessor-72066357524430852-127.0.0.1:64485_-n_0000000000) [n:127.0.0.1:64485_     ] 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> 128032 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 128042 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] o.a.s.c.ZkController Publish node=127.0.0.1:64696_ as DOWN
   [junit4]   2> 128045 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 128047 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64696_
   [junit4]   2> 128052 INFO  (zkCallback-1480-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 128052 INFO  (zkCallback-1508-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 128052 INFO  (zkCallback-1523-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 128054 INFO  (zkCallback-1545-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 128056 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 128056 WARN  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] 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> 128085 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 128105 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 128111 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 128111 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 128112 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64696_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-2-001\cores
   [junit4]   2> 128127 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:64696_
   [junit4]   2> 128139 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-3-001 of type NRT for shard2
   [junit4]   2> 128139 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 128139 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 128139 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 128139 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 128139 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 128139 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 128139 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 128139 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5eb78abb{/,null,AVAILABLE}
   [junit4]   2> 128144 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@66f0d18b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64736}
   [junit4]   2> 128144 INFO  (closeThreadPool-1510-thread-1) [     ] o.e.j.s.Server Started @128195ms
   [junit4]   2> 128144 INFO  (closeThreadPool-1510-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\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\tempDir-001/jetty3, hostPort=64736, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-3-001\cores, replicaType=NRT}
   [junit4]   2> 128144 ERROR (closeThreadPool-1510-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 128144 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 128144 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 128144 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 128144 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 128144 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-05T00:41:43.573336200Z
   [junit4]   2> 128144 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 128147 INFO  (zkConnectionManagerCallback-1556-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 128147 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 128254 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 128254 INFO  (closeThreadPool-1510-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\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-3-001\solr.xml
   [junit4]   2> 128258 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 128258 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 128259 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 128373 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 128374 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@235161c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 128375 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@235161c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 128379 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@46b7ccfd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 128379 WARN  (closeThreadPool-1510-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@46b7ccfd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 128379 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64469/solr
   [junit4]   2> 128381 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 128385 INFO  (zkConnectionManagerCallback-1566-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 128386 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 128389 WARN  (closeThreadPool-1510-thread-1-SendThread(127.0.0.1:64469)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10007f86880000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10007f86880000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10007f86880000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 128491 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 128495 INFO  (zkConnectionManagerCallback-1568-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 128495 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 128502 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 128509 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] o.a.s.c.ZkController Publish node=127.0.0.1:64736_ as DOWN
   [junit4]   2> 128512 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 128512 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64736_
   [junit4]   2> 128516 INFO  (zkCallback-1508-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 128516 INFO  (zkCallback-1480-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 128516 INFO  (zkCallback-1523-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 128516 INFO  (zkCallback-1545-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 128516 INFO  (zkCallback-1567-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 128516 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 128519 WARN  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] 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> 128537 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 128560 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 128567 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 128567 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 128567 INFO  (closeThreadPool-1510-thread-1) [n:127.0.0.1:64736_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-3-001\cores
   [junit4]   2> 128584 INFO  (closeThreadPool-1510-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:64736_
   [junit4]   2> 128589 INFO  (qtp596628061-2141) [n:127.0.0.1:64485_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:64736_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 128589 INFO  (qtp596628061-2139) [n:127.0.0.1:64485_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:64696_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 128589 INFO  (qtp596628061-2140) [n:127.0.0.1:64485_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:64666_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 128598 INFO  (OverseerThreadFactory-1488-thread-3-processing-n:127.0.0.1:64485_) [n:127.0.0.1:64485_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:64736_ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 128598 INFO  (OverseerThreadFactory-1488-thread-4-processing-n:127.0.0.1:64485_) [n:127.0.0.1:64485_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:64696_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 128604 INFO  (OverseerThreadFactory-1488-thread-3-processing-n:127.0.0.1:64485_) [n:127.0.0.1:64485_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 128608 INFO  (OverseerThreadFactory-1488-thread-4-processing-n:127.0.0.1:64485_) [n:127.0.0.1:64485_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 128608 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_    x:collection1_shard2_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 128612 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_    x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 129669 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 129669 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 129709 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 129742 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 130051 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 130069 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 130364 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 130364 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n1' (registry 'solr.core.collection1.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 130364 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-3-001\cores\collection1_shard2_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-3-001\cores\collection1_shard2_replica_n1\data\]
   [junit4]   2> 130371 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.44967713750038885]
   [junit4]   2> 130375 WARN  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_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> 130379 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 130381 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@308db165
   [junit4]   2> 130381 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-2-001\cores\collection1_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001\shard-2-001\cores\collection1_shard1_replica_n2\data\]
   [junit4]   2> 130392 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.44967713750038885]
   [junit4]   2> 130397 WARN  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_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> 130555 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 130555 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 130563 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 130563 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 130566 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 130579 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 130585 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 130585 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 130585 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1679670384802136064
   [junit4]   2> 130595 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 130595 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 130603 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 130603 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 130607 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 130608 INFO  (searcherExecutor-1579-thread-1-processing-n:127.0.0.1:64736_ x:collection1_shard2_replica_n1 c:collection1 s:shard2) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrCore [collection1_shard2_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 130610 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 130611 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 130611 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 130613 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1679670384831496192
   [junit4]   2> 130630 INFO  (searcherExecutor-1581-thread-1-processing-n:127.0.0.1:64696_ x:collection1_shard1_replica_n2 c:collection1 s:shard1) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 130668 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 130668 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 130702 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 130702 INFO  (qtp1041122635-2228) [n:127.0.0.1:64696_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 130720 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 130720 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 130720 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64736/collection1_shard2_replica_n1/
   [junit4]   2> 130720 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 130720 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:64736/collection1_shard2_replica_n1/ has no replicas
   [junit4]   2> 130720 INFO  (qtp83972460-2258) [n:127.0.0.1:64736_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating lead

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


   [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/collection1/terms/shard1_0
   [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> 	70	/solr/clusterstate.json
   [junit4]   2> 	69	/solr/collections/ocptest_shardsplit/state.json
   [junit4]   2> 	33	/solr/collections/ocptest3/state.json
   [junit4]   2> 	33	/solr/collections/ocptest2/state.json
   [junit4]   2> 	30	/solr/collections/ocptest1/state.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	109	/solr/overseer/queue
   [junit4]   2> 	68	/solr/overseer/collection-queue-work
   [junit4]   2> 	31	/solr/collections
   [junit4]   2> 	22	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 83434 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:51926
   [junit4]   2> 83434 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51926
   [junit4]   2> 83434 INFO  (TEST-MultiThreadedOCPTest.test-seed#[DEE62991148E9A5B]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51926
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiThreadedOCPTest -Dtests.method=test -Dtests.seed=DEE62991148E9A5B -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-VC -Dtests.timezone=America/Detroit -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 71.8s J0 | MultiThreadedOCPTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: acoll: 1601862268189 bcoll: 1601862268242
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DEE62991148E9A5B:56B2164BBA72F7A3]: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:567)
   [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:830)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MultiThreadedOCPTest_DEE62991148E9A5B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {multiDefault=PostingsFormat(name=Direct), _root_=Lucene84, id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84))}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Lucene80), id_i1=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1511, maxMBSortInHeap=6.064088931125058, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en-VC, timezone=America/Detroit
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=123755128,total=327155712
   [junit4]   2> NOTE: All tests run in this JVM: [MultiThreadedOCPTest]
   [junit4] Completed [5/5 (1!)] on J0 in 83.26s, 1 test, 1 failure <<< FAILURES!

[...truncated 13 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 5 tests, 1 failure [seed: DEE62991148E9A5B]

Total time: 1 minute 28 seconds

[repro] Setting last failure code to 1

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows')
[Java] Successfully parsed console log
[Java] -> found 112 issues (skipped 103 duplicates)
[Java] Post processing issues on 'Windows VBOX' with source code encoding 'UTF-8'
[Java] Creating SCM blamer to obtain author and commit information for affected files
[Java] Creating SCM miner to obtain statistics for affected repository files
[Java] Resolving file names for all issues in source directory 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows'
[Java] -> resolved paths in source directory (53 found, 0 not found)
[Java] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java] -> resolved module names for 112 issues
[Java] Resolving package names (or namespaces) by parsing the affected files
[Java] -> resolved package names of 53 affected files
[Java] No filter has been set, publishing all 112 issues
[Java] Creating fingerprints for all affected code blocks to track issues over different builds
[Java] -> created fingerprints for 112 issues (skipped 0 issues)
[Java] Copying affected files to Jenkins' build folder '/home/jenkins/jobs/Lucene-Solr-8.x-Windows/builds/1696/files-with-issues'
[Java] -> 53 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java] Using reference build 'Lucene-Solr-8.x-Windows #1695' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 112, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 112 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.x-Windows #1696'.
[Checks API] No suitable checks publisher found.
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
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
[Checks API] No suitable checks publisher found.
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
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-13.0.2) - Build # 1695 - Still Unstable!

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

6 tests failed.
FAILED:  org.apache.solr.handler.export.TestExportWriter.testExpr

Error Message:
expected:<18000.0> but was:<20554.0>

Stack Trace:
java.lang.AssertionError: expected:<18000.0> but was:<20554.0>
	at __randomizedtesting.SeedInfo.seed([71F767855BB0D8FE:C76896C57B3965AB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.solr.handler.export.TestExportWriter.testExpr(TestExportWriter.java:770)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.handler.export.TestExportWriter.testExpr

Error Message:
expected:<18000.0> but was:<20554.0>

Stack Trace:
java.lang.AssertionError: expected:<18000.0> but was:<20554.0>
	at __randomizedtesting.SeedInfo.seed([71F767855BB0D8FE:C76896C57B3965AB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.solr.handler.export.TestExportWriter.testExpr(TestExportWriter.java:770)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.handler.export.TestExportWriter.testExpr

Error Message:
expected:<18000.0> but was:<20554.0>

Stack Trace:
java.lang.AssertionError: expected:<18000.0> but was:<20554.0>
	at __randomizedtesting.SeedInfo.seed([71F767855BB0D8FE:C76896C57B3965AB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.solr.handler.export.TestExportWriter.testExpr(TestExportWriter.java:770)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.handler.export.TestExportWriter.testExpr

Error Message:
expected:<18000.0> but was:<20554.0>

Stack Trace:
java.lang.AssertionError: expected:<18000.0> but was:<20554.0>
	at __randomizedtesting.SeedInfo.seed([71F767855BB0D8FE:C76896C57B3965AB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.solr.handler.export.TestExportWriter.testExpr(TestExportWriter.java:770)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.handler.export.TestExportWriter.testExpr

Error Message:
expected:<18000.0> but was:<20554.0>

Stack Trace:
java.lang.AssertionError: expected:<18000.0> but was:<20554.0>
	at __randomizedtesting.SeedInfo.seed([71F767855BB0D8FE:C76896C57B3965AB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.solr.handler.export.TestExportWriter.testExpr(TestExportWriter.java:770)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.handler.export.TestExportWriter.testExpr

Error Message:
expected:<18000.0> but was:<20554.0>

Stack Trace:
java.lang.AssertionError: expected:<18000.0> but was:<20554.0>
	at __randomizedtesting.SeedInfo.seed([71F767855BB0D8FE:C76896C57B3965AB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.solr.handler.export.TestExportWriter.testExpr(TestExportWriter.java:770)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 14149 lines...]
   [junit4] Suite: org.apache.solr.handler.export.TestExportWriter
   [junit4]   2> 596681 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-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> 596683 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.export.TestExportWriter_71F767855BB0D8FE-001\data-dir-38-001
   [junit4]   2> 596683 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 596685 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 596687 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 596690 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 596697 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 596705 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.s.IndexSchema Schema name=schema-docValuesMulti
   [junit4]   2> 596710 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.s.IndexSchema Loaded schema schema-docValuesMulti/1.6 with uniqueid field id
   [junit4]   2> 597065 WARN  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.c.CoreContainer Unable to create [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\userfiles" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1036) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.WindowsPath.checkWrite(WindowsPath.java:854) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:493) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:693) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:800) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:746) ~[?:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:369) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:334) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:807) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:797) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:658) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:647) [java/:?]
   [junit4]   2> 	at org.apache.solr.handler.export.TestExportWriter.beforeClass(TestExportWriter.java:54) [test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:830) [?:?]
   [junit4]   2> 597068 WARN  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\filestore] directory in SOLR_HOME [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1036) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:670) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:807) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:797) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:658) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:647) [java/:?]
   [junit4]   2> 	at org.apache.solr.handler.export.TestExportWriter.beforeClass(TestExportWriter.java:54) [test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:830) [?:?]
   [junit4]   2> 597069 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 597072 WARN  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@292f105[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 597072 WARN  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@292f105[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 597076 WARN  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77cc0641[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 597076 WARN  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77cc0641[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 597079 WARN  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] 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> 597109 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@558b505e
   [junit4]   2> 597115 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@558b505e
   [junit4]   2> 597115 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@558b505e
   [junit4]   2> 597116 INFO  (coreLoadExecutor-4361-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 597121 INFO  (coreLoadExecutor-4361-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 597128 INFO  (coreLoadExecutor-4361-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=schema-docValuesMulti
   [junit4]   2> 597132 INFO  (coreLoadExecutor-4361-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema schema-docValuesMulti/1.6 with uniqueid field id
   [junit4]   2> 597132 INFO  (coreLoadExecutor-4361-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 597132 INFO  (coreLoadExecutor-4361-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@558b505e
   [junit4]   2> 597132 INFO  (coreLoadExecutor-4361-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.export.TestExportWriter_71F767855BB0D8FE-001\data-dir-38-001\]
   [junit4]   2> 597191 INFO  (coreLoadExecutor-4361-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 597191 INFO  (coreLoadExecutor-4361-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 597192 WARN  (coreLoadExecutor-4361-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf ; switching to use InMemory storage instead.
   [junit4]   2> 597193 INFO  (coreLoadExecutor-4361-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 597193 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 597196 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 597198 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSortingOnFieldWithNoValues
   [junit4]   2> 597199 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 597199 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 597208 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 597208 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 597209 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 597209 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 597211 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 597211 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 597211 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 597217 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 597217 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 597231 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,floatdv&sort=floatdv+desc&wt=xml} hits=1 status=0 QTime=13
   [junit4]   2> 597251 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,intdv&sort=intdv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 597255 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,stringdv&sort=stringdv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 597256 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,longdv&sort=longdv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 597260 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,doubledv&sort=doubledv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 597264 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,datedv&sort=datedv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 597266 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,booleandv&sort=booleandv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 597268 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,field1_s_dv&sort=field1_s_dv+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 597270 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,field2_i_p&sort=field2_i_p+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 597271 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,field3_l_p&sort=field3_l_p+desc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 597273 INFO  (TEST-TestExportWriter.testSortingOnFieldWithNoValues-seed#[71F767855BB0D8FE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSortingOnFieldWithNoValues
   [junit4]   2> 597276 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIndexOrder
   [junit4]   2> 597277 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 597277 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 597278 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 597280 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 597280 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 597280 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 597282 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 597283 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 597287 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 597288 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 597289 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 597290 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 597295 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 597295 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 597296 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id&sort=stringdv+asc&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 597299 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id&sort=stringdv+desc&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 597301 INFO  (TEST-TestExportWriter.testIndexOrder-seed#[71F767855BB0D8FE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIndexOrder
   [junit4]   2> 597305 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testExpr
   [junit4]   2> 597305 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 597305 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 597308 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 597308 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 597310 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 597310 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 597313 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 597313 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 597446 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, ... (5000 adds)]} 0 111
   [junit4]   2> 597594 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[5000, 5001, 5002, 5003, 5004, 5005, 5006, 5007, 5008, 5009, ... (5000 adds)]} 0 132
   [junit4]   2> 597734 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[10000, 10001, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009, ... (5000 adds)]} 0 121
   [junit4]   2> 597893 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[15000, 15001, 15002, 15003, 15004, 15005, 15006, 15007, 15008, 15009, ... (5000 adds)]} 0 147
   [junit4]   2> 597989 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[20000, 20001, 20002, 20003, 20004, 20005, 20006, 20007, 20008, 20009, ... (5000 adds)]} 0 83
   [junit4]   2> 598079 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[25000, 25001, 25002, 25003, 25004, 25005, 25006, 25007, 25008, 25009, ... (5000 adds)]} 0 70
   [junit4]   2> 598589 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[30000, 30001, 30002, 30003, 30004, 30005, 30006, 30007, 30008, 30009, ... (5000 adds)]} 0 499
   [junit4]   2> 598692 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[35000, 35001, 35002, 35003, 35004, 35005, 35006, 35007, 35008, 35009, ... (5000 adds)]} 0 81
   [junit4]   2> 598764 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[40000, 40001, 40002, 40003, 40004, 40005, 40006, 40007, 40008, 40009, ... (5000 adds)]} 0 61
   [junit4]   2> 598841 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[45000, 45001, 45002, 45003, 45004, 45005, 45006, 45007, 45008, 45009, ... (5000 adds)]} 0 69
   [junit4]   2> 598930 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[50000, 50001, 50002, 50003, 50004, 50005, 50006, 50007, 50008, 50009, ... (5000 adds)]} 0 78
   [junit4]   2> 599050 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[55000, 55001, 55002, 55003, 55004, 55005, 55006, 55007, 55008, 55009, ... (5000 adds)]} 0 107
   [junit4]   2> 599116 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[60000, 60001, 60002, 60003, 60004, 60005, 60006, 60007, 60008, 60009, ... (5000 adds)]} 0 57
   [junit4]   2> 599532 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[65000, 65001, 65002, 65003, 65004, 65005, 65006, 65007, 65008, 65009, ... (5000 adds)]} 0 405
   [junit4]   2> 599592 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[70000, 70001, 70002, 70003, 70004, 70005, 70006, 70007, 70008, 70009, ... (5000 adds)]} 0 53
   [junit4]   2> 599655 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[75000, 75001, 75002, 75003, 75004, 75005, 75006, 75007, 75008, 75009, ... (5000 adds)]} 0 55
   [junit4]   2> 599714 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[80000, 80001, 80002, 80003, 80004, 80005, 80006, 80007, 80008, 80009, ... (5000 adds)]} 0 51
   [junit4]   2> 599776 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[85000, 85001, 85002, 85003, 85004, 85005, 85006, 85007, 85008, 85009, ... (5000 adds)]} 0 56
   [junit4]   2> 599852 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[90000, 90001, 90002, 90003, 90004, 90005, 90006, 90007, 90008, 90009, ... (5000 adds)]} 0 66
   [junit4]   2> 599903 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[95000, 95001, 95002, 95003, 95004, 95005, 95006, 95007, 95008, 95009, ... (5000 adds)]} 0 45
   [junit4]   2> 600088 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 600088 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 185
   [junit4]   2> 600092 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id&expr=top(n%3D2,input(),sort%3D"id+desc")&sort=id+asc&wt=xml} hits=100000 status=0 QTime=1
   [junit4]   2> 600319 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,sortabledv_udvas&expr=unique(input(),over%3D"sortabledv_udvas")&sort=sortabledv_udvas+asc&wt=xml} hits=100000 status=0 QTime=2
   [junit4]   2> 600496 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,sortabledv_udvas,small_i_p&expr=rollup(input(),over%3D"sortabledv_udvas",+sum(small_i_p),avg(small_i_p),min(small_i_p),count(*))&sort=sortabledv_udvas+asc&wt=xml} hits=100000 status=0 QTime=1
   [junit4]   2> 600711 INFO  (TEST-TestExportWriter.testExpr-seed#[71F767855BB0D8FE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testExpr
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestExportWriter -Dtests.method=testExpr -Dtests.seed=71F767855BB0D8FE -Dtests.slow=true -Dtests.locale=fy -Dtests.timezone=Africa/Conakry -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 3.41s J1 | TestExportWriter.testExpr <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<18000.0> but was:<20554.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([71F767855BB0D8FE:C76896C57B3965AB]:0)
   [junit4]    > 	at org.apache.solr.handler.export.TestExportWriter.testExpr(TestExportWriter.java:770)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 600715 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 600715 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 600715 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 600718 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 600718 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 600720 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 600720 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 600722 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 600723 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 600727 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 600727 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 600728 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 600731 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 600731 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 600732 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 600738 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 600738 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 600741 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 1
   [junit4]   2> 600744 INFO  (searcherExecutor-4363-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 600744 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 600748 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=/export&fl=floatdv,intdv,stringdv,longdv,doubledv&sort=intdv+asc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 600748 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7&qt=/export&fl=floatdv,intdv,stringdv,longdv,doubledv&sort=intdv+asc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 600752 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=/export&fl=intdv_m,floatdv_m,doubledv_m,longdv_m,stringdv_m&sort=intdv+asc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 600755 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7&qt=/export&fl=intdv_m,floatdv_m,doubledv_m,longdv_m,stringdv_m&sort=intdv+asc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 600760 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2)&qt=/export&fl=intdv&sort=intdv+desc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 600763 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2)&qt=/export&fl=intdv&sort=intdv+asc&wt=xml} hits=2 status=0 QTime=1
   [junit4]   2> 600768 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+7)&qt=/export&fl=intdv&sort=stringdv+desc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 600769 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+7)&qt=/export&fl=intdv&sort=stringdv+asc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 600771 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2)&qt=/export&fl=intdv&sort=floatdv+asc,intdv+desc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 600774 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2)&qt=/export&fl=intdv&sort=floatdv+desc,intdv+asc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 600776 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=floatdv+asc,stringdv+asc,intdv+desc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600778 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=floatdv+asc,stringdv+desc,intdv+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600780 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=floatdv+asc,floatdv+desc,floatdv+asc,intdv+desc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600785 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=intdv+desc,floatdv+asc,floatdv+desc,floatdv+asc,intdv+desc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600789 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=floatdv+desc,intdv+asc,floatdv+desc,floatdv+desc,intdv+desc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600791 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=floatdv+asc,intdv+desc,floatdv+asc,floatdv+desc,floatdv+asc,intdv+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600794 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=floatdv+desc,intdv+asc,floatdv+desc,floatdv+asc,floatdv+desc,floatdv+asc,intdv+desc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600797 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=floatdv+asc,intdv+desc,floatdv+asc,floatdv+desc,floatdv+asc,floatdv+desc,floatdv+asc,intdv+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600801 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=intdv+asc,floatdv+desc,floatdv+asc,floatdv+desc,floatdv+asc,floatdv+desc,floatdv+asc,intdv+desc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600803 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=intdv+asc,floatdv+desc,floatdv+asc,floatdv+desc,floatdv+asc,floatdv+desc,intdv+asc,intdv+desc,floatdv+asc&wt=xml} hits=3 status=0 QTime=1
   [junit4]   2> 600809 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=floatdv+asc,intdv+desc,floatdv+asc,floatdv+desc,floatdv+asc,floatdv+desc,intdv+desc,intdv+asc,floatdv+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600813 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=intdv+asc,floatdv+desc,floatdv+asc,floatdv+desc,floatdv+asc,floatdv+desc,intdv+asc,intdv+desc,floatdv+desc,floatdv+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600816 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=floatdv+asc,intdv+desc,floatdv+asc,floatdv+desc,floatdv+asc,floatdv+desc,intdv+desc,intdv+asc,floatdv+desc,floatdv+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600816 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+2+3)&qt=/export&fl=intdv&sort=doubledv+desc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600819 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=intdv:[2+TO+1000]&qt=/export&fl=intdv&sort=doubledv+desc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600826 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=stringdv:blah&qt=/export&fl=intdv&sort=doubledv+desc&wt=xml} hits=0 status=0 QTime=3
   [junit4]   2> 600834 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:8&qt=/export&fl=stringdv&sort=intdv+asc&wt=xml} hits=1 status=0 QTime=5
   [junit4]   2> 600836 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+OR+3+OR+8)&qt=/export&fl=sortabledv_m_udvas,sortabledv_udvas&sort=sortabledv_udvas+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600839 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+OR+3+OR+8)&qt=/export&fl=sortabledv_m&sort=sortabledv_udvas+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600841 ERROR (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.h.e.ExportWriter java.io.IOException: sortabledv_m{type=text_gen_sort,properties=indexed,tokenized,stored,multiValued,docValues,uninvertible} Must have useDocValuesAsStored='true' to be used with export writer
   [junit4]   2> 	at org.apache.solr.handler.export.ExportWriter.getFieldWriters(ExportWriter.java:477)
   [junit4]   2> 	at org.apache.solr.handler.export.ExportWriter.write(ExportWriter.java:249)
   [junit4]   2> 	at org.apache.solr.core.SolrCore$4.write(SolrCore.java:2762)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:340)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:314)
   [junit4]   2> 	at org.apache.solr.handler.export.TestExportWriter.testSortingOutput(TestExportWriter.java:535)
   [junit4]   2> 	at org.apache.solr.handler.export.TestExportWriter.test(TestExportWriter.java:227)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> 600843 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:(1+OR+3+OR+8)&qt=/export&fl=sortabledv&sort=sortabledv_udvas+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 600843 ERROR (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.h.e.ExportWriter java.io.IOException: sortabledv{type=text_gen_sort,properties=indexed,tokenized,stored,docValues,uninvertible} Must have useDocValuesAsStored='true' to be used with export writer
   [junit4]   2> 	at org.apache.solr.handler.export.ExportWriter.getFieldWriters(ExportWriter.java:477)
   [junit4]   2> 	at org.apache.solr.handler.export.ExportWriter.write(ExportWriter.java:249)
   [junit4]   2> 	at org.apache.solr.core.SolrCore$4.write(SolrCore.java:2762)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:340)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:314)
   [junit4]   2> 	at org.apache.solr.handler.export.TestExportWriter.testSortingOutput(TestExportWriter.java:539)
   [junit4]   2> 	at org.apache.solr.handler.export.TestExportWriter.test(TestExportWriter.java:227)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> 600843 INFO  (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/export&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 600844 ERROR (TEST-TestExportWriter.test-seed#[71F767855BB0D8FE]) [     ] o.a.s.h.e.ExportWriter java.io.IOException: org.apache.solr.search.SyntaxError: No sort criteria was provided.
   [junit4]   2> 	at org.apache.solr.handler.export.ExportWriter.write(ExportWriter.java:200)
   [junit4]   2> 	at org.apache.solr.core.SolrCore$4.write(SolrCore.java:2762)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:340)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:314)
   [junit4]   2> 	at org.apache.solr.handler.export.TestExportWriter.testExportRequiredParams(TestExportWriter.java:555)
   [junit4]   2> 	at org.apache.solr.handler.export.TestExportWriter.test(TestExportWriter.java:228)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTes

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

  x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[995]} 0 0
   [junit4]   2> 55656 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[996]} 0 0
   [junit4]   2> 55656 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[997]} 0 0
   [junit4]   2> 55656 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[998]} 0 0
   [junit4]   2> 55656 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[999]} 0 0
   [junit4]   2> 55698 INFO  (searcherExecutor-13-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 55698 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[71F767855BB0D8FE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 35
   [junit4]   2> 55704 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id,stringdv,longdv,field1_s_dv,intdv,field3_l_p,doubledv&sort=stringdv+asc,longdv+desc,field1_s_dv+asc,intdv+asc,field3_l_p+desc,doubledv+desc&wt=xml} hits=1000 status=0 QTime=3
   [junit4]   2> 55806 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[71F767855BB0D8FE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/select&fl=id,stringdv,longdv,field1_s_dv,intdv,field3_l_p,doubledv&sort=stringdv+asc,longdv+desc,field1_s_dv+asc,intdv+asc,field3_l_p+desc,doubledv+desc&rows=1000&wt=json} hits=1000 status=0 QTime=57
   [junit4]   2> 55928 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[71F767855BB0D8FE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultipleSorts
   [junit4] OK      2.12s J0 | TestExportWriter.testMultipleSorts
   [junit4]   2> 55928 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 55928 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=377971159
   [junit4]   2> 55953 INFO  (coreCloseExecutor-83-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3694c28e
   [junit4]   2> 55953 INFO  (coreCloseExecutor-83-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@3694c28e
   [junit4]   2> 55953 INFO  (coreCloseExecutor-83-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1bb23457: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@1d999551
   [junit4]   2> 56179 INFO  (coreCloseExecutor-83-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 56230 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 56230 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2522ae49: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@70e6e48e
   [junit4]   2> 56247 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 56247 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7a251dd: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@1f70efe3
   [junit4]   2> 56247 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 56247 INFO  (SUITE-TestExportWriter-seed#[71F767855BB0D8FE]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@71356435: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@479c33da
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.export.TestExportWriter_71F767855BB0D8FE-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=10, maxDocsPerChunk=641, blockShift=15), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=10, blockSize=15)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=fy, timezone=Africa/Conakry
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=89583104,total=224395264
   [junit4]   2> NOTE: All tests run in this JVM: [TestExportWriter]
   [junit4] Completed [5/5 (5!)] on J0 in 53.85s, 10 tests, 1 failure <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 50 tests, 5 failures [seed: 71F767855BB0D8FE]

Total time: 1 minute 3 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.handler.export.TestExportWriter
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows')
[Java] Successfully parsed console log
[Java] -> found 112 issues (skipped 103 duplicates)
[Java] Post processing issues on 'Windows VBOX' with source code encoding 'UTF-8'
[Java] Creating SCM blamer to obtain author and commit information for affected files
[Java] Creating SCM miner to obtain statistics for affected repository files
[Java] Resolving file names for all issues in source directory 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows'
[Java] -> resolved paths in source directory (53 found, 0 not found)
[Java] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java] -> resolved module names for 112 issues
[Java] Resolving package names (or namespaces) by parsing the affected files
[Java] -> resolved package names of 53 affected files
[Java] No filter has been set, publishing all 112 issues
[Java] Creating fingerprints for all affected code blocks to track issues over different builds
[Java] -> created fingerprints for 112 issues (skipped 0 issues)
[Java] Copying affected files to Jenkins' build folder '/home/jenkins/jobs/Lucene-Solr-8.x-Windows/builds/1695/files-with-issues'
[Java] -> 53 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java] Using reference build 'Lucene-Solr-8.x-Windows #1694' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 112, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 112 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.x-Windows #1695'.
[Checks API] No suitable checks publisher found.
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
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
[Checks API] No suitable checks publisher found.
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
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-EA] Lucene-Solr-8.x-Windows (64bit/jdk-16-ea+18) - Build # 1694 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1694/
Java: 64bit/jdk-16-ea+18 -XX:+UseCompressedOops -XX:+UseZGC

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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59212: Underlying core creation failed while creating collection: control_collection
	at __randomizedtesting.SeedInfo.seed([B61E1B275A3ADCC6:3E4A24FDF4C6B13E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59215: Underlying core creation failed while creating collection: control_collection
	at __randomizedtesting.SeedInfo.seed([B61E1B275A3ADCC6:3E4A24FDF4C6B13E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59211: Underlying core creation failed while creating collection: control_collection
	at __randomizedtesting.SeedInfo.seed([B61E1B275A3ADCC6:3E4A24FDF4C6B13E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59213: Underlying core creation failed while creating collection: control_collection
	at __randomizedtesting.SeedInfo.seed([B61E1B275A3ADCC6:3E4A24FDF4C6B13E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59214: Underlying core creation failed while creating collection: control_collection
	at __randomizedtesting.SeedInfo.seed([B61E1B275A3ADCC6:3E4A24FDF4C6B13E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:55739: Underlying core creation failed while creating collection: c8n_2x2_commits
	at __randomizedtesting.SeedInfo.seed([B61E1B275A3ADCC6:3E4A24FDF4C6B13E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.cloud.BasicDistributedZkTest.createCollection(BasicDistributedZkTest.java:810)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1766)
	at org.apache.solr.cloud.HttpPartitionOnCommitTest.multiShardTest(HttpPartitionOnCommitTest.java:76)
	at org.apache.solr.cloud.HttpPartitionOnCommitTest.test(HttpPartitionOnCommitTest.java:67)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 13563 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionOnCommitTest
   [junit4]   2> 147140 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[B61E1B275A3ADCC6]-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> 147140 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[B61E1B275A3ADCC6]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 147140 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[B61E1B275A3ADCC6]-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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\data-dir-13-001
   [junit4]   2> 147140 WARN  (SUITE-HttpPartitionOnCommitTest-seed#[B61E1B275A3ADCC6]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 147140 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[B61E1B275A3ADCC6]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 147145 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[B61E1B275A3ADCC6]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 147145 INFO  (SUITE-HttpPartitionOnCommitTest-seed#[B61E1B275A3ADCC6]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 147167 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 147169 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 147169 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 147174 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 147271 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.ZkTestServer start zk server on port: 55527
   [junit4]   2> 147271 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:55527
   [junit4]   2> 147271 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55527
   [junit4]   2> 147271 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55527
   [junit4]   2> 147293 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 147336 INFO  (zkConnectionManagerCallback-1117-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147336 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 147384 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 147412 INFO  (zkConnectionManagerCallback-1119-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 147413 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 147428 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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> 147444 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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> 147468 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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> 147481 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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> 147500 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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> 147514 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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> 147526 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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> 147538 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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> 147549 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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> 147567 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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> 147581 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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> 147594 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 148699 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 148699 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 148699 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 148700 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 16-ea+18-901
   [junit4]   2> 148701 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 148701 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 148701 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 148702 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@214c5baa{/,null,AVAILABLE}
   [junit4]   2> 148705 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@234af7e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55653}
   [junit4]   2> 148705 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.e.j.s.Server Started @148749ms
   [junit4]   2> 148705 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\tempDir-001/control/data, hostPort=55652, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\control-001\cores, replicaType=NRT}
   [junit4]   2> 148705 ERROR (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 148706 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 148706 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 148706 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 148706 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 148706 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-04T10:46:47.650338600Z
   [junit4]   2> 148708 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 148716 INFO  (zkConnectionManagerCallback-1121-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148717 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 148823 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 148823 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\control-001\solr.xml
   [junit4]   2> 148831 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 148832 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 148833 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 149083 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 149087 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@49f7b526[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149087 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@49f7b526[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149096 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14b2a600[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149096 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14b2a600[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149096 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55527/solr
   [junit4]   2> 149098 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 149107 INFO  (zkConnectionManagerCallback-1131-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149107 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 149215 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [n:127.0.0.1:55652_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 149221 INFO  (zkConnectionManagerCallback-1133-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149221 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [n:127.0.0.1:55652_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 150418 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [n:127.0.0.1:55652_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55652_
   [junit4]   2> 150422 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [n:127.0.0.1:55652_     ] o.a.s.c.Overseer Overseer (id=72063074941665284-127.0.0.1:55652_-n_0000000000) starting
   [junit4]   2> 150446 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [n:127.0.0.1:55652_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55652_
   [junit4]   2> 150446 INFO  (OverseerStateUpdate-72063074941665284-127.0.0.1:55652_-n_0000000000) [n:127.0.0.1:55652_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:55652_
   [junit4]   2> 150452 INFO  (OverseerStateUpdate-72063074941665284-127.0.0.1:55652_-n_0000000000) [n:127.0.0.1:55652_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 150456 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [n:127.0.0.1:55652_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 150456 WARN  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [n:127.0.0.1:55652_     ] 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> 150476 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [n:127.0.0.1:55652_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 150497 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [n:127.0.0.1:55652_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39
   [junit4]   2> 150504 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [n:127.0.0.1:55652_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39
   [junit4]   2> 150504 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [n:127.0.0.1:55652_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39
   [junit4]   2> 150504 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [n:127.0.0.1:55652_     ] 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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\control-001\cores
   [junit4]   2> 150529 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 150534 INFO  (zkConnectionManagerCallback-1150-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 150534 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 150535 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 150537 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55527/solr ready
   [junit4]   2> 150538 INFO  (SocketProxy-Acceptor-55652) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55684,localport=55652], receiveBufferSize: 65536
   [junit4]   2> 150540 INFO  (SocketProxy-Acceptor-55652) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=55653,localport=55685], receiveBufferSize=65536
   [junit4]   2> 150543 INFO  (qtp1723100144-1909) [n:127.0.0.1:55652_     ] 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:55652_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 150554 INFO  (OverseerThreadFactory-1140-thread-1-processing-n:127.0.0.1:55652_) [n:127.0.0.1:55652_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 150672 INFO  (SocketProxy-Acceptor-55652) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55686,localport=55652], receiveBufferSize: 65536
   [junit4]   2> 150674 INFO  (SocketProxy-Acceptor-55652) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=55653,localport=55687], receiveBufferSize=65536
   [junit4]   2> 150676 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_    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> 150676 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 151701 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 151721 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 151855 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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> 151875 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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> 151876 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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@1f00ef39
   [junit4]   2> 151876 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 151878 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=20.6083984375, floorSegmentMB=1.259765625, forceMergeDeletesPctAllowed=10.84089245933882, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5413506210664126, deletesPctAllowed=42.081235564725674
   [junit4]   2> 151880 WARN  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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> 151958 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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> 151958 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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> 151962 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 151962 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 151963 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 151965 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 151965 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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> 151966 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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> 151966 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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 1679617856278364160
   [junit4]   2> 151969 INFO  (searcherExecutor-1152-thread-1-processing-n:127.0.0.1:55652_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:55652_ 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> 151981 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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> 151981 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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> 152001 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 152001 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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> 152001 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55652/control_collection_shard1_replica_n1/
   [junit4]   2> 152001 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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> 152002 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:55652/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 152002 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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/72063074941665284-core_node2-n_0000000000
   [junit4]   2> 152013 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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:55652/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 152119 INFO  (zkCallback-1132-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> 152120 INFO  (zkCallback-1132-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> 152120 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_ 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> 152132 INFO  (qtp1723100144-1907) [n:127.0.0.1:55652_     ] 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=1456
   [junit4]   2> 152141 INFO  (qtp1723100144-1909) [n:127.0.0.1:55652_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 152232 INFO  (zkCallback-1132-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> 152232 INFO  (zkCallback-1132-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> 152232 INFO  (zkCallback-1132-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> 152232 INFO  (qtp1723100144-1909) [n:127.0.0.1:55652_     ] 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:55652_&wt=javabin&version=2} status=0 QTime=1692
   [junit4]   2> 152237 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 152348 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 152352 INFO  (zkConnectionManagerCallback-1161-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152353 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 152354 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 152356 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55527/solr ready
   [junit4]   2> 152356 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 152357 INFO  (SocketProxy-Acceptor-55652) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55713,localport=55652], receiveBufferSize: 65536
   [junit4]   2> 152357 INFO  (SocketProxy-Acceptor-55652) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=55653,localport=55714], receiveBufferSize=65536
   [junit4]   2> 152359 INFO  (qtp1723100144-1909) [n:127.0.0.1:55652_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 152367 INFO  (OverseerThreadFactory-1140-thread-2-processing-n:127.0.0.1:55652_) [n:127.0.0.1:55652_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 152369 INFO  (OverseerCollectionConfigSetProcessor-72063074941665284-127.0.0.1:55652_-n_0000000000) [n:127.0.0.1:55652_     ] 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> 152583 WARN  (OverseerThreadFactory-1140-thread-2-processing-n:127.0.0.1:55652_) [n:127.0.0.1:55652_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 152594 INFO  (qtp1723100144-1909) [n:127.0.0.1:55652_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 152596 INFO  (qtp1723100144-1909) [n:127.0.0.1:55652_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=237
   [junit4]   2> 152598 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 152598 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 152598 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 152598 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 152598 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 152598 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 152598 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 153400 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\shard-1-001 of type NRT for shard1
   [junit4]   2> 153403 WARN  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 153403 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 153403 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 153404 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 16-ea+18-901
   [junit4]   2> 153404 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 153405 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 153405 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 153405 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33e0fe0f{/,null,AVAILABLE}
   [junit4]   2> 153408 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@416a849e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55740}
   [junit4]   2> 153408 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.Server Started @153453ms
   [junit4]   2> 153408 INFO  (closeThreadPool-1162-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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\tempDir-001/jetty1, hostPort=55739, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\shard-1-001\cores, replicaType=NRT}
   [junit4]   2> 153409 ERROR (closeThreadPool-1162-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 153409 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 153409 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 153409 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 153409 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 153409 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-04T10:46:52.353215600Z
   [junit4]   2> 153410 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 153417 INFO  (zkConnectionManagerCallback-1164-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 153417 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 153522 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 153522 INFO  (closeThreadPool-1162-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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\shard-1-001\solr.xml
   [junit4]   2> 153528 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 153528 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 153530 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 153640 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 153643 WARN  (closeThreadPool-1162-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1800f35e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 153643 WARN  (closeThreadPool-1162-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1800f35e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 153648 WARN  (closeThreadPool-1162-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a0bcd51[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 153649 WARN  (closeThreadPool-1162-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a0bcd51[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 153650 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55527/solr
   [junit4]   2> 153651 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 153658 INFO  (zkConnectionManagerCallback-1174-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 153658 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 153767 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 153772 INFO  (zkConnectionManagerCallback-1176-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 153773 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 153781 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 153790 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] o.a.s.c.ZkController Publish node=127.0.0.1:55739_ as DOWN
   [junit4]   2> 153795 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 153795 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55739_
   [junit4]   2> 153799 INFO  (zkCallback-1160-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 153800 INFO  (zkCallback-1132-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 153800 INFO  (zkCallback-1175-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 153803 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 153804 WARN  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] 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> 153829 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 153857 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39
   [junit4]   2> 153867 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39
   [junit4]   2> 153868 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39
   [junit4]   2> 153870 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55739_     ] 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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\shard-1-001\cores
   [junit4]   2> 153888 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:55739_
   [junit4]   2> 154206 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\shard-2-001 of type NRT for shard1
   [junit4]   2> 154208 WARN  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 154208 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 154208 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 154208 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 16-ea+18-901
   [junit4]   2> 154210 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 154210 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 154210 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 154210 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@62a4dbd8{/,null,AVAILABLE}
   [junit4]   2> 154217 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5ad7a3a5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55783}
   [junit4]   2> 154217 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.Server Started @154262ms
   [junit4]   2> 154217 INFO  (closeThreadPool-1162-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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\tempDir-001/jetty2, hostPort=55782, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\shard-2-001\cores, replicaType=NRT}
   [junit4]   2> 154218 ERROR (closeThreadPool-1162-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 154218 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 154218 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 154218 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 154218 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 154218 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-04T10:46:53.162314300Z
   [junit4]   2> 154221 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154287 INFO  (zkConnectionManagerCallback-1186-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 154288 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154292 WARN  (closeThreadPool-1162-thread-1-SendThread(127.0.0.1:55527)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10004fc1f52000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10004fc1f52000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10004fc1f52000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 154399 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 154399 INFO  (closeThreadPool-1162-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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\shard-2-001\solr.xml
   [junit4]   2> 154399 INFO  (OverseerCollectionConfigSetProcessor-72063074941665284-127.0.0.1:55652_-n_0000000000) [n:127.0.0.1:55652_     ] 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> 154406 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 154406 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 154408 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 154518 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 154520 WARN  (closeThreadPool-1162-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8e56c13[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 154520 WARN  (closeThreadPool-1162-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8e56c13[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 154526 WARN  (closeThreadPool-1162-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a6014ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 154526 WARN  (closeThreadPool-1162-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a6014ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 154527 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55527/solr
   [junit4]   2> 154529 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154535 INFO  (zkConnectionManagerCallback-1196-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 154535 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154646 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 154664 INFO  (zkConnectionManagerCallback-1198-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 154664 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 154681 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 154700 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] o.a.s.c.ZkController Publish node=127.0.0.1:55782_ as DOWN
   [junit4]   2> 154711 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 154711 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55782_
   [junit4]   2> 154727 INFO  (zkCallback-1132-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 154728 INFO  (zkCallback-1175-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 154728 INFO  (zkCallback-1160-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 154728 INFO  (zkCallback-1197-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 154733 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 154733 WARN  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] 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> 154768 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 154808 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39
   [junit4]   2> 154823 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39
   [junit4]   2> 154823 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39
   [junit4]   2> 154827 INFO  (closeThreadPool-1162-thread-1) [n:127.0.0.1:55782_     ] 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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\shard-2-001\cores
   [junit4]   2> 154880 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:55782_
   [junit4]   2> 155407 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] 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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\shard-3-001 of type NRT for shard1
   [junit4]   2> 155410 WARN  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 155410 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 155410 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 155410 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 16-ea+18-901
   [junit4]   2> 155411 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 155411 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 155411 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 155412 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d6d92bb{/,null,AVAILABLE}
   [junit4]   2> 155415 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@313985b0{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55840}
   [junit4]   2> 155415 INFO  (closeThreadPool-1162-thread-1) [     ] o.e.j.s.Server Started @155460ms
   [junit4]   2> 155415 INFO  (closeThreadPool-1162-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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\tempDir-001/jetty3, hostPort=55839, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\shard-3-001\cores}
   [junit4]   2> 155416 ERROR (closeThreadPool-1162-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 155416 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 155416 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 155417 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 155417 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 155417 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-04T10:46:54.361224200Z
   [junit4]   2> 155417 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 155433 INFO  (zkConnectionManagerCallback-1208-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155433 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 155544 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 155544 INFO  (closeThreadPool-1162-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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001\shard-3-001\solr.xml
   [junit4]   2> 155552 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 155552 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 155554 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1f00ef39, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 155694 INFO  (closeThreadPool-1162-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistH

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

   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:2358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:298)
   [junit4]   2> 	at org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:96)
   [junit4]   2> 	... 41 more
   [junit4]   2> 
   [junit4]   2> 31991 INFO  (qtp187293353-99) [n:127.0.0.1:59213_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=400 QTime=6931
   [junit4]   2> 31992 WARN  (closeThreadPool-41-thread-2) [     ] o.a.s.c.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:59213/, target: http://127.0.0.1:59233/
   [junit4]   2> 31993 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 32206 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 32223 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:59153
   [junit4]   2> 32223 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59153
   [junit4]   2> 32223 INFO  (TEST-HttpPartitionOnCommitTest.test-seed#[B61E1B275A3ADCC6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59153
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionOnCommitTest -Dtests.method=test -Dtests.seed=B61E1B275A3ADCC6 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=dua -Dtests.timezone=Australia/Eucla -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   16.9s J2 | HttpPartitionOnCommitTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59213: Underlying core creation failed while creating collection: control_collection
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B61E1B275A3ADCC6:3E4A24FDF4C6B13E]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java: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.HttpPartitionOnCommitTest_B61E1B275A3ADCC6-001
   [junit4]   2> Oct 04, 2020 11:45:09 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1512, maxMBSortInHeap=7.17732301264695, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=dua, timezone=Australia/Eucla
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 16-ea (64-bit)/cpus=6,threads=1,free=127926272,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [HttpPartitionOnCommitTest]
   [junit4] Completed [5/5 (5!)] on J2 in 30.82s, 1 test, 1 error <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 5 tests, 5 errors [seed: B61E1B275A3ADCC6]

Total time: 38 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.cloud.HttpPartitionOnCommitTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0 
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows')
[Java] Successfully parsed console log
[Java] -> found 112 issues (skipped 103 duplicates)
[Java] Post processing issues on 'Windows VBOX' with source code encoding 'UTF-8'
[Java] Creating SCM blamer to obtain author and commit information for affected files
[Java] Creating SCM miner to obtain statistics for affected repository files
[Java] Resolving file names for all issues in source directory 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows'
[Java] -> resolved paths in source directory (53 found, 0 not found)
[Java] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java] -> resolved module names for 112 issues
[Java] Resolving package names (or namespaces) by parsing the affected files
[Java] -> resolved package names of 53 affected files
[Java] No filter has been set, publishing all 112 issues
[Java] Creating fingerprints for all affected code blocks to track issues over different builds
[Java] -> created fingerprints for 112 issues (skipped 0 issues)
[Java] Copying affected files to Jenkins' build folder '/home/jenkins/jobs/Lucene-Solr-8.x-Windows/builds/1694/files-with-issues'
[Java] -> 53 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java] Using reference build 'Lucene-Solr-8.x-Windows #1693' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 112, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 112 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.x-Windows #1694'.
[Checks API] No suitable checks publisher found.
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
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
[Checks API] No suitable checks publisher found.
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
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/jdk1.8.0_201) - Build # 1693 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1693/
Java: 64bit/jdk1.8.0_201 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.core.TestCustomStream.testDynamicLoadingCustomStream

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:61217: Underlying core creation failed while creating collection: control_collection
	at __randomizedtesting.SeedInfo.seed([E711D48B0082BCE8:97A4DDA9FA78F75F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:61292/t_g/eh: Underlying core creation failed while creating collection: control_collection
	at __randomizedtesting.SeedInfo.seed([E711D48B0082BCE8:3F5CF9DCF75F1948]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.ZookeeperStatusHandlerTest.monitorZookeeper

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([E711D48B0082BCE8:72F617D204639E05]:0)
	at java.util.concurrent.FutureTask.get(FutureTask.java:205)
	at org.apache.solr.handler.admin.ZookeeperStatusHandlerTest.monitorZookeeper(ZookeeperStatusHandlerTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13430 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.ZookeeperStatusHandlerTest
   [junit4]   2> 11529 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-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> 11625 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 11651 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.handler.admin.ZookeeperStatusHandlerTest_E711D48B0082BCE8-001\data-dir-1-001
   [junit4]   2> 12275 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 12660 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.e.j.u.log Logging initialized @12685ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 12728 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 12940 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.handler.admin.ZookeeperStatusHandlerTest_E711D48B0082BCE8-001\tempDir-001
   [junit4]   2> 12990 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 13108 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 13108 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 14076 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 14269 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 61093
   [junit4]   2> 14271 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:61093
   [junit4]   2> 14321 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61093
   [junit4]   2> 14321 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61093
   [junit4]   2> 15391 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 15905 INFO  (zkConnectionManagerCallback-3-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 15905 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 16254 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 16317 INFO  (zkConnectionManagerCallback-5-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16318 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 16328 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 16343 INFO  (zkConnectionManagerCallback-7-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16352 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 25823 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 25823 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 25823 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 26015 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 26095 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 26097 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 26145 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 26287 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11c28228{/solr,null,AVAILABLE}
   [junit4]   2> 26363 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6c85e1a0{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:61121}
   [junit4]   2> 26363 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.Server Started @26410ms
   [junit4]   2> 26365 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61121}
   [junit4]   2> 27217 ERROR (jetty-launcher-8-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 27217 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 27217 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 27229 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 27230 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 27230 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-04T04:44:55.329Z
   [junit4]   2> 27233 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27242 INFO  (zkConnectionManagerCallback-10-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27243 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27264 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 28719 WARN  (jetty-launcher-8-thread-1-SendThread(127.0.0.1:61093)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10003b0a9900003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10003b0a9900003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10003b0a9900003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 32371 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 32847 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7a3aaed7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 32847 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7a3aaed7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 33681 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@51396ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 33681 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@51396ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 34383 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61093/solr
   [junit4]   2> 34499 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 34531 INFO  (zkConnectionManagerCallback-20-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 34531 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 34555 WARN  (jetty-launcher-8-thread-1-SendThread(127.0.0.1:61093)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10003b0a9900004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10003b0a9900004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10003b0a9900004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 34683 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:61121_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 34698 INFO  (zkConnectionManagerCallback-22-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 34698 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:61121_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 36402 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:61121_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61121_solr
   [junit4]   2> 36428 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:61121_solr     ] o.a.s.c.Overseer Overseer (id=72061651331842053-127.0.0.1:61121_solr-n_0000000000) starting
   [junit4]   2> 36968 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:61121_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61121_solr
   [junit4]   2> 36994 INFO  (OverseerStateUpdate-72061651331842053-127.0.0.1:61121_solr-n_0000000000) [n:127.0.0.1:61121_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:61121_solr
   [junit4]   2> 37261 INFO  (zkCallback-21-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 38415 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:61121_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 38913 WARN  (jetty-launcher-8-thread-1) [n:127.0.0.1:61121_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 40045 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:61121_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 40728 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:61121_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61121.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75e963ca
   [junit4]   2> 40735 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:61121_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61121.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75e963ca
   [junit4]   2> 40735 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:61121_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61121.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75e963ca
   [junit4]   2> 41014 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:61121_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.handler.admin.ZookeeperStatusHandlerTest_E711D48B0082BCE8-001\tempDir-001\node1
   [junit4]   2> 41572 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 41579 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 41590 INFO  (zkConnectionManagerCallback-39-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41590 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 41596 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 41599 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61093/solr ready
   [junit4]   2> 41757 INFO  (TEST-ZookeeperStatusHandlerTest.testEnsembleStatusMock-seed#[E711D48B0082BCE8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testEnsembleStatusMock
   [junit4]   2> 51785 WARN  (TEST-ZookeeperStatusHandlerTest.testEnsembleStatusMock-seed#[E711D48B0082BCE8]) [     ] o.a.s.h.a.ZookeeperStatusHandler Unexpected line in 'conf' response from Zookeeper zoo1:2181: thisIsUnexpected
   [junit4]   2> 51794 WARN  (TEST-ZookeeperStatusHandlerTest.testEnsembleStatusMock-seed#[E711D48B0082BCE8]) [     ] o.a.s.h.a.ZookeeperStatusHandler Failed talking to zookeeper zoo2:2181
   [junit4]   2>           => org.apache.solr.common.SolrException: Empty response from Zookeeper zoo2:2181
   [junit4]   2> 	at org.apache.solr.handler.admin.ZookeeperStatusHandler.validateZkRawResponse(ZookeeperStatusHandler.java:308)
   [junit4]   2> org.apache.solr.common.SolrException: Empty response from Zookeeper zoo2:2181
   [junit4]   2> 	at org.apache.solr.handler.admin.ZookeeperStatusHandler.validateZkRawResponse(ZookeeperStatusHandler.java:308) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.ZookeeperStatusHandler.monitorZookeeper(ZookeeperStatusHandler.java:239) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.ZookeeperStatusHandler.getZkStatus(ZookeeperStatusHandler.java:144) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.ZookeeperStatusHandlerTest.testEnsembleStatusMock(ZookeeperStatusHandlerTest.java:132) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
   [junit4]   2> 51800 WARN  (TEST-ZookeeperStatusHandlerTest.testEnsembleStatusMock-seed#[E711D48B0082BCE8]) [     ] o.a.s.h.a.ZookeeperStatusHandler Failed talking to zookeeper zoo3:2181
   [junit4]   2>           => org.apache.solr.common.SolrException: Could not execute mntr towards ZK host zoo3:2181. Add this line to the 'zoo.cfg' configuration file on each zookeeper node: '4lw.commands.whitelist=mntr,conf,ruok'. See also chapter 'Setting Up an External ZooKeeper Ensemble' in the Solr Reference Guide.
   [junit4]   2> 	at org.apache.solr.handler.admin.ZookeeperStatusHandler.validateZkRawResponse(ZookeeperStatusHandler.java:311)
   [junit4]   2> org.apache.solr.common.SolrException: Could not execute mntr towards ZK host zoo3:2181. Add this line to the 'zoo.cfg' configuration file on each zookeeper node: '4lw.commands.whitelist=mntr,conf,ruok'. See also chapter 'Setting Up an External ZooKeeper Ensemble' in the Solr Reference Guide.
   [junit4]   2> 	at org.apache.solr.handler.admin.ZookeeperStatusHandler.validateZkRawResponse(ZookeeperStatusHandler.java:311) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.ZookeeperStatusHandler.monitorZookeeper(ZookeeperStatusHandler.java:243) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.ZookeeperStatusHandler.getZkStatus(ZookeeperStatusHandler.java:144) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.ZookeeperStatusHandlerTest.testEnsembleStatusMock(ZookeeperStatusHandlerTest.java:132) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
   [junit4]   2> 51802 INFO  (TEST-ZookeeperStatusHandlerTest.testEnsembleStatusMock-seed#[E711D48B0082BCE8]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testEnsembleStatusMock
   [junit4]   2> 52068 INFO  (TEST-ZookeeperStatusHandlerTest.validateNotWhitelisted-seed#[E711D48B0082BCE8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting validateNotWhitelisted
   [junit4]   2> 52068 INFO  (TEST-ZookeeperStatusHandlerTest.validateNotWhitelisted-seed#[E711D48B0082BCE8]) [     ] o.a.s.SolrTestCaseJ4 ###Ending validateNotWhitelisted
   [junit4]   2> 52086 INFO  (TEST-ZookeeperStatusHandlerTest.validateEmptyResponse-seed#[E711D48B0082BCE8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting validateEmptyResponse
   [junit4]   2> 52086 INFO  (TEST-ZookeeperStatusHandlerTest.validateEmptyResponse-seed#[E711D48B0082BCE8]) [     ] o.a.s.SolrTestCaseJ4 ###Ending validateEmptyResponse
   [junit4]   2> 52101 INFO  (TEST-ZookeeperStatusHandlerTest.testZkWithPrometheusSolr14752-seed#[E711D48B0082BCE8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testZkWithPrometheusSolr14752
   [junit4]   2> 52103 INFO  (TEST-ZookeeperStatusHandlerTest.testZkWithPrometheusSolr14752-seed#[E711D48B0082BCE8]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testZkWithPrometheusSolr14752
   [junit4]   2> 52123 INFO  (TEST-ZookeeperStatusHandlerTest.monitorZookeeper-seed#[E711D48B0082BCE8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting monitorZookeeper
   [junit4]   2> 62186 INFO  (TEST-ZookeeperStatusHandlerTest.monitorZookeeper-seed#[E711D48B0082BCE8]) [     ] o.a.s.SolrTestCaseJ4 ###Ending monitorZookeeper
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZookeeperStatusHandlerTest -Dtests.method=monitorZookeeper -Dtests.seed=E711D48B0082BCE8 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Asia/Tashkent -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   10.4s J4 | ZookeeperStatusHandlerTest.monitorZookeeper <<<
   [junit4]    > Throwable #1: java.util.concurrent.TimeoutException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E711D48B0082BCE8:72F617D204639E05]:0)
   [junit4]    > 	at java.util.concurrent.FutureTask.get(FutureTask.java:205)
   [junit4]    > 	at org.apache.solr.handler.admin.ZookeeperStatusHandlerTest.monitorZookeeper(ZookeeperStatusHandlerTest.java:83)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 62519 INFO  (qtp553324577-92) [n:127.0.0.1:61121_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/zookeeper/status params={wt=json&version=1} status=0 QTime=2231
   [junit4]   2> 62633 INFO  (TEST-ZookeeperStatusHandlerTest.testMntrBugZk36Solr14463-seed#[E711D48B0082BCE8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMntrBugZk36Solr14463
   [junit4]   2> 62633 INFO  (TEST-ZookeeperStatusHandlerTest.testMntrBugZk36Solr14463-seed#[E711D48B0082BCE8]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMntrBugZk36Solr14463
   [junit4]   2> 62895 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=195772871
   [junit4]   2> 62895 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:61121_solr
   [junit4]   2> 63177 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 63177 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:61121_solr as DOWN
   [junit4]   2> 63602 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 63741 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 63742 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@196ad7f2: rootName = solr_61121, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@4e66a5d7
   [junit4]   2> 64022 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 64022 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1fdecc3d: rootName = solr_61121, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@30a25285
   [junit4]   2> 64041 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 64041 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2493e50f: rootName = solr_61121, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@33318d6b
   [junit4]   2> 64041 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 64047 INFO  (closeThreadPool-46-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72061651331842053-127.0.0.1:61121_solr-n_0000000000) closing
   [junit4]   2> 64047 INFO  (OverseerAutoScalingTriggerThread-72061651331842053-127.0.0.1:61121_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 64047 INFO  (OverseerStateUpdate-72061651331842053-127.0.0.1:61121_solr-n_0000000000) [n:127.0.0.1:61121_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:61121_solr
   [junit4]   2> 64062 INFO  (closeThreadPool-46-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72061651331842053-127.0.0.1:61121_solr-n_0000000000) closing
   [junit4]   2> 64208 INFO  (jetty-closer-41-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72061651331842053-127.0.0.1:61121_solr-n_0000000000) closing
   [junit4]   2> 65014 INFO  (httpUriRequest-40-thread-1-processing-http:////127.0.0.1:61121//solr) [     ] o.a.h.i.e.RetryExec I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://127.0.0.1:61121: The target server failed to respond
   [junit4]   2> 65116 INFO  (httpUriRequest-40-thread-1-processing-http:////127.0.0.1:61121//solr) [     ] o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:61121
   [junit4]   2> 65118 INFO  (jetty-closer-41-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6c85e1a0{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 65237 INFO  (jetty-closer-41-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@11c28228{/solr,null,UNAVAILABLE}
   [junit4]   2> 65262 INFO  (jetty-closer-41-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 65798 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 65822 WARN  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker-SendThread(127.0.0.1:61093)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10003b0a9900000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10003b0a9900000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10003b0a9900000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 65942 WARN  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker-SendThread(127.0.0.1:61093)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10003b0a9900001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10003b0a9900001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10003b0a9900001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 66062 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 66148 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:61093
   [junit4]   2> 66148 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61093
   [junit4]   2> 66148 INFO  (SUITE-ZookeeperStatusHandlerTest-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61093
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.handler.admin.ZookeeperStatusHandlerTest_E711D48B0082BCE8-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=17077, maxDocsPerChunk=9, blockShift=9), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=17077, blockSize=9)), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=th, timezone=Asia/Tashkent
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=63228536,total=122159104
   [junit4]   2> NOTE: All tests run in this JVM: [ZookeeperStatusHandlerTest]
   [junit4] Completed [4/920 (1!)] on J4 in 68.16s, 6 tests, 1 error <<< FAILURES!

[...truncated 18 lines...]
   [junit4] Suite: org.apache.solr.core.TestCustomStream
   [junit4]   2> 50484 INFO  (SUITE-TestCustomStream-seed#[E711D48B0082BCE8]-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> 50487 INFO  (SUITE-TestCustomStream-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.core.TestCustomStream_E711D48B0082BCE8-001\data-dir-2-001
   [junit4]   2> 50487 INFO  (SUITE-TestCustomStream-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 50499 INFO  (SUITE-TestCustomStream-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 50500 INFO  (SUITE-TestCustomStream-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 50500 INFO  (SUITE-TestCustomStream-seed#[E711D48B0082BCE8]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 50527 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 50529 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 50529 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 50536 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 50641 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.ZkTestServer start zk server on port: 61203
   [junit4]   2> 50641 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:61203
   [junit4]   2> 50641 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61203
   [junit4]   2> 50641 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61203
   [junit4]   2> 50647 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 50662 INFO  (zkConnectionManagerCallback-49-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 50663 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 50675 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 50683 INFO  (zkConnectionManagerCallback-51-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 50683 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 50695 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] 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> 50709 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] 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> 50721 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] 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> 50734 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] 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> 50748 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] 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> 50760 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] 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> 50771 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] 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> 50783 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] 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> 50790 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] 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> 50804 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] 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> 50815 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] 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> 50826 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 53786 WARN  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 53786 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 53786 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 53786 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 53788 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 53788 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 53788 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 53789 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b344afd{/,null,AVAILABLE}
   [junit4]   2> 53794 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1ce8966b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:61217}
   [junit4]   2> 53794 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.e.j.s.Server Started @53831ms
   [junit4]   2> 53794 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.core.TestCustomStream_E711D48B0082BCE8-001\tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=61217, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.core.TestCustomStream_E711D48B0082BCE8-001\control-001\cores}
   [junit4]   2> 53794 ERROR (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 53794 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 53794 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 53794 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 53794 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 53794 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-04T04:45:21.881Z
   [junit4]   2> 53794 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 53818 INFO  (zkConnectionManagerCallback-53-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 53818 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 53822 WARN  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]-SendThread(127.0.0.1:61203)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10003b135730002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10003b135730002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10003b135730002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 53923 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 53923 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.core.TestCustomStream_E711D48B0082BCE8-001\control-001\solr.xml
   [junit4]   2> 54006 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 54006 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 54024 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@639c6a5e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 54317 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 54637 WARN  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@363ba719[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 54637 WARN  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@363ba719[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 54758 WARN  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7aad34b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 54758 WARN  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7aad34b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 55575 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61203/solr
   [junit4]   2> 55580 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55626 INFO  (zkConnectionManagerCallback-63-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55628 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55669 WARN  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]-SendThread(127.0.0.1:61203)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10003b135730003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10003b135730003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10003b135730003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 55779 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [n:127.0.0.1:61217_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55842 INFO  (zkConnectionManagerCallback-65-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55842 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [n:127.0.0.1:61217_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58466 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [n:127.0.0.1:61217_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61217_
   [junit4]   2> 58482 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [n:127.0.0.1:61217_     ] o.a.s.c.Overseer Overseer (id=72061653678751748-127.0.0.1:61217_-n_0000000000) starting
   [junit4]   2> 58590 INFO  (OverseerStateUpdate-72061653678751748-127.0.0.1:61217_-n_0000000000) [n:127.0.0.1:61217_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:61217_
   [junit4]   2> 58597 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [n:127.0.0.1:61217_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61217_
   [junit4]   2> 58611 INFO  (zkCallback-64-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 58641 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [n:127.0.0.1:61217_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 58642 WARN  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [n:127.0.0.1:61217_     ] 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> 59445 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [n:127.0.0.1:61217_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 59950 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [n:127.0.0.1:61217_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639c6a5e
   [junit4]   2> 59962 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [n:127.0.0.1:61217_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639c6a5e
   [junit4]   2> 59963 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [n:127.0.0.1:61217_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@639c6a5e
   [junit4]   2> 59968 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [n:127.0.0.1:61217_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J3\temp\solr.core.TestCustomStream_E711D48B0082BCE8-001\control-001\cores
   [junit4]   2> 61054 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 61102 INFO  (zkConnectionManagerCallback-82-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 61102 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 61113 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 61122 INFO  (TEST-TestCustomStream.testDynamicLoadingCustomStream-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61203/solr ready
   [junit4]   2> 61593 INFO  (qtp1441256472-175) [n:127.0.0.1:61217_     ] 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:61217_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 61840 INFO  (OverseerThreadFactory-72-thread-1-processing-n:127.0.0.1:61217_) [n:127.0.0.1:61217_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 70107 INFO  (qtp1441256472-171) [n:127.0.0.1:61217_    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> 70133 INFO  (qtp1441256472-171) [n:127.0.0.1:61217_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 71603 INFO  (qtp1441256472-171) [n:127.0.0.1:61217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 72571 INFO  (qtp1441256472-171) [n:127.0.0.1:61217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 72820 WARN  (qtp1441256472-171) [n:127.0.0.1:61217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.TrieIntField Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 72968 WARN  (qtp1441256472-171) [n:127.0.0.1:61217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.TrieFloatField Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 73066 WARN  (qtp1441256472-171) [n:127.0.0.1:61217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.TrieLongField Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 73109 WARN  (qtp1441256472-171) [n:127.0.0.1:61217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.TrieDoubleField Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 79153 WARN  (qtp1441256472-171) [n:127.0.0.1:61217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.TrieDateField Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 80348 ERROR (OverseerThreadFactory-72-thread-1-processing-n:127.0.0.1:61217_) [n:127.0.0.1:61217_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:61217
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: Total timeout 15000 ms elapsed
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:413)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Total timeout 15000 ms elapsed
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:413) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:608) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:796) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.TimeoutCompleteListener.onTimeoutExpired(TimeoutCompleteListener.java:51) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.CyclicTimeout$Wakeup.run(CyclicTimeout.java:282) ~[jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_201]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_201]
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:1.8.0_201]
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:1.8.0_201]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_201]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_201]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
   [junit4]   2> Caused by: java.util.concurrent.TimeoutException: Total timeout 15000 ms elapsed
   [junit4]   2> 	... 9 more
   [junit4]   2> 80362 ERROR (OverseerThreadFactory-72-thread-1-processing-n:127.0.0.1:61217_) [n:127.0.0.1:61217_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Cleaning up collection [control_collection].
   [junit4]   2> 80564 INFO  (OverseerThreadFactory-72-thread-1-processing-n:127.0.0.1:61217_) [n:127.0.0.1:61217_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 80640 ERROR (qtp1441256472-172) [n:127.0.0.1:61217_    x:control_collection_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Cannot unload non-existent core [control_collection_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.unload(CoreContainer.java:1773)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$1(CoreAdminOperation.java:108)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:857)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:821)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 80640 INFO  (qtp1441256472-172) [n:127.0.0.1:61217_    x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=control_collection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=400 QTime=2
   [junit4]   2> 81147 ERROR (OverseerThreadFactory-72-thread-1-processing-n:127.0.0.1:61217_) [n:127.0.0.1:61217_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:61217
   [junit4]   2>           => org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: Cannot unload non-existent core [control_collection_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:775)
   [junit4]   2> org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: Cannot unload non-existent core [control_collection_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:775) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:464) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient.access$1200(Http2SolrClient.java:114) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient$1.lambda$onHeaders$0(Http2SolrClient.java:397) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_201]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_201]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
   [junit4]   2> 81231 INFO  (zkCallback-64-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 81361 WARN  (qtp1441256472-171) [n:127.0.0.1:61217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.WordDelimiterFilterFactory Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 81379 INFO  (OverseerThreadFactory-72-thread-1-processing-n:127.0.0.1:61217_) [n:127.0.0.1:61217_     ] o.a.s.c.a.c.CreateCollectionCmd Cleaned up artifacts for failed create collection for [control_collection]
   [junit4]   2> 81379 ERROR (OverseerThreadFactory-72-thread-1-processing-n:127.0.0.1:61217_) [n:127.0.0.1:61217_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: control_collection operation: create failed:org.apache.solr.common.SolrException: Underlying core creation failed while creating collection: control_collection
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:310)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:264)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:517)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [ju

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

rException: Could not load conf for core control_collection_shard1_replica_n1: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=old_synonyms.txt from ZK
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.loadConfigSet(ConfigSetService.java:88)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1387)
   [junit4]   2> 	... 37 more
   [junit4]   2> Caused by: java.lang.RuntimeException: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=old_synonyms.txt from ZK
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:186)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:85)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:145)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.lambda$loadConfigSet$0(ConfigSetService.java:84)
   [junit4]   2> 	at org.apache.solr.core.ConfigSet.<init>(ConfigSet.java:48)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.loadConfigSet(ConfigSetService.java:84)
   [junit4]   2> 	... 38 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=old_synonyms.txt from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:111)
   [junit4]   2> 	at org.apache.lucene.analysis.synonym.SynonymGraphFilterFactory.loadSynonyms(SynonymGraphFilterFactory.java:179)
   [junit4]   2> 	at org.apache.lucene.analysis.synonym.SynonymGraphFilterFactory.inform(SynonymGraphFilterFactory.java:154)
   [junit4]   2> 	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:724)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:184)
   [junit4]   2> 	... 43 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/old_synonyms.txt
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:2256)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:315)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:315)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:1135)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:82)
   [junit4]   2> 	... 47 more
   [junit4]   2> 
   [junit4]   2> 103096 INFO  (qtp1363001707-167) [n:127.0.0.1:61292_t_g%2Feh     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=400 QTime=13591
   [junit4]   2> 103103 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 103225 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[E711D48B0082BCE8]-SendThread(127.0.0.1:61278)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10003b1846c0001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10003b1846c0001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10003b1846c0001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 103334 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 103343 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:61278
   [junit4]   2> 103343 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61278
   [junit4]   2> 103343 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[E711D48B0082BCE8]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61278
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=E711D48B0082BCE8 -Dtests.slow=true -Dtests.locale=nl-BE -Dtests.timezone=America/Rio_Branco -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   34.7s J4 | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:61292/t_g/eh: Underlying core creation failed while creating collection: control_collection
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E711D48B0082BCE8:3F5CF9DCF75F1948]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.core.TestDynamicLoading_E711D48B0082BCE8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=725, maxMBSortInHeap=5.446909323737496, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=nl-BE, timezone=America/Rio_Branco
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=54833560,total=159907840
   [junit4]   2> NOTE: All tests run in this JVM: [ZookeeperStatusHandlerTest, TestDynamicLoading]
   [junit4] Completed [11/920 (3!)] on J4 in 35.03s, 1 test, 1 error <<< FAILURES!

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

[repro] Revision: d253b307e31a04d28e4bc6f3168167982a38f68f

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

[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]       ZookeeperStatusHandlerTest
[repro]       TestCustomStream
[repro]       TestDynamicLoading
[repro] ant compile-test

[...truncated 3471 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=15 -Dtests.class="*.ZookeeperStatusHandlerTest|*.TestCustomStream|*.TestDynamicLoading" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=E711D48B0082BCE8 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Asia/Tashkent -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 147 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.core.TestCustomStream
[repro]   0/5 failed: org.apache.solr.core.TestDynamicLoading
[repro]   0/5 failed: org.apache.solr.handler.admin.ZookeeperStatusHandlerTest
[repro] Exiting with code 0

[...truncated 98 lines...]

[JENKINS-Experimental-GC] Lucene-Solr-8.x-Windows (64bit/jdk-14.0.1) - Build # 1692 - Failure!

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

All tests passed

Build Log:
[...truncated 13674 lines...]
   [junit4] JVM J4: stdout was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J4-20201003_234110_0477430571050683389987.sysout
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000198a939b755, pid=6620, tid=1236
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment AdoptOpenJDK (14.0.1+7) (build 14.0.1+7)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM AdoptOpenJDK (14.0.1+7, mixed mode, tiered, shenandoah gc, windows-amd64)
   [junit4] # Problematic frame:
   [junit4] # J 20786% c2 org.apache.solr.client.solrj.cloud.autoscaling.Policy.setApproxValuesAndSortNodes(Ljava/util/List;Ljava/util/List;)V (314 bytes) @ 0x00000198a939b755 [0x00000198a939b160+0x00000000000005f5]
   [junit4] #
   [junit4] # No core dump will be written. Minidumps are not enabled by default on client versions of Windows
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\hs_err_pid6620.log
   [junit4] Compiled method (c2)  232654 20786 % !   4       org.apache.solr.client.solrj.cloud.autoscaling.Policy::setApproxValuesAndSortNodes @ 19 (314 bytes)
   [junit4]  total in heap  [0x00000198a939ac90,0x00000198a939edc8] = 16696
   [junit4]  relocation     [0x00000198a939adf0,0x00000198a939b158] = 872
   [junit4]  main code      [0x00000198a939b160,0x00000198a939d820] = 9920
   [junit4]  stub code      [0x00000198a939d820,0x00000198a939d890] = 112
   [junit4]  oops           [0x00000198a939d890,0x00000198a939d8c8] = 56
   [junit4]  metadata       [0x00000198a939d8c8,0x00000198a939d9e0] = 280
   [junit4]  scopes data    [0x00000198a939d9e0,0x00000198a939e6c0] = 3296
   [junit4]  scopes pcs     [0x00000198a939e6c0,0x00000198a939eb30] = 1136
   [junit4]  dependencies   [0x00000198a939eb30,0x00000198a939eb50] = 32
   [junit4]  handler table  [0x00000198a939eb50,0x00000198a939ed48] = 504
   [junit4]  nul chk table  [0x00000198a939ed48,0x00000198a939edc8] = 128
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://github.com/AdoptOpenJDK/openjdk-support/issues
   [junit4] #
   [junit4] <<< JVM J4: EOF ----

[...truncated 2759 lines...]
   [junit4] ERROR: JVM J4 ended with an exception, command line: C:\Users\jenkins\tools\java\64bit\jdk-14.0.1\bin\java.exe -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\heapdumps -ea -esa --illegal-access=deny -Dtests.prefix=tests -Dtests.seed=914A2FB382415024 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=8.7.0 -Dtests.cleanthreads=perClass -Djava.util.logging.config.file=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\tools\junit4\logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=1 -DtempDir=./temp -Djava.io.tmpdir=./temp -Dcommon.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene -Dclover.db.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\clover\db -Djava.security.policy=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\etc\security.policy -Dtests.LUCENE_VERSION=8.7.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.src.home=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4 -Djunit4.tempDir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp -Djunit4.childvm.id=4 -Djunit4.childvm.count=5 -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dtests.filterstacks=true -Dtests.leaveTemporary=false -Dtests.badapples=false -classpath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\classes\test;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-test-framework\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\test-framework\lib\hamcrest-core-1.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\test-framework\lib\junit4-ant-2.7.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\test-framework\lib\opentracing-mock-0.33.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\lucene-analyzers-common-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\lucene-analyzers-kuromoji-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\lucene-analyzers-nori-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\lucene-analyzers-phonetic-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\lucene-codecs-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\lucene-backward-codecs-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\lucene-highlighter-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\memory\lucene-memory-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\lucene-misc-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\lucene-spatial-extras-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\lucene-spatial3d-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\lucene-expressions-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\suggest\lucene-suggest-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\lucene-grouping-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\lucene-queries-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\lucene-queryparser-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\lucene-join-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\lucene-sandbox-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\lucene-classification-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\antlr4-runtime-4.5.1-1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\asm-8.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\asm-commons-8.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\avatica-core-1.13.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\caffeine-2.8.4.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\calcite-core-1.18.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\calcite-linq4j-1.18.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\commons-cli-1.4.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\commons-codec-1.13.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\commons-collections-3.2.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\commons-collections4-4.4.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\commons-compiler-3.0.9.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\commons-configuration2-2.1.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\commons-exec-1.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\commons-io-2.8.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\commons-lang3-3.10.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\commons-math3-3.6.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\commons-text-1.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\curator-client-2.13.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\curator-framework-2.13.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\curator-recipes-2.13.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\disruptor-3.4.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\eigenbase-properties-1.1.5.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\guava-25.1-jre.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\hadoop-annotations-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\hadoop-auth-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\hadoop-common-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\hadoop-hdfs-client-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\hppc-0.8.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\htrace-core4-4.1.0-incubating.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\jackson-annotations-2.11.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\jackson-core-2.11.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\jackson-databind-2.11.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\jackson-dataformat-smile-2.11.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\janino-3.0.9.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\java-semver-0.9.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\jcl-over-slf4j-1.7.24.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\jose4j-0.6.5.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\json-path-2.4.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\kerb-core-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\kerb-util-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\kerby-asn1-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\kerby-pkix-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\log4j-1.2-api-2.13.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\log4j-api-2.13.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\log4j-core-2.13.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\log4j-slf4j-impl-2.13.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\opentracing-api-0.33.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\opentracing-noop-0.33.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\opentracing-util-0.33.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\org.restlet-2.4.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\org.restlet.ext.servlet-2.4.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\protobuf-java-3.11.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\re2j-1.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\rrd4j-3.5.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\s2-geometry-library-java-1.0.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\spatial4j-0.7.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\lib\t-digest-3.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\commons-io-2.8.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\commons-lang-2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\commons-math3-3.6.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\http2-client-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\http2-common-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\http2-hpack-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\http2-http-client-transport-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\httpclient-4.5.12.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\httpcore-4.4.13.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\httpmime-4.5.12.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\jcl-over-slf4j-1.7.24.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\jetty-alpn-client-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\jetty-alpn-java-client-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\jetty-client-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\jetty-http-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\jetty-io-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\jetty-util-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\netty-buffer-4.1.50.Final.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\netty-codec-4.1.50.Final.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\netty-common-4.1.50.Final.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\netty-handler-4.1.50.Final.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\netty-resolver-4.1.50.Final.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\netty-transport-4.1.50.Final.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\netty-transport-native-epoll-4.1.50.Final.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\netty-transport-native-unix-common-4.1.50.Final.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\slf4j-api-1.7.24.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\snappy-java-1.1.7.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\stax2-api-3.1.4.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\woodstox-core-asl-4.4.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\zookeeper-3.6.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\solrj\lib\zookeeper-jute-3.6.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\http2-common-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\http2-hpack-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\http2-server-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\javax.servlet-api-3.1.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-alpn-java-server-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-alpn-server-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-continuation-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-deploy-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-http-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-io-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-jmx-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-rewrite-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-security-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-server-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-servlet-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-servlets-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-util-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-webapp-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-xml-9.4.27.v20200227.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\metrics-core-4.1.5.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\metrics-graphite-4.1.5.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\metrics-jetty9-4.1.5.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\metrics-jmx-4.1.5.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\metrics-jvm-4.1.5.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\example\example-DIH\solr\db\lib\derby-10.9.1.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\example\example-DIH\solr\db\lib\hsqldb-2.4.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\test-framework\lib\hamcrest-core-1.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\test-framework\lib\junit-4.12.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\test-framework\lib\randomizedtesting-runner-2.7.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\antlr4-runtime-4.5.1-1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\byte-buddy-1.9.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\commons-compress-1.20.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\commons-logging-1.1.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\commons-text-1.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\hadoop-common-3.2.0-tests.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\hadoop-hdfs-3.2.0-tests.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\hadoop-hdfs-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\hadoop-minicluster-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\hadoop-minikdc-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\jersey-core-1.19.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\jersey-server-1.19.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\jersey-servlet-1.19.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-admin-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-client-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-common-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-crypto-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-identity-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-server-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-simplekdc-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerby-config-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerby-kdc-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerby-util-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\mockito-core-2.23.4.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\netty-all-4.1.50.Final.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\objenesis-2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\opentracing-mock-0.33.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\lucene-analyzers-icu-8.7.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\contrib\solr-analysis-extras\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\classes\test;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\classes\test;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\contrib\analysis-extras\lib\icu4j-62.1.jar;C:\Users\jenkins\.ivy2\cache\com.carrotsearch.randomizedtesting\junit4-ant\jars\junit4-ant-2.7.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J4-20201003_234110_04718319886120013445159.events @C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J4-20201003_234110_0479006800902994264089.suites -stdin
   [junit4] ERROR: JVM J4 ended with an exception: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J4-20201003_234110_0477430571050683389987.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:832)

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:578: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build.xml:231: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\common-build.xml:550: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: At least one slave process threw an exception, first: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J4-20201003_234110_0477430571050683389987.sysout

Total time: 64 minutes 36 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