You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/05/30 21:39:05 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-11.0.2) - Build # 5172 - Still Failing!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5172/
Java: 64bit/jdk-11.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 65343 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Relative link points at id that doesn't exist in dest: solrcloud-autoscaling-policy-preferences.html#testing-the-autoscaling-configuration-and-suggestions
     [java]  ... source: file:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-ref-guide/bare-bones-html/major-changes-in-solr-8.html
     [java] Processed 2570 links (2103 relative) to 3377 anchors in 253 files
     [java] Total of 1 problems found

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:625: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:157: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/solr-ref-guide/build.xml:326: Java returned: 255

Total time: 140 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-11.0.2) - Build # 5175 - Still Failing!

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

All tests passed

Build Log:
[...truncated 62692 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj666310591
 [ecj-lint] Compiling 48 source files to /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj666310591
 [ecj-lint] invalid Class-Path header in manifest of jar file: /Users/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /Users/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 23)
 [ecj-lint] 	import javax.naming.NamingException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NamingException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 28)
 [ecj-lint] 	public class MockInitialContextFactory implements InitialContextFactory {
 [ecj-lint] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type MockInitialContextFactory must implement the inherited abstract method InitialContextFactory.getInitialContext(Hashtable<?,?>)
 [ecj-lint] ----------
 [ecj-lint] 3. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 30)
 [ecj-lint] 	private final javax.naming.Context context;
 [ecj-lint] 	              ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.Context is not accessible
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 33)
 [ecj-lint] 	context = mock(javax.naming.Context.class);
 [ecj-lint] 	^^^^^^^
 [ecj-lint] context cannot be resolved to a variable
 [ecj-lint] ----------
 [ecj-lint] 5. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 33)
 [ecj-lint] 	context = mock(javax.naming.Context.class);
 [ecj-lint] 	               ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.Context is not accessible
 [ecj-lint] ----------
 [ecj-lint] 6. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 36)
 [ecj-lint] 	when(context.lookup(anyString())).thenAnswer(invocation -> objects.get(invocation.getArgument(0)));
 [ecj-lint] 	     ^^^^^^^
 [ecj-lint] context cannot be resolved
 [ecj-lint] ----------
 [ecj-lint] 7. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 38)
 [ecj-lint] 	} catch (NamingException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^
 [ecj-lint] NamingException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 8. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 45)
 [ecj-lint] 	public javax.naming.Context getInitialContext(Hashtable env) {
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.Context is not accessible
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 46)
 [ecj-lint] 	return context;
 [ecj-lint] 	       ^^^^^^^
 [ecj-lint] context cannot be resolved to a variable
 [ecj-lint] ----------
 [ecj-lint] 9 problems (9 errors)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:651: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/common-build.xml:479: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:2015: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:2048: Compile failed; see the compiler error output for details.

Total time: 147 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-11.0.2) - Build # 5174 - Failure!

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

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

Error Message:
expected:<155> but was:<156>

