You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/11/20 00:27:37 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 2183 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2183/

2 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Could not load collection from ZK: forceleader_test_collection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: forceleader_test_collection
	at __randomizedtesting.SeedInfo.seed([FACBF081B1655FDB:1C5CC44188E7A6BA]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1122)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
	at org.apache.solr.common.cloud.ZkStateReader.getLeader(ZkStateReader.java:742)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:764)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:546)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/forceleader_test_collection/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
	... 47 more


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

Error Message:
Could not load collection from ZK: testcollection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: testcollection
	at __randomizedtesting.SeedInfo.seed([FACBF081B1655FDB:729FCF5B1F993223]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1122)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
	at org.apache.solr.common.cloud.ClusterState.hasCollection(ClusterState.java:103)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:345)
	at org.apache.solr.cloud.TestReplicaProperties.test(TestReplicaProperties.java:63)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testcollection/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
	... 46 more




Build Log:
[...truncated 12755 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestReplicaProperties
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/init-core-data-001
   [junit4]   2> 2963277 WARN  (SUITE-TestReplicaProperties-seed#[FACBF081B1655FDB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2963277 INFO  (SUITE-TestReplicaProperties-seed#[FACBF081B1655FDB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2963278 INFO  (SUITE-TestReplicaProperties-seed#[FACBF081B1655FDB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2963278 INFO  (SUITE-TestReplicaProperties-seed#[FACBF081B1655FDB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2963278 INFO  (SUITE-TestReplicaProperties-seed#[FACBF081B1655FDB]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /te_i/
   [junit4]   2> 2963319 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2963369 INFO  (Thread-2036) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2963369 INFO  (Thread-2036) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2963458 ERROR (Thread-2036) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2963462 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkTestServer start zk server on port:45663
   [junit4]   2> 2963589 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2963592 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2963626 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2963627 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2963627 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2963628 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2963647 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2963648 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2963649 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2963699 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2963699 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2963700 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15fd6618b4c0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2963714 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2964429 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2964446 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58e7f9f9{/te_i,null,AVAILABLE}
   [junit4]   2> 2964448 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3275169e{HTTP/1.1,[http/1.1]}{127.0.0.1:40052}
   [junit4]   2> 2964448 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server Started @2975898ms
   [junit4]   2> 2964448 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/tempDir-001/control/data, hostContext=/te_i, hostPort=40052, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/control-001/cores}
   [junit4]   2> 2964448 ERROR (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2964449 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2964449 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2964449 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2964449 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-19T22:23:58.836Z
   [junit4]   2> 2964540 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2964540 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/control-001/solr.xml
   [junit4]   2> 2964572 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2964572 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2964573 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2964593 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45663/solr
   [junit4]   2> 2965208 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2965208 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40052_te_i
   [junit4]   2> 2965209 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.c.Overseer Overseer (id=99033431262625796-127.0.0.1:40052_te_i-n_0000000000) starting
   [junit4]   2> 2965336 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40052_te_i
   [junit4]   2> 2965360 INFO  (OverseerStateUpdate-99033431262625796-127.0.0.1:40052_te_i-n_0000000000) [n:127.0.0.1:40052_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2965853 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2965994 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2965994 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2965996 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/control-001/cores
   [junit4]   2> 2966196 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2966269 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45663/solr ready
   [junit4]   2> 2966316 INFO  (qtp1164327307-8027) [n:127.0.0.1:40052_te_i    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40052_te_i&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2966407 INFO  (OverseerThreadFactory-2991-thread-1-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2966598 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i    ] 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> 2966599 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2966772 INFO  (zkCallback-1256-thread-1-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] 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> 2967905 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2968171 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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> 2968877 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2969469 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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> 2969470 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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@696d234f
   [junit4]   2> 2969470 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2969470 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2969489 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2969491 WARN  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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> 2969651 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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> 2969651 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2969652 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2969652 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2969653 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=42.650390625, floorSegmentMB=0.892578125, forceMergeDeletesPctAllowed=1.456898648519691, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2288665654582383
   [junit4]   2> 2969653 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@32751b40[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2969654 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2969654 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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> 2969707 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2969708 INFO  (searcherExecutor-2994-thread-1-processing-n:127.0.0.1:40052_te_i x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:40052_te_i 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@32751b40[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2969708 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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 1584534906832158720
   [junit4]   2> 2969724 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2969724 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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> 2969724 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40052/te_i/control_collection_shard1_replica_n1/
   [junit4]   2> 2969724 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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> 2969724 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:40052/te_i/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2969724 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2969726 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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:40052/te_i/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2969780 INFO  (zkCallback-1256-thread-2-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] 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> 2969833 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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> 2969834 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i 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=3235
   [junit4]   2> 2969870 INFO  (qtp1164327307-8027) [n:127.0.0.1:40052_te_i    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2969943 INFO  (zkCallback-1256-thread-1-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] 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> 2970471 INFO  (OverseerCollectionConfigSetProcessor-99033431262625796-127.0.0.1:40052_te_i-n_0000000000) [n:127.0.0.1:40052_te_i    ] 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> 2970873 INFO  (qtp1164327307-8027) [n:127.0.0.1:40052_te_i    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40052_te_i&wt=javabin&version=2} status=0 QTime=4557
   [junit4]   2> 2970962 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2970963 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45663/solr ready
   [junit4]   2> 2970963 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2970974 INFO  (qtp1164327307-8028) [n:127.0.0.1:40052_te_i    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2971032 INFO  (OverseerThreadFactory-2991-thread-2-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2971032 WARN  (OverseerThreadFactory-2991-thread-2-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2971453 INFO  (qtp1164327307-8028) [n:127.0.0.1:40052_te_i    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2971579 INFO  (qtp1164327307-8028) [n:127.0.0.1:40052_te_i    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=604
   [junit4]   2> 2972108 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-1-001 of type NRT
   [junit4]   2> 2972109 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2972176 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50eb83a7{/te_i,null,AVAILABLE}
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@718a13dc{HTTP/1.1,[http/1.1]}{127.0.0.1:34134}
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server Started @2983627ms
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/te_i, hostPort=34134, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-1-001/cores}
   [junit4]   2> 2972177 ERROR (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-19T22:24:06.564Z
   [junit4]   2> 2972271 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2972271 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-1-001/solr.xml
   [junit4]   2> 2972437 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2972437 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2972438 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2972473 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45663/solr
   [junit4]   2> 2972586 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2972599 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2972601 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34134_te_i
   [junit4]   2> 2972602 INFO  (zkCallback-1256-thread-2-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2972709 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2972713 INFO  (zkCallback-1264-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2973037 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2973171 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2973172 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2973205 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-1-001/cores
   [junit4]   2> 2973241 INFO  (OverseerCollectionConfigSetProcessor-99033431262625796-127.0.0.1:40052_te_i-n_0000000000) [n:127.0.0.1:40052_te_i    ] 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> 2973474 INFO  (qtp390971185-8074) [n:127.0.0.1:34134_te_i    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:34134_te_i&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2973530 INFO  (OverseerThreadFactory-2991-thread-3-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34134_te_i for creating new replica
   [junit4]   2> 2973532 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2973532 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2973601 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2973725 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 2974191 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2974248 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 2974248 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2974248 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2974248 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 2974280 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2974316 WARN  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] 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> 2974570 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2974571 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2974572 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2974572 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2974573 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=42.650390625, floorSegmentMB=0.892578125, forceMergeDeletesPctAllowed=1.456898648519691, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2288665654582383
   [junit4]   2> 2974573 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@671a64c1[collection1_shard2_replica_n41] main]
   [junit4]   2> 2974575 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2974575 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2974576 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2974576 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584534911936626688
   [junit4]   2> 2974591 INFO  (searcherExecutor-3005-thread-1-processing-n:127.0.0.1:34134_te_i x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@671a64c1[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2974633 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2974633 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2974633 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34134/te_i/collection1_shard2_replica_n41/
   [junit4]   2> 2974633 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2974633 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy http://127.0.0.1:34134/te_i/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 2974633 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2974635 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34134/te_i/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 2974791 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] 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: [2])
   [junit4]   2> 2974791 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2974792 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1260
   [junit4]   2> 2974828 INFO  (qtp390971185-8074) [n:127.0.0.1:34134_te_i    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:34134_te_i&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1353
   [junit4]   2> 2974937 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] 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: [2])
   [junit4]   2> 2975538 INFO  (OverseerCollectionConfigSetProcessor-99033431262625796-127.0.0.1:40052_te_i-n_0000000000) [n:127.0.0.1:40052_te_i    ] 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> 2975702 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-2-001 of type NRT
   [junit4]   2> 2975702 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2975847 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5163f7e5{/te_i,null,AVAILABLE}
   [junit4]   2> 2975847 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@67246a3b{HTTP/1.1,[http/1.1]}{127.0.0.1:33967}
   [junit4]   2> 2975847 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server Started @2987298ms
   [junit4]   2> 2975847 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/te_i, hostPort=33967, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-2-001/cores}
   [junit4]   2> 2975848 ERROR (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2975863 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2975863 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2975863 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2975863 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-19T22:24:10.250Z
   [junit4]   2> 2975905 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2975905 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-2-001/solr.xml
   [junit4]   2> 2975940 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2975940 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2975942 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2975997 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45663/solr
   [junit4]   2> 2976109 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2976110 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2976124 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33967_te_i
   [junit4]   2> 2976143 INFO  (zkCallback-1256-thread-2-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2976150 INFO  (zkCallback-1264-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2976338 INFO  (zkCallback-1275-thread-1-processing-n:127.0.0.1:33967_te_i) [n:127.0.0.1:33967_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2976374 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2976562 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2976601 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2976602 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2976619 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-2-001/cores
   [junit4]   2> 2976928 INFO  (qtp1853597171-8103) [n:127.0.0.1:33967_te_i    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33967_te_i&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2977033 INFO  (OverseerThreadFactory-2991-thread-4-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33967_te_i for creating new replica
   [junit4]   2> 2977180 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2977180 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2977232 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] 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: [3])
   [junit4]   2> 2977548 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2977821 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 2978338 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2978407 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true
   [junit4]   2> 2978407 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2978407 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2978408 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 2978410 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2978421 WARN  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] 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> 2978927 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2978928 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2978929 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2978929 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2978930 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=42.650390625, floorSegmentMB=0.892578125, forceMergeDeletesPctAllowed=1.456898648519691, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2288665654582383
   [junit4]   2> 2978930 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@14c988da[collection1_shard1_replica_n43] main]
   [junit4]   2> 2978944 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2978944 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2978945 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2978945 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584534916517855232
   [junit4]   2> 2978956 INFO  (searcherExecutor-3016-thread-1-processing-n:127.0.0.1:33967_te_i x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@14c988da[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2979053 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2979053 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2979053 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33967/te_i/collection1_shard1_replica_n43/
   [junit4]   2> 2979053 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2979053 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy http://127.0.0.1:33967/te_i/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 2979053 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2979273 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33967/te_i/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 2979346 INFO  (zkCallback-1275-thread-1-processing-n:127.0.0.1:33967_te_i) [n:127.0.0.1:33967_te_i    ] 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: [3])
   [junit4]   2> 2979354 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] 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: [3])
   [junit4]   2> 2979419 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2979436 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2256
   [junit4]   2> 2979496 INFO  (qtp1853597171-8103) [n:127.0.0.1:33967_te_i    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:33967_te_i&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=2568
   [junit4]   2> 2979602 INFO  (zkCallback-1275-thread-1-processing-n:127.0.0.1:33967_te_i) [n:127.0.0.1:33967_te_i    ] 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: [3])
   [junit4]   2> 2979610 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] 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: [3])
   [junit4]   2> 2980916 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-3-001 of type NRT
   [junit4]   2> 2980916 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2981030 INFO  (OverseerCollectionConfigSetProcessor-99033431262625796-127.0.0.1:40052_te_i-n_0000000000) [n:127.0.0.1:40052_te_i    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2981098 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@335b7dcd{/te_i,null,AVAILABLE}
   [junit4]   2> 2981099 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@63d5d676{HTTP/1.1,[http/1.1]}{127.0.0.1:35534}
   [junit4]   2> 2981099 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server Started @2992549ms
   [junit4]   2> 2981099 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/te_i, hostPort=35534, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-3-001/cores}
   [junit4]   2> 2981099 ERROR (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2981116 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2981116 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2981116 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2981116 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-19T22:24:15.503Z
   [junit4]   2> 2981190 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2981190 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-3-001/solr.xml
   [junit4]   2> 2981210 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2981210 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2981211 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2981298 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45663/solr
   [junit4]   2> 2981516 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2981517 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2981531 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35534_te_i
   [junit4]   2> 2981532 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2981533 INFO  (zkCallback-1281-thread-1-processing-n:127.0.0.1:35534_te_i) [n:127.0.0.1:35534_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2981558 INFO  (zkCallback-1275-thread-1-processing-n:127.0.0.1:33967_te_i) [n:127.0.0.1:33967_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2981558 INFO  (zkCallback-1256-thread-1-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2981558 INFO  (zkCallback-1264-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982099 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2982186 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2982187 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2982188 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-3-001/cores
   [junit4]   2> 2982518 INFO  (qtp1853597171-8104) [n:127.0.0.1:33967_te_i    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:35534_te_i&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982672 INFO  (OverseerThreadFactory-2991-thread-5-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35534_te_i for creating new replica
   [junit4]   2> 2982730 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2982731 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2982737 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] 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> 2982750 INFO  (zkCallback-1275-thread-1-processing-n:127.0.0.1:33967_te_i) [n:127.0.0.1:33967_te_i    ] 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> 2982856 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2982911 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema [collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 2983469 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2983546 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n45' using configuration from collection collection1, trusted=true
   [junit4]   2> 2983547 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n45' (registry 'solr.core.collection1.shard2.replica_n45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2983547 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2983547 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [[collection1_shard2_replica_n45] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-3-001/cores/collection1_shard2_replica_n45], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 2983549 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2983584 WARN  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] 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> 2983932 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2983932 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2983933 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2983933 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2983934 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=42.650390625, floorSegmentMB=0.892578125, forceMergeDeletesPctAllowed=1.456898648519691, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2288665654582383
   [junit4]   2> 2983934 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f30d818[collection1_shard2_replica_n45] main]
   [junit4]   2> 2983935 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2983935 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2983948 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2983949 INFO  (searcherExecutor-3027-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher Searcher@2f30d818[collection1_shard2_replica_n45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2983949 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584534921764929536
   [junit4]   2> 2983985 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 2983985 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1255
   [junit4]   2> 2983986 INFO  (updateExecutor-1278-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2984005 INFO  (recoveryExecutor-1279-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2984005 INFO  (recoveryExecutor-1279-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2984005 INFO  (recoveryExecutor-1279-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_n45]
   [junit4]   2> 2984005 INFO  (recoveryExecutor-1279-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2984005 INFO  (recoveryExecutor-1279-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_n45] as recovering, leader is [http://127.0.0.1:34134/te_i/collection1_shard2_replica_n41/] and I am [http://127.0.0.1:35534/te_i/collection1_shard2_replica_n45/]
   [junit4]   2> 2984006 INFO  (recoveryExecutor-1279-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:34134/te_i]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:35534_te_i&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2984009 INFO  (qtp390971185-8076) [n:127.0.0.1:34134_te_i    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 2984011 INFO  (qtp1853597171-8104) [n:127.0.0.1:33967_te_i    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:35534_te_i&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1492
   [junit4]   2> 2984011 INFO  (qtp390971185-8076) [n:127.0.0.1:34134_te_i    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_n41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:35534_te_i, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:35534/te_i","node_name":"127.0.0.1:35534_te_i","state":"down","type":"NRT"}
   [junit4]   2> 2984012 INFO  (OverseerCollectionConfigSetProcessor-99033431262625796-127.0.0.1:40052_te_i-n_0000000000) [n:127.0.0.1:40052_te_i    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exis

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

,UNAVAILABLE}
   [junit4]   2> 4498583 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[FACBF081B1655FDB]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 4498584 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46107 46107
   [junit4]   2> 4498710 INFO  (Thread-9999) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46107 46107
   [junit4]   2> 4498710 WARN  (Thread-9999) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/forceleader_test_collection/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99033528064147460-127.0.0.1:43980_-n_0000000000
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 4498711 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:36713/, target: http://127.0.0.1:40259/
   [junit4]   2> 4498711 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:43980/, target: http://127.0.0.1:35486/
   [junit4]   2> 4498711 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:40998/, target: http://127.0.0.1:33148/
   [junit4]   2> 4498711 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:42765/, target: http://127.0.0.1:39007/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ForceLeaderTest -Dtests.method=testReplicasInLIRNoLeader -Dtests.seed=FACBF081B1655FDB -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=vi -Dtests.timezone=Etc/GMT+5 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   60.3s J0 | ForceLeaderTest.testReplicasInLIRNoLeader <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not load collection from ZK: forceleader_test_collection
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FACBF081B1655FDB:1C5CC44188E7A6BA]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1122)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeader(ZkStateReader.java:742)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:764)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:546)
   [junit4]    > 	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:143)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/forceleader_test_collection/state.json
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
   [junit4]    > 	... 47 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_FACBF081B1655FDB-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@393995a5), locale=vi, timezone=Etc/GMT+5
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=242227952,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [PreAnalyzedUpdateProcessorTest, TestSolrDeletionPolicy1, TestManagedSchemaAPI, CursorMarkTest, TestRequestForwarding, TestCloudPivotFacet, TestPayloadCheckQParserPlugin, MoveReplicaHDFSTest, TestPostingsSolrHighlighter, TestUpdate, SharedFSAutoReplicaFailoverTest, SpellCheckCollatorWithCollapseTest, DocValuesMissingTest, TestStressVersions, TestCodecSupport, NodeAddedTriggerTest, BasicDistributedZkTest, TestUninvertingReader, AnalysisAfterCoreReloadTest, DateFieldTest, DeleteInactiveReplicaTest, BlockJoinFacetSimpleTest, BlockCacheTest, TestFieldCache, TestHighlightDedupGrouping, TestRandomRequestDistribution, SolrPluginUtilsTest, TestHdfsBackupRestoreCore, ClassificationUpdateProcessorIntegrationTest, AutoAddReplicasPlanActionTest, TestHdfsCloudBackupRestore, LeaderElectionIntegrationTest, LeaderInitiatedRecoveryOnCommitTest, CdcrUpdateLogTest, PrimitiveFieldTypeTest, TestGraphTermsQParserPlugin, TestLegacyNumericRangeQueryBuilder, TestSweetSpotSimilarityFactory, TestReversedWildcardFilterFactory, V2ApiIntegrationTest, TestBulkSchemaConcurrent, TestLeaderInitiatedRecoveryThread, JSONWriterTest, SolrCloudReportersTest, MultiTermTest, TestSolrCoreParser, CachingDirectoryFactoryTest, TestConfigSetImmutable, TestSort, URLClassifyProcessorTest, TestConfigSetsAPIZkFailure, TestUtils, DistribCursorPagingTest, UpdateParamsTest, TestRecoveryHdfs, TestCopyFieldCollectionResource, StressHdfsTest, HdfsChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestClassicSimilarityFactory, QueryParsingTest, TermsComponentTest, SolrInfoBeanTest, FastVectorHighlighterTest, TestDistribIDF, TestSolrCloudWithSecureImpersonation, TestSchemaManager, TestCloudSearcherWarming, TestCollectionsAPIViaSolrCloudCluster, TestReplicationHandler, TestCustomSort, ExecutePlanActionTest, TestRuleBasedAuthorizationPlugin, RankQueryTest, UUIDUpdateProcessorFallbackTest, TestQueryUtils, TestCollationFieldDocValues, ChangedSchemaMergeTest, TestCrossCoreJoin, SolrCoreTest, CdcrReplicationDistributedZkTest, OverseerStatusTest, TestDistributedSearch, CacheHeaderTest, DocumentBuilderTest, TestMaxTokenLenTokenizer, TestSchemaSimilarityResource, HdfsTlogReplayBufferedWhileIndexingTest, TestLegacyFieldCache, TestJsonRequest, DeleteReplicaTest, TestMultiWordSynonyms, TestNRTOpen, PeerSyncTest, BasicFunctionalityTest, DistributedFacetExistsSmallTest, TestLegacyNumericUtils, MigrateRouteKeyTest, TestRestoreCore, TestHttpShardHandlerFactory, ShufflingReplicaListTransformerTest, TestRandomFaceting, TestSolrConfigHandlerCloud, TestCorePropertiesReload, DocExpirationUpdateProcessorFactoryTest, TestRecovery, SpatialFilterTest, TestRandomCollapseQParserPlugin, TestJoin, SecurityConfHandlerTest, TestSimpleQParserPlugin, TestSuggestSpellingConverter, TestPhraseSuggestions, TestImplicitCoreProperties, CheckHdfsIndexTest, TestMergePolicyConfig, PreAnalyzedFieldManagedSchemaCloudTest, TestSolrJ, SystemLogListenerTest, TermVectorComponentTest, QueryResultKeyTest, TestMiniSolrCloudClusterSSL, TestSimpleTextCodec, TestManagedSynonymGraphFilterFactory, CdcrVersionReplicationTest, SuggesterTest, TestStressLucene, TestTrie, TestCSVLoader, SolrCoreCheckLockOnStartupTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, TestIndexingPerformance, MoreLikeThisHandlerTest, LoggingHandlerTest, TestCollationField, TestAnalyzedSuggestions, PingRequestHandlerTest, BadComponentTest, TestSolrDeletionPolicy2, TestBinaryField, NumericFieldsTest, TestElisionMultitermQuery, OutputWriterTest, ExternalFileFieldSortTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestFastOutputStream, DateMathParserTest, TestLRUCache, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, ActionThrottleTest, AddReplicaTest, AssignBackwardCompatibilityTest, CollectionReloadTest, CollectionTooManyReplicasTest, CollectionsAPISolrJTest, ForceLeaderTest]
   [junit4] Completed [522/750 (2!)] on J0 in 140.60s, 3 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 48040 lines...]