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

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

Error Message:
Error from server at http://127.0.0.1:43207/t/l: 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:43207/t/l: Underlying core creation failed 
while creating collection: c8n_1x2
        at 
__randomizedtesting.SeedInfo.seed([8DF3756B97DB9716:5A74AB13927FAEE]: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 14488 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
   [junit4]   2> 1325280 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[8DF3756B97DB9716]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/init-core-data-001
   [junit4]   2> 1325281 WARN  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[8DF3756B97DB9716]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1325281 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[8DF3756B97DB9716]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1325281 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[8DF3756B97DB9716]-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> 1325281 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[8DF3756B97DB9716]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /t/l
   [junit4]   2> 1325284 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1325287 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1325287 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1325388 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39775
   [junit4]   2> 1325388 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39775
   [junit4]   2> 1325388 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39775
   [junit4]   2> 1325411 INFO  (zkConnectionManagerCallback-7333-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1325431 INFO  (zkConnectionManagerCallback-7335-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1325432 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
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> 1325432 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
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> 1325433 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
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> 1325433 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
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> 1325434 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
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> 1325434 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
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> 1325434 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
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> 1325435 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
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> 1325435 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
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> 1325436 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
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> 1325436 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
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> 1325436 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 1325531 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1325531 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1325531 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1325531 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
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> 1325532 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1325532 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1325532 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1325533 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3f130cb1{/t/l,null,AVAILABLE}
   [junit4]   2> 1325534 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@32e8dd7d{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:45245}
   [junit4]   2> 1325534 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.e.j.s.Server Started @1325574ms
   [junit4]   2> 1325534 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/t/l, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/tempDir-001/control/data,
 hostPort=45585, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/control-001/cores,
 replicaType=NRT}
   [junit4]   2> 1325534 ERROR 
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1325534 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1325534 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 1325534 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1325534 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1325534 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-18T01:07:08.250407Z
   [junit4]   2> 1325535 INFO  (zkConnectionManagerCallback-7337-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1325536 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1325536 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/control-001/solr.xml
   [junit4]   2> 1325538 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1325538 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1325539 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1325886 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1325887 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1254e560[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1325892 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@648d8e8b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1325893 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39775/solr
   [junit4]   2> 1325899 INFO  (zkConnectionManagerCallback-7344-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1325911 INFO  (zkConnectionManagerCallback-7346-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1325954 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45585_t%2Fl
   [junit4]   2> 1325954 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.c.Overseer Overseer 
(id=72269731663183876-127.0.0.1:45585_t%2Fl-n_0000000000) starting
   [junit4]   2> 1325963 INFO  (zkConnectionManagerCallback-7353-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1325965 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39775/solr ready
   [junit4]   2> 1325965 INFO  
(OverseerStateUpdate-72269731663183876-127.0.0.1:45585_t%2Fl-n_0000000000) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:45585_t%2Fl
   [junit4]   2> 1325972 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45585_t%2Fl
   [junit4]   2> 1325983 INFO  (zkCallback-7345-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1325983 INFO  (zkCallback-7352-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1325999 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1326014 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1326023 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1326023 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1326024 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/control-001/cores
   [junit4]   2> 1326057 INFO  (zkConnectionManagerCallback-7359-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326058 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1326058 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39775/solr ready
   [junit4]   2> 1326059 INFO  (SocketProxy-Acceptor-45585) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38778,localport=45585], receiveBufferSize:531000
   [junit4]   2> 1326067 INFO  (SocketProxy-Acceptor-45585) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45245,localport=41820], receiveBufferSize=530904
   [junit4]   2> 1326076 INFO  (qtp1779126118-19814) [n:127.0.0.1:45585_t%2Fl   
 ] 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:45585_t%252Fl&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1326079 INFO  
(OverseerThreadFactory-7322-thread-1-processing-n:127.0.0.1:45585_t%2Fl) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 1326182 INFO  (SocketProxy-Acceptor-45585) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38782,localport=45585], receiveBufferSize:531000
   [junit4]   2> 1326187 INFO  (SocketProxy-Acceptor-45585) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45245,localport=41824], receiveBufferSize=530904
   [junit4]   2> 1326192 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl   
 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> 1326192 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl   
 x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1327222 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1327236 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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> 1327338 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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> 1327352 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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> 1327353 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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@69af31f8
   [junit4]   2> 1327353 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1327355 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1877290292, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1327356 WARN  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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> 1327384 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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> 1327384 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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> 1327385 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1327385 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1327386 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=18.244140625, 
floorSegmentMB=1.6015625, forceMergeDeletesPctAllowed=12.71055886162393, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=29.299971037567257
   [junit4]   2> 1327386 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5aa2b4f8[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1327387 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1327387 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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> 1327387 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1327387 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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 1633829917926883328
   [junit4]   2> 1327389 INFO  
(searcherExecutor-7327-thread-1-processing-n:127.0.0.1:45585_t%2Fl 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:45585_t%2Fl 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@5aa2b4f8[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1327393 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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> 1327393 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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> 1327394 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1327394 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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> 1327394 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45585/t/l/control_collection_shard1_replica_n1/
   [junit4]   2> 1327394 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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> 1327394 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:45585/t/l/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1327394 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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/72269731663183876-core_node2-n_0000000000
   [junit4]   2> 1327395 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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:45585/t/l/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1327500 INFO  (zkCallback-7345-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> 1327500 INFO  (zkCallback-7345-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> 1327500 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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> 1327501 INFO  (qtp1779126118-19813) [n:127.0.0.1:45585_t%2Fl 
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=1309
   [junit4]   2> 1327504 INFO  (qtp1779126118-19814) [n:127.0.0.1:45585_t%2Fl   
 ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 45 seconds. Check all shard replicas
   [junit4]   2> 1327601 INFO  (zkCallback-7345-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> 1327601 INFO  (zkCallback-7345-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> 1327601 INFO  (zkCallback-7345-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> 1327602 INFO  (qtp1779126118-19814) [n:127.0.0.1:45585_t%2Fl   
 ] 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:45585_t%252Fl&wt=javabin&version=2}
 status=0 QTime=1525
   [junit4]   2> 1327609 INFO  (zkConnectionManagerCallback-7365-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1327609 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1327610 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39775/solr ready
   [junit4]   2> 1327610 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1327610 INFO  (SocketProxy-Acceptor-45585) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38824,localport=45585], receiveBufferSize:531000
   [junit4]   2> 1327610 INFO  (SocketProxy-Acceptor-45585) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45245,localport=41866], receiveBufferSize=530904
   [junit4]   2> 1327610 INFO  (qtp1779126118-19815) [n:127.0.0.1:45585_t%2Fl   
 ] 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> 1327616 INFO  
(OverseerThreadFactory-7322-thread-2-processing-n:127.0.0.1:45585_t%2Fl) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1327616 INFO  
(OverseerCollectionConfigSetProcessor-72269731663183876-127.0.0.1:45585_t%2Fl-n_0000000000)
 [n:127.0.0.1:45585_t%2Fl    ] 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> 1327817 WARN  
(OverseerThreadFactory-7322-thread-2-processing-n:127.0.0.1:45585_t%2Fl) 
[n:127.0.0.1:45585_t%2Fl    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 1327818 INFO  (qtp1779126118-19815) [n:127.0.0.1:45585_t%2Fl   
 ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 45 seconds. Check all shard replicas
   [junit4]   2> 1327818 INFO  (qtp1779126118-19815) [n:127.0.0.1:45585_t%2Fl   
 ] 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=207
   [junit4]   2> 1327819 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 1327912 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-1-001
 of type TLOG in shard 2
   [junit4]   2> 1327913 WARN  (closeThreadPool-7366-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1327913 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1327913 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1327913 INFO  (closeThreadPool-7366-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> 1327927 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1327927 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1327927 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1327931 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1bee8199{/t/l,null,AVAILABLE}
   [junit4]   2> 1327932 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7a78f5f8{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:35335}
   [junit4]   2> 1327932 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.e.j.s.Server Started @1327972ms
   [junit4]   2> 1327932 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/t/l, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/tempDir-001/jetty1,
 hostPort=39339, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-1-001/cores,
 replicaType=TLOG}
   [junit4]   2> 1327932 ERROR (closeThreadPool-7366-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1327932 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1327932 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 1327932 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1327932 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1327932 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-18T01:07:10.648275Z
   [junit4]   2> 1327943 INFO  (zkConnectionManagerCallback-7368-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1327944 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1327944 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-1-001/solr.xml
   [junit4]   2> 1327946 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1327946 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1327947 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1327997 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-2-001
 of type TLOG in shard 1
   [junit4]   2> 1327997 WARN  (closeThreadPool-7366-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1327998 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1327998 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1327998 INFO  (closeThreadPool-7366-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> 1328020 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1328020 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1328020 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1328023 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2101ac6d{/t/l,null,AVAILABLE}
   [junit4]   2> 1328027 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5ffb016c{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36507}
   [junit4]   2> 1328027 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.e.j.s.Server Started @1328067ms
   [junit4]   2> 1328027 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/t/l, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/tempDir-001/jetty2,
 hostPort=43207, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-2-001/cores,
 replicaType=TLOG}
   [junit4]   2> 1328027 ERROR (closeThreadPool-7366-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1328027 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1328027 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 1328027 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1328027 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1328027 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-18T01:07:10.743935Z
   [junit4]   2> 1328043 INFO  (zkConnectionManagerCallback-7371-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328044 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1328044 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-2-001/solr.xml
   [junit4]   2> 1328046 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1328046 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1328047 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1328092 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1328095 WARN  (closeThreadPool-7366-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1af9cd8b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328102 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-3-001
 of type TLOG in shard 2
   [junit4]   2> 1328105 WARN  (closeThreadPool-7366-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1328105 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1328105 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1328105 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1328116 WARN  (closeThreadPool-7366-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1a8904bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328117 INFO  (closeThreadPool-7366-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39775/solr
   [junit4]   2> 1328135 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1328135 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1328135 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1328135 INFO  (zkConnectionManagerCallback-7378-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328139 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2c336ec2{/t/l,null,AVAILABLE}
   [junit4]   2> 1328141 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4107fc2a{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:46069}
   [junit4]   2> 1328141 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.e.j.s.Server Started @1328181ms
   [junit4]   2> 1328141 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/t/l, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/tempDir-001/jetty3,
 hostPort=45641, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-3-001/cores,
 replicaType=TLOG}
   [junit4]   2> 1328141 ERROR (closeThreadPool-7366-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1328141 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1328141 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 1328141 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1328141 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1328141 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-18T01:07:10.857312Z
   [junit4]   2> 1328143 INFO  (zkConnectionManagerCallback-7380-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328149 INFO  (closeThreadPool-7366-thread-2) 
[n:127.0.0.1:43207_t%2Fl    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1328150 INFO  (closeThreadPool-7366-thread-2) 
[n:127.0.0.1:43207_t%2Fl    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:43207_t%2Fl as DOWN
   [junit4]   2> 1328150 INFO  (closeThreadPool-7366-thread-2) 
[n:127.0.0.1:43207_t%2Fl    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1328150 INFO  (closeThreadPool-7366-thread-2) 
[n:127.0.0.1:43207_t%2Fl    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43207_t%2Fl
   [junit4]   2> 1328151 INFO  (zkCallback-7352-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1328151 INFO  (zkCallback-7364-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1328151 INFO  (zkCallback-7345-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1328155 INFO  (zkConnectionManagerCallback-7382-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328155 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1328155 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-3-001/solr.xml
   [junit4]   2> 1328157 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1328157 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1328167 INFO  (zkCallback-7379-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1328168 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1328178 INFO  (zkConnectionManagerCallback-7389-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328179 INFO  (closeThreadPool-7366-thread-2) 
[n:127.0.0.1:43207_t%2Fl    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1328179 INFO  (closeThreadPool-7366-thread-2) 
[n:127.0.0.1:43207_t%2Fl    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39775/solr ready
   [junit4]   2> 1328231 INFO  (closeThreadPool-7366-thread-2) 
[n:127.0.0.1:43207_t%2Fl    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1328243 INFO  (closeThreadPool-7366-thread-2) 
[n:127.0.0.1:43207_t%2Fl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1328256 INFO  (closeThreadPool-7366-thread-2) 
[n:127.0.0.1:43207_t%2Fl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1328256 INFO  (closeThreadPool-7366-thread-2) 
[n:127.0.0.1:43207_t%2Fl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1328257 INFO  (closeThreadPool-7366-thread-2) 
[n:127.0.0.1:43207_t%2Fl    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-2-001/cores
   [junit4]   2> 1328297 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1328304 WARN  (closeThreadPool-7366-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2796c7fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328383 WARN  (closeThreadPool-7366-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@747943e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328384 INFO  (closeThreadPool-7366-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39775/solr
   [junit4]   2> 1328411 INFO  (zkConnectionManagerCallback-7397-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328439 INFO  (zkConnectionManagerCallback-7399-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328444 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1328445 WARN  (closeThreadPool-7366-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@178d02ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328445 INFO  (closeThreadPool-7366-thread-3) 
[n:127.0.0.1:45641_t%2Fl    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1328453 INFO  (closeThreadPool-7366-thread-3) 
[n:127.0.0.1:45641_t%2Fl    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45641_t%2Fl as DOWN
   [junit4]   2> 1328454 INFO  (closeThreadPool-7366-thread-3) 
[n:127.0.0.1:45641_t%2Fl    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1328454 INFO  (closeThreadPool-7366-thread-3) 
[n:127.0.0.1:45641_t%2Fl    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45641_t%2Fl
   [junit4]   2> 1328454 INFO  (zkCallback-7379-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1328454 INFO  (zkCallback-7352-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1328454 INFO  (zkCallback-7364-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1328455 INFO  (zkCallback-7345-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1328459 WARN  (closeThreadPool-7366-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4182dcf5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328460 INFO  (closeThreadPool-7366-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39775/solr
   [junit4]   2> 1328466 INFO  (zkCallback-7398-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1328467 INFO  (zkCallback-7388-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1328469 INFO  (zkConnectionManagerCallback-7409-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328469 INFO  (zkConnectionManagerCallback-7412-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328474 INFO  (closeThreadPool-7366-thread-3) 
[n:127.0.0.1:45641_t%2Fl    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1328475 INFO  (closeThreadPool-7366-thread-3) 
[n:127.0.0.1:45641_t%2Fl    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39775/solr ready
   [junit4]   2> 1328476 INFO  (zkConnectionManagerCallback-7414-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328479 INFO  (closeThreadPool-7366-thread-1) 
[n:127.0.0.1:39339_t%2Fl    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1328495 INFO  (closeThreadPool-7366-thread-3) 
[n:127.0.0.1:45641_t%2Fl    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1328500 INFO  (closeThreadPool-7366-thread-1) 
[n:127.0.0.1:39339_t%2Fl    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39339_t%2Fl as DOWN
   [junit4]   2> 1328501 INFO  (closeThreadPool-7366-thread-1) 
[n:127.0.0.1:39339_t%2Fl    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1328501 INFO  (closeThreadPool-7366-thread-1) 
[n:127.0.0.1:39339_t%2Fl    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39339_t%2Fl
   [junit4]   2> 1328502 INFO  (zkCallback-7364-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328502 INFO  (zkCallback-7352-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328502 INFO  (zkCallback-7345-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328503 INFO  (zkCallback-7388-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328507 INFO  (closeThreadPool-7366-thread-3) 
[n:127.0.0.1:45641_t%2Fl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1328512 INFO  (zkCallback-7398-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328514 INFO  (closeThreadPool-7366-thread-3) 
[n:127.0.0.1:45641_t%2Fl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1328514 INFO  (closeThreadPool-7366-thread-3) 
[n:127.0.0.1:45641_t%2Fl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1328515 INFO  (closeThreadPool-7366-thread-3) 
[n:127.0.0.1:45641_t%2Fl    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-3-001/cores
   [junit4]   2> 1328515 INFO  (zkCallback-7408-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328515 INFO  (zkCallback-7379-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328519 INFO  (zkCallback-7413-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328521 INFO  (zkConnectionManagerCallback-7422-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328522 INFO  (closeThreadPool-7366-thread-1) 
[n:127.0.0.1:39339_t%2Fl    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1328522 INFO  (closeThreadPool-7366-thread-1) 
[n:127.0.0.1:39339_t%2Fl    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39775/solr ready
   [junit4]   2> 1328533 INFO  (closeThreadPool-7366-thread-1) 
[n:127.0.0.1:39339_t%2Fl    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1328548 INFO  (closeThreadPool-7366-thread-1) 
[n:127.0.0.1:39339_t%2Fl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1328556 INFO  (closeThreadPool-7366-thread-1) 
[n:127.0.0.1:39339_t%2Fl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1328556 INFO  (closeThreadPool-7366-thread-1) 
[n:127.0.0.1:39339_t%2Fl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1328557 INFO  (closeThreadPool-7366-thread-1) 
[n:127.0.0.1:39339_t%2Fl    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-1-001/cores
   [junit4]   2> 1328607 INFO  (SocketProxy-Acceptor-39339) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51736,localport=39339], receiveBufferSize:531000
   [junit4]   2> 1328614 INFO  (SocketProxy-Acceptor-39339) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35335,localport=50118], receiveBufferSize=530904
   [junit4]   2> 1328615 INFO  (SocketProxy-Acceptor-39339) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51738,localport=39339], receiveBufferSize:531000
   [junit4]   2> 1328620 INFO  (SocketProxy-Acceptor-39339) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35335,localport=50122], receiveBufferSize=530904
   [junit4]   2> 1328620 INFO  (SocketProxy-Acceptor-39339) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51744,localport=39339], receiveBufferSize:531000
   [junit4]   2> 1328620 INFO  (qtp286931542-19883) [n:127.0.0.1:39339_t%2Fl    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:43207_t%252Fl&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1328623 INFO  (SocketProxy-Acceptor-39339) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35335,localport=50124], receiveBufferSize=530904
   [junit4]   2> 1328624 INFO  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:45641_t%252Fl&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1328627 INFO  
(OverseerCollectionConfigSetProcessor-72269731663183876-127.0.0.1:45585_t%2Fl-n_0000000000)
 [n:127.0.0.1:45585_t%2Fl    ] 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> 1328628 INFO  
(OverseerThreadFactory-7322-thread-3-processing-n:127.0.0.1:45585_t%2Fl) 
[n:127.0.0.1:45585_t%2Fl c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd 
Node Identified 127.0.0.1:43207_t%2Fl for creating new replica of shard shard1 
for collection collection1
   [junit4]   2> 1328629 INFO  
(OverseerThreadFactory-7322-thread-3-processing-n:127.0.0.1:45585_t%2Fl) 
[n:127.0.0.1:45585_t%2Fl c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 1328636 INFO  (qtp286931542-19884) [n:127.0.0.1:39339_t%2Fl    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:39339_t%252Fl&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1328640 INFO  
(OverseerThreadFactory-7322-thread-4-processing-n:127.0.0.1:45585_t%2Fl) 
[n:127.0.0.1:45585_t%2Fl c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd 
Node Identified 127.0.0.1:45641_t%2Fl for creating new replica of shard shard2 
for collection collection1
   [junit4]   2> 1328641 INFO  
(OverseerThreadFactory-7322-thread-4-processing-n:127.0.0.1:45585_t%2Fl) 
[n:127.0.0.1:45585_t%2Fl c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 1328643 INFO  (SocketProxy-Acceptor-43207) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56682,localport=43207], receiveBufferSize:531000
   [junit4]   2> 1328656 INFO  (SocketProxy-Acceptor-43207) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36507,localport=51932], receiveBufferSize=530904
   [junit4]   2> 1328657 INFO  (SocketProxy-Acceptor-45641) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=40116,localport=45641], receiveBufferSize:531000
   [junit4]   2> 1328664 INFO  (SocketProxy-Acceptor-45641) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46069,localport=39342], receiveBufferSize=530904
   [junit4]   2> 1328699 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl   
 x:collection1_shard1_replica_t1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1328707 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl   
 x:collection1_shard2_replica_t2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1329705 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1329713 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1329717 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t1] Schema name=test
   [junit4]   2> 1329730 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t2] Schema name=test
   [junit4]   2> 1329795 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1329802 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1329802 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t1' (registry 
'solr.core.collection1.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1329802 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-2-001/cores/collection1_shard1_replica_t1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-2-001/cores/collection1_shard1_replica_t1/data/]
   [junit4]   2> 1329804 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1877290292, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1329805 WARN  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_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> 1329809 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1329816 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1329816 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t2' (registry 
'solr.core.collection1.shard2.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69af31f8
   [junit4]   2> 1329816 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-3-001/cores/collection1_shard2_replica_t2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-3-001/cores/collection1_shard2_replica_t2/data/]
   [junit4]   2> 1329818 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1877290292, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1329818 WARN  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_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> 1329831 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1329831 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1329832 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1329832 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1329832 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=18.244140625, 
floorSegmentMB=1.6015625, forceMergeDeletesPctAllowed=12.71055886162393, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=29.299971037567257
   [junit4]   2> 1329832 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@30be634a[collection1_shard1_replica_t1] main]
   [junit4]   2> 1329833 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1329833 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1329833 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1329833 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1633829920491700224
   [junit4]   2> 1329837 INFO  
(searcherExecutor-7359-thread-1-processing-n:127.0.0.1:43207_t%2Fl 
x:collection1_shard1_replica_t1 c:collection1 s:shard1) 
[n:127.0.0.1:43207_t%2Fl c:collection1 s:shard1  
x:collection1_shard1_replica_t1] o.a.s.c.SolrCore 
[collection1_shard1_replica_t1] Registered new searcher 
Searcher@30be634a[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1329838 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1329838 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection1/leaders/shard1
   [junit4]   2> 1329839 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1329839 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1329839 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:43207/t/l/collection1_shard1_replica_t1/
   [junit4]   2> 1329839 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1329839 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.c.SyncStrategy 
http://127.0.0.1:43207/t/l/collection1_shard1_replica_t1/ has no replicas
   [junit4]   2> 1329839 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.c.ZkController 
collection1_shard1_replica_t1 stopping background replication from leader
   [junit4]   2> 1329839 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection1/leaders/shard1/leader after winning as 
/collections/collection1/leader_elect/shard1/election/72269731663183883-core_node3-n_0000000000
   [junit4]   2> 1329840 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43207/t/l/collection1_shard1_replica_t1/ shard1
   [junit4]   2> 1329845 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1329845 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1329846 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1329846 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1329847 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=18.244140625, 
floorSegmentMB=1.6015625, forceMergeDeletesPctAllowed=12.71055886162393, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=29.299971037567257
   [junit4]   2> 1329847 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@77522739[collection1_shard2_replica_t2] main]
   [junit4]   2> 1329847 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1329847 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1329848 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1329848 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1633829920507428864
   [junit4]   2> 1329849 INFO  
(searcherExecutor-7360-thread-1-processing-n:127.0.0.1:45641_t%2Fl 
x:collection1_shard2_replica_t2 c:collection1 s:shard2) 
[n:127.0.0.1:45641_t%2Fl c:collection1 s:shard2  
x:collection1_shard2_replica_t2] o.a.s.c.SolrCore 
[collection1_shard2_replica_t2] Registered new searcher 
Searcher@77522739[collection1_shard2_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1329850 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard2 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1329850 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection1/leaders/shard2
   [junit4]   2> 1329851 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1329851 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1329851 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:45641/t/l/collection1_shard2_replica_t2/
   [junit4]   2> 1329851 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1329851 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.c.SyncStrategy 
http://127.0.0.1:45641/t/l/collection1_shard2_replica_t2/ has no replicas
   [junit4]   2> 1329851 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.c.ZkController 
collection1_shard2_replica_t2 stopping background replication from leader
   [junit4]   2> 1329851 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection1/leaders/shard2/leader after winning as 
/collections/collection1/leader_elect/shard2/election/72269731663183887-core_node4-n_0000000000
   [junit4]   2> 1329851 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45641/t/l/collection1_shard2_replica_t2/ shard2
   [junit4]   2> 1329953 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1329953 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1329954 INFO  (qtp1357078665-19916) [n:127.0.0.1:45641_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t2] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1246
   [junit4]   2> 1329954 INFO  (qtp1553001458-19896) [n:127.0.0.1:43207_t%2Fl 
c:collection1 s:shard1  x:collection1_shard1_replica_t1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1254
   [junit4]   2> 1329955 INFO  (qtp286931542-19883) [n:127.0.0.1:39339_t%2Fl 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:43207_t%252Fl&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1334
   [junit4]   2> 1329996 INFO  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:45641_t%252Fl&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1372
   [junit4]   2> 1330642 INFO  
(OverseerCollectionConfigSetProcessor-72269731663183876-127.0.0.1:45585_t%2Fl-n_0000000000)
 [n:127.0.0.1:45585_t%2Fl    ] 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> 1330642 INFO  
(OverseerThreadFactory-7322-thread-5-processing-n:127.0.0.1:45585_t%2Fl) 
[n:127.0.0.1:45585_t%2Fl c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd 
Node Identified 127.0.0.1:39339_t%2Fl for creating new replica of shard shard2 
for collection collection1
   [junit4]   2> 1330642 INFO  
(OverseerCollectionConfigSetProcessor-72269731663183876-127.0.0.1:45585_t%2Fl-n_0000000000)
 [n:127.0.0.1:45585_t%2Fl    ] 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> 1330642 INFO  
(OverseerThreadFactory-7322-thread-5-processing-n:127.0.0.1:45585_t%2Fl) 
[n:127.0.0.1:45585_t%2Fl c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 1330643 INFO  (SocketProxy-Acceptor-39339) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51780,localport=39339], receiveBufferSize:531000
   [junit4]   2> 1330643 INFO  (SocketProxy-Acceptor-39339) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35335,localport=50158], receiveBufferSize=530904
   [junit4]   2> 1330687 INFO  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl    
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> 1331849 INFO  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1331861 INFO  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t5] Schema name=test
   [junit4]   2> 1331978 INFO  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl 
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> 1331985 INFO  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl 
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> 1331985 INFO  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl 
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@69af31f8
   [junit4]   2> 1331986 INFO  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl 
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/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-1-001/cores/collection1_shard2_replica_t5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001/shard-1-001/cores/collection1_shard2_replica_t5/data/]
   [junit4]   2> 1331987 INFO  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1877290292, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1331988 WARN  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl 
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> 1332013 INFO  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1332013 INFO  (qtp286931542-19882) [n:127.0.0.1:39339_t%2Fl 
c:collection1 s:shard2  x:collection1_shard2_replica_t5] o.a.s.u.UpdateLog 
Initializing UpdateLog: dat

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

on/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>        9       /solr/collections/control_collection/state.json
   [junit4]   2>        3       
/solr/overseer_elect/election/72269731663183876-127.0.0.1:45585_t%2Fl-n_0000000000
   [junit4]   2>        2       
/solr/collections/collDoRecoveryOnRestart/leader_elect/shard1/election/72269731663183887-core_node3-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> 1342240 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39775
   [junit4]   2> 1342240 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[8DF3756B97DB9716]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39775
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=HttpPartitionWithTlogReplicasTest -Dtests.method=test 
-Dtests.seed=8DF3756B97DB9716 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=fr-BL -Dtests.timezone=Indian/Mahe -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   17.0s J1 | HttpPartitionWithTlogReplicasTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:43207/t/l: Underlying core creation failed 
while creating collection: c8n_1x2
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8DF3756B97DB9716:5A74AB13927FAEE]: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/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_8DF3756B97DB9716-001
   [junit4]   2> May 18, 2019 1:07:25 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 7 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{multiDefault=FST50, a_t=FST50, _root_=PostingsFormat(name=MockRandom), 
id=PostingsFormat(name=Asserting), text=Lucene50(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Lucene80), 
range_facet_i_dv=DocValuesFormat(name=Lucene80), 
intDvoDefault=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=922, 
maxMBSortInHeap=6.7122710800379135, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3986b112),
 locale=fr-BL, timezone=Indian/Mahe
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 11.0.2 
(64-bit)/cpus=8,threads=1,free=48150720,total=494927872
   [junit4]   2> NOTE: All tests run in this JVM: [SliceStateTest, 
StatelessScriptUpdateProcessorFactoryTest, WrapperMergePolicyFactoryTest, 
TestPushWriter, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
TermVectorComponentDistributedTest, TestHighlightDedupGrouping, 
TestFieldCacheSort, TestOmitPositions, TestIndexingPerformance, 
DistributedFacetExistsSmallTest, HdfsUnloadDistributedZkTest, 
TestSimNodeLostTrigger, TestDistributedMap, CdcrRequestHandlerTest, 
AuditLoggerIntegrationTest, TestSearcherReuse, TestConfigSetsAPI, 
TestCloudPivotFacet, TestJsonFacets, PreAnalyzedUpdateProcessorTest, 
SolrIndexMetricsTest, TestFastLRUCache, RoutingToNodesWithPropertiesTest, 
TestQueryTypes, TestSchemalessBufferedUpdates, ConfigSetsAPITest, 
TestFieldResource, TestRestManager, TestEmbeddedSolrServerConstructors, 
TestCloudRecovery2, TestConfigSetProperties, LargeFieldTest, 
LeaderElectionIntegrationTest, AutoAddReplicasIntegrationTest, 
VMParamsZkACLAndCredentialsProvidersTest, SignificantTermsQParserPluginTest, 
DocExpirationUpdateProcessorFactoryTest, TestStressRecovery, 
ByteBuffersDirectoryFactoryTest, TestDirectoryFactory, 
TestSnapshotCloudManager, ReplicaListTransformerTest, TestHashQParserPlugin, 
BigEndianAscendingWordSerializerTest, AtomicUpdateRemovalJavabinTest, 
TransactionLogTest, PingRequestHandlerTest, TestRandomFaceting, 
TestSolrCLIRunExample, TestMaxScoreQueryParser, MetricTriggerTest, 
ProtectedTermFilterFactoryTest, DistributedTermsComponentTest, 
TestObjectReleaseTracker, SolrXmlInZkTest, HdfsSyncSliceTest, 
TestAuthorizationFramework, DistributedFacetSimpleRefinementLongTailTest, 
LeaderFailureAfterFreshStartTest, TestDocSet, TestClusterStateMutator, 
TestConfig, TestDFRSimilarityFactory, ExternalFileFieldSortTest, 
HdfsChaosMonkeyNothingIsSafeTest, TestLocalFSCloudBackupRestore, 
TestUnifiedSolrHighlighter, TestTlogReplica, TestMultiValuedNumericRangeQuery, 
TestValueSourceCache, BasicFunctionalityTest, DateFieldTest, 
SolrCloudReportersTest, FullSolrCloudDistribCmdsTest, 
TestImplicitCoreProperties, TestUtils, TestBackupRepositoryFactory, 
SOLR749Test, TestExceedMaxTermLength, TestNamedUpdateProcessors, 
HdfsRecoverLeaseTest, TestSimClusterStateProvider, 
TestComplexPhraseQParserPlugin, QueryParsingTest, SystemLogListenerTest, 
TestCollationField, TestDistributedStatsComponentCardinality, 
TestBulkSchemaConcurrent, SortByFunctionTest, TestSolrFieldCacheBean, 
TestSchemaVersionResource, TestNumericTerms64, TestSchemaNameResource, 
AlternateDirectoryTest, ComputePlanActionTest, DocValuesNotIndexedTest, 
CollectionStateFormat2Test, DisMaxRequestHandlerTest, AliasIntegrationTest, 
TestCoreDiscovery, TestCursorMarkWithoutUniqueKey, 
ClassificationUpdateProcessorFactoryTest, TlogReplayBufferedWhileIndexingTest, 
SegmentsInfoRequestHandlerTest, TestFieldCacheWithThreads, CircularListTest, 
LukeRequestHandlerTest, ImplicitSnitchTest, TestFuzzyAnalyzedSuggestions, 
TestCryptoKeys, BinaryUpdateRequestHandlerTest, TestFiltering, 
TestReloadAndDeleteDocs, TestConfigsApi, BJQParserTest, 
UniqFieldsUpdateProcessorFactoryTest, ConnectionReuseTest, MigrateRouteKeyTest, 
ZkFailoverTest, ShardRoutingCustomTest, TriggerEventQueueTest, 
MoreLikeThisComponentTest, TestDistributedSearch, TestManagedStopFilterFactory, 
HdfsDirectoryFactoryTest, TestSolrCloudWithHadoopAuthPlugin, 
TestPerFieldSimilarity, TestSolrCloudWithDelegationTokens, CoreSorterTest, 
DistributedFacetPivotSmallAdvancedTest, OverseerModifyCollectionTest, 
MetricsConfigTest, TestJmxIntegration, CoreAdminOperationTest, 
TestManagedSchema, CloneFieldUpdateProcessorFactoryTest, TestLegacyFieldReuse, 
TestSimDistributedQueue, SparseHLLTest, TestRandomFlRTGCloud, TestSort, 
ChaosMonkeySafeLeaderWithPullReplicasTest, ClusterStateTest, 
CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteStatusTest, 
DistribDocExpirationUpdateProcessorTest, HttpPartitionWithTlogReplicasTest]
   [junit4] Completed [467/858 (1!)] on J1 in 17.80s, 1 test, 1 error <<< 
FAILURES!

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

[repro] Revision: 889cc4fc5c99a94cbb1e23107d8a763963b4dc0b

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=HttpPartitionWithTlogReplicasTest 
-Dtests.method=test -Dtests.seed=8DF3756B97DB9716 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=fr-BL -Dtests.timezone=Indian/Mahe 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[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:+UseParallelGC" 
-Dtests.seed=8DF3756B97DB9716 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=fr-BL -Dtests.timezone=Indian/Mahe -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

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

[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to