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

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-11.0.2) - Build # 585 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/585/
Java: 64bit/jdk-11.0.2 -XX:+UseCompressedOops -XX:+UseSerialGC

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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41659: Underlying core creation failed while creating collection: c8n_1x2
	at __randomizedtesting.SeedInfo.seed([DA151BD6D05D6707:5241240C7EA10AFF]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1792)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1813)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1730)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollectionRetry(AbstractFullDistribZkTestBase.java:2042)
	at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:214)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:135)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14206 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/init-core-data-001
   [junit4]   2> 900751 WARN  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[DA151BD6D05D6707]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 900752 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[DA151BD6D05D6707]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 900752 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[DA151BD6D05D6707]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 900752 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[DA151BD6D05D6707]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 900752 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[DA151BD6D05D6707]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 900755 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 900755 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 900755 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 900855 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer start zk server on port:36869
   [junit4]   2> 900855 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36869
   [junit4]   2> 900855 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36869
   [junit4]   2> 900857 INFO  (zkConnectionManagerCallback-7328-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 900862 INFO  (zkConnectionManagerCallback-7330-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 900863 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 900863 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 900864 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 900864 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 900865 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 900865 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 900866 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 900866 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 900866 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 900867 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 900867 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 900868 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 900989 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 900989 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 900989 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 900989 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 900989 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 900989 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 900989 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 900989 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@511d77a9{/,null,AVAILABLE}
   [junit4]   2> 900990 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3dfa6855{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39449}
   [junit4]   2> 900990 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.e.j.s.Server Started @901018ms
   [junit4]   2> 900990 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/tempDir-001/control/data, hostPort=38217, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 900990 ERROR (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 900990 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 900990 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 900990 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 900990 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 900990 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-19T06:51:33.211623Z
   [junit4]   2> 900997 INFO  (zkConnectionManagerCallback-7332-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 900998 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 900998 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/control-001/solr.xml
   [junit4]   2> 901000 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 901000 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 901000 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 901155 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 901156 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6ed76af2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 901158 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7c3d3ec6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 901160 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36869/solr
   [junit4]   2> 901160 INFO  (zkConnectionManagerCallback-7339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 901162 INFO  (zkConnectionManagerCallback-7341-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 901195 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [n:127.0.0.1:38217_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38217_
   [junit4]   2> 901195 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [n:127.0.0.1:38217_    ] o.a.s.c.Overseer Overseer (id=72276748273057796-127.0.0.1:38217_-n_0000000000) starting
   [junit4]   2> 901198 INFO  (zkConnectionManagerCallback-7348-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 901199 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [n:127.0.0.1:38217_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36869/solr ready
   [junit4]   2> 901200 INFO  (OverseerStateUpdate-72276748273057796-127.0.0.1:38217_-n_0000000000) [n:127.0.0.1:38217_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38217_
   [junit4]   2> 901202 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [n:127.0.0.1:38217_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38217_
   [junit4]   2> 901203 INFO  (zkCallback-7340-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 901206 INFO  (zkCallback-7347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 901211 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [n:127.0.0.1:38217_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 901220 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [n:127.0.0.1:38217_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 901226 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [n:127.0.0.1:38217_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 901227 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [n:127.0.0.1:38217_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 901227 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [n:127.0.0.1:38217_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/control-001/cores
   [junit4]   2> 901238 INFO  (zkConnectionManagerCallback-7354-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 901239 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 901239 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36869/solr ready
   [junit4]   2> 901240 INFO  (SocketProxy-Acceptor-38217) [    ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52594,localport=38217], receiveBufferSize:531000
   [junit4]   2> 901242 INFO  (SocketProxy-Acceptor-38217) [    ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39449,localport=52760], receiveBufferSize=530904
   [junit4]   2> 901243 INFO  (qtp767018597-19327) [n:127.0.0.1:38217_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38217_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 901246 INFO  (OverseerThreadFactory-5896-thread-1-processing-n:127.0.0.1:38217_) [n:127.0.0.1:38217_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 901349 INFO  (SocketProxy-Acceptor-38217) [    ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52616,localport=38217], receiveBufferSize:531000
   [junit4]   2> 901349 INFO  (SocketProxy-Acceptor-38217) [    ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39449,localport=52782], receiveBufferSize=530904
   [junit4]   2> 901350 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 901350 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 902356 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 902365 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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> 902426 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 902433 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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> 902433 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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@5a80466a
   [junit4]   2> 902433 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 902434 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 902435 WARN  (qtp767018597-19326) [n:127.0.0.1:38217_ 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> 902462 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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> 902462 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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> 902463 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 902463 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 902464 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 902464 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@65a6b33e[control_collection_shard1_replica_n1] main]
   [junit4]   2> 902465 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 902465 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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> 902465 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 902465 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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 1633942183279067136
   [junit4]   2> 902467 INFO  (searcherExecutor-5901-thread-1-processing-n:127.0.0.1:38217_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:38217_ 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@65a6b33e[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 902469 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 902469 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 902470 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 902470 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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> 902470 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38217/control_collection_shard1_replica_n1/
   [junit4]   2> 902470 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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> 902470 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:38217/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 902470 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72276748273057796-core_node2-n_0000000000
   [junit4]   2> 902470 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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:38217/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 902571 INFO  (zkCallback-7340-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 902571 INFO  (zkCallback-7340-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 902571 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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> 902572 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_ 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=1222
   [junit4]   2> 902574 INFO  (qtp767018597-19327) [n:127.0.0.1:38217_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 902672 INFO  (zkCallback-7340-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 902672 INFO  (zkCallback-7340-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 902672 INFO  (zkCallback-7340-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 902673 INFO  (qtp767018597-19327) [n:127.0.0.1:38217_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38217_&wt=javabin&version=2} status=0 QTime=1430
   [junit4]   2> 902679 INFO  (zkConnectionManagerCallback-7360-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 902680 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 902680 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36869/solr ready
   [junit4]   2> 902680 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 902680 INFO  (SocketProxy-Acceptor-38217) [    ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52644,localport=38217], receiveBufferSize:531000
   [junit4]   2> 902680 INFO  (SocketProxy-Acceptor-38217) [    ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39449,localport=52810], receiveBufferSize=530904
   [junit4]   2> 902681 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 902682 INFO  (OverseerThreadFactory-5896-thread-2-processing-n:127.0.0.1:38217_) [n:127.0.0.1:38217_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 902682 INFO  (OverseerCollectionConfigSetProcessor-72276748273057796-127.0.0.1:38217_-n_0000000000) [n:127.0.0.1:38217_    ] 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> 902884 WARN  (OverseerThreadFactory-5896-thread-2-processing-n:127.0.0.1:38217_) [n:127.0.0.1:38217_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 902885 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 902885 INFO  (qtp767018597-19326) [n:127.0.0.1:38217_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=204
   [junit4]   2> 902886 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 903002 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-1-001 of type TLOG in shard 2
   [junit4]   2> 903003 WARN  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 903003 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 903003 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 903003 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 903004 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 903004 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 903004 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 903005 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e4bd3b7{/,null,AVAILABLE}
   [junit4]   2> 903005 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@414408a7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34659}
   [junit4]   2> 903005 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.Server Started @903033ms
   [junit4]   2> 903005 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/tempDir-001/jetty1, hostPort=41659, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-1-001/cores, replicaType=TLOG}
   [junit4]   2> 903005 ERROR (closeThreadPool-7361-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 903005 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 903005 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 903005 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 903005 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 903005 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-19T06:51:35.226655Z
   [junit4]   2> 903006 INFO  (zkConnectionManagerCallback-7363-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 903006 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 903006 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-1-001/solr.xml
   [junit4]   2> 903008 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 903008 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 903009 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 903061 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 903062 WARN  (closeThreadPool-7361-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@20e5f4e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 903063 WARN  (closeThreadPool-7361-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7a30529d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 903064 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36869/solr
   [junit4]   2> 903065 INFO  (zkConnectionManagerCallback-7370-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 903065 INFO  (zkConnectionManagerCallback-7372-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 903067 INFO  (closeThreadPool-7361-thread-1) [n:127.0.0.1:41659_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 903068 INFO  (closeThreadPool-7361-thread-1) [n:127.0.0.1:41659_    ] o.a.s.c.ZkController Publish node=127.0.0.1:41659_ as DOWN
   [junit4]   2> 903069 INFO  (closeThreadPool-7361-thread-1) [n:127.0.0.1:41659_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 903069 INFO  (closeThreadPool-7361-thread-1) [n:127.0.0.1:41659_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41659_
   [junit4]   2> 903069 INFO  (zkCallback-7340-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 903069 INFO  (zkCallback-7347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 903069 INFO  (zkCallback-7359-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 903070 INFO  (zkConnectionManagerCallback-7379-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 903070 INFO  (zkCallback-7371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 903071 INFO  (closeThreadPool-7361-thread-1) [n:127.0.0.1:41659_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 903071 INFO  (closeThreadPool-7361-thread-1) [n:127.0.0.1:41659_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36869/solr ready
   [junit4]   2> 903079 INFO  (closeThreadPool-7361-thread-1) [n:127.0.0.1:41659_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 903090 INFO  (closeThreadPool-7361-thread-1) [n:127.0.0.1:41659_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 903096 INFO  (closeThreadPool-7361-thread-1) [n:127.0.0.1:41659_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 903096 INFO  (closeThreadPool-7361-thread-1) [n:127.0.0.1:41659_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 903097 INFO  (closeThreadPool-7361-thread-1) [n:127.0.0.1:41659_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-1-001/cores
   [junit4]   2> 903113 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-2-001 of type TLOG in shard 1
   [junit4]   2> 903114 WARN  (closeThreadPool-7361-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 903114 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 903114 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 903114 INFO  (closeThreadPool-7361-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 903115 INFO  (closeThreadPool-7361-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 903115 INFO  (closeThreadPool-7361-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 903115 INFO  (closeThreadPool-7361-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 903116 INFO  (closeThreadPool-7361-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@72054472{/,null,AVAILABLE}
   [junit4]   2> 903116 INFO  (closeThreadPool-7361-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4573886f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44019}
   [junit4]   2> 903116 INFO  (closeThreadPool-7361-thread-2) [    ] o.e.j.s.Server Started @903144ms
   [junit4]   2> 903116 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/tempDir-001/jetty2, hostPort=37247, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-2-001/cores, replicaType=TLOG}
   [junit4]   2> 903116 ERROR (closeThreadPool-7361-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 903116 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 903116 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 903116 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 903116 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 903116 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-19T06:51:35.337575Z
   [junit4]   2> 903117 INFO  (zkConnectionManagerCallback-7382-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 903117 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 903117 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-2-001/solr.xml
   [junit4]   2> 903119 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 903119 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 903120 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 903223 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-3-001 of type TLOG in shard 2
   [junit4]   2> 903223 WARN  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 903223 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 903223 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 903223 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 903225 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 903225 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 903225 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 903226 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@603a83f{/,null,AVAILABLE}
   [junit4]   2> 903226 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7138c53d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37105}
   [junit4]   2> 903226 INFO  (closeThreadPool-7361-thread-1) [    ] o.e.j.s.Server Started @903255ms
   [junit4]   2> 903226 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/tempDir-001/jetty3, hostPort=40979, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-3-001/cores, replicaType=TLOG}
   [junit4]   2> 903227 ERROR (closeThreadPool-7361-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 903227 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 903227 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 903227 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 903227 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 903227 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-19T06:51:35.448252Z
   [junit4]   2> 903237 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 903237 INFO  (zkConnectionManagerCallback-7385-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 903237 WARN  (closeThreadPool-7361-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@225a5d14[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 903237 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 903237 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-3-001/solr.xml
   [junit4]   2> 903239 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 903239 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 903239 WARN  (closeThreadPool-7361-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3ff5c24c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 903239 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 903240 INFO  (closeThreadPool-7361-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36869/solr
   [junit4]   2> 903242 INFO  (zkConnectionManagerCallback-7392-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 903245 INFO  (zkConnectionManagerCallback-7394-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 903247 INFO  (closeThreadPool-7361-thread-2) [n:127.0.0.1:37247_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 903249 INFO  (closeThreadPool-7361-thread-2) [n:127.0.0.1:37247_    ] o.a.s.c.ZkController Publish node=127.0.0.1:37247_ as DOWN
   [junit4]   2> 903250 INFO  (closeThreadPool-7361-thread-2) [n:127.0.0.1:37247_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 903250 INFO  (closeThreadPool-7361-thread-2) [n:127.0.0.1:37247_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37247_
   [junit4]   2> 903250 INFO  (zkCallback-7359-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 903250 INFO  (zkCallback-7347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 903250 INFO  (zkCallback-7371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 903250 INFO  (zkCallback-7340-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 903258 INFO  (zkCallback-7378-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 903262 INFO  (zkCallback-7393-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 903266 INFO  (zkConnectionManagerCallback-7401-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 903267 INFO  (closeThreadPool-7361-thread-2) [n:127.0.0.1:37247_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 903268 INFO  (closeThreadPool-7361-thread-2) [n:127.0.0.1:37247_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36869/solr ready
   [junit4]   2> 903278 INFO  (closeThreadPool-7361-thread-2) [n:127.0.0.1:37247_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 903291 INFO  (closeThreadPool-7361-thread-2) [n:127.0.0.1:37247_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 903299 INFO  (closeThreadPool-7361-thread-2) [n:127.0.0.1:37247_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 903299 INFO  (closeThreadPool-7361-thread-2) [n:127.0.0.1:37247_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 903300 INFO  (closeThreadPool-7361-thread-2) [n:127.0.0.1:37247_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-2-001/cores
   [junit4]   2> 903407 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 903407 WARN  (closeThreadPool-7361-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2386bbbb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 903409 WARN  (closeThreadPool-7361-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@74220bf6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 903410 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36869/solr
   [junit4]   2> 903410 INFO  (zkConnectionManagerCallback-7408-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 903412 INFO  (zkConnectionManagerCallback-7410-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 903414 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 903415 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:40979_ as DOWN
   [junit4]   2> 903416 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 903416 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40979_
   [junit4]   2> 903416 INFO  (zkCallback-7378-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 903416 INFO  (zkCallback-7347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 903416 INFO  (zkCallback-7371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 903416 INFO  (zkCallback-7340-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 903416 INFO  (zkCallback-7359-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 903416 INFO  (zkCallback-7393-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 903417 INFO  (zkCallback-7400-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 903418 INFO  (zkCallback-7409-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 903430 INFO  (zkConnectionManagerCallback-7417-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 903435 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 903436 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36869/solr ready
   [junit4]   2> 903459 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 903468 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 903476 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 903476 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 903477 INFO  (closeThreadPool-7361-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-3-001/cores
   [junit4]   2> 903528 INFO  (SocketProxy-Acceptor-37247) [    ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38390,localport=37247], receiveBufferSize:531000
   [junit4]   2> 903533 INFO  (SocketProxy-Acceptor-37247) [    ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44019,localport=34478], receiveBufferSize=530904
   [junit4]   2> 903534 INFO  (SocketProxy-Acceptor-37247) [    ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38394,localport=37247], receiveBufferSize:531000
   [junit4]   2> 903536 INFO  (SocketProxy-Acceptor-37247) [    ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44019,localport=34484], receiveBufferSize=530904
   [junit4]   2> 903536 INFO  (SocketProxy-Acceptor-37247) [    ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38396,localport=37247], receiveBufferSize:531000
   [junit4]   2> 903537 INFO  (qtp691718568-19429) [n:127.0.0.1:37247_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41659_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 903546 INFO  (qtp691718568-19428) [n:127.0.0.1:37247_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:37247_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 903546 INFO  (OverseerThreadFactory-5896-thread-3-processing-n:127.0.0.1:38217_) [n:127.0.0.1:38217_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41659_ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 903547 INFO  (OverseerCollectionConfigSetProcessor-72276748273057796-127.0.0.1:38217_-n_0000000000) [n:127.0.0.1:38217_    ] 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> 903547 INFO  (OverseerThreadFactory-5896-thread-3-processing-n:127.0.0.1:38217_) [n:127.0.0.1:38217_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 903550 INFO  (SocketProxy-Acceptor-37247) [    ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44019,localport=34486], receiveBufferSize=530904
   [junit4]   2> 903562 INFO  (qtp691718568-19427) [n:127.0.0.1:37247_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:40979_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 903563 INFO  (OverseerThreadFactory-5896-thread-4-processing-n:127.0.0.1:38217_) [n:127.0.0.1:38217_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:37247_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 903563 INFO  (SocketProxy-Acceptor-41659) [    ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48390,localport=41659], receiveBufferSize:531000
   [junit4]   2> 903564 INFO  (OverseerThreadFactory-5896-thread-4-processing-n:127.0.0.1:38217_) [n:127.0.0.1:38217_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 903583 INFO  (SocketProxy-Acceptor-37247) [    ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38406,localport=37247], receiveBufferSize:531000
   [junit4]   2> 903586 INFO  (SocketProxy-Acceptor-41659) [    ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34659,localport=43550], receiveBufferSize=530904
   [junit4]   2> 903599 INFO  (SocketProxy-Acceptor-37247) [    ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44019,localport=34494], receiveBufferSize=530904
   [junit4]   2> 903600 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_    x:collection1_shard1_replica_t2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 903643 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_    x:collection1_shard2_replica_t1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 904605 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 904614 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.s.IndexSchema [collection1_shard1_replica_t2] Schema name=test
   [junit4]   2> 904654 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 904667 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema [collection1_shard2_replica_t1] Schema name=test
   [junit4]   2> 904708 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 904715 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t2' using configuration from collection collection1, trusted=true
   [junit4]   2> 904716 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t2' (registry 'solr.core.collection1.shard1.replica_t2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 904716 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.SolrCore [[collection1_shard1_replica_t2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-2-001/cores/collection1_shard1_replica_t2], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-2-001/cores/collection1_shard1_replica_t2/data/]
   [junit4]   2> 904717 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 904718 WARN  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] 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> 904740 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 904740 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 904741 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 904741 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 904742 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 904742 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d29d366[collection1_shard1_replica_t2] main]
   [junit4]   2> 904742 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 904742 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 904743 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 904743 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1633942185667723264
   [junit4]   2> 904745 INFO  (searcherExecutor-5933-thread-1-processing-n:127.0.0.1:37247_ x:collection1_shard1_replica_t2 c:collection1 s:shard1) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher Searcher@7d29d366[collection1_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 904745 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 904745 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 904746 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 904746 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 904746 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37247/collection1_shard1_replica_t2/
   [junit4]   2> 904746 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 904746 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.SyncStrategy http://127.0.0.1:37247/collection1_shard1_replica_t2/ has no replicas
   [junit4]   2> 904746 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.ZkController collection1_shard1_replica_t2 stopping background replication from leader
   [junit4]   2> 904746 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72276748273057807-core_node3-n_0000000000
   [junit4]   2> 904747 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37247/collection1_shard1_replica_t2/ shard1
   [junit4]   2> 904779 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 904786 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t1' using configuration from collection collection1, trusted=true
   [junit4]   2> 904786 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t1' (registry 'solr.core.collection1.shard2.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 904786 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SolrCore [[collection1_shard2_replica_t1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-1-001/cores/collection1_shard2_replica_t1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-1-001/cores/collection1_shard2_replica_t1/data/]
   [junit4]   2> 904787 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 904788 WARN  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] 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> 904811 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 904811 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 904813 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 904813 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 904813 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 904813 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ec623e6[collection1_shard2_replica_t1] main]
   [junit4]   2> 904814 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 904814 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 904814 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 904815 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1633942185743220736
   [junit4]   2> 904816 INFO  (searcherExecutor-5938-thread-1-processing-n:127.0.0.1:41659_ x:collection1_shard2_replica_t1 c:collection1 s:shard2) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SolrCore [collection1_shard2_replica_t1] Registered new searcher Searcher@1ec623e6[collection1_shard2_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 904818 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 904818 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 904818 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 904818 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 904818 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41659/collection1_shard2_replica_t1/
   [junit4]   2> 904819 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 904819 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SyncStrategy http://127.0.0.1:41659/collection1_shard2_replica_t1/ has no replicas
   [junit4]   2> 904819 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.ZkController collection1_shard2_replica_t1 stopping background replication from leader
   [junit4]   2> 904819 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72276748273057802-core_node4-n_0000000000
   [junit4]   2> 904819 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41659/collection1_shard2_replica_t1/ shard2
   [junit4]   2> 904920 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 904920 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 904921 INFO  (qtp691718568-19504) [n:127.0.0.1:37247_ c:collection1 s:shard1  x:collection1_shard1_replica_t2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1321
   [junit4]   2> 904921 INFO  (qtp667719079-19398) [n:127.0.0.1:41659_ c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1278
   [junit4]   2> 904963 INFO  (qtp691718568-19428) [n:127.0.0.1:37247_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:37247_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2} status=0 QTime=1417
   [junit4]   2> 904963 INFO  (qtp691718568-19429) [n:127.0.0.1:37247_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41659_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1426
   [junit4]   2> 905565 INFO  (OverseerCollectionConfigSetProcessor-72276748273057796-127.0.0.1:38217_-n_0000000000) [n:127.0.0.1:38217_    ] 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> 905565 INFO  (OverseerThreadFactory-5896-thread-5-processing-n:127.0.0.1:38217_) [n:127.0.0.1:38217_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40979_ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 905565 INFO  (OverseerCollectionConfigSetProcessor-72276748273057796-127.0.0.1:38217_-n_0000000000) [n:127.0.0.1:38217_    ] 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> 905565 INFO  (OverseerThreadFactory-5896-thread-5-processing-n:127.0.0.1:38217_) [n:127.0.0.1:38217_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 905566 INFO  (SocketProxy-Acceptor-40979) [    ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52986,localport=40979], receiveBufferSize:531000
   [junit4]   2> 905566 INFO  (SocketProxy-Acceptor-40979) [    ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37105,localport=60492], receiveBufferSize=530904
   [junit4]   2> 905614 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_    x:collection1_shard2_replica_t5] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t5&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 906658 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 906671 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.s.IndexSchema [collection1_shard2_replica_t5] Schema name=test
   [junit4]   2> 906768 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 906775 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t5' using configuration from collection collection1, trusted=true
   [junit4]   2> 906775 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t5' (registry 'solr.core.collection1.shard2.replica_t5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a80466a
   [junit4]   2> 906775 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.c.SolrCore [[collection1_shard2_replica_t5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-3-001/cores/collection1_shard2_replica_t5], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001/shard-3-001/cores/collection1_shard2_replica_t5/data/]
   [junit4]   2> 906776 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 906777 WARN  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] 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> 906799 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 906799 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 906799 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 906799 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 906800 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 906800 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.s.SolrIndexSearcher Opening [Searcher@445fec71[collection1_shard2_replica_t5] main]
   [junit4]   2> 906801 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 906801 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 906801 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 906801 INFO  (qtp1148442481-19444) [n:127.0.0.1:40979_ c

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

420 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36869
   [junit4]   2> 916420 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[DA151BD6D05D6707]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36869
   [junit4]   2> 916420 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/collections/collDoRecoveryOnRestart/terms/shard1
   [junit4]   2> 	18	/solr/collections/collection1/state.json
   [junit4]   2> 	14	/solr/collections/collDoRecoveryOnRestart/state.json
   [junit4]   2> 	12	/solr/aliases.json
   [junit4]   2> 	6	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/c8n_1x2/state.json
   [junit4]   2> 	3	/solr/collections/c8n_1x2/terms/shard1
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/clusterstate.json
   [junit4]   2> 	12	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/collections/control_collection/state.json
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard2/election/72276748273057802-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72276748273057807-127.0.0.1:37247_-n_0000000002
   [junit4]   2> 	2	/solr/collections/collDoRecoveryOnRestart/leader_elect/shard1/election/72276748273057807-core_node4-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/collections
   [junit4]   2> 	10	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionWithTlogReplicasTest -Dtests.method=test -Dtests.seed=DA151BD6D05D6707 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ta-MY -Dtests.timezone=Asia/Baghdad -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   15.7s J2 | HttpPartitionWithTlogReplicasTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41659: Underlying core creation failed while creating collection: c8n_1x2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DA151BD6D05D6707:5241240C7EA10AFF]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1792)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1813)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1730)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollectionRetry(AbstractFullDistribZkTestBase.java:2042)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:214)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:135)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_DA151BD6D05D6707-001
   [junit4]   2> May 19, 2019 6:51:48 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 11 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), _root_=Lucene50(blocksize=128), id=PostingsFormat(name=MockRandom), text=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=455, maxMBSortInHeap=5.068758537102773, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@194a6b36), locale=ta-MY, timezone=Asia/Baghdad
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 11.0.2 (64-bit)/cpus=8,threads=1,free=128731968,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [RequestLoggingTest, BlockJoinFacetDistribTest, AssignTest, TestEmbeddedSolrServerSchemaAPI, TestLuceneIndexBackCompat, TestFieldTypeCollectionResource, MBeansHandlerTest, SynonymTokenizerTest, HdfsLockFactoryTest, TestSolr4Spatial2, AddSchemaFieldsUpdateProcessorFactoryTest, TestSortByMinMaxFunction, CloudMLTQParserTest, TestComponentsName, DistribCursorPagingTest, RecoveryZkTest, TriggerIntegrationTest, HttpSolrCallGetCoreTest, SuggestComponentContextFilterQueryTest, TestLegacyFieldCache, OutputWriterTest, TestCoreAdminApis, TestSolrDeletionPolicy1, TestSolrJ, TestZkAclsWithHadoopAuth, TestDefaultStatsCache, HdfsWriteToMultipleCollectionsTest, DeleteReplicaTest, TestFileDictionaryLookup, FileBasedSpellCheckerTest, MergeStrategyTest, SuggesterTSTTest, TestManagedSynonymFilterFactory, TestFaceting, SignatureUpdateProcessorFactoryTest, DistributedQueryComponentCustomSortTest, PrimUtilsTest, CdcrOpsAndBoundariesTest, TestFieldSortValues, TestExpandComponent, TestStandardQParsers, TestSolrCloudWithKerberosAlt, DistributedFacetPivotLargeTest, UpdateRequestProcessorFactoryTest, ResponseLogComponentTest, TestDynamicFieldResource, TestCollationFieldDocValues, SmileWriterTest, AuditLoggerPluginTest, SolrIndexSplitterTest, SolrJmxReporterTest, SimpleFacetsTest, TestFoldingMultitermQuery, DirectoryFactoryTest, XsltUpdateRequestHandlerTest, CoreAdminCreateDiscoverTest, IndexSchemaRuntimeFieldTest, TestLogWatcher, CurrencyRangeFacetCloudTest, TestMinHashQParser, BlockDirectoryTest, CollectionTooManyReplicasTest, ReplaceNodeNoTargetTest, CustomHighlightComponentTest, FacetPivotSmallTest, GraphQueryTest, TriLevelCompositeIdRoutingTest, TestPKIAuthenticationPlugin, TestStressInPlaceUpdates, TermVectorComponentTest, TestQuerySenderListener, TestCloudInspectUtil, SearchRateTriggerIntegrationTest, TestAuthenticationFramework, TestInfoStreamLogging, RequestHandlersTest, HealthCheckHandlerTest, TestSimPolicyCloud, RestartWhileUpdatingTest, TestInPlaceUpdatesRequiredField, TestSortableTextField, RankQueryTest, TestSimpleQParserPlugin, ConvertedLegacyTest, TestRTimerTree, TaggerTest, TestExactStatsCache, DistributedQueueTest, TestCloudManagedSchema, OverseerTest, TestAnalyzeInfixSuggestions, TestStressReorder, BadIndexSchemaTest, TestShardHandlerFactory, TestStreamBody, ActionThrottleTest, PeerSyncWithLeaderTest, OverriddenZkACLAndCredentialsProvidersTest, TestDownShardTolerantSearch, TestMiniSolrCloudClusterSSL, CheckHdfsIndexTest, NestedAtomicUpdateTest, HLLSerializationTest, TestRandomRequestDistribution, DistributedSpellCheckComponentTest, MoveReplicaTest, ConcurrentDeleteAndCreateCollectionTest, HdfsChaosMonkeySafeLeaderTest, ZkCLITest, ShardSplitTest, TestJsonFacetsStatsParsing, PrimitiveFieldTypeTest, TestPullReplica, DocValuesTest, TestSuggestSpellingConverter, HttpPartitionWithTlogReplicasTest]
   [junit4] Completed [378/858 (1!)] on J2 in 16.01s, 1 test, 1 error <<< FAILURES!

[...truncated 44800 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/585/consoleText

[repro] Revision: 889cc4fc5c99a94cbb1e23107d8a763963b4dc0b

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=HttpPartitionWithTlogReplicasTest -Dtests.method=test -Dtests.seed=DA151BD6D05D6707 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ta-MY -Dtests.timezone=Asia/Baghdad -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       HttpPartitionWithTlogReplicasTest
[repro] ant compile-test

[...truncated 3581 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.HttpPartitionWithTlogReplicasTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=DA151BD6D05D6707 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ta-MY -Dtests.timezone=Asia/Baghdad -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 75 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
[repro] Exiting with code 0

[...truncated 43 lines...]