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/03/23 03:47:34 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 1847 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1847/

1 tests failed.
FAILED:  org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([35FBD8ED03781155:B33B3FD8A79E723C]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
	at org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch(EnumFieldTest.java:594)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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.lang.RuntimeException: REQUEST FAILED: xpath=//*[@name='facets']/int/text()=6
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">26</int><lst name="params"><str name="q">severity:*</str><str name="json.facet">{ severity : { type : terms, field : severity, missing : true, exists : true, allBuckets : true, method : enum }}</str><str name="fl">severity</str><str name="wt">xml</str></lst></lst><result name="response" numFound="0" start="0" numFoundExact="true"></result><lst name="facets"><int name="count">0</int></lst>
</response>

	request was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
	... 45 more




Build Log:
[...truncated 13380 lines...]
   [junit4] Suite: org.apache.solr.schema.EnumFieldTest
   [junit4]   2> 118182 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-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-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 118183 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.schema.EnumFieldTest_35FBD8ED03781155-001/data-dir-9-001
   [junit4]   2> 118183 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 118185 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 118185 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 118185 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 118190 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 118209 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 118215 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.s.IndexSchema Schema name=tiny
   [junit4]   2> 118219 WARN  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.D.s.EnumField Solr loaded a deprecated plugin/analysis class [solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 118221 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 118345 WARN  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/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-Tests-8.x/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-Tests-8.x/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_281]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [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_281]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_281]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_281]
   [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.schema.EnumFieldTest.doInitCore(EnumFieldTest.java:48) [test/:?]
   [junit4]   2> 	at org.apache.solr.schema.EnumFieldTest.beforeClass(EnumFieldTest.java:40) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.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_281]
   [junit4]   2> 118346 WARN  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/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-Tests-8.x/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-Tests-8.x/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_281]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_281]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_281]
   [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.schema.EnumFieldTest.doInitCore(EnumFieldTest.java:48) [test/:?]
   [junit4]   2> 	at org.apache.solr.schema.EnumFieldTest.beforeClass(EnumFieldTest.java:40) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.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_281]
   [junit4]   2> 118347 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 118349 WARN  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@e8dd90c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 118349 WARN  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@e8dd90c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 118359 WARN  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d5bf11f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 118359 WARN  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d5bf11f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 118361 WARN  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 118386 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6535fe3a
   [junit4]   2> 118392 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6535fe3a
   [junit4]   2> 118392 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6535fe3a
   [junit4]   2> 118394 INFO  (coreLoadExecutor-917-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 118400 INFO  (coreLoadExecutor-917-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 118414 INFO  (coreLoadExecutor-917-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 118431 INFO  (coreLoadExecutor-917-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=tiny
   [junit4]   2> 118433 INFO  (coreLoadExecutor-917-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 118433 INFO  (coreLoadExecutor-917-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 118433 INFO  (coreLoadExecutor-917-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@6535fe3a
   [junit4]   2> 118433 INFO  (coreLoadExecutor-917-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.schema.EnumFieldTest_35FBD8ED03781155-001/data-dir-9-001/]
   [junit4]   2> 118435 INFO  (coreLoadExecutor-917-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 118477 INFO  (coreLoadExecutor-917-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 118477 INFO  (coreLoadExecutor-917-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 118477 INFO  (coreLoadExecutor-917-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=51.66015625, floorSegmentMB=0.6865234375, forceMergeDeletesPctAllowed=2.8044341434839937, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=37.22063261624858
   [junit4]   2> 118478 WARN  (coreLoadExecutor-917-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 118479 INFO  (coreLoadExecutor-917-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 118480 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 118480 INFO  (searcherExecutor-919-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 118483 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testKnownIntegerEnumIndexing
   [junit4]   2> 118483 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 118483 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 118485 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 118489 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 2
   [junit4]   2> 118494 INFO  (searcherExecutor-919-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 118494 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 118495 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,severity&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 118496 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testKnownIntegerEnumIndexing
   [junit4]   2> 118499 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBogusEnumSearch
   [junit4]   2> 118499 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 118499 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 118500 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 118500 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 118501 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 118501 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 118501 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 118502 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 118502 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 118507 INFO  (searcherExecutor-919-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 118510 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 118511 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity:bla&fl=severity&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 118511 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity:7&fl=severity&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 118512 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity:"-3"&fl=severity&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 118512 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBogusEnumSearch
   [junit4]   2> 118518 INFO  (TEST-EnumFieldTest.testEnumSchema-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testEnumSchema
   [junit4]   2> 118518 INFO  (TEST-EnumFieldTest.testEnumSchema-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testEnumSchema
   [junit4]   2> 118522 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedKnownIntegerEnumIndexing
   [junit4]   2> 118522 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 118522 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 118523 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 118524 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 118527 INFO  (searcherExecutor-919-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 118528 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 118528 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,severity_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 118530 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedKnownIntegerEnumIndexing
   [junit4]   2> 118533 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBogusEnumIndexing
   [junit4]   2> 118533 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 118534 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 118535 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 118535 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown value for enum field: severity, value: blabla
   [junit4]   2> 118535 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 118535 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown value for enum field: severity, value: 145
   [junit4]   2> 118536 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 118536 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown value for enum field: severity, value: -4
   [junit4]   2> 118538 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBogusEnumIndexing
   [junit4]   2> 118542 INFO  (TEST-EnumFieldTest.testEnumSort-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testEnumSort
   [junit4]   2> 118542 INFO  (TEST-EnumFieldTest.testEnumSort-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testEnumSort
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testEnumSort
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without docValues, which is unsupported.
   [junit4]   2> 118545 INFO  (TEST-EnumFieldTest.testMultivaluedSetQuery-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedSetQuery
   [junit4]   2> 118546 INFO  (TEST-EnumFieldTest.testMultivaluedSetQuery-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedSetQuery
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testMultivaluedSetQuery
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without docValues, which is unsupported.
   [junit4]   2> 118548 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedBogusEnumIndexing
   [junit4]   2> 118548 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 118549 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 118549 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 118549 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown value for enum field: severity_mv, value: blabla
   [junit4]   2> 118549 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 118549 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown value for enum field: severity_mv, value: 145
   [junit4]   2> 118550 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 118550 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown value for enum field: severity_mv, value: -4
   [junit4]   2> 118550 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedBogusEnumIndexing
   [junit4]   2> 118553 INFO  (TEST-EnumFieldTest.testSetQuery-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSetQuery
   [junit4]   2> 118553 INFO  (TEST-EnumFieldTest.testSetQuery-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSetQuery
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testSetQuery
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without docValues, which is unsupported.
   [junit4]   2> 118556 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedBogusEnumSearch
   [junit4]   2> 118556 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 118556 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 118556 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 118557 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 118557 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 118557 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 118558 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 118560 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 118562 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 1
   [junit4]   2> 118565 INFO  (searcherExecutor-919-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 118566 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 118567 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity_mv:bla&fl=severity_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 118567 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity_mv:7&fl=severity_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 118567 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity_mv:"-3"&fl=severity_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 118568 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedBogusEnumSearch
   [junit4]   2> 118570 INFO  (TEST-EnumFieldTest.testMultivaluedEnumRangeSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedEnumRangeSearch
   [junit4]   2> 118571 INFO  (TEST-EnumFieldTest.testMultivaluedEnumRangeSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedEnumRangeSearch
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testMultivaluedEnumRangeSearch
   [junit4]    > Assumption #1: Skipping testing of range searching over multivalued EnumField - see SOLR-11193
   [junit4]   2> 118573 INFO  (TEST-EnumFieldTest.testEnumRangeSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testEnumRangeSearch
   [junit4]   2> 118574 INFO  (TEST-EnumFieldTest.testEnumRangeSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testEnumRangeSearch
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testEnumRangeSearch
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without docValues, which is unsupported.
   [junit4]   2> 118577 INFO  (TEST-EnumFieldTest.testEnumFieldTypeWithoutDocValues-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testEnumFieldTypeWithoutDocValues
   [junit4]   2> 118577 INFO  (TEST-EnumFieldTest.testEnumFieldTypeWithoutDocValues-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testEnumFieldTypeWithoutDocValues
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testEnumFieldTypeWithoutDocValues
   [junit4]    > Assumption #1: Only testing EnumFieldType without docValues.
   [junit4]   2> 118580 INFO  (TEST-EnumFieldTest.testMultivaluedEnumSort-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedEnumSort
   [junit4]   2> 118580 INFO  (TEST-EnumFieldTest.testMultivaluedEnumSort-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedEnumSort
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testMultivaluedEnumSort
   [junit4]    > Assumption #1: Skipping testing of sorting over multivalued EnumField - see SOLR-11193
   [junit4]   2> 118583 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFacetEnumSearch
   [junit4]   2> 118583 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 118583 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 118583 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 118584 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 118584 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 118584 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 118585 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 118585 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 118589 INFO  (searcherExecutor-919-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 118589 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 118616 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml} hits=0 status=0 QTime=26
   [junit4]   2> 118617 ERROR (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//*[@name='facets']/int/text()=6
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">26</int><lst name="params"><str name="q">severity:*</str><str name="json.facet">{ severity : { type : terms, field : severity, missing : true, exists : true, allBuckets : true, method : enum }}</str><str name="fl">severity</str><str name="wt">xml</str></lst></lst><result name="response" numFound="0" start="0" numFoundExact="true"></result><lst name="facets"><int name="count">0</int></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
   [junit4]   2> 118617 ERROR (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml:java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@name='facets']/int/text()=6
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">26</int><lst name="params"><str name="q">severity:*</str><str name="json.facet">{ severity : { type : terms, field : severity, missing : true, exists : true, allBuckets : true, method : enum }}</str><str name="fl">severity</str><str name="wt">xml</str></lst></lst><result name="response" numFound="0" start="0" numFoundExact="true"></result><lst name="facets"><int name="count">0</int></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
   [junit4]   2> 	at org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch(EnumFieldTest.java:594)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 118617 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[35FBD8ED03781155]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFacetEnumSearch
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=EnumFieldTest -Dtests.method=testFacetEnumSearch -Dtests.seed=35FBD8ED03781155 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sr-CS -Dtests.timezone=Africa/Mogadishu -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.04s J1 | EnumFieldTest.testFacetEnumSearch <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([35FBD8ED03781155:B33B3FD8A79E723C]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
   [junit4]    > 	at org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch(EnumFieldTest.java:594)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@name='facets']/int/text()=6
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">26</int><lst name="params"><str name="q">severity:*</str><str name="json.facet">{ severity : { type : terms, field : severity, missing : true, exists : true, allBuckets : true, method : enum }}</str><str name="fl">severity</str><str name="wt">xml</str></lst></lst><result name="response" numFound="0" start="0" numFoundExact="true"></result><lst name="facets"><int name="count">0</int></lst>
   [junit4]    > </response>
   [junit4]    > 	request was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
   [junit4]    > 	... 45 more
   [junit4]   2> 118619 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 118619 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=56729188
   [junit4]   2> 118619 INFO  (coreCloseExecutor-924-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7c2b415a
   [junit4]   2> 118619 INFO  (coreCloseExecutor-924-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@7c2b415a
   [junit4]   2> 118619 INFO  (coreCloseExecutor-924-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@445a45a: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@2374c727
   [junit4]   2> 118629 INFO  (coreCloseExecutor-924-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 118630 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 118630 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@41d7f34a: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@4af2de2f
   [junit4]   2> 118634 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 118634 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f22942b: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6786d691
   [junit4]   2> 118636 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 118636 INFO  (SUITE-EnumFieldTest-seed#[35FBD8ED03781155]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1574d8ff: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6bb875db
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.schema.EnumFieldTest_35FBD8ED03781155-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {severity_missingFirst=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), severity_missingLast=PostingsFormat(name=LuceneFixedGap), id=Lucene84}, docValues:{}, maxPointsInLeafNode=800, maxMBSortInHeap=6.5098659565989525, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=sr-CS, timezone=Africa/Mogadishu
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=142659424,total=376438784
   [junit4]   2> NOTE: All tests run in this JVM: [BasicFunctionalityTest, TestSortByMinMaxFunction, PhrasesIdentificationComponentTest, MetricsHistoryHandlerTest, TestPackages, TestUninvertingReader, TestFreeTextSuggestions, SignificantTermsQParserPluginTest, TestImpersonationWithHadoopAuth, EnumFieldTest]
   [junit4] Completed [43/934 (1!)] on J1 in 0.51s, 15 tests, 1 error, 7 skipped <<< FAILURES!

[...truncated 53835 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 1848 - Still Unstable!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
	at __randomizedtesting.SeedInfo.seed([402B16CBF876A9EB:97FC39BC4C2931AC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:197)
	at org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap(CdcrBootstrapTest.java:106)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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 15527 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4]   2> 1472965 INFO  (SUITE-CdcrBootstrapTest-seed#[402B16CBF876A9EB]-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-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1472966 INFO  (SUITE-CdcrBootstrapTest-seed#[402B16CBF876A9EB]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_402B16CBF876A9EB-001/data-dir-98-001
   [junit4]   2> 1472966 WARN  (SUITE-CdcrBootstrapTest-seed#[402B16CBF876A9EB]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1472966 INFO  (SUITE-CdcrBootstrapTest-seed#[402B16CBF876A9EB]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1472967 INFO  (SUITE-CdcrBootstrapTest-seed#[402B16CBF876A9EB]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1472968 INFO  (SUITE-CdcrBootstrapTest-seed#[402B16CBF876A9EB]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1472970 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 1472970 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_402B16CBF876A9EB-001/cdcr-target-001
   [junit4]   2> 1472970 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1472971 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1472971 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1472972 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1473071 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer start zk server on port: 40465
   [junit4]   2> 1473071 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40465
   [junit4]   2> 1473071 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40465
   [junit4]   2> 1473071 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40465
   [junit4]   2> 1473072 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473074 INFO  (zkConnectionManagerCallback-17125-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473074 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473076 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473077 INFO  (zkConnectionManagerCallback-17127-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473077 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473078 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473078 INFO  (zkConnectionManagerCallback-17129-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473078 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473181 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1473181 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1473181 INFO  (jetty-launcher-17130-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1473182 INFO  (jetty-launcher-17130-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1473182 INFO  (jetty-launcher-17130-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1473182 INFO  (jetty-launcher-17130-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1473182 INFO  (jetty-launcher-17130-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ee836ad{/solr,null,AVAILABLE}
   [junit4]   2> 1473183 INFO  (jetty-launcher-17130-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3906d94d{SSL, (ssl, http/1.1)}{127.0.0.1:44493}
   [junit4]   2> 1473183 INFO  (jetty-launcher-17130-thread-1) [     ] o.e.j.s.Server Started @1473210ms
   [junit4]   2> 1473183 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:40465/solr, hostPort=44493}
   [junit4]   2> 1473183 ERROR (jetty-launcher-17130-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1473183 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1473183 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1473183 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1473183 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1473183 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-23T06:12:20.811Z
   [junit4]   2> 1473184 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473184 INFO  (zkConnectionManagerCallback-17132-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473184 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473185 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1473188 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1473554 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1473554 WARN  (jetty-launcher-17130-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1473555 WARN  (jetty-launcher-17130-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@26c24afd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473555 WARN  (jetty-launcher-17130-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@26c24afd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473558 WARN  (jetty-launcher-17130-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1473559 WARN  (jetty-launcher-17130-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f11361c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473559 WARN  (jetty-launcher-17130-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f11361c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473560 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40465/solr
   [junit4]   2> 1473561 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473563 INFO  (zkConnectionManagerCallback-17143-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473563 INFO  (jetty-launcher-17130-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473565 WARN  (jetty-launcher-17130-thread-1-SendThread(127.0.0.1:40465)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10414a162380004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10414a162380004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10414a162380004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1473666 INFO  (jetty-launcher-17130-thread-1) [n:127.0.0.1:44493_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473667 INFO  (zkConnectionManagerCallback-17145-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473667 INFO  (jetty-launcher-17130-thread-1) [n:127.0.0.1:44493_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473726 INFO  (jetty-launcher-17130-thread-1) [n:127.0.0.1:44493_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44493_solr
   [junit4]   2> 1473726 INFO  (jetty-launcher-17130-thread-1) [n:127.0.0.1:44493_solr     ] o.a.s.c.Overseer Overseer (id=73206177314897925-127.0.0.1:44493_solr-n_0000000000) starting
   [junit4]   2> 1473731 INFO  (jetty-launcher-17130-thread-1) [n:127.0.0.1:44493_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44493_solr
   [junit4]   2> 1473731 INFO  (OverseerStateUpdate-73206177314897925-127.0.0.1:44493_solr-n_0000000000) [n:127.0.0.1:44493_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44493_solr
   [junit4]   2> 1473732 INFO  (OverseerStateUpdate-73206177314897925-127.0.0.1:44493_solr-n_0000000000) [n:127.0.0.1:44493_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1473733 INFO  (jetty-launcher-17130-thread-1) [n:127.0.0.1:44493_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1473733 WARN  (jetty-launcher-17130-thread-1) [n:127.0.0.1:44493_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1473747 INFO  (jetty-launcher-17130-thread-1) [n:127.0.0.1:44493_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_402B16CBF876A9EB-001/cdcr-target-001/node1
   [junit4]   2> 1473756 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1473756 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473757 INFO  (zkConnectionManagerCallback-17160-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473757 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473758 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1473759 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40465/solr ready
   [junit4]   1> Target zkHost = 127.0.0.1:40465/solr
   [junit4]   2> 1473759 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_402B16CBF876A9EB-001/cdcr-source-001
   [junit4]   2> 1473760 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1473760 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1473760 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1473761 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1473860 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer start zk server on port: 45761
   [junit4]   2> 1473860 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45761
   [junit4]   2> 1473860 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45761
   [junit4]   2> 1473860 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45761
   [junit4]   2> 1473861 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473863 INFO  (zkConnectionManagerCallback-17162-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473863 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473865 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473866 INFO  (zkConnectionManagerCallback-17164-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473866 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473867 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473867 INFO  (zkConnectionManagerCallback-17166-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473867 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473970 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1473970 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1473970 INFO  (jetty-launcher-17167-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1473970 INFO  (jetty-launcher-17167-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1473970 INFO  (jetty-launcher-17167-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1473971 INFO  (jetty-launcher-17167-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1473971 INFO  (jetty-launcher-17167-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c14e9d0{/solr,null,AVAILABLE}
   [junit4]   2> 1473971 INFO  (jetty-launcher-17167-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@64570392{SSL, (ssl, http/1.1)}{127.0.0.1:37813}
   [junit4]   2> 1473971 INFO  (jetty-launcher-17167-thread-1) [     ] o.e.j.s.Server Started @1473999ms
   [junit4]   2> 1473971 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45761/solr, hostPort=37813}
   [junit4]   2> 1473972 ERROR (jetty-launcher-17167-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1473972 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1473972 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1473972 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1473972 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1473972 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-23T06:12:21.600Z
   [junit4]   2> 1473972 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473973 INFO  (zkConnectionManagerCallback-17169-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473973 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473973 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1473976 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1474678 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1474678 WARN  (jetty-launcher-17167-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1474679 WARN  (jetty-launcher-17167-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@743bde40[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1474679 WARN  (jetty-launcher-17167-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@743bde40[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1474680 WARN  (jetty-launcher-17167-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1474681 WARN  (jetty-launcher-17167-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d314f02[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1474681 WARN  (jetty-launcher-17167-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d314f02[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1474682 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45761/solr
   [junit4]   2> 1474683 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474683 INFO  (zkConnectionManagerCallback-17180-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474684 INFO  (jetty-launcher-17167-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474785 INFO  (jetty-launcher-17167-thread-1) [n:127.0.0.1:37813_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474786 INFO  (zkConnectionManagerCallback-17182-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474786 INFO  (jetty-launcher-17167-thread-1) [n:127.0.0.1:37813_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474849 INFO  (jetty-launcher-17167-thread-1) [n:127.0.0.1:37813_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37813_solr
   [junit4]   2> 1474850 INFO  (jetty-launcher-17167-thread-1) [n:127.0.0.1:37813_solr     ] o.a.s.c.Overseer Overseer (id=73206177366671365-127.0.0.1:37813_solr-n_0000000000) starting
   [junit4]   2> 1474854 INFO  (jetty-launcher-17167-thread-1) [n:127.0.0.1:37813_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37813_solr
   [junit4]   2> 1474854 INFO  (OverseerStateUpdate-73206177366671365-127.0.0.1:37813_solr-n_0000000000) [n:127.0.0.1:37813_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37813_solr
   [junit4]   2> 1474855 INFO  (OverseerStateUpdate-73206177366671365-127.0.0.1:37813_solr-n_0000000000) [n:127.0.0.1:37813_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1474856 INFO  (jetty-launcher-17167-thread-1) [n:127.0.0.1:37813_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1474857 WARN  (jetty-launcher-17167-thread-1) [n:127.0.0.1:37813_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1474872 INFO  (jetty-launcher-17167-thread-1) [n:127.0.0.1:37813_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_402B16CBF876A9EB-001/cdcr-source-001/node1
   [junit4]   2> 1474881 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1474881 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474882 INFO  (zkConnectionManagerCallback-17197-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474882 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474883 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1474884 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45761/solr ready
   [junit4]   2> 1474885 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474885 INFO  (zkConnectionManagerCallback-17199-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474885 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474888 WARN  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]-SendThread(127.0.0.1:45761)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10414a1654e0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10414a1654e0007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10414a1654e0007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1475079 INFO  (OverseerThreadFactory-17189-thread-1-processing-n:127.0.0.1:37813_solr) [n:127.0.0.1:37813_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 1475186 INFO  (OverseerStateUpdate-73206177366671365-127.0.0.1:37813_solr-n_0000000000) [n:127.0.0.1:37813_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:37813_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:37813/solr",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1475394 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr    x:cdcr-source_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 1475395 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr    x:cdcr-source_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1475404 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1475420 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1475421 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1475421 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1475423 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 1475426 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 1475427 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from configset cdcr-source, trusted=true
   [junit4]   2> 1475434 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_402B16CBF876A9EB-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_402B16CBF876A9EB-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 1475502 WARN  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.D.s.CdcrRequestHandler Solr loaded a deprecated plugin/analysis class [solr.CdcrRequestHandler]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 1475502 WARN  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.h.CdcrRequestHandler CDCR (in its current form) is deprecated as of 8.6 and shall be removed in 9.0. See SOLR-14022 for details.
   [junit4]   2> 1475509 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1475509 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1475509 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1475510 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1475512 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 1475512 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 1475512 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 1475514 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1475514 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1475533 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 1475556 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 1475954 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1695002073321439232
   [junit4]   2> 1475956 INFO  (searcherExecutor-17201-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1475960 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1475960 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/cdcr-source/leaders/shard1
   [junit4]   2> 1475965 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1475965 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1475965 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37813/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 1475965 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1475966 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:37813/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 1475966 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/cdcr-source/leaders/shard1/leader after winning as /collections/cdcr-source/leader_elect/shard1/election/73206177366671365-core_node2-n_0000000000
   [junit4]   2> 1475966 INFO  (zkCallback-17181-thread-1) [     ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 1475969 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37813/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 1476071 INFO  (zkCallback-17181-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1476071 INFO  (zkCallback-17181-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1476072 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1476074 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=679
   [junit4]   2> 1476077 INFO  (qtp732816044-27971) [n:127.0.0.1:37813_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1476174 INFO  (zkCallback-17181-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1476174 INFO  (zkCallback-17181-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1476174 INFO  (zkCallback-17181-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1476174 INFO  (qtp732816044-27971) [n:127.0.0.1:37813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=1098
   [junit4]   2> 1476175 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: cdcr-source
   [junit4]   2> 1476249 INFO  (qtp732816044-27975) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 1476249 INFO  (qtp732816044-27975) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=70
   [junit4]   2> 1476508 INFO  (searcherExecutor-17201-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1476508 INFO  (qtp732816044-27972) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=257
   [junit4]   2> 1476514 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1476734 INFO  (searcherExecutor-17201-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1476735 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=219
   [junit4]   2> 1476741 INFO  (qtp732816044-27971) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1477002 INFO  (searcherExecutor-17201-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1477002 INFO  (qtp732816044-27975) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=261
   [junit4]   2> 1477008 INFO  (qtp732816044-27972) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1477080 INFO  (OverseerCollectionConfigSetProcessor-73206177366671365-127.0.0.1:37813_solr-n_0000000000) [n:127.0.0.1:37813_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1477253 INFO  (searcherExecutor-17201-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1477254 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=245
   [junit4]   2> 1477264 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 1477542 INFO  (searcherExecutor-17201-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1477542 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=277
   [junit4]   2> 1477547 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1477868 INFO  (searcherExecutor-17201-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1477869 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=321
   [junit4]   2> 1477874 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1478113 INFO  (searcherExecutor-17201-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1478113 INFO  (qtp732816044-27971) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=238
   [junit4]   2> 1478118 INFO  (qtp732816044-27975) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1478351 INFO  (searcherExecutor-17201-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1478352 INFO  (qtp732816044-27972) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=233
   [junit4]   2> 1478357 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1478601 INFO  (searcherExecutor-17201-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1478601 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=244
   [junit4]   2> 1478606 INFO  (qtp732816044-27971) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1478863 INFO  (searcherExecutor-17201-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1478863 INFO  (qtp732816044-27975) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=256
   [junit4]   2> 1478863 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.CdcrBootstrapTest Adding numDocs=1000
   [junit4]   2> 1478864 INFO  (qtp732816044-27972) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 QTime=0
   [junit4]   2> 1478866 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1478867 INFO  (zkConnectionManagerCallback-17209-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478867 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1479011 INFO  (OverseerThreadFactory-17152-thread-1-processing-n:127.0.0.1:44493_solr) [n:127.0.0.1:44493_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 1479119 INFO  (OverseerStateUpdate-73206177314897925-127.0.0.1:44493_solr-n_0000000000) [n:127.0.0.1:44493_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:44493_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:44493/solr",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1479327 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr    x:cdcr-target_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1479328 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr    x:cdcr-target_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1479351 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1479361 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1479362 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1479366 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1479388 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 1479407 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 1479408 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using configuration from configset cdcr-target, trusted=true
   [junit4]   2> 1479408 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_402B16CBF876A9EB-001/cdcr-target-001/node1/cdcr-target_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_402B16CBF876A9EB-001/cdcr-target-001/node1/cdcr-target_shard1_replica_n1/data/]
   [junit4]   2> 1479447 WARN  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.CdcrRequestHandler CDCR (in its current form) is deprecated as of 8.6 and shall be removed in 9.0. See SOLR-14022 for details.
   [junit4]   2> 1479448 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1479448 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1479449 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1479449 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1479452 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 1479453 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 1479453 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 1479454 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1479455 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1479458 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 1479459 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 1479461 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1695002076998795264
   [junit4]   2> 1479465 INFO  (searcherExecutor-17211-thread-1-processing-n:127.0.0.1:44493_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1479471 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-target/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1479471 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/cdcr-target/leaders/shard1
   [junit4]   2> 1479482 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1479482 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1479482 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44493/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1479483 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1479487 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:44493/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 1479487 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/cdcr-target/leaders/shard1/leader after winning as /collections/cdcr-target/leader_elect/shard1/election/73206177314897925-core_node2-n_0000000000
   [junit4]   2> 1479488 INFO  (zkCallback-17144-thread-1) [     ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 1479498 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44493/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 1479599 INFO  (zkCallback-17144-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1479599 INFO  (zkCallback-17144-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1479600 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1479602 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=275
   [junit4]   2> 1479604 INFO  (qtp1996239833-27910) [n:127.0.0.1:44493_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1479703 INFO  (zkCallback-17144-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1479703 INFO  (zkCallback-17144-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1479703 INFO  (zkCallback-17144-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1479703 INFO  (qtp1996239833-27910) [n:127.0.0.1:44493_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=695
   [junit4]   2> 1479703 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: cdcr-target
   [junit4]   2> 1479717 INFO  (zkCallback-17144-thread-2) [     ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 1479717 INFO  (qtp1996239833-27911) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:4&action=start&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1479717 INFO  (zkCallback-17144-thread-2) [     ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 1479718 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1479719 INFO  (zkConnectionManagerCallback-17223-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479719 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1479720 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1479721 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40465/solr ready
   [junit4]   2> 1479736 INFO  (qtp1996239833-27907) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 1479737 INFO  (qtp1996239833-27907) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1479737 INFO  (qtp1996239833-27909) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 1479737 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 1479738 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 1479870 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 1479871 INFO  (zkCallback-17181-thread-3) [     ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 1479871 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} status=0 QTime=153
   [junit4]   2> 1479871 INFO  (zkCallback-17181-thread-3) [     ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 1479873 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:4&action=queues&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1479873 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.c.CdcrBootstrapTest Cdcr queue response: {responseHeader={status=0,QTime=0},queues={127.0.0.1:40465/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=60619,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 1479874 INFO  (qtp1996239833-27907) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-target:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1479875 INFO  (cdcr-bootstrap-status-17219-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: https://127.0.0.1:44493/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1479875 INFO  (qtp1996239833-27908) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-target:4&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1479876 INFO  (qtp1996239833-27910) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=https://127.0.0.1:37813/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1479879 INFO  (recoveryExecutor-17141-thread-1-processing-n:127.0.0.1:44493_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1479880 INFO  (qtp1996239833-27911) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1479881 INFO  (cdcr-bootstrap-status-17219-thread-1-processing-n:127.0.0.1:37813_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 1479886 INFO  (qtp732816044-27972) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1479935 INFO  (qtp732816044-27975) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1479936 INFO  (recoveryExecutor-17141-thread-1-processing-n:127.0.0.1:44493_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Leader's generation: 11
   [junit4]   2> 1479936 INFO  (recoveryExecutor-17141-thread-1-processing-n:127.0.0.1:44493_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Leader's version: 1616479946235
   [junit4]   2> 1479936 INFO  (recoveryExecutor-17141-thread-1-processing-n:127.0.0.1:44493_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Follower's generation: 1
   [junit4]   2> 1479936 INFO  (recoveryExecutor-17141-thread-1-processing-n:127.0.0.1:44493_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Follower's version: 0
   [junit4]   2> 1479936 INFO  (recoveryExecutor-17141-thread-1-processing-n:127.0.0.1:44493_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 1479954 INFO  (qtp732816044-27972) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=17
   [junit4]   2> 1479955 INFO  (recoveryExecutor-17141-thread-1-processing-n:127.0.0.1:44493_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Number of files in latest index in leader: 221
   [junit4]   2> 1479957 INFO  (recoveryExecutor-17141-thread-1-processing-n:127.0.0.1:44493_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1479957 INFO  (recoveryExecutor-17141-thread-1-processing-n:127.0.0.1:44493_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@51e89f0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75ea67a)
   [junit4]   2> 1479958 INFO  (recoveryExecutor-17141-thread-1-processing-n:127.0.0.1:44493_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:44493_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher tmpIndexDir_type  : class org.apache.lucene.store.MockDirectoryWrapper , RAMDirectory@51e89f0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75ea67a
   [junit4]   2> 1479959 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479960 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0.fdm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479961 INFO  (qtp732816044-27971) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.tmd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479962 INFO  (qtp732816044-27975) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_LuceneVarGapFixedInterval_0.tiv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479963 INFO  (qtp732816044-27972) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479964 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_LuceneVarGapFixedInterval_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479965 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479966 INFO  (qtp732816044-27971) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_FST50_0.tfp&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479967 INFO  (qtp732816044-27975) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_LuceneVarGapFixedInterval_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479968 INFO  (qtp732816044-27972) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479969 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_Lucene80_0.dvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479970 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.blm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479971 INFO  (qtp732816044-27971) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_FST50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479972 INFO  (qtp732816044-27975) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_LuceneVarGapFixedInterval_0.tib&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479973 INFO  (qtp732816044-27972) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_Lucene80_0.dvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479974 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479974 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479975 INFO  (qtp732816044-27971) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_FST50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479976 INFO  (qtp732816044-27975) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479977 INFO  (qtp732816044-27972) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479978 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479979 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479980 INFO  (qtp732816044-27971) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_1_TestBloomFilteredLucenePostings_0.tmd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479981 INFO  (qtp732816044-27975) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_1_LuceneVarGapFixedInterval_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479982 INFO  (qtp732816044-27972) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_1.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479983 INFO  (qtp732816044-27974) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=11&qt=/replication&file=_1.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1479984 INFO  (qtp732816044-27973) [n:127.0.0.1:37813_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.

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

ng metric reporters for registry=solr.node tag=null
   [junit4]   2> 2139480 INFO  (jetty-closer-17640-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2139480 INFO  (jetty-closer-17640-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2139480 INFO  (jetty-closer-17640-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 2139484 INFO  (closeThreadPool-17645-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73206179134177285-127.0.0.1:38475_solr-n_0000000000) closing
   [junit4]   2> 2139484 INFO  (OverseerStateUpdate-73206179134177285-127.0.0.1:38475_solr-n_0000000000) [n:127.0.0.1:38475_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38475_solr
   [junit4]   2> 2139488 INFO  (OverseerAutoScalingTriggerThread-73206179134177285-127.0.0.1:38475_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2139490 WARN  (jetty-launcher-17525-thread-1-SendThread(127.0.0.1:41521)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10414a1cea80005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10414a1cea80005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10414a1cea80005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 2139490 INFO  (closeThreadPool-17645-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73206179134177285-127.0.0.1:38475_solr-n_0000000000) closing
   [junit4]   2> 2139590 INFO  (jetty-closer-17640-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73206179134177285-127.0.0.1:38475_solr-n_0000000000) closing
   [junit4]   2> 2139591 INFO  (jetty-closer-17640-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@13a7c88c{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 2139591 INFO  (jetty-closer-17640-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@44d720b0{/solr,null,STOPPED}
   [junit4]   2> 2139591 INFO  (jetty-closer-17640-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2139592 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2139593 WARN  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[402B16CBF876A9EB]-SendThread(127.0.0.1:41521)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10414a1cea80000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10414a1cea80000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10414a1cea80000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 2139795 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2139798 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41521
   [junit4]   2> 2139798 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41521
   [junit4]   2> 2139798 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[402B16CBF876A9EB]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41521
   [junit4]   2> 2139799 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[402B16CBF876A9EB]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testConvertClusterToCdcrAndBootstrap
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest -Dtests.method=testConvertClusterToCdcrAndBootstrap -Dtests.seed=402B16CBF876A9EB -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ko -Dtests.timezone=Europe/Monaco -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  639s J1 | CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([402B16CBF876A9EB:97FC39BC4C2931AC]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:197)
   [junit4]    > 	at org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap(CdcrBootstrapTest.java:106)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_402B16CBF876A9EB-001
   [junit4]   2> Mar 23, 2021 6:23:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {_version_=PostingsFormat(name=LuceneVarGapFixedInterval), _root_=PostingsFormat(name=LuceneVarGapFixedInterval), xyz=FST50, id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84))}, docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=711, maxMBSortInHeap=7.3532608810924085, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ko, timezone=Europe/Monaco
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=313311136,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: [PeerSyncTest, TestSerializedLuceneMatchVersion, ScheduledMaintenanceTriggerTest, PeerSyncWithLeaderTest, MoveReplicaHDFSTest, TestBulkSchemaConcurrent, SpellPossibilityIteratorTest, TestFieldCollectionResource, LoggingHandlerTest, LeaderTragicEventTest, TestTestInjection, TestSubQueryTransformerDistrib, SecurityHeadersTest, ZkDynamicConfigTest, TestCloudJSONFacetSKGEquiv, TestUpdate, URLClassifyProcessorTest, TestPullReplicaErrorHandling, CustomCollectionTest, CollectionsAPISolrJTest, DaemonStreamApiTest, TestEmbeddedSolrServerAdminHandler, TestChildDocTransformerHierarchy, TestDistributedSearch, DataDrivenBlockJoinTest, ReplicationFactorTest, TestSchemaManager, TestZkChroot, TestStressLucene, TestConfigSetsAPIZkFailure, CoreAdminHandlerTest, RangeFacetCloudTest, TestSolrJ, TestJavabinTupleStreamParser, MetricsHistoryWithAuthIntegrationTest, TestHashPartitioner, TestLogWatcher, LeaderElectionIntegrationTest, TestStressVersions, DeleteReplicaTest, TestMultiValuedNumericRangeQuery, ProtectedTermFilterFactoryTest, TestFieldCacheWithThreads, PackageManagerCLITest, ManagedSchemaRoundRobinCloudTest, AutoScalingHandlerTest, TestJoin, TestComplexPhraseLeadingWildcard, CustomTermsComponentTest, AuditLoggerPluginTest, JWTAuthPluginIntegrationTest, TestSweetSpotSimilarityFactory, QueryParsingTest, XMLAtomicUpdateMultivalueTest, TaggingAttributeTest, TestLFUCache, SolrCLIZkUtilsTest, TestUseDocValuesAsStored, TestQueryTypes, FieldAnalysisRequestHandlerTest, HdfsThreadLeakTest, HdfsBackupRepositoryIntegrationTest, TestLegacyBM25SimilarityFactory, WrapperMergePolicyFactoryTest, TestRangeQuery, DateMathParserTest, OverseerCollectionConfigSetProcessorTest, TestReversedWildcardFilterFactory, TestManagedSchemaThreadSafety, SuggestComponentContextFilterQueryTest, SystemInfoHandlerTest, RequestLoggingTest, ChangedSchemaMergeTest, TestPackages, TestRestoreCore, AsyncCallRequestStatusResponseTest, TestSimUtils, SolrCoreMetricManagerTest, SampleTest, TestCloudDeleteByQuery, TestConfigOverlay, TestStressLiveNodes, TestUninvertingReader, SortByFunctionTest, ConnectionReuseTest, XsltUpdateRequestHandlerTest, TestSortByMinMaxFunction, CollectionsAPIAsyncDistributedZkTest, TestBulkSchemaAPI, JavaBinAtomicUpdateMultivalueTest, TestReplicationHandler, ClusterStateTest, TestTolerantUpdateProcessorRandomCloud, TestSimNodeLostTrigger, BasicFunctionalityTest, TestSolrCoreProperties, CdcrBootstrapTest]
   [junit4] Completed [645/934 (1!)] on J1 in 667.31s, 4 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 51741 lines...]