Stack Trace:
java.lang.AssertionError: expected:<155> but was:<156>
	at __randomizedtesting.SeedInfo.seed([7BE9749917A3A54D:F3BD4B43B95FC8B5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:327)
	at org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:171)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13990 lines...]
   [junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest
   [junit4]   2> 1987632 INFO  (SUITE-PeerSyncReplicationTest-seed#[7BE9749917A3A54D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/init-core-data-001
   [junit4]   2> 1987633 INFO  (SUITE-PeerSyncReplicationTest-seed#[7BE9749917A3A54D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1987633 INFO  (SUITE-PeerSyncReplicationTest-seed#[7BE9749917A3A54D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1987634 INFO  (SUITE-PeerSyncReplicationTest-seed#[7BE9749917A3A54D]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1987643 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer Overriding violation report action to: IGNORE
   [junit4]   2> 1987643 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1987644 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1987644 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1987752 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer start zk server on port:63408
   [junit4]   2> 1987752 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63408
   [junit4]   2> 1987752 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63408
   [junit4]   2> 1987772 INFO  (zkConnectionManagerCallback-16566-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1987779 INFO  (zkConnectionManagerCallback-16568-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1987782 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1987784 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1987786 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1987787 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1987789 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1987792 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1987794 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1987796 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1987798 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1987801 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1987803 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1987805 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1988939 WARN  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1988939 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1988939 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1988940 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1988942 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1988942 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1988942 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1988943 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4742811e{/,null,AVAILABLE}
   [junit4]   2> 1988946 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2da206f3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:63414}
   [junit4]   2> 1988946 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.e.j.s.Server Started @1989000ms
   [junit4]   2> 1988946 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/tempDir-001/control/data, hostPort=63414, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/control-001/cores}
   [junit4]   2> 1988946 ERROR (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1988946 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1988946 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1988946 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1988946 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1988946 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-06-01T00:44:52.825961Z
   [junit4]   2> 1988951 INFO  (zkConnectionManagerCallback-16570-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1988953 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1988953 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/control-001/solr.xml
   [junit4]   2> 1988956 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1988956 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1988957 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1989067 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1989068 WARN  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@117d0ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1989072 WARN  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@c930104[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1989073 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63408/solr
   [junit4]   2> 1989085 INFO  (zkConnectionManagerCallback-16577-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989098 INFO  (zkConnectionManagerCallback-16579-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989288 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [n:127.0.0.1:63414_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63414_
   [junit4]   2> 1989289 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [n:127.0.0.1:63414_    ] o.a.s.c.Overseer Overseer (id=72134462104010756-127.0.0.1:63414_-n_0000000000) starting
   [junit4]   2> 1989310 INFO  (zkConnectionManagerCallback-16586-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989315 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [n:127.0.0.1:63414_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63408/solr ready
   [junit4]   2> 1989317 INFO  (OverseerStateUpdate-72134462104010756-127.0.0.1:63414_-n_0000000000) [n:127.0.0.1:63414_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:63414_
   [junit4]   2> 1989318 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [n:127.0.0.1:63414_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63414_
   [junit4]   2> 1989321 INFO  (zkCallback-16585-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1989322 INFO  (zkCallback-16578-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1989355 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [n:127.0.0.1:63414_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1989383 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [n:127.0.0.1:63414_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1989400 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [n:127.0.0.1:63414_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1989400 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [n:127.0.0.1:63414_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1989402 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [n:127.0.0.1:63414_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/control-001/cores
   [junit4]   2> 1989426 INFO  (zkConnectionManagerCallback-16592-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989428 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1989431 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63408/solr ready
   [junit4]   2> 1989434 INFO  (qtp444488925-42894) [n:127.0.0.1:63414_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:63414_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1989439 INFO  (OverseerThreadFactory-14684-thread-1-processing-n:127.0.0.1:63414_) [n:127.0.0.1:63414_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1989562 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1989563 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1990585 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1990607 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1990734 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1990770 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1990770 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1990771 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1990776 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=99.181640625, floorSegmentMB=1.69140625, forceMergeDeletesPctAllowed=6.5156918864944755, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.624843460247284, deletesPctAllowed=31.498335115505007
   [junit4]   2> 1990927 WARN  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1991006 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1991006 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1991029 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1991029 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1991031 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1991031 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@506c1fe2[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1991034 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1991035 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1991036 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1991036 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1635096875410391040
   [junit4]   2> 1991040 INFO  (searcherExecutor-14689-thread-1-processing-n:127.0.0.1:63414_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@506c1fe2[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1991048 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1991048 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1991057 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1991057 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1991057 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63414/control_collection_shard1_replica_n1/
   [junit4]   2> 1991058 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1991059 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:63414/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1991059 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72134462104010756-core_node2-n_0000000000
   [junit4]   2> 1991064 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63414/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1991169 INFO  (zkCallback-16578-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1991171 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1991182 INFO  (qtp444488925-42896) [n:127.0.0.1:63414_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1620
   [junit4]   2> 1991197 INFO  (qtp444488925-42894) [n:127.0.0.1:63414_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1991289 INFO  (zkCallback-16578-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1991289 INFO  (zkCallback-16578-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1991291 INFO  (qtp444488925-42894) [n:127.0.0.1:63414_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:63414_&wt=javabin&version=2} status=0 QTime=1857
   [junit4]   2> 1991300 INFO  (zkConnectionManagerCallback-16598-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1991302 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1991304 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63408/solr ready
   [junit4]   2> 1991304 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1991306 INFO  (qtp444488925-42895) [n:127.0.0.1:63414_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1991313 INFO  (OverseerThreadFactory-14684-thread-2-processing-n:127.0.0.1:63414_) [n:127.0.0.1:63414_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1991314 INFO  (OverseerCollectionConfigSetProcessor-72134462104010756-127.0.0.1:63414_-n_0000000000) [n:127.0.0.1:63414_    ] 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> 1991558 WARN  (OverseerThreadFactory-14684-thread-2-processing-n:127.0.0.1:63414_) [n:127.0.0.1:63414_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1991563 INFO  (qtp444488925-42895) [n:127.0.0.1:63414_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1991564 INFO  (qtp444488925-42895) [n:127.0.0.1:63414_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=258
   [junit4]   2> 1991569 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 1992292 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-1-001 of type NRT
   [junit4]   2> 1992293 WARN  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1992293 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1992294 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1992294 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1992295 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1992295 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1992295 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1992296 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e110ae8{/,null,AVAILABLE}
   [junit4]   2> 1992296 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@405264{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:63433}
   [junit4]   2> 1992296 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.Server Started @1992351ms
   [junit4]   2> 1992296 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/tempDir-001/jetty1, hostPort=63433, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 1992297 ERROR (closeThreadPool-16599-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1992297 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1992297 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1992297 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1992297 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1992297 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-06-01T00:44:56.176269Z
   [junit4]   2> 1992301 INFO  (zkConnectionManagerCallback-16601-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1992303 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1992303 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-1-001/solr.xml
   [junit4]   2> 1992322 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1992322 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1992323 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1992850 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1992851 WARN  (closeThreadPool-16599-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@413499ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1992855 WARN  (closeThreadPool-16599-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@716dcf45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1992856 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63408/solr
   [junit4]   2> 1992860 INFO  (zkConnectionManagerCallback-16608-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1992867 INFO  (zkConnectionManagerCallback-16610-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1992880 INFO  (closeThreadPool-16599-thread-1) [n:127.0.0.1:63433_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1992888 INFO  (closeThreadPool-16599-thread-1) [n:127.0.0.1:63433_    ] o.a.s.c.ZkController Publish node=127.0.0.1:63433_ as DOWN
   [junit4]   2> 1992890 INFO  (closeThreadPool-16599-thread-1) [n:127.0.0.1:63433_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1992890 INFO  (closeThreadPool-16599-thread-1) [n:127.0.0.1:63433_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63433_
   [junit4]   2> 1992893 INFO  (zkCallback-16585-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1992893 INFO  (zkCallback-16578-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1992893 INFO  (zkCallback-16597-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1992893 INFO  (zkCallback-16609-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1992897 INFO  (zkConnectionManagerCallback-16617-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1992899 INFO  (closeThreadPool-16599-thread-1) [n:127.0.0.1:63433_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1992901 INFO  (closeThreadPool-16599-thread-1) [n:127.0.0.1:63433_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63408/solr ready
   [junit4]   2> 1992927 INFO  (closeThreadPool-16599-thread-1) [n:127.0.0.1:63433_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1992951 INFO  (closeThreadPool-16599-thread-1) [n:127.0.0.1:63433_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1992968 INFO  (closeThreadPool-16599-thread-1) [n:127.0.0.1:63433_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1992968 INFO  (closeThreadPool-16599-thread-1) [n:127.0.0.1:63433_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1992970 INFO  (closeThreadPool-16599-thread-1) [n:127.0.0.1:63433_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-1-001/cores
   [junit4]   2> 1993320 INFO  (OverseerCollectionConfigSetProcessor-72134462104010756-127.0.0.1:63414_-n_0000000000) [n:127.0.0.1:63414_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1993701 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-2-001 of type NRT
   [junit4]   2> 1993702 WARN  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1993702 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1993702 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1993702 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1993707 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1993707 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1993707 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1993707 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69c3a018{/,null,AVAILABLE}
   [junit4]   2> 1993709 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3e419358{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:63438}
   [junit4]   2> 1993709 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.Server Started @1993763ms
   [junit4]   2> 1993709 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/tempDir-001/jetty2, hostPort=63438, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 1993709 ERROR (closeThreadPool-16599-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1993709 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1993709 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1993709 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1993709 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1993709 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-06-01T00:44:57.588661Z
   [junit4]   2> 1993713 INFO  (zkConnectionManagerCallback-16620-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1993715 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1993715 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-2-001/solr.xml
   [junit4]   2> 1994177 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1994177 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1994193 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1994373 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1994375 WARN  (closeThreadPool-16599-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7a718176[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1994378 WARN  (closeThreadPool-16599-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2dd14da4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1994380 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63408/solr
   [junit4]   2> 1994385 INFO  (zkConnectionManagerCallback-16627-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1994393 INFO  (zkConnectionManagerCallback-16629-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1994406 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1994416 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:63438_ as DOWN
   [junit4]   2> 1994418 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1994418 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63438_
   [junit4]   2> 1994422 INFO  (zkCallback-16597-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1994423 INFO  (zkCallback-16585-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1994423 INFO  (zkCallback-16609-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1994423 INFO  (zkCallback-16578-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1994424 INFO  (zkCallback-16628-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1994424 INFO  (zkCallback-16616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1994430 INFO  (zkConnectionManagerCallback-16636-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1994433 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1994435 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63408/solr ready
   [junit4]   2> 1994468 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1994498 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1994519 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1994519 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1994521 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-2-001/cores
   [junit4]   2> 1994845 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7BE9749917A3A54D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-3-001 of type NRT
   [junit4]   2> 1994845 WARN  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1994846 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1994846 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1994846 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1994847 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1994847 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1994847 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1994848 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26a8d0ba{/,null,AVAILABLE}
   [junit4]   2> 1994848 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@33a43625{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:63445}
   [junit4]   2> 1994848 INFO  (closeThreadPool-16599-thread-1) [    ] o.e.j.s.Server Started @1994903ms
   [junit4]   2> 1994848 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/tempDir-001/jetty3, hostPort=63445, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 1994849 ERROR (closeThreadPool-16599-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1994849 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1994849 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1994849 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1994849 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1994849 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-06-01T00:44:58.728867Z
   [junit4]   2> 1994854 INFO  (zkConnectionManagerCallback-16639-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1994856 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1994856 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-3-001/solr.xml
   [junit4]   2> 1994859 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1994859 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1994886 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1994929 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1994930 WARN  (closeThreadPool-16599-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@47c5cc8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1994934 WARN  (closeThreadPool-16599-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2f212ac4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1994935 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63408/solr
   [junit4]   2> 1994939 INFO  (zkConnectionManagerCallback-16646-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1994945 INFO  (zkConnectionManagerCallback-16648-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1994957 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1994974 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:63445_ as DOWN
   [junit4]   2> 1994977 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1994977 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63445_
   [junit4]   2> 1994980 INFO  (zkCallback-16628-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994981 INFO  (zkCallback-16597-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994981 INFO  (zkCallback-16585-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994981 INFO  (zkCallback-16609-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994981 INFO  (zkCallback-16616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994981 INFO  (zkCallback-16578-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994982 INFO  (zkCallback-16647-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994982 INFO  (zkCallback-16635-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994987 INFO  (zkConnectionManagerCallback-16655-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1994989 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1994992 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63408/solr ready
   [junit4]   2> 1995014 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1995039 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1995054 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1995054 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1995056 INFO  (closeThreadPool-16599-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-3-001/cores
   [junit4]   2> 1995133 INFO  (qtp444488925-42894) [n:127.0.0.1:63414_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63433_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1995134 INFO  (qtp444488925-42898) [n:127.0.0.1:63414_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63445_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1995135 INFO  (qtp444488925-42893) [n:127.0.0.1:63414_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63438_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1995142 INFO  (OverseerThreadFactory-14684-thread-3-processing-n:127.0.0.1:63414_) [n:127.0.0.1:63414_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:63433_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1995145 INFO  (OverseerThreadFactory-14684-thread-3-processing-n:127.0.0.1:63414_) [n:127.0.0.1:63414_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1995150 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1996171 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1996208 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 1996330 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1996362 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1996363 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 1996363 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-1-001/cores/collection1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-1-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 1996370 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=99.181640625, floorSegmentMB=1.69140625, forceMergeDeletesPctAllowed=6.5156918864944755, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.624843460247284, deletesPctAllowed=31.498335115505007
   [junit4]   2> 1996919 WARN  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1997017 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1997017 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1997019 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1997019 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1997020 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1997041 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d882752[collection1_shard1_replica_n1] main]
   [junit4]   2> 1997044 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1997045 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1997046 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1997046 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1635096881712332800
   [junit4]   2> 1997049 INFO  (searcherExecutor-14721-thread-1-processing-n:127.0.0.1:63433_ x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@5d882752[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1997055 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1997055 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1997062 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1997062 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1997062 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63433/collection1_shard1_replica_n1/
   [junit4]   2> 1997063 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1997063 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:63433/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1997063 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72134462104010762-core_node2-n_0000000000
   [junit4]   2> 1997069 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63433/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1997177 INFO  (zkCallback-16609-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1997178 INFO  (zkCallback-16609-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1997180 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1997184 INFO  (qtp2073184894-42954) [n:127.0.0.1:63433_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2034
   [junit4]   2> 1997189 INFO  (qtp444488925-42894) [n:127.0.0.1:63414_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:63433_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=2056
   [junit4]   2> 1997290 INFO  (zkCallback-16609-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1997290 INFO  (zkCallback-16609-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1997291 INFO  (zkCallback-16609-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1999198 INFO  (OverseerCollectionConfigSetProcessor-72134462104010756-127.0.0.1:63414_-n_0000000000) [n:127.0.0.1:63414_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1999202 INFO  (OverseerThreadFactory-14684-thread-4-processing-n:127.0.0.1:63414_) [n:127.0.0.1:63414_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:63445_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1999206 INFO  (OverseerThreadFactory-14684-thread-4-processing-n:127.0.0.1:63414_) [n:127.0.0.1:63414_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1999214 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_    x:collection1_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1999333 INFO  (zkCallback-16609-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1999333 INFO  (zkCallback-16609-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1999333 INFO  (zkCallback-16609-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2004670 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2004690 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.s.IndexSchema [collection1_shard1_replica_n3] Schema name=test
   [junit4]   2> 2004907 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2004938 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n3' using configuration from collection collection1, trusted=true
   [junit4]   2> 2004939 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n3' (registry 'solr.core.collection1.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@769055ab
   [junit4]   2> 2004939 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.SolrCore [[collection1_shard1_replica_n3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-3-001/cores/collection1_shard1_replica_n3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_7BE9749917A3A54D-001/shard-3-001/cores/collection1_shard1_replica_n3/data/]
   [junit4]   2> 2004946 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=99.181640625, floorSegmentMB=1.69140625, forceMergeDeletesPctAllowed=6.5156918864944755, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.624843460247284, deletesPctAllowed=31.498335115505007
   [junit4]   2> 2007980 WARN  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2008088 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2008088 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2008090 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2008090 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2008093 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2008140 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a390679[collection1_shard1_replica_n3] main]
   [junit4]   2> 2008144 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2008145 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2008146 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2008146 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1635096893351526400
   [junit4]   2> 2008151 INFO  (searcherExecutor-14726-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.SolrCore [collection1_shard1_replica_n3] Registered new searcher Searcher@4a390679[collection1_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2008158 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 2008158 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 2008172 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n3
   [junit4]   2> 2008173 INFO  (updateExecutor-16642-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1) [n:127.0.0.1:63445_ c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2008174 INFO  (recoveryExecutor-16644-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:63445_ c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2008174 INFO  (recoveryExecutor-16644-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:63445_ c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 2008181 INFO  (qtp1113107012-43020) [n:127.0.0.1:63445_ c:collection1 s:shard1  x:collection1_shard1_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=8969
   [junit4]   2> 2008203 INFO  (qtp2073184894-42956) [n:127.0.0.1:63433_ c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp= path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=1
   [junit4]   2> 2008203 INFO  (qtp2073184894-42956) [n:127.0.0.1:63433_ c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp= path=/admin/ping params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2008204 INFO  (recoveryExecutor-16644-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:63445_ c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard1_replica_n3]
   [junit4]   2> 2008204 INFO  (recoveryExecutor-16644-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:63445_ c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2008204 INFO  (recoveryExecutor-16644-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:63445_ c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard1_replica_n3] as recovering, leader is [http://127.0.0.1:63433/collection1_shard1_replica_n1/] and I am [http://127.0.0.1:63445/collection1_shard1_replica_n3/]
   [junit4]   2> 2008206 INFO  (recoveryExecutor-16644-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:63445_ c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:63433]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n1&nodeName=127.0.0.1:63445_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2008207 INFO  (qtp2073184894-42957) [n:127.0.0.1:63433_    x:collection1_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2008208 INFO  (qtp2073184894-42957) [n:127.0.0.1:63433_    x:collection1_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:63445_, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"collection1_shard1_replica_n3",
   [junit4]   2>   "base_url":"http://127.0.0.1:63445",
   [junit4]   2>   "node_name":"127.0.0.1:63445_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 2008209 INFO  (qtp444488925-42898) [n:127.0.0.1:63414_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:63445_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=13075
   [junit4]   2> 2008210 INFO  (zkCallback-16647-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2008210 INFO  (zkCallback-16609-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2008210 INFO  (zkCallback-16609-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2008210 INFO  (zkCallback-16609-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2008210 INFO  (zkCallback-16647-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2008211 INFO  (zkCallback-16647-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2008212 INFO  (watches-16611-thread-2) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:63445_, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"collection1_shard1_replica_n3",
   [junit4]   2>   "base_url":"http://127.0.0.1:63445",
   [junit4]   2>   "node_name":"127.0.0.1:63445_",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 2008212 INFO  (watches-16611-thread-1) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:63445_, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"collection1_shard1_replica_n3",
   [junit4]   2>   "base_url":"http://127.0.0.1:63445",
   [junit4]   2>   "node_name":"127.0.0.1:63445_",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 2008212 INFO  (qtp2073184894-42957) [n:127.0.0.1:63433_    x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:63445_&onlyIfLeaderActive=true&core=collection1_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 2008714 INFO  (recoveryExecutor-16644-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:63445_ c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:63433/collection1_shard1_replica_n1/] - recoveringAfterStartup=[true]
   [junit4]   2> 2008715 WARN  (recoveryExecutor-16644-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:63445_ c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 2008715 INFO  (recoveryExecutor-16644-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:63445_ c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 2008715 INFO  (recoveryExecutor-16644-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:63445_ c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 2008715 INFO  (recoveryExecutor-16644-thread-1-processing-n:127.0.0.1:63445_ x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:63445_ c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:63433/collection1_shard1_replica_n1/].
   [junit4]   2> 2008717 INFO  (qtp2073184894-42952) [n:127.0.0.1:63433_ c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1635096893950263296,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2008717 INFO

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

RROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 20)
 [ecj-lint] 	import javax.naming.InitialContext;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.InitialContext is not accessible
 [ecj-lint] ----------
 [ecj-lint] 6. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 21)
 [ecj-lint] 	import javax.naming.NamingException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NamingException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 7. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 22)
 [ecj-lint] 	import javax.naming.NoInitialContextException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NoInitialContextException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 8. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 776)
 [ecj-lint] 	Context c = new InitialContext();
 [ecj-lint] 	^^^^^^^
 [ecj-lint] Context cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 776)
 [ecj-lint] 	Context c = new InitialContext();
 [ecj-lint] 	                ^^^^^^^^^^^^^^
 [ecj-lint] InitialContext cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 10. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 779)
 [ecj-lint] 	} catch (NoInitialContextException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] NoInitialContextException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 11. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 781)
 [ecj-lint] 	} catch (NamingException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^
 [ecj-lint] NamingException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/handler/admin/SegmentsInfoRequestHandler.java (at line 215)
 [ecj-lint] 	leafReader = ((FilterLeafReader)leafReader).getDelegate();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'leafReader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java (at line 142)
 [ecj-lint] 	return new JavaBinCodec(null, stringCache).setReadStringAsCharSeq(true);
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java (at line 137)
 [ecj-lint] 	new JavaBinCodec() {
 [ecj-lint]       SolrParams params;
 [ecj-lint]       AddUpdateCommand addCmd = null;
 [ecj-lint] 
 [ecj-lint]       @Override
 [ecj-lint]       public List<Object> readIterator(DataInputInputStream fis) throws IOException {
 [ecj-lint]         while (true) {
 [ecj-lint]           Object o = readVal(fis);
 [ecj-lint]           if (o == END_OBJ) break;
 [ecj-lint]           if (o instanceof NamedList) {
 [ecj-lint]             params = ((NamedList) o).toSolrParams();
 [ecj-lint]           } else {
 [ecj-lint]             try {
 [ecj-lint]               if (o instanceof byte[]) {
 [ecj-lint]                 if (params != null) req.setParams(params);
 [ecj-lint]                 byte[] buf = (byte[]) o;
 [ecj-lint]                 contentStreamLoader.load(req, rsp, new ContentStreamBase.ByteArrayStream(buf, null), processor);
 [ecj-lint]               } else {
 [ecj-lint]                 throw new RuntimeException("unsupported type ");
 [ecj-lint]               }
 [ecj-lint]             } catch (Exception e) {
 [ecj-lint]               throw new RuntimeException(e);
 [ecj-lint]             } finally {
 [ecj-lint]               params = null;
 [ecj-lint]               req.setParams(old);
 [ecj-lint]             }
 [ecj-lint]           }
 [ecj-lint]         }
 [ecj-lint]         return Collections.emptyList();
 [ecj-lint]       }
 [ecj-lint] 
 [ecj-lint]     }.unmarshal(in);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. INFO in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/logging/log4j2/Log4j2Watcher.java (at line 187)
 [ecj-lint] 	if (logger == root || root.equals(logger) || isRootLogger(name) || "".equals(name)) {
 [ecj-lint] 	                                  ^^^^^^
 [ecj-lint] Unlikely argument type for equals(): Map.Entry<String,LoggerConfig> seems to be unrelated to Logger
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/update/SolrIndexSplitter.java (at line 258)
 [ecj-lint] 	HardlinkCopyDirectoryWrapper hardLinkedDir = new HardlinkCopyDirectoryWrapper(splitDir);
 [ecj-lint] 	                             ^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'hardLinkedDir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 50)
 [ecj-lint] 	in = new FileInputStream(src).getChannel();
 [ecj-lint] 	     ^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 51)
 [ecj-lint] 	out = new FileOutputStream(destination).getChannel();
 [ecj-lint] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/util/SolrCLI.java (at line 1143)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(simCloudManager, config);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/java/org/apache/solr/util/TestInjection.java (at line 263)
 [ecj-lint] 	timers.remove(this);
 [ecj-lint] 	              ^^^^
 [ecj-lint] Unlikely argument type new TimerTask(){} for remove(Object) on a Collection<Timer>
 [ecj-lint] ----------
 [ecj-lint] 20 problems (8 errors, 11 warnings, 1 info)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:645: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:2009: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:2048: Compile failed; see the compiler error output for details.

Total time: 129 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionPropsTest.testMultipleWatchers

Error Message:
expected:<1> but was:<0>

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




Build Log:
[...truncated 13494 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionPropsTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/init-core-data-001
   [junit4]   2> 1707913 WARN  (SUITE-CollectionPropsTest-seed#[84CA300A781ACB11]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1707913 INFO  (SUITE-CollectionPropsTest-seed#[84CA300A781ACB11]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1707914 INFO  (SUITE-CollectionPropsTest-seed#[84CA300A781ACB11]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None") w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1707914 INFO  (SUITE-CollectionPropsTest-seed#[84CA300A781ACB11]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1707914 INFO  (SUITE-CollectionPropsTest-seed#[84CA300A781ACB11]-worker) [    ] o.a.s.c.CollectionPropsTest Using legacyCloud?: false
   [junit4]   2> 1707914 INFO  (SUITE-CollectionPropsTest-seed#[84CA300A781ACB11]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001
   [junit4]   2> 1707915 INFO  (SUITE-CollectionPropsTest-seed#[84CA300A781ACB11]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1707916 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1707916 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1708023 INFO  (SUITE-CollectionPropsTest-seed#[84CA300A781ACB11]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:54090
   [junit4]   2> 1708023 INFO  (SUITE-CollectionPropsTest-seed#[84CA300A781ACB11]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54090
   [junit4]   2> 1708023 INFO  (SUITE-CollectionPropsTest-seed#[84CA300A781ACB11]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54090
   [junit4]   2> 1708041 INFO  (zkConnectionManagerCallback-9490-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708046 INFO  (zkConnectionManagerCallback-9492-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708049 INFO  (zkConnectionManagerCallback-9494-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708052 WARN  (jetty-launcher-9495-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1708052 WARN  (jetty-launcher-9495-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1708052 INFO  (jetty-launcher-9495-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1708052 INFO  (jetty-launcher-9495-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1708052 INFO  (jetty-launcher-9495-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1708052 INFO  (jetty-launcher-9495-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1708052 WARN  (jetty-launcher-9495-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1708052 INFO  (jetty-launcher-9495-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1708052 INFO  (jetty-launcher-9495-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1708053 INFO  (jetty-launcher-9495-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1708053 INFO  (jetty-launcher-9495-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1708053 INFO  (jetty-launcher-9495-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1708053 WARN  (jetty-launcher-9495-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1708053 INFO  (jetty-launcher-9495-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1708053 INFO  (jetty-launcher-9495-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1708053 INFO  (jetty-launcher-9495-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1708062 INFO  (jetty-launcher-9495-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1708062 INFO  (jetty-launcher-9495-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1708062 INFO  (jetty-launcher-9495-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1708064 INFO  (jetty-launcher-9495-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1708064 INFO  (jetty-launcher-9495-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1708064 INFO  (jetty-launcher-9495-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1708064 INFO  (jetty-launcher-9495-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7987e897{/solr,null,AVAILABLE}
   [junit4]   2> 1708065 INFO  (jetty-launcher-9495-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ba554a0{/solr,null,AVAILABLE}
   [junit4]   2> 1708068 INFO  (jetty-launcher-9495-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@31169504{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54095}
   [junit4]   2> 1708068 INFO  (jetty-launcher-9495-thread-3) [    ] o.e.j.s.Server Started @1708137ms
   [junit4]   2> 1708068 INFO  (jetty-launcher-9495-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54095}
   [junit4]   2> 1708068 ERROR (jetty-launcher-9495-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1708068 INFO  (jetty-launcher-9495-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1708068 INFO  (jetty-launcher-9495-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1708068 INFO  (jetty-launcher-9495-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1708068 INFO  (jetty-launcher-9495-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1708068 INFO  (jetty-launcher-9495-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1708068 INFO  (jetty-launcher-9495-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1708068 INFO  (jetty-launcher-9495-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1708068 INFO  (jetty-launcher-9495-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-31T10:42:16.757964Z
   [junit4]   2> 1708069 INFO  (jetty-launcher-9495-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@484dc5d9{/solr,null,AVAILABLE}
   [junit4]   2> 1708070 INFO  (jetty-launcher-9495-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4008cf98{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54097}
   [junit4]   2> 1708070 INFO  (jetty-launcher-9495-thread-1) [    ] o.e.j.s.Server Started @1708138ms
   [junit4]   2> 1708070 INFO  (jetty-launcher-9495-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54097}
   [junit4]   2> 1708070 ERROR (jetty-launcher-9495-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1708070 INFO  (jetty-launcher-9495-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1708070 INFO  (jetty-launcher-9495-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1708070 INFO  (jetty-launcher-9495-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1708070 INFO  (jetty-launcher-9495-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1708070 INFO  (jetty-launcher-9495-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-31T10:42:16.759780Z
   [junit4]   2> 1708071 INFO  (jetty-launcher-9495-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1708071 INFO  (jetty-launcher-9495-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1708071 INFO  (jetty-launcher-9495-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1708072 INFO  (jetty-launcher-9495-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38349896{/solr,null,AVAILABLE}
   [junit4]   2> 1708072 INFO  (jetty-launcher-9495-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2b326ef6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54096}
   [junit4]   2> 1708072 INFO  (jetty-launcher-9495-thread-4) [    ] o.e.j.s.Server Started @1708141ms
   [junit4]   2> 1708072 INFO  (jetty-launcher-9495-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54096}
   [junit4]   2> 1708073 ERROR (jetty-launcher-9495-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1708073 INFO  (jetty-launcher-9495-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1708073 INFO  (jetty-launcher-9495-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@30d6998a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54099}
   [junit4]   2> 1708073 INFO  (jetty-launcher-9495-thread-2) [    ] o.e.j.s.Server Started @1708142ms
   [junit4]   2> 1708073 INFO  (jetty-launcher-9495-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54099}
   [junit4]   2> 1708073 ERROR (jetty-launcher-9495-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1708073 INFO  (jetty-launcher-9495-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1708073 INFO  (jetty-launcher-9495-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1708073 INFO  (jetty-launcher-9495-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1708073 INFO  (jetty-launcher-9495-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1708073 INFO  (jetty-launcher-9495-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-31T10:42:16.762983Z
   [junit4]   2> 1708074 INFO  (jetty-launcher-9495-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1708074 INFO  (jetty-launcher-9495-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1708074 INFO  (jetty-launcher-9495-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1708074 INFO  (jetty-launcher-9495-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-31T10:42:16.763316Z
   [junit4]   2> 1708076 INFO  (zkConnectionManagerCallback-9497-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708078 INFO  (jetty-launcher-9495-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1708081 INFO  (zkConnectionManagerCallback-9501-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708083 INFO  (zkConnectionManagerCallback-9503-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708085 INFO  (zkConnectionManagerCallback-9499-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708085 INFO  (jetty-launcher-9495-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1708085 INFO  (jetty-launcher-9495-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1708086 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10042e5d5a00003, likely client has closed socket
   [junit4]   2> 1708087 INFO  (jetty-launcher-9495-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1708102 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10042e5d5a00004, likely client has closed socket
   [junit4]   2> 1708105 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10042e5d5a00005, likely client has closed socket
   [junit4]   2> 1708106 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10042e5d5a00006, likely client has closed socket
   [junit4]   2> 1708158 INFO  (jetty-launcher-9495-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1708160 WARN  (jetty-launcher-9495-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4859df5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708172 WARN  (jetty-launcher-9495-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@49763b4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708175 INFO  (jetty-launcher-9495-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54090/solr
   [junit4]   2> 1708178 INFO  (zkConnectionManagerCallback-9513-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708185 INFO  (zkConnectionManagerCallback-9515-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708375 INFO  (jetty-launcher-9495-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1708381 INFO  (jetty-launcher-9495-thread-3) [n:127.0.0.1:54095_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54095_solr
   [junit4]   2> 1708383 INFO  (jetty-launcher-9495-thread-3) [n:127.0.0.1:54095_solr    ] o.a.s.c.Overseer Overseer (id=72131148936904712-127.0.0.1:54095_solr-n_0000000000) starting
   [junit4]   2> 1708391 WARN  (jetty-launcher-9495-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5373e8aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708394 INFO  (zkConnectionManagerCallback-9523-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708396 WARN  (jetty-launcher-9495-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@66befa29[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708398 INFO  (jetty-launcher-9495-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54090/solr
   [junit4]   2> 1708399 INFO  (jetty-launcher-9495-thread-3) [n:127.0.0.1:54095_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54090/solr ready
   [junit4]   2> 1708401 INFO  (OverseerStateUpdate-72131148936904712-127.0.0.1:54095_solr-n_0000000000) [n:127.0.0.1:54095_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54095_solr
   [junit4]   2> 1708401 INFO  (zkConnectionManagerCallback-9528-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708407 INFO  (jetty-launcher-9495-thread-3) [n:127.0.0.1:54095_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54095_solr
   [junit4]   2> 1708410 INFO  (zkCallback-9522-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1708411 INFO  (zkCallback-9514-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1708417 INFO  (zkConnectionManagerCallback-9530-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708550 INFO  (jetty-launcher-9495-thread-3) [n:127.0.0.1:54095_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1708561 INFO  (jetty-launcher-9495-thread-1) [n:127.0.0.1:54097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1708577 INFO  (jetty-launcher-9495-thread-1) [n:127.0.0.1:54097_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:54097_solr as DOWN
   [junit4]   2> 1708578 INFO  (jetty-launcher-9495-thread-1) [n:127.0.0.1:54097_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1708578 INFO  (jetty-launcher-9495-thread-1) [n:127.0.0.1:54097_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54097_solr
   [junit4]   2> 1708581 INFO  (zkCallback-9522-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1708581 INFO  (zkCallback-9529-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1708581 INFO  (zkCallback-9514-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1708586 INFO  (zkConnectionManagerCallback-9538-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708589 INFO  (jetty-launcher-9495-thread-1) [n:127.0.0.1:54097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1708591 INFO  (jetty-launcher-9495-thread-1) [n:127.0.0.1:54097_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54090/solr ready
   [junit4]   2> 1708650 INFO  (jetty-launcher-9495-thread-1) [n:127.0.0.1:54097_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1708666 INFO  (jetty-launcher-9495-thread-3) [n:127.0.0.1:54095_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54095.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1708720 INFO  (jetty-launcher-9495-thread-3) [n:127.0.0.1:54095_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54095.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1708720 INFO  (jetty-launcher-9495-thread-3) [n:127.0.0.1:54095_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54095.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1708724 INFO  (jetty-launcher-9495-thread-3) [n:127.0.0.1:54095_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001/node3/.
   [junit4]   2> 1708728 INFO  (jetty-launcher-9495-thread-1) [n:127.0.0.1:54097_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54097.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1708746 INFO  (jetty-launcher-9495-thread-1) [n:127.0.0.1:54097_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54097.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1708746 INFO  (jetty-launcher-9495-thread-1) [n:127.0.0.1:54097_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54097.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1708748 INFO  (jetty-launcher-9495-thread-1) [n:127.0.0.1:54097_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001/node1/.
   [junit4]   2> 1708923 INFO  (jetty-launcher-9495-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1708924 WARN  (jetty-launcher-9495-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@353ec223[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708928 WARN  (jetty-launcher-9495-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@16c679e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708930 INFO  (jetty-launcher-9495-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54090/solr
   [junit4]   2> 1708933 INFO  (zkConnectionManagerCallback-9545-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708938 INFO  (zkConnectionManagerCallback-9547-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708947 INFO  (jetty-launcher-9495-thread-2) [n:127.0.0.1:54099_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1708955 INFO  (jetty-launcher-9495-thread-2) [n:127.0.0.1:54099_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:54099_solr as DOWN
   [junit4]   2> 1708956 INFO  (jetty-launcher-9495-thread-2) [n:127.0.0.1:54099_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1708957 INFO  (jetty-launcher-9495-thread-2) [n:127.0.0.1:54099_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54099_solr
   [junit4]   2> 1708959 INFO  (zkCallback-9529-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1708959 INFO  (zkCallback-9522-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1708960 INFO  (zkCallback-9537-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1708960 INFO  (zkCallback-9546-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1708960 INFO  (zkCallback-9514-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1708964 INFO  (zkConnectionManagerCallback-9554-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708967 INFO  (jetty-launcher-9495-thread-2) [n:127.0.0.1:54099_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1708969 INFO  (jetty-launcher-9495-thread-2) [n:127.0.0.1:54099_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54090/solr ready
   [junit4]   2> 1709007 INFO  (jetty-launcher-9495-thread-2) [n:127.0.0.1:54099_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1709078 INFO  (jetty-launcher-9495-thread-2) [n:127.0.0.1:54099_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54099.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1709125 INFO  (jetty-launcher-9495-thread-2) [n:127.0.0.1:54099_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54099.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1709126 INFO  (jetty-launcher-9495-thread-2) [n:127.0.0.1:54099_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54099.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1709136 INFO  (jetty-launcher-9495-thread-2) [n:127.0.0.1:54099_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001/node2/.
   [junit4]   2> 1709210 INFO  (jetty-launcher-9495-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1709211 WARN  (jetty-launcher-9495-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4290e7cd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1709215 WARN  (jetty-launcher-9495-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1cdcd8a8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1709217 INFO  (jetty-launcher-9495-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54090/solr
   [junit4]   2> 1709220 INFO  (zkConnectionManagerCallback-9561-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1709225 INFO  (zkConnectionManagerCallback-9563-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1709235 INFO  (jetty-launcher-9495-thread-4) [n:127.0.0.1:54096_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1709245 INFO  (jetty-launcher-9495-thread-4) [n:127.0.0.1:54096_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:54096_solr as DOWN
   [junit4]   2> 1709248 INFO  (jetty-launcher-9495-thread-4) [n:127.0.0.1:54096_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1709248 INFO  (jetty-launcher-9495-thread-4) [n:127.0.0.1:54096_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54096_solr
   [junit4]   2> 1709251 INFO  (zkCallback-9514-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1709251 INFO  (zkCallback-9529-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1709251 INFO  (zkCallback-9546-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1709251 INFO  (zkCallback-9522-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1709251 INFO  (zkCallback-9537-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1709252 INFO  (zkCallback-9553-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1709252 INFO  (zkCallback-9562-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1709257 INFO  (zkConnectionManagerCallback-9570-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1709262 INFO  (jetty-launcher-9495-thread-4) [n:127.0.0.1:54096_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1709265 INFO  (jetty-launcher-9495-thread-4) [n:127.0.0.1:54096_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54090/solr ready
   [junit4]   2> 1709310 INFO  (jetty-launcher-9495-thread-4) [n:127.0.0.1:54096_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1709354 INFO  (jetty-launcher-9495-thread-4) [n:127.0.0.1:54096_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54096.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1709367 INFO  (jetty-launcher-9495-thread-4) [n:127.0.0.1:54096_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54096.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1709367 INFO  (jetty-launcher-9495-thread-4) [n:127.0.0.1:54096_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54096.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1709369 INFO  (jetty-launcher-9495-thread-4) [n:127.0.0.1:54096_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001/node4/.
   [junit4]   2> 1709437 INFO  (zkConnectionManagerCallback-9576-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1709440 INFO  (SUITE-CollectionPropsTest-seed#[84CA300A781ACB11]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1709442 INFO  (SUITE-CollectionPropsTest-seed#[84CA300A781ACB11]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54090/solr ready
   [junit4]   2> 1709500 INFO  (TEST-CollectionPropsTest.testMultipleWatchers-seed#[84CA300A781ACB11]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMultipleWatchers
   [junit4]   2> 1709503 INFO  (qtp2108277384-24415) [n:127.0.0.1:54096_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=CollectionPropsTest1122360269001201&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1709509 INFO  (OverseerThreadFactory-8566-thread-1-processing-n:127.0.0.1:54095_solr) [n:127.0.0.1:54095_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection CollectionPropsTest1122360269001201
   [junit4]   2> 1709648 INFO  (OverseerStateUpdate-72131148936904712-127.0.0.1:54095_solr-n_0000000000) [n:127.0.0.1:54095_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"CollectionPropsTest1122360269001201",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"CollectionPropsTest1122360269001201_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54095/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1709653 INFO  (OverseerStateUpdate-72131148936904712-127.0.0.1:54095_solr-n_0000000000) [n:127.0.0.1:54095_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"CollectionPropsTest1122360269001201",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"CollectionPropsTest1122360269001201_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54097/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1709659 INFO  (OverseerStateUpdate-72131148936904712-127.0.0.1:54095_solr-n_0000000000) [n:127.0.0.1:54095_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"CollectionPropsTest1122360269001201",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"CollectionPropsTest1122360269001201_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54099/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1709664 INFO  (OverseerStateUpdate-72131148936904712-127.0.0.1:54095_solr-n_0000000000) [n:127.0.0.1:54095_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"CollectionPropsTest1122360269001201",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"CollectionPropsTest1122360269001201_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54096/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1709883 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr    x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=CollectionPropsTest1122360269001201_shard2_replica_n6&action=CREATE&numShards=2&collection=CollectionPropsTest1122360269001201&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1709883 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr    x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=CollectionPropsTest1122360269001201_shard1_replica_n2&action=CREATE&numShards=2&collection=CollectionPropsTest1122360269001201&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1709883 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr    x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=CollectionPropsTest1122360269001201_shard2_replica_n4&action=CREATE&numShards=2&collection=CollectionPropsTest1122360269001201&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1709885 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr    x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=CollectionPropsTest1122360269001201_shard1_replica_n1&action=CREATE&numShards=2&collection=CollectionPropsTest1122360269001201&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1709885 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr    x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1710916 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1710916 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1710916 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1710946 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1710949 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.s.IndexSchema [CollectionPropsTest1122360269001201_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1710963 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1710963 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'CollectionPropsTest1122360269001201_shard1_replica_n2' using configuration from collection CollectionPropsTest1122360269001201, trusted=true
   [junit4]   2> 1710964 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54097.solr.core.CollectionPropsTest1122360269001201.shard1.replica_n2' (registry 'solr.core.CollectionPropsTest1122360269001201.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1710964 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.c.SolrCore [[CollectionPropsTest1122360269001201_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001/node1/CollectionPropsTest1122360269001201_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001/node1/./CollectionPropsTest1122360269001201_shard1_replica_n2/data/]
   [junit4]   2> 1710967 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.s.IndexSchema [CollectionPropsTest1122360269001201_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1710968 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.s.IndexSchema [CollectionPropsTest1122360269001201_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1710969 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1710969 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'CollectionPropsTest1122360269001201_shard1_replica_n1' using configuration from collection CollectionPropsTest1122360269001201, trusted=true
   [junit4]   2> 1710970 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1710970 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'CollectionPropsTest1122360269001201_shard2_replica_n6' using configuration from collection CollectionPropsTest1122360269001201, trusted=true
   [junit4]   2> 1710970 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54095.solr.core.CollectionPropsTest1122360269001201.shard1.replica_n1' (registry 'solr.core.CollectionPropsTest1122360269001201.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1710970 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.SolrCore [[CollectionPropsTest1122360269001201_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001/node3/CollectionPropsTest1122360269001201_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001/node3/./CollectionPropsTest1122360269001201_shard1_replica_n1/data/]
   [junit4]   2> 1710970 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54096.solr.core.CollectionPropsTest1122360269001201.shard2.replica_n6' (registry 'solr.core.CollectionPropsTest1122360269001201.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1710970 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.SolrCore [[CollectionPropsTest1122360269001201_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001/node4/CollectionPropsTest1122360269001201_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001/node4/./CollectionPropsTest1122360269001201_shard2_replica_n6/data/]
   [junit4]   2> 1710975 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.s.IndexSchema [CollectionPropsTest1122360269001201_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1710977 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1710977 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'CollectionPropsTest1122360269001201_shard2_replica_n4' using configuration from collection CollectionPropsTest1122360269001201, trusted=true
   [junit4]   2> 1710978 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54099.solr.core.CollectionPropsTest1122360269001201.shard2.replica_n4' (registry 'solr.core.CollectionPropsTest1122360269001201.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e20f432
   [junit4]   2> 1710979 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.c.SolrCore [[CollectionPropsTest1122360269001201_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001/node2/CollectionPropsTest1122360269001201_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionPropsTest_84CA300A781ACB11-001/tempDir-001/node2/./CollectionPropsTest1122360269001201_shard2_replica_n4/data/]
   [junit4]   2> 1711195 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1711195 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1711199 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1711199 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1711206 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1711206 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1711207 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1711207 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1711209 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1711209 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1711209 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1711209 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1711210 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@22debcd8[CollectionPropsTest1122360269001201_shard1_replica_n1] main]
   [junit4]   2> 1711212 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@7297cae2[CollectionPropsTest1122360269001201_shard2_replica_n6] main]
   [junit4]   2> 1711212 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1711213 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1711213 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1711214 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1635043864638128128
   [junit4]   2> 1711214 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1711214 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1711215 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1711215 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1711215 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1711215 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1635043864639176704
   [junit4]   2> 1711215 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@796ee726[CollectionPropsTest1122360269001201_shard2_replica_n4] main]
   [junit4]   2> 1711217 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1711217 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1711219 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1711219 INFO  (searcherExecutor-8590-thread-1-processing-n:127.0.0.1:54095_solr x:CollectionPropsTest1122360269001201_shard1_replica_n1 c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.SolrCore [CollectionPropsTest1122360269001201_shard1_replica_n1] Registered new searcher Searcher@22debcd8[CollectionPropsTest1122360269001201_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1711220 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1711222 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1711222 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1635043864646516736
   [junit4]   2> 1711222 INFO  (searcherExecutor-8591-thread-1-processing-n:127.0.0.1:54096_solr x:CollectionPropsTest1122360269001201_shard2_replica_n6 c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.SolrCore [CollectionPropsTest1122360269001201_shard2_replica_n6] Registered new searcher Searcher@7297cae2[CollectionPropsTest1122360269001201_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1711225 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/CollectionPropsTest1122360269001201/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1711225 INFO  (searcherExecutor-8592-thread-1-processing-n:127.0.0.1:54099_solr x:CollectionPropsTest1122360269001201_shard2_replica_n4 c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.c.SolrCore [CollectionPropsTest1122360269001201_shard2_replica_n4] Registered new searcher Searcher@796ee726[CollectionPropsTest1122360269001201_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1711225 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/CollectionPropsTest1122360269001201/leaders/shard1
   [junit4]   2> 1711225 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/CollectionPropsTest1122360269001201/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 1711226 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/CollectionPropsTest1122360269001201/leaders/shard2
   [junit4]   2> 1711227 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@ee2a6a4[CollectionPropsTest1122360269001201_shard1_replica_n2] main]
   [junit4]   2> 1711229 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1711230 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1711230 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1711230 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1635043864654905344
   [junit4]   2> 1711232 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/CollectionPropsTest1122360269001201/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 1711232 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/CollectionPropsTest1122360269001201/leaders/shard2
   [junit4]   2> 1711235 INFO  (searcherExecutor-8589-thread-1-processing-n:127.0.0.1:54097_solr x:CollectionPropsTest1122360269001201_shard1_replica_n2 c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.c.SolrCore [CollectionPropsTest1122360269001201_shard1_replica_n2] Registered new searcher Searcher@ee2a6a4[CollectionPropsTest1122360269001201_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1711238 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 1711238 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1711238 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1711238 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54096/solr/CollectionPropsTest1122360269001201_shard2_replica_n6/
   [junit4]   2> 1711239 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=CollectionPropsTest1122360269001201_shard2_replica_n6 url=http://127.0.0.1:54096/solr START replicas=[http://127.0.0.1:54099/solr/CollectionPropsTest1122360269001201_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 1711240 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=CollectionPropsTest1122360269001201_shard2_replica_n6 url=http://127.0.0.1:54096/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1711241 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/CollectionPropsTest1122360269001201/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 1711241 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/CollectionPropsTest1122360269001201/leaders/shard1
   [junit4]   2> 1711242 INFO  (qtp1286050920-24427) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.c.S.Request [CollectionPropsTest1122360269001201_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1711243 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1711243 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1711243 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/CollectionPropsTest1122360269001201/leaders/shard2/leader after winning as /collections/CollectionPropsTest1122360269001201/leader_elect/shard2/election/72131148936904721-core_node8-n_0000000000
   [junit4]   2> 1711246 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54096/solr/CollectionPropsTest1122360269001201_shard2_replica_n6/ shard2
   [junit4]   2> 1711359 INFO  (zkCallback-9562-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711359 INFO  (zkCallback-9562-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711361 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1711364 INFO  (qtp2108277384-24420) [n:127.0.0.1:54096_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node8 x:CollectionPropsTest1122360269001201_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=CollectionPropsTest1122360269001201_shard2_replica_n6&action=CREATE&numShards=2&collection=CollectionPropsTest1122360269001201&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1482
   [junit4]   2> 1711466 INFO  (zkCallback-9562-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711466 INFO  (zkCallback-9562-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711466 INFO  (zkCallback-9562-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711740 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1711740 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1711740 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54095/solr/CollectionPropsTest1122360269001201_shard1_replica_n1/
   [junit4]   2> 1711741 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=CollectionPropsTest1122360269001201_shard1_replica_n1 url=http://127.0.0.1:54095/solr START replicas=[http://127.0.0.1:54097/solr/CollectionPropsTest1122360269001201_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1711741 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=CollectionPropsTest1122360269001201_shard1_replica_n1 url=http://127.0.0.1:54095/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1711744 INFO  (qtp880715806-24430) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.c.S.Request [CollectionPropsTest1122360269001201_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1711744 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1711744 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1711744 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/CollectionPropsTest1122360269001201/leaders/shard1/leader after winning as /collections/CollectionPropsTest1122360269001201/leader_elect/shard1/election/72131148936904712-core_node3-n_0000000000
   [junit4]   2> 1711748 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54095/solr/CollectionPropsTest1122360269001201_shard1_replica_n1/ shard1
   [junit4]   2> 1711851 INFO  (zkCallback-9562-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711851 INFO  (zkCallback-9562-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711851 INFO  (zkCallback-9514-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711851 INFO  (zkCallback-9562-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711853 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1711856 INFO  (qtp1414946080-24410) [n:127.0.0.1:54095_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node3 x:CollectionPropsTest1122360269001201_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=CollectionPropsTest1122360269001201_shard1_replica_n1&action=CREATE&numShards=2&collection=CollectionPropsTest1122360269001201&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1971
   [junit4]   2> 1711964 INFO  (zkCallback-9514-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711964 INFO  (zkCallback-9562-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711964 INFO  (zkCallback-9562-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711964 INFO  (zkCallback-9562-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711965 INFO  (zkCallback-9514-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712252 INFO  (qtp880715806-24424) [n:127.0.0.1:54097_solr c:CollectionPropsTest1122360269001201 s:shard1 r:core_node5 x:CollectionPropsTest1122360269001201_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=CollectionPropsTest1122360269001201_shard1_replica_n2&action=CREATE&numShards=2&collection=CollectionPropsTest1122360269001201&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2370
   [junit4]   2> 1712253 INFO  (qtp1286050920-24417) [n:127.0.0.1:54099_solr c:CollectionPropsTest1122360269001201 s:shard2 r:core_node7 x:CollectionPropsTest1122360269001201_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=CollectionPropsTest1122360269001201_shard2_replica_n4&action=CREATE&numShards=2&collection=CollectionPropsTest1122360269001201&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2369
   [junit4]   2> 1712257 INFO  (qtp2108277384-24415) [n:127.0.0.1:54096_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> 1712363 INFO  (zkCallback-9514-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712363 INFO  (zkCallback-9546-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712363 INFO  (zkCallback-9514-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712363 INFO  (zkCallback-9562-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712363 INFO  (zkCallback-9562-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712363 INFO  (zkCallback-9562-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712363 INFO  (zkCallback-9529-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712364 INFO  (zkCallback-9546-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712364 INFO  (zkCallback-9529-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/CollectionPropsTest1122360269001201/state.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712366 INFO  (qtp2108277384-24415) [n:127.0.0.1:54096_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=CollectionPropsTest1122360269001201&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2862
   [junit4]   2> 1713524 INFO  (OverseerCollectionConfigSetProcessor-72131148936904712-127.0.0.1:54095_solr-n_0000000000) [n:127.0.0.1:54095_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> 1713625 INFO  (zkCallback-9575-thread-1) [    ] o.a.s.c.c.ZkStateReader A collection property change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/CollectionPropsTest1122360269001201/collectionprops.json] for collection [CollectionPropsTest1122360269001201] has occurred - updating...
   [junit4]   2> 1714626 INFO  (TEST-CollectionPropsTest.testMultipleWatchers-seed#[84CA300A781ACB11]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMultipleWatchers
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionPropsTest -Dtests.method=testMultipleWatchers -Dtests.seed=84CA300A781ACB11 -Dtests.slow=true -Dtests.locale=kk-KZ -Dtests.timezone=Mexico/BajaNorte -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 10.0s J1 | CollectionPropsTest.testMultipleWatchers <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but was:<0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([84CA300A781ACB11:4504BAE19DC6C980]:0)
   [junit4]    > 	at org.apache.solr.cloud.CollectionPropsTest.testMultipleWatchers(CollectionPropsTest.java:214)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 1719531 INFO  (TEST-CollectionPropsTest.testReadWriteCached-seed#[84CA300A781ACB11]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReadWriteCached
   [junit4]   2> 1719533 INFO  (qtp2108277384-24421) [n:127.0.0.1:54096_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=CollectionPropsTest1122370300362513&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1719538 INFO  (OverseerThreadFactory-8566-thread-2-processing-n:127.0.0.1:54095_solr) [n:127.0.0.1:54095_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection CollectionPropsTest1122370300362513
   [junit4]   2> 1719661 INFO  (OverseerStateUpdate-72131148936904712-127.0.0.1:54095_solr-n_0000000000) [n:127.0.0.1:54095_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"CollectionPropsTest1122370300362513",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"CollectionPropsTest1122370300362513_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54099/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1719665 INFO  (OverseerStateUpdate-72131148936904712-127.0.0.1:54095_solr-n_0000000000) [n:127.0.0.1:54095_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"CollectionPropsTest1122370300362513",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"CollectionPropsTest1122370300362513_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54097/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1719669 INFO  (OverseerStateUpdate-72131148936904712-127.0.0.1:54095_solr-n_0000000000) [n:127.0.0.1:54095_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"CollectionPropsTest1122370300362513",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"CollectionPropsTest1122370300362513_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54096/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1719673 INFO  (OverseerStateUpdate-72131148936904712-127.0.0.1:54095_solr-n_0000000000) [n:127.0.0.1:54095_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"CollectionPropsTest1122370300362513",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"CollectionPropsTest1122370300362513_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54095/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1719888 INFO  (qtp880715806-24431) [n:127.0.0.1:54097_solr    x:CollectionPropsTest1122370300362513_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=CollectionPropsTest1122370300362513_shard1_replica_n2&action=CREATE&numShards=2&collection=CollectionPropsTest1122370300362513&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1719888 INFO  (qtp1286050920-24436) [n:127.0.0.1:54099_solr    x:CollectionPropsTest1122370300362513_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=CollectionPropsTest1122370300362513_shard1_replica_n1&action=CREATE&numShards=2&collection=CollectionPropsTest1122370300362513&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1719888 INFO  (qtp1414946080-24412) [n:127.0.0.1:54095_solr    x:CollectionPropsTest1122370300362513_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=CollectionPropsTest1122370300362513_shard2_replica_n6&action=CREATE&numShards=2&collection=CollectionPropsTest1122370300362513&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 171

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

ovy#groovy-all;2.4.16 in public
[ivy:cachepath] :: resolution report :: resolve 20ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 84CA300A781ACB11
    [mkdir] Created dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says مرحبا! Master seed: 84CA300A781ACB11
   [junit4] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J1 PID(80104@serv1-vm2.sd-datasolutions.de).
   [junit4] Started J0 PID(80105@serv1-vm2.sd-datasolutions.de).
   [junit4] Suite: org.apache.solr.cloud.CollectionPropsTest
   [junit4] OK      5.97s J1 | CollectionPropsTest.testMultipleWatchers
   [junit4] OK      3.13s J1 | CollectionPropsTest.testReadWriteCached
   [junit4] OK      3.05s J1 | CollectionPropsTest.testReadWriteNoCache
   [junit4] OK      4.47s J1 | CollectionPropsTest.testWatcher
   [junit4] Completed [1/5] on J1 in 26.86s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.CollectionPropsTest
   [junit4] OK      6.06s J0 | CollectionPropsTest.testMultipleWatchers
   [junit4] OK      3.16s J0 | CollectionPropsTest.testReadWriteCached
   [junit4] OK      3.22s J0 | CollectionPropsTest.testReadWriteNoCache
   [junit4] OK      4.31s J0 | CollectionPropsTest.testWatcher
   [junit4] Completed [2/5] on J0 in 28.55s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.CollectionPropsTest
   [junit4] OK      4.30s J1 | CollectionPropsTest.testMultipleWatchers
   [junit4] OK      2.95s J1 | CollectionPropsTest.testReadWriteCached
   [junit4] OK      2.97s J1 | CollectionPropsTest.testReadWriteNoCache
   [junit4] OK      4.18s J1 | CollectionPropsTest.testWatcher
   [junit4] Completed [3/5] on J1 in 17.37s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.CollectionPropsTest
   [junit4] OK      4.36s J0 | CollectionPropsTest.testMultipleWatchers
   [junit4] OK      3.06s J0 | CollectionPropsTest.testReadWriteCached
   [junit4] OK      2.96s J0 | CollectionPropsTest.testReadWriteNoCache
   [junit4] OK      4.32s J0 | CollectionPropsTest.testWatcher
   [junit4] Completed [4/5] on J0 in 17.59s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.CollectionPropsTest
   [junit4] OK      7.61s J1 | CollectionPropsTest.testMultipleWatchers
   [junit4] OK      2.91s J1 | CollectionPropsTest.testReadWriteCached
   [junit4] OK      2.86s J1 | CollectionPropsTest.testReadWriteNoCache
   [junit4] OK      4.16s J1 | CollectionPropsTest.testWatcher
   [junit4] Completed [5/5] on J1 in 20.50s, 4 tests
   [junit4] 
   [junit4] JVM J0:     0.97 ..    54.36 =    53.39s
   [junit4] JVM J1:     0.97 ..    67.92 =    66.96s
   [junit4] Execution time total: 1 minute 7 seconds
   [junit4] Tests summary: 5 suites, 20 tests
   [junit4] Could not remove temporary path: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp])
   [junit4] Could not remove temporary path: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 387.95s | org.apache.solr.schema.TestUseDocValuesAsStored
[junit4:tophints] 325.06s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 279.51s | org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[junit4:tophints] 232.54s | org.apache.solr.search.facet.TestJsonFacets
[junit4:tophints] 163.75s | org.apache.solr.cloud.cdcr.CdcrBootstrapTest

-check-totals:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/Users/jenkins/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.4.16.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

test-nocompile:

BUILD SUCCESSFUL
Total time: 1 minute 11 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.CollectionPropsTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2805)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2684)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2665)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to MacOSX VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1843)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3054)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1843)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=1ff7b2942c2030a125e9a3fecfd40e4f2784eba9, workspace=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX
[WARNINGS] Computing warning deltas based on reference build #5170
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2