You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/06/28 12:22:23 UTC

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.x - Build # 312 - Still Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/312/

1 tests failed.
FAILED:  org.apache.solr.update.PeerSyncWithLeaderTest.test

Error Message:
.response[0][id][0]:2!=1

Stack Trace:
junit.framework.AssertionFailedError: .response[0][id][0]:2!=1
	at __randomizedtesting.SeedInfo.seed([B548A8DF2F895ED0:3D1C970581753328]:0)
	at junit.framework.Assert.fail(Assert.java:57)
	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:1004)
	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1031)
	at org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:720)
	at org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:711)
	at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:104)
	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:1088)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1059)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 16129 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncWithLeaderTest
   [junit4]   2> 4909157 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[B548A8DF2F895ED0]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 4909157 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[B548A8DF2F895ED0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/data-dir-297-001
   [junit4]   2> 4909158 WARN  (SUITE-PeerSyncWithLeaderTest-seed#[B548A8DF2F895ED0]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 4909158 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[B548A8DF2F895ED0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4909160 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[B548A8DF2F895ED0]-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> 4909160 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[B548A8DF2F895ED0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4909160 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[B548A8DF2F895ED0]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 4909160 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4909166 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4909193 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 4909193 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 4909196 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4909203 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4909564 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:377) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:342) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.update.PeerSyncTest.<init>(PeerSyncTest.java:59) [test/:?]
   [junit4]   2> 	at org.apache.solr.update.PeerSyncWithLeaderTest.<init>(PeerSyncWithLeaderTest.java:32) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$NewInstanceProvider.newInstance(RandomizedRunner.java:1580) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:933) [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.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [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 org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [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_291]
   [junit4]   2> 4909565 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1348) ~[?:1.8.0_291]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1380) ~[?:1.8.0_291]
   [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:678) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.update.PeerSyncTest.<init>(PeerSyncTest.java:59) [test/:?]
   [junit4]   2> 	at org.apache.solr.update.PeerSyncWithLeaderTest.<init>(PeerSyncWithLeaderTest.java:32) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$NewInstanceProvider.newInstance(RandomizedRunner.java:1580) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:933) [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.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [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 org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [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_291]
   [junit4]   2> 4909566 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4909567 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3ddc43e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4909567 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3ddc43e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4909569 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2ebd361f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4909569 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2ebd361f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4909571 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] 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> 4909599 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4909606 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4909606 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4909607 INFO  (coreLoadExecutor-38080-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 4909614 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4909632 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 4909632 WARN  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 4909635 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4909642 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4909649 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 4909649 INFO  (coreLoadExecutor-38080-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@3848457
   [junit4]   2> 4909649 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/data-dir-297-001/]
   [junit4]   2> 4909650 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=7, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4909654 WARN  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] 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> 4909695 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4909695 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4909696 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4909696 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4909696 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@76d94f02
   [junit4]   2> 4909699 WARN  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 4909699 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 4909699 INFO  (coreLoadExecutor-38080-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1703810660218961920
   [junit4]   2> 4909702 INFO  (searcherExecutor-38082-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4909702 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 4909828 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/control/cores/collection1
   [junit4]   2> 4909829 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4909829 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4909829 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 4909840 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4909840 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4909840 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4909843 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5cf37df3{/,null,AVAILABLE}
   [junit4]   2> 4909843 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@a2d2b82{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40459}
   [junit4]   2> 4909843 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.Server Started @4909875ms
   [junit4]   2> 4909843 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, hostPort=40459, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/control/cores}
   [junit4]   2> 4909844 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4909844 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4909844 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 4909844 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 4909844 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 4909844 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-28T11:41:06.815Z
   [junit4]   2> 4909844 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/control/solr.xml
   [junit4]   2> 4909846 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4909846 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4909848 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4910205 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4910205 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11ee7ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4910206 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11ee7ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4910210 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@57bd9af7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4910210 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@57bd9af7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4910212 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] 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> 4910225 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 4 cores with initial capacity of 4
   [junit4]   2> 4910225 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4910258 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4910266 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4910266 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4910268 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/control/cores
   [junit4]   2> 4910268 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4910276 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4910295 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 4910295 WARN  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 4910298 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4910305 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4910312 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 4910312 INFO  (coreLoadExecutor-38099-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@3848457
   [junit4]   2> 4910313 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/control/cores/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 4910314 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=7, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4910317 WARN  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] 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> 4910362 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4910362 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4910363 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4910363 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4910364 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@2df1af58
   [junit4]   2> 4910366 WARN  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 4910366 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 4910366 INFO  (coreLoadExecutor-38099-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1703810660918362112
   [junit4]   2> 4910371 INFO  (searcherExecutor-38101-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4910485 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 4910485 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4910486 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4910486 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 4910490 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4910490 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4910490 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4910491 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15a3e437{/,null,AVAILABLE}
   [junit4]   2> 4910491 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@56e725d2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33149}
   [junit4]   2> 4910491 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.Server Started @4910523ms
   [junit4]   2> 4910491 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, hostPort=33149, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard0/cores}
   [junit4]   2> 4910492 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4910492 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4910492 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 4910492 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 4910492 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 4910492 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-28T11:41:07.463Z
   [junit4]   2> 4910492 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 4910494 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4910494 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4910496 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4910911 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4910912 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@e3a376[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4910912 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@e3a376[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4910915 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6ffa7447[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4910915 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6ffa7447[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4910917 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] 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> 4910931 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 4 cores with initial capacity of 4
   [junit4]   2> 4910931 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4910952 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4910979 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4910979 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4910981 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard0/cores
   [junit4]   2> 4910981 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4910990 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4911009 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 4911009 WARN  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 4911012 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4911020 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4911026 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 4911026 INFO  (coreLoadExecutor-38118-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@3848457
   [junit4]   2> 4911027 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard0/cores/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 4911028 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=7, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4911032 WARN  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] 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> 4911074 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4911074 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4911075 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4911075 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4911076 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@44a8d249
   [junit4]   2> 4911078 WARN  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 4911078 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 4911079 INFO  (coreLoadExecutor-38118-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1703810661665996800
   [junit4]   2> 4911083 INFO  (searcherExecutor-38120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4911198 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 4911199 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4911199 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4911199 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 4911200 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4911200 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4911200 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4911200 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75396939{/,null,AVAILABLE}
   [junit4]   2> 4911200 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5bac64e3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37567}
   [junit4]   2> 4911200 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.Server Started @4911232ms
   [junit4]   2> 4911200 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, hostPort=37567, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard1/cores}
   [junit4]   2> 4911200 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4911200 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4911201 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 4911201 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 4911201 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 4911201 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-28T11:41:08.172Z
   [junit4]   2> 4911201 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 4911203 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4911203 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4911204 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4912353 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4912354 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f7ccd4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4912354 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f7ccd4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4912357 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7e76fd8e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4912357 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7e76fd8e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4912359 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] 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> 4912370 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 4 cores with initial capacity of 4
   [junit4]   2> 4912370 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4912392 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4912420 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4912420 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4912422 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard1/cores
   [junit4]   2> 4912422 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4912430 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4912449 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 4912449 WARN  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 4912452 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4912460 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4912468 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 4912468 INFO  (coreLoadExecutor-38137-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@3848457
   [junit4]   2> 4912468 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard1/cores/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 4912470 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=7, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4912474 WARN  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] 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> 4912518 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4912518 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4912519 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4912519 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4912520 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@73854a56
   [junit4]   2> 4912522 WARN  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 4912523 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 4912523 INFO  (coreLoadExecutor-38137-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1703810663180140544
   [junit4]   2> 4912526 INFO  (searcherExecutor-38139-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4912656 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 4912657 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4912657 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4912657 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 4912663 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4912663 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4912663 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4912664 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e5031e{/,null,AVAILABLE}
   [junit4]   2> 4912664 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@482d85a6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45923}
   [junit4]   2> 4912664 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.s.Server Started @4912696ms
   [junit4]   2> 4912664 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, hostPort=45923, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard2/cores}
   [junit4]   2> 4912665 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4912665 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4912665 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 4912665 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 4912665 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 4912665 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-28T11:41:09.636Z
   [junit4]   2> 4912665 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 4912667 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4912667 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4912669 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4913775 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4913776 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@99dbd06[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4913776 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@99dbd06[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4913779 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@511abf98[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4913779 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@511abf98[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4913780 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] 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> 4913792 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 4 cores with initial capacity of 4
   [junit4]   2> 4913792 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4913828 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4913839 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4913840 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848457
   [junit4]   2> 4913841 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard2/cores
   [junit4]   2> 4913841 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4913848 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4913872 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 4913873 WARN  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 4913876 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4913884 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4913891 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 4913891 INFO  (coreLoadExecutor-38156-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@3848457
   [junit4]   2> 4913891 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard2/cores/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 4913893 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=7, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4913896 WARN  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] 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> 4913969 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4913969 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4913970 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4913970 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4913971 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@47c0cbaa
   [junit4]   2> 4913973 WARN  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 4913973 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 4913973 INFO  (coreLoadExecutor-38156-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1703810664700575744
   [junit4]   2> 4913976 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 4913978 INFO  (searcherExecutor-38158-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4913979 INFO  (qtp635778839-137334) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 1
   [junit4]   2> 4913980 WARN  (qtp1557954044-137355) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 4913980 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp= path=/get params={syncWithLeader=http://127.0.0.1:33149/collection1&qt=/get&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4913982 INFO  (qtp1557954044-137356) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 1
   [junit4]   2> 4913983 INFO  (qtp1557954044-137357) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url=  START leader=http://127.0.0.1:33149/collection1 nUpdates=100
   [junit4]   2> 4914044 INFO  (qtp635778839-137336) [    x:collection1 ] o.a.s.u.IndexFingerprint IndexFingerprint millis:59.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 4914044 INFO  (qtp635778839-137336) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=60
   [junit4]   2> 4914055 INFO  (qtp1557954044-137357) [    x:collection1 ] o.a.s.u.IndexFingerprint IndexFingerprint millis:10.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 4914055 INFO  (qtp1557954044-137357) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 0
   [junit4]   2> 4914055 INFO  (qtp1557954044-137357) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp= path=/get params={syncWithLeader=http://127.0.0.1:33149/collection1&qt=/get&getVersions=100&wt=javabin&version=2} status=0 QTime=72
   [junit4]   2> 4914066 INFO  (searcherExecutor-38120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4914066 INFO  (qtp635778839-137337) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 10
   [junit4]   2> 4914073 INFO  (searcherExecutor-38139-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4914074 INFO  (qtp1557954044-137358) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 7
   [junit4]   2> 4914074 INFO  (qtp635778839-137333) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 4914077 INFO  (qtp1557954044-137354) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 4914084 INFO  (qtp635778839-137334) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[2 (2)]} 0 3
   [junit4]   2> 4914084 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url=  START leader=http://127.0.0.1:33149/collection1 nUpdates=100
   [junit4]   2> 4914095 INFO  (qtp635778839-137335) [    x:collection1 ] o.a.s.u.IndexFingerprint IndexFingerprint millis:9.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 4914095 INFO  (qtp635778839-137335) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 4914097 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.u.IndexFingerprint IndexFingerprint millis:2.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 4914097 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 1
   [junit4]   2> 4914097 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader Leader fingerprint: {maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}, Our fingerprint: {maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 4914104 INFO  (qtp635778839-137336) [    x:collection1 ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 4914104 INFO  (qtp635778839-137336) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 4914105 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader Leader fingerprint {maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 4914106 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url=  Received 2 versions from http://127.0.0.1:33149/collection1
   [junit4]   2> 4914106 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url=  Requesting updates from http://127.0.0.1:33149/collection1 n=1 versions=2...2
   [junit4]   2> 4914117 INFO  (qtp635778839-137337) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp= path=/get params={getUpdates=2...2&distrib=false&qt=/get&onlyIfActive=false&skipDbq=true&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 4914119 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (2)]} 0 1
   [junit4]   2> 4914126 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.u.IndexFingerprint IndexFingerprint millis:7.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 4914126 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 0
   [junit4]   2> 4914126 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url=  DONE. sync succeeded
   [junit4]   2> 4914126 INFO  (qtp1557954044-137355) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp= path=/get params={syncWithLeader=http://127.0.0.1:33149/collection1&qt=/get&getVersions=100&wt=javabin&version=2} status=0 QTime=42
   [junit4]   2> 4914158 INFO  (searcherExecutor-38120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4914160 INFO  (qtp635778839-137333) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 32
   [junit4]   2> 4914176 INFO  (searcherExecutor-38139-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4914176 INFO  (qtp1557954044-137356) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 14
   [junit4]   2> 4914177 INFO  (qtp635778839-137334) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 4914181 INFO  (qtp1557954044-137357) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 4914181 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.BaseDistributedSearchTestCase Mismatched responses:
   [junit4]   2> {responseHeader={status=0,QTime=0},response={numFound=2,numFoundExact=true,start=0,docs=[SolrDocument{id=2, range_facet_l=[2], id_i1=2, range_facet_l_dv=[2], range_facet_i_dv=[2], n_ti1=-423200255, n_f1=0.49780786, n_tf1=0.541729, n_d1=0.29968830151245296, n_td1=0.008852888572615347, n_l1=-7424371934339413831, n_tl1=-7648250897385804720, n_dt1=Thu Sep 08 10:35:36 GMT 288379785, n_tdt1=Sun Sep 17 23:07:45 GMT 236547082, multiDefault=[muLti-Default], intDefault=42, timestamp=Mon Jun 28 11:41:11 GMT 2021, _version_=2, intDvoDefault=42}, SolrDocument{id=1, range_facet_l=[1], id_i1=1, range_facet_l_dv=[1], range_facet_i_dv=[1], multiDefault=[muLti-Default], intDefault=42, timestamp=Mon Jun 28 11:41:10 GMT 2021, _version_=1, intDvoDefault=42}]}}
   [junit4]   2> {responseHeader={status=0,QTime=0},response={numFound=2,numFoundExact=true,start=0,docs=[SolrDocument{id=1, range_facet_l=[1], id_i1=1, range_facet_l_dv=[1], range_facet_i_dv=[1], multiDefault=[muLti-Default], intDefault=42, timestamp=Mon Jun 28 11:41:10 GMT 2021, _version_=1, intDvoDefault=42}, SolrDocument{id=2, range_facet_l=[2], id_i1=2, range_facet_l_dv=[2], range_facet_i_dv=[2], n_ti1=-423200255, n_f1=0.49780786, n_tf1=0.541729, n_d1=0.29968830151245296, n_td1=0.008852888572615347, n_l1=-7424371934339413831, n_tl1=-7648250897385804720, n_dt1=Thu Sep 08 10:35:36 GMT 288379785, n_tdt1=Sun Sep 17 23:07:45 GMT 236547082, multiDefault=[muLti-Default], intDefault=42, timestamp=Mon Jun 28 11:41:11 GMT 2021, _version_=2, intDvoDefault=42}]}}
   [junit4]   2> 4914182 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[B548A8DF2F895ED0]) [     ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 4914186 INFO  (closeThreadPool-38163-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1002892390
   [junit4]   2> 4914191 INFO  (closeThreadPool-38163-thread-5) [     ] o.a.s.c.CoreContainer Shutting down Core

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

losing metric reporters for registry=solr.node tag=null
   [junit4]   2> 4914290 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[B548A8DF2F895ED0]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@10a22ad7: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@2bb0c289
   [junit4]   2> 4914291 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[B548A8DF2F895ED0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 4914291 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[B548A8DF2F895ED0]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4523ecd4: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@573d22e4
   [junit4]   2> 4914292 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[B548A8DF2F895ED0]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 4914292 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[B548A8DF2F895ED0]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@54efb474: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@77224ce3
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncWithLeaderTest_B548A8DF2F895ED0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), _root_=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=MockRandom)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), n_l1=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Asserting), n_dt1=DocValuesFormat(name=Asserting), n_td1=DocValuesFormat(name=Asserting), n_d1=DocValuesFormat(name=Lucene80), range_facet_l=DocValuesFormat(name=Lucene80), n_f1=DocValuesFormat(name=Asserting), n_ti1=DocValuesFormat(name=Direct), n_tl1=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Asserting), n_tf1=DocValuesFormat(name=Lucene80), n_tdt1=DocValuesFormat(name=Asserting), id_i1=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=721, maxMBSortInHeap=5.83706008640745, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=zh-HK, timezone=Africa/Dakar
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=90101088,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [MoveReplicaHDFSTest, VersionInfoTest, ZkStateReaderTest, TestConfLoadPerf, CheckHdfsIndexTest, CollectionsAPISolrJTest, TestXmlQParser, CopyFieldTest, JvmMetricsTest, HttpPartitionOnCommitTest, TestSegmentSorting, TestShardHandlerFactory, TestSimExecutePlanAction, TestJoin, TestSolrQueryParser, SolrJmxReporterCloudTest, TestSolrCloudSnapshots, DistributedIntervalFacetingTest, AutoscalingHistoryHandlerTest, SearchRateTriggerIntegrationTest, TestSolrCloudWithDelegationTokens, JWTAuthPluginTest, ProtectedTermFilterFactoryTest, HdfsNNFailoverTest, BitVectorTest, TestBlockCollapse, TestSurroundQueryParser, ShardRoutingTest, TestUnInvertedFieldException, TestCrossCoreJoin, TestLRUCache, DocExpirationUpdateProcessorFactoryTest, LocalFSCloudIncrementalBackupTest, HdfsWriteToMultipleCollectionsTest, TestRandomRequestDistribution, JSONWriterTest, DistanceFunctionTest, ConnectionReuseTest, DeleteReplicaTest, TestNestedDocsSort, AutoAddReplicasPlanActionTest, TestFaceting, TestSystemIdResolver, TestReversedWildcardFilterFactory, ZkFailoverTest, BadCopyFieldTest, TestUniqueKeyFieldResource, CategoryRoutedAliasUpdateProcessorTest, TestJmxIntegration, TestHalfAndHalfDocValues, NodeAddedTriggerTest, TestConfigSetsAPIZkFailure, CurrencyRangeFacetCloudTest, OverseerSolrResponseUnsafeSerializationTest, TestExceedMaxTermLength, CoreSorterTest, SyncSliceTest, BlockCacheTest, XmlInterpolationTest, SimplePostToolTest, RequestHandlersTest, HdfsAutoAddReplicasIntegrationTest, DocValuesNotIndexedTest, CollectionTooManyReplicasTest, TestFieldCacheWithThreads, TestStressIncrementalBackup, TestDistributedTracing, TestMissingGroups, RequiredFieldsTest, IndexSizeTriggerTest, JavaBinAtomicUpdateMultivalueTest, TestCloudDeleteByQuery, TestElisionMultitermQuery, TestNonDefinedSimilarityFactory, TestPKIAuthenticationPlugin, TestBooleanSimilarityFactory, HdfsBasicDistributedZk2Test, TestNRTOpen, TestReplicationHandlerDiskOverFlow, TestSolrDeletionPolicy2, SplitHandlerTest, TestCloudManagedSchema, TestAnalyzeInfixSuggestions, MoreLikeThisHandlerTest, SuggesterFSTTest, PreAnalyzedFieldManagedSchemaCloudTest, TestWithCollection, SuggestComponentTest, TestPHPSerializedResponseWriter, TestJsonRequest, ShardsWhitelistTest, TestSimpleQParserPlugin, TestInPlaceUpdatesRequiredField, TestJsonFacetErrors, ReplicationFactorTest, BasicAuthIntegrationTest, LeaderTragicEventTest, MetricsHistoryWithAuthIntegrationTest, CdcrBidirectionalTest, TestComplexPhraseQParserPlugin, TestCorePropertiesReload, TestDistributedSearch, SampleTest, TestFieldResource, DebugComponentTest, SpatialRPTFieldTypeTest, TestLegacyFieldReuse, TestSolrCoreProperties, CreateRoutedAliasTest, TestDistributedStatsComponentCardinality, UtilsToolTest, OverseerCollectionConfigSetProcessorTest, TestUnifiedSolrHighlighterWithoutStoredId, TolerantUpdateProcessorTest, TestHdfsBackupRestoreCore, SolrMetricManagerTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, MinimalSchemaTest, SolrTestCaseJ4DeleteCoreTest, TestDistributedGrouping, TestDeprecatedFilters, TestLuceneIndexBackCompat, AssignBackwardCompatibilityTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, CleanupOldIndexTest, ClusterStateMockUtilTest, ClusterStateTest, ClusterStateUpdateTest, ConnectionManagerTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, MultiThreadedOCPTest, ReindexCollectionTest, SolrCloudExampleTest, TestCloudPseudoReturnFields, TestCloudRecovery, TestCloudSearcherWarming, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, TestPullReplica, TestPullReplicaWithAuth, TestStressCloudBlindAtomicUpdates, TestTlogReplica, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, VMParamsZkACLAndCredentialsProvidersTest, ZkCLITest, ZkSolrClientTest, ConcurrentCreateCollectionTest, ConcurrentDeleteAndCreateCollectionTest, HdfsCloudIncrementalBackupTest, SimpleCollectionCreateDeleteTest, SplitByPrefixTest, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, TestReplicaProperties, IndexSizeTriggerMixedBoundsTest, NodeLostTriggerTest, NodeMarkersRegistrationTest, RestoreTriggerStateTest, ScheduledMaintenanceTriggerTest, ScheduledTriggerIntegrationTest, TestPolicyCloud, TriggerCooldownIntegrationTest, TriggerEventQueueTest, TriggerIntegrationTest, TestSimClusterStateProvider, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimScenario, TestSimUtils, TestSnapshotCloudManager, CdcrRequestHandlerTest, CdcrVersionReplicationTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, TestConfigSetProperties, TestCoreContainer, BackupIdTest, HdfsBackupRepositoryIntegrationTest, DocumentAnalysisRequestHandlerTest, TestBlobHandler, TestSQLHandler, V2StandaloneTest, XmlUpdateRequestHandlerTest, CoreAdminRequestStatusTest, HealthCheckHandlerTest, InfoHandlerTest, LoggingHandlerTest, LukeRequestHandlerTest, MetricsHandlerTest, PropertiesRequestHandlerTest, SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, SystemInfoHandlerTest, TestApiFramework, TestCollectionAPIs, TestConfigsApi, TestCoreAdminApis, ThreadDumpHandlerTest, V2CollectionBackupsAPIMappingTest, ZookeeperReadAPITest, ZookeeperStatusHandlerFailureTest, ZookeeperStatusHandlerTest, BadComponentTest, CloudReplicaSourceTest, DistributedFacetExistsSmallTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentOptimizationTest, DistributedSuggestComponentTest, FacetPivotSmallTest, InfixSuggestersTest, PhrasesIdentificationComponentTest, QueryElevationComponentTest, TestPivotHelperCode, TestTrackingShardHandlerFactory, EmbeddedSolrNoSerializeTest, RandomizedTaggerTest, Tagger2Test, TaggerTest, HighlighterConfigTest, HighlighterMaxOffsetTest, HighlighterTest, HighlighterWithoutStoredIdTest, TestPostingsSolrHighlighter, TestLegacyTerms, TestMultiValuedNumericRangeQuery, TestNumericRangeQuery32, TestNumericRangeQuery64, TestNumericTokenStream, MetricsDisabledCloudTest, SolrMetricsIntegrationTest, SolrCloudReportersTest, SolrShardReporterTest, SolrRrdBackendFactoryTest, TestPackages, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestFieldTypeResource, TestSchemaNameResource, BooleanFieldTest, DateFieldTest, DocValuesMissingTest, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, NumericFieldsTest, PrimitiveFieldTypeTest, TestManagedSchemaThreadSafety, TestPointFields, QueryEqualityTest, RankQueryTest, SortSpecParsingTest, TestFastLRUCache, TestFilteredDocIdSet, TestFiltering, TestRangeQuery, TestDocTermOrds, TestFieldCache, TestFieldCacheReopen, TestFieldCacheSort, TestNumericTerms32, TestUninvertingReader, AddBlockUpdateTest, CdcrUpdateLogTest, MaxSizeAutoCommitTest, PeerSyncWithIndexFingerprintCachingTest, PeerSyncWithLeaderTest]
   [junit4] Completed [887/939 (1!)] on J1 in 5.27s, 1 test, 1 failure <<< FAILURES!

[...truncated 52706 lines...]

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.x - Build # 313 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/313/

1 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.test

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:36071/ll_

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:36071/ll_
	at __randomizedtesting.SeedInfo.seed([F3C17D1306B84FC0:7B9542C9A8442238]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
	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:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
	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.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1827)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1765)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.splitByRouteKeyTest(ShardSplitTest.java:893)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.test(ShardSplitTest.java:112)
	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:1088)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1059)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
	... 57 more




Build Log:
[...truncated 14281 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 962966 INFO  (SUITE-ShardSplitTest-seed#[F3C17D1306B84FC0]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 962966 INFO  (SUITE-ShardSplitTest-seed#[F3C17D1306B84FC0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 962967 INFO  (SUITE-ShardSplitTest-seed#[F3C17D1306B84FC0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_F3C17D1306B84FC0-001/data-dir-39-001
   [junit4]   2> 962967 WARN  (SUITE-ShardSplitTest-seed#[F3C17D1306B84FC0]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=113 numCloses=113
   [junit4]   2> 962967 INFO  (SUITE-ShardSplitTest-seed#[F3C17D1306B84FC0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 962969 INFO  (SUITE-ShardSplitTest-seed#[F3C17D1306B84FC0]-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> 962969 INFO  (SUITE-ShardSplitTest-seed#[F3C17D1306B84FC0]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ll_/
   [junit4]   2> 962973 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 962973 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 962973 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 962974 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 963073 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer start zk server on port: 40263
   [junit4]   2> 963073 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40263
   [junit4]   2> 963073 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40263
   [junit4]   2> 963073 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40263
   [junit4]   2> 963074 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 963075 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 963081 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 963082 DEBUG (zkConnectionManagerCallback-7939-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14838b5e name: ZooKeeperConnection Watcher:127.0.0.1:40263 got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 963082 INFO  (zkConnectionManagerCallback-7939-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 963082 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 963083 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 963083 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 963085 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 963086 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 963087 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 963088 DEBUG (zkConnectionManagerCallback-7941-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a26f7c8 name: ZooKeeperConnection Watcher:127.0.0.1:40263/solr got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 963088 INFO  (zkConnectionManagerCallback-7941-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 963088 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 963089 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 963089 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /clusterprops.json
   [junit4]   2> 963090 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 963090 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 963091 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 963091 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 963092 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 963092 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 963093 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 963094 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 963095 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 963095 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 963096 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 963096 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 963100 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 963100 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 963101 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 963101 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 963102 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 963102 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 963103 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 963103 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 963104 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 963104 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 963105 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 963217 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 963217 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 963217 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 963225 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 963225 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 963225 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 963226 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@164cd22d{/ll_,null,AVAILABLE}
   [junit4]   2> 963227 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@530eb187{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44953}
   [junit4]   2> 963227 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.e.j.s.Server Started @963255ms
   [junit4]   2> 963227 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_F3C17D1306B84FC0-001/tempDir-001/control/data, hostContext=/ll_, hostPort=44953, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_F3C17D1306B84FC0-001/control-001/cores}
   [junit4]   2> 963227 ERROR (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 963227 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 963227 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.10.0
   [junit4]   2> 963227 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 963227 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 963227 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-29T00:40:40.076Z
   [junit4]   2> 963227 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 963228 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 963229 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 963229 DEBUG (zkConnectionManagerCallback-7943-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12ac80eb name: ZooKeeperConnection Watcher:127.0.0.1:40263/solr got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 963229 INFO  (zkConnectionManagerCallback-7943-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 963229 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 963229 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 963330 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 963330 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 963330 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_F3C17D1306B84FC0-001/control-001/solr.xml
   [junit4]   2> 963340 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 963340 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 963342 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6a5bb61a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 965493 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 965494 WARN  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@61fe35e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 965494 WARN  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@61fe35e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 965497 WARN  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5060fe4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 965497 WARN  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5060fe4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 965497 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40263/solr
   [junit4]   2> 965498 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 965498 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 965500 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 965500 DEBUG (zkConnectionManagerCallback-7954-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d663b81 name: ZooKeeperConnection Watcher:127.0.0.1:40263 got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 965500 INFO  (zkConnectionManagerCallback-7954-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 965500 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 965500 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 965601 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 965603 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 965604 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 965604 DEBUG (zkConnectionManagerCallback-7956-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@35a027e3 name: ZooKeeperConnection Watcher:127.0.0.1:40263/solr got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 965604 INFO  (zkConnectionManagerCallback-7956-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 965604 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 965605 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 965606 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 965607 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 965608 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/async_ids
   [junit4]   2> 965610 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 965610 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 965611 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/events
   [junit4]   2> 965612 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/triggerState
   [junit4]   2> 965612 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/nodeAdded
   [junit4]   2> 965613 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/nodeLost
   [junit4]   2> 965614 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 965615 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling.json
   [junit4]   2> 965616 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 965617 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/protwords.txt
   [junit4]   2> 965618 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/solrconfig.xml
   [junit4]   2> 965619 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/synonyms.txt
   [junit4]   2> 965620 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/managed-schema
   [junit4]   2> 965621 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_hi.txt
   [junit4]   2> 965623 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_fa.txt
   [junit4]   2> 965624 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_es.txt
   [junit4]   2> 965625 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_sv.txt
   [junit4]   2> 965626 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/contractions_ca.txt
   [junit4]   2> 965627 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_it.txt
   [junit4]   2> 965629 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_eu.txt
   [junit4]   2> 965632 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_no.txt
   [junit4]   2> 965633 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_en.txt
   [junit4]   2> 965635 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_et.txt
   [junit4]   2> 965636 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ar.txt
   [junit4]   2> 965637 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_fi.txt
   [junit4]   2> 965638 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_hu.txt
   [junit4]   2> 965640 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/hyphenations_ga.txt
   [junit4]   2> 965641 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_nl.txt
   [junit4]   2> 965643 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_de.txt
   [junit4]   2> 965645 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_th.txt
   [junit4]   2> 965648 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stemdict_nl.txt
   [junit4]   2> 965651 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ca.txt
   [junit4]   2> 965652 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_bg.txt
   [junit4]   2> 965654 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_gl.txt
   [junit4]   2> 965656 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_da.txt
   [junit4]   2> 965658 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_tr.txt
   [junit4]   2> 965661 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/contractions_fr.txt
   [junit4]   2> 965664 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ja.txt
   [junit4]   2> 965667 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_hy.txt
   [junit4]   2> 965669 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stoptags_ja.txt
   [junit4]   2> 965670 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/contractions_it.txt
   [junit4]   2> 965674 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_cz.txt
   [junit4]   2> 965676 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_id.txt
   [junit4]   2> 965677 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ro.txt
   [junit4]   2> 965678 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/userdict_ja.txt
   [junit4]   2> 965680 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_el.txt
   [junit4]   2> 965681 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ga.txt
   [junit4]   2> 965682 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_fr.txt
   [junit4]   2> 965683 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/contractions_ga.txt
   [junit4]   2> 965684 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_lv.txt
   [junit4]   2> 965685 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ru.txt
   [junit4]   2> 965686 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_pt.txt
   [junit4]   2> 965688 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/stopwords.txt
   [junit4]   2> 965689 WARN  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 965689 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 965689 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {legacyCloud=true}
   [junit4]   2> 965690 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> []
   [junit4]   2> 965690 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 965690 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.ZkStateReader$AliasesManager Checking ZK for most up to date Aliases /aliases.json
   [junit4]   2> 965691 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.ZkStateReader$AliasesManager Aliases: cmp=-1, new definition is: Aliases{collectionAliases={}, collectionAliasProperties={}, zNodeVersion=0}
   [junit4]   2> 965692 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 965693 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 965697 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44953_ll_
   [junit4]   2> 965697 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 965699 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.Overseer Overseer (id=73759788961693700-127.0.0.1:44953_ll_-n_0000000000) starting
   [junit4]   2> 965699 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 965701 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 965705 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 965707 DEBUG (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 965707 INFO  (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44953_ll_
   [junit4]   2> 965709 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> []
   [junit4]   2> 965709 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44953_ll_
   [junit4]   2> 965709 DEBUG (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 965710 DEBUG (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 965710 DEBUG (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 965710 DEBUG (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 965710 INFO  (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 965712 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 965712 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes
   [junit4]   2> 965712 DEBUG (zkCallback-7955-thread-1) [     ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 965714 INFO  (zkCallback-7955-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 965714 DEBUG (zkCallback-7955-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> [127.0.0.1:44953_ll_]
   [junit4]   2> 965716 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 965716 WARN  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] 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> 965727 DEBUG (OverseerAutoScalingTriggerThread-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/events/.scheduled_maintenance
   [junit4]   2> 965730 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 965730 DEBUG (OverseerAutoScalingTriggerThread-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/events/.auto_add_replicas
   [junit4]   2> 965751 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a5bb61a
   [junit4]   2> 965759 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a5bb61a
   [junit4]   2> 965759 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a5bb61a
   [junit4]   2> 965760 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [n:127.0.0.1:44953_ll_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_F3C17D1306B84FC0-001/control-001/cores
   [junit4]   2> 965773 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 965774 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 965775 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 965775 DEBUG (zkConnectionManagerCallback-7973-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@35db9559 name: ZooKeeperConnection Watcher:127.0.0.1:40263/solr got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 965775 INFO  (zkConnectionManagerCallback-7973-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 965775 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 965775 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 965775 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 965776 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {legacyCloud=true}
   [junit4]   2> 965776 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 965776 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> [127.0.0.1:44953_ll_]
   [junit4]   2> 965777 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 965777 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ZkStateReader$AliasesManager Checking ZK for most up to date Aliases /aliases.json
   [junit4]   2> 965777 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.c.ZkStateReader$AliasesManager Aliases: cmp=-1, new definition is: Aliases{collectionAliases={}, collectionAliasProperties={}, zNodeVersion=0}
   [junit4]   2> 965777 INFO  (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40263/solr ready
   [junit4]   2> 965780 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/collection-queue-work
   [junit4]   2> 965781 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/collection-queue-work
   [junit4]   2> 965781 DEBUG (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 965781 DEBUG (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 965781 DEBUG (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id: /overseer/collection-queue-work/qn-0000000000 message: {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:44953_ll_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 965782 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 965782 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:44953_ll_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 965782 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.ZkStateReader$AliasesManager Checking ZK for most up to date Aliases /aliases.json
   [junit4]   2> 965782 DEBUG (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 #Completed tasks: 0
   [junit4]   2> 965782 DEBUG (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 965782 DEBUG (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 965782 DEBUG (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 965782 INFO  (OverseerCollectionConfigSetProcessor-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 965783 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.c.ZkStateReader$AliasesManager Aliases: cmp=0, not overwriting ZK version.
   [junit4]   2> 965783 INFO  (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 965783 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/control_collection 
   [junit4]   2> 965784 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode: control_collection
   [junit4]   2> 965788 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 965789 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 965790 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:44953_ll_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 965790 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 965790 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/control_collection/state.json
   [junit4]   2> 965791 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 965892 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection control_collection, shardNames [shard1] , message : {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:44953_ll_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 965895 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.a.c.CreateCollectionCmd Creating core control_collection_shard1_replica_n1 as part of shard shard1 of collection control_collection on 127.0.0.1:44953_ll_
   [junit4]   2> 965896 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_    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> 965897 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 4 cores with initial capacity of 4
   [junit4]   2> 965899 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 965900 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:44953_ll_",
   [junit4]   2>   "base_url":"http://127.0.0.1:44953/ll_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 965900 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:44953_ll_",
   [junit4]   2>   "base_url":"http://127.0.0.1:44953/ll_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 965901 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:44953_ll_",
   [junit4]   2>   "base_url":"http://127.0.0.1:44953/ll_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 965901 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/0 )={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "node_name":"127.0.0.1:44953_ll_",
   [junit4]   2>           "base_url":"http://127.0.0.1:44953/ll_",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 966002 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 0
   [junit4]   2> 966003 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 966903 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Loading collection config from: [/collections/control_collection]
   [junit4]   2> 966911 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 966912 WARN  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 966917 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 966921 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 966943 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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> 966944 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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@6a5bb61a
   [junit4]   2> 966944 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_F3C17D1306B84FC0-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_F3C17D1306B84FC0-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 966947 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@45e3c455
   [junit4]   2> 966956 WARN  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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> 966999 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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> 966999 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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> 967000 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 967000 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 967002 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 967005 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Loading collection config from: [/collections/control_collection]
   [junit4]   2> 967006 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 967007 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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> 967007 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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> 967007 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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 1703859709653549056
   [junit4]   2> 967010 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Waiting up to 60000ms for state org.apache.solr.cloud.ZkController$$Lambda$735/2097359235@7d7369c4
   [junit4]   2> 967010 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 967011 INFO  (searcherExecutor-7975-thread-1-processing-n:127.0.0.1:44953_ll_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:44953_ll_ 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> 967013 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Add data for [control_collection] ver [1]
   [junit4]   2> 967013 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [1] watched [1] lazy [2] total [2]
   [junit4]   2> 967013 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader updated per-replica states changed for: control_collection, ver: 0 , new vals: []
   [junit4]   2> 967013 DEBUG (watches-7957-thread-1-processing-n:127.0.0.1:44953_ll_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 967014 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Removing uninteresting collection [control_collection]
   [junit4]   2> 967014 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 967015 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Completed wait for org.apache.solr.cloud.ZkController$$Lambda$735/2097359235@7d7369c4
   [junit4]   2> 967016 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/terms/shard1
   [junit4]   2> 967019 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/terms/shard1
   [junit4]   2> 967019 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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> 967019 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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> 967019 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 967020 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 967023 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 967023 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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> 967024 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44953/ll_/control_collection_shard1_replica_n1/
   [junit4]   2> 967024 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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> 967024 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:44953/ll_/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 967025 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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/73759788961693700-core_node2-n_0000000000
   [junit4]   2> 967028 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 967028 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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:44953/ll_/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 967028 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 967029 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:44953_ll_",
   [junit4]   2>   "base_url":"http://127.0.0.1:44953/ll_",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "operation":"leader"} current state version: 0
   [junit4]   2> 967029 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Add data for [control_collection] ver [1]
   [junit4]   2> 967029 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [1] watched [1] lazy [2] total [2]
   [junit4]   2> 967029 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader updated per-replica states changed for: control_collection, ver: 0 , new vals: []
   [junit4]   2> 967029 DEBUG (watches-7957-thread-1-processing-n:127.0.0.1:44953_ll_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader  CollectionStatePredicate failed for control_collection, cversion : -1
   [junit4]   2> 967030 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [1] watched [1] lazy [2] total [2]
   [junit4]   2> 967030 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader  CollectionStatePredicate failed for control_collection, cversion : -1
   [junit4]   2> 967030 DEBUG (watches-7957-thread-1-processing-n:127.0.0.1:44953_ll_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader  CollectionStatePredicate failed for control_collection, cversion : -1
   [junit4]   2> 967030 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader  CollectionStatePredicate failed for control_collection, cversion : -1
   [junit4]   2> 967030 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader  CollectionStatePredicate failed for control_collection, cversion : -1
   [junit4]   2> 967130 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 1
   [junit4]   2> 967130 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json
   [junit4]   2> 967130 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json
   [junit4]   2> 967130 INFO  (zkCallback-7955-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> 967131 INFO  (zkCallback-7955-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> 967131 DEBUG (zkCallback-7955-thread-1) [     ] o.a.s.c.c.ZkStateReader Updating data for [control_collection] from [1] to [2]
   [junit4]   2> 967131 DEBUG (zkCallback-7955-thread-1) [     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [1] watched [1] lazy [2] total [2]
   [junit4]   2> 967131 DEBUG (watches-7957-thread-1) [     ] o.a.s.c.c.ZkStateReader leader found for control_collection/shard1 to be core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:44953_ll_",
   [junit4]   2>   "base_url":"http://127.0.0.1:44953/ll_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 967131 DEBUG (watches-7957-thread-1) [     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 967131 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 967131 DEBUG (zkCallback-7955-thread-2) [     ] o.a.s.c.c.ZkStateReader Removing uninteresting collection [control_collection]
   [junit4]   2> 967131 DEBUG (zkCallback-7955-thread-2) [     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 967131 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ 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> 967133 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 967133 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Refreshing lazily-loaded state for collection control_collection
   [junit4]   2> 967134 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:44953_ll_",
   [junit4]   2>   "base_url":"http://127.0.0.1:44953/ll_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 967134 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:44953_ll_",
   [junit4]   2>   "base_url":"http://127.0.0.1:44953/ll_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 967134 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:44953_ll_",
   [junit4]   2>   "base_url":"http://127.0.0.1:44953/ll_",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 967134 DEBUG (OverseerStateUpdate-73759788961693700-127.0.0.1:44953_ll_-n_0000000000) [n:127.0.0.1:44953_ll_     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/2 )={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "node_name":"127.0.0.1:44953_ll_",
   [junit4]   2>           "base_url":"http://127.0.0.1:44953/ll_",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 967134 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 967134 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Add data for [control_collection] ver [2]
   [junit4]   2> 967134 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [1] watched [1] lazy [2] total [2]
   [junit4]   2> 967134 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader updated per-replica states changed for: control_collection, ver: 0 , new vals: []
   [junit4]   2> 967135 DEBUG (qtp1296864485-12588) [n:127.0.0.1:44953_ll_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [1] watched [1] lazy [2] total [2]
   [junit4]   2> 967135 INFO  (qtp1296864485-12588) [n:127.0.0.1:44953_ll_     ] 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=1239
   [junit4]   2> 967136 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.a.c.CreateCollectionCmd Finished create command on all shards for collection: control_collection
   [junit4]   2> 967136 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 967136 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeDataChanged path:/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 967136 DEBUG (TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[F3C17D1306B84FC0]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/collection-queue-work
   [junit4]   2> 967136 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 967136 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 967136 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 967136 DEBUG (OverseerThreadFactory-7963-thread-1-processing-n:127.0.0.1:44953_ll_) [n:127.0.0.1:44953_ll_   

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

/shard1_1
   [junit4]   2> 	7	/solr/collections/routeFieldColl/terms/shard4
   [junit4]   2> 	7	/solr/collections/routeFieldColl/terms/shard2
   [junit4]   2> 	7	/solr/collections/routeFieldColl/terms/shard3
   [junit4]   2> 	7	/solr/collections/routeFieldColl/terms/shard1
   [junit4]   2> 	7	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	7	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	5	/solr/collections/splitByRouteKeyTest/terms/shard4
   [junit4]   2> 	5	/solr/collections/splitByRouteKeyTest/terms/shard1
   [junit4]   2> 	5	/solr/collections/splitByRouteKeyTest/terms/shard3
   [junit4]   2> 	5	/solr/collections/splitByRouteKeyTest/terms/shard2
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/routeFieldColl/collectionprops.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	331	/solr/collections/routeFieldColl/state.json
   [junit4]   2> 	146	/solr/clusterstate.json
   [junit4]   2> 	21	/solr/collections/splitByRouteKeyTest/state.json
   [junit4]   2> 	16	/solr/clusterprops.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/73759806416551940-127.0.0.1:37569_ll_-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	162	/solr/collections/routeFieldColl/state.json
   [junit4]   2> 	120	/solr/overseer/queue
   [junit4]   2> 	75	/solr/collections/splitByRouteKeyTest/state.json
   [junit4]   2> 	41	/solr/overseer/collection-queue-work
   [junit4]   2> 	39	/solr/live_nodes
   [junit4]   2> 	26	/solr/collections
   [junit4]   2> 	4	/solr/collections/control_collection/state.json
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1592254 INFO  (TEST-ShardSplitTest.test-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45065
   [junit4]   2> 1592254 INFO  (TEST-ShardSplitTest.test-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45065
   [junit4]   2> 1592254 INFO  (TEST-ShardSplitTest.test-seed#[F3C17D1306B84FC0]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45065
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=test -Dtests.seed=F3C17D1306B84FC0 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=sr-Latn-BA -Dtests.timezone=America/Havana -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    363s J3 | ShardSplitTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:36071/ll_
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F3C17D1306B84FC0:7B9542C9A8442238]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
   [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:369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
   [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.SolrClient.request(SolrClient.java:1290)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1827)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1765)
   [junit4]    > 	at org.apache.solr.cloud.api.collections.ShardSplitTest.splitByRouteKeyTest(ShardSplitTest.java:893)
   [junit4]    > 	at org.apache.solr.cloud.api.collections.ShardSplitTest.test(ShardSplitTest.java:112)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1059)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
   [junit4]    > 	... 57 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_F3C17D1306B84FC0-001
   [junit4]   2> Jun 29, 2021 12:51: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): {rnd_b=PostingsFormat(name=MockRandom), shard_s=FST50, a_t=FST50, _root_=FST50, foo_s=FST50, id=PostingsFormat(name=MockRandom)}, docValues:{_version_=DocValuesFormat(name=Asserting), n_ti=DocValuesFormat(name=Asserting), a_i=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=214, maxMBSortInHeap=5.833712707167562, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=sr-Latn-BA, timezone=America/Havana
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=189081824,total=502792192
   [junit4]   2> NOTE: All tests run in this JVM: [SystemInfoHandlerTest, CoreAdminHandlerTest, TestScoreJoinQPScore, DistributedQueryComponentCustomSortTest, ZookeeperStatusHandlerFailureTest, TestRequestForwarding, DocumentBuilderTest, ResponseLogComponentTest, OrderedExecutorTest, SimpleMLTQParserTest, TestSolrConfigHandler, MetricsHistoryHandlerTest, SolrXmlInZkTest, MetricsDisabledCloudTest, TestInitQParser, LeaderFailoverAfterPartitionTest, TestRandomCollapseQParserPlugin, TestUtilizeNode, BooleanFieldTest, TestTlogReplayVsRecovery, CursorPagingTest, TestNumericTokenStream, AddReplicaTest, TestDeleteCollectionOnDownNodes, CollectionsAPIDistributedZkTest, TestTrieFacet, NodeLostTriggerTest, QueryEqualityTest, JavabinLoaderTest, IndexSchemaTest, SystemLogListenerTest, SaslZkACLProviderTest, TestPostingsSolrHighlighter, TestSchemaField, GraphQueryTest, TestSimDistribStateManager, TestQuerySenderNoQuery, ClassificationUpdateProcessorIntegrationTest, TestSubQueryTransformerCrossCore, DateFieldTest, TestSolr4Spatial, CachingDirectoryFactoryTest, RollingRestartTest, ShardSplitTest]
   [junit4] Completed [337/939 (1!)] on J3 in 629.89s, 11 tests, 1 error <<< FAILURES!

[...truncated 54600 lines...]