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

[JENKINS] Lucene-Solr-8.1-Linux (64bit/jdk1.8.0_201) - Build # 365 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.1-Linux/365/
Java: 64bit/jdk1.8.0_201 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
Error from server at https://127.0.0.1:40299/collection1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:34935/collection1_shard1_replica_n11/get

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:40299/collection1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:34935/collection1_shard1_replica_n11/get
	at __randomizedtesting.SeedInfo.seed([8588714CF34D7F06:DDC4E965DB112FE]: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.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
	at org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate(ShardRoutingTest.java:307)
	at org.apache.solr.cloud.ShardRoutingTest.test(ShardRoutingTest.java:111)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14590 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/init-core-data-001
   [junit4]   2> 1423146 WARN  (SUITE-ShardRoutingTest-seed#[8588714CF34D7F06]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 1423146 INFO  (SUITE-ShardRoutingTest-seed#[8588714CF34D7F06]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1423147 INFO  (SUITE-ShardRoutingTest-seed#[8588714CF34D7F06]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1423148 INFO  (SUITE-ShardRoutingTest-seed#[8588714CF34D7F06]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1423148 INFO  (SUITE-ShardRoutingTest-seed#[8588714CF34D7F06]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1423151 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1423152 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1423152 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1423252 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer start zk server on port:33693
   [junit4]   2> 1423252 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33693
   [junit4]   2> 1423252 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33693
   [junit4]   2> 1423255 INFO  (zkConnectionManagerCallback-7430-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423257 INFO  (zkConnectionManagerCallback-7432-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423258 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1423258 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1423259 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1423259 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1423260 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1423260 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1423260 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1423261 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1423261 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1423262 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1423262 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1423263 INFO  (zkConnectionManagerCallback-7436-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423264 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1423343 WARN  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1423344 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1423344 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1423344 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1423344 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1423344 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1423344 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1423344 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@22d424db{/,null,AVAILABLE}
   [junit4]   2> 1423345 WARN  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@57eebf9f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1423345 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e581845{SSL,[ssl, http/1.1]}{127.0.0.1:33719}
   [junit4]   2> 1423345 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.e.j.s.Server Started @1423401ms
   [junit4]   2> 1423345 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=33719, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/control-001/cores}
   [junit4]   2> 1423345 ERROR (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1423345 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1423345 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.1
   [junit4]   2> 1423345 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1423345 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1423345 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-31T06:05:17.423Z
   [junit4]   2> 1423352 INFO  (zkConnectionManagerCallback-7438-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423353 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1423353 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/control-001/solr.xml
   [junit4]   2> 1423386 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1423386 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1423387 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1423491 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1423492 WARN  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1423492 WARN  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@36418878[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1423498 WARN  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1423502 WARN  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4b325c76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1423503 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33693/solr
   [junit4]   2> 1423510 INFO  (zkConnectionManagerCallback-7445-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423513 INFO  (zkConnectionManagerCallback-7447-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423556 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [n:127.0.0.1:33719_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33719_
   [junit4]   2> 1423556 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [n:127.0.0.1:33719_    ] o.a.s.c.Overseer Overseer (id=72344514086567941-127.0.0.1:33719_-n_0000000000) starting
   [junit4]   2> 1423565 INFO  (zkConnectionManagerCallback-7454-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423567 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [n:127.0.0.1:33719_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33693/solr ready
   [junit4]   2> 1423570 INFO  (OverseerStateUpdate-72344514086567941-127.0.0.1:33719_-n_0000000000) [n:127.0.0.1:33719_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33719_
   [junit4]   2> 1423570 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [n:127.0.0.1:33719_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33719_
   [junit4]   2> 1423571 INFO  (OverseerStateUpdate-72344514086567941-127.0.0.1:33719_-n_0000000000) [n:127.0.0.1:33719_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1423571 INFO  (zkCallback-7453-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1423608 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [n:127.0.0.1:33719_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1423625 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [n:127.0.0.1:33719_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1423634 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [n:127.0.0.1:33719_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1423634 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [n:127.0.0.1:33719_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1423635 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [n:127.0.0.1:33719_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/control-001/cores
   [junit4]   2> 1423655 INFO  (zkConnectionManagerCallback-7460-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423656 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1423656 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33693/solr ready
   [junit4]   2> 1423668 INFO  (qtp1291883332-20449) [n:127.0.0.1:33719_    ] 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:33719_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1423669 INFO  (OverseerThreadFactory-6156-thread-1-processing-n:127.0.0.1:33719_) [n:127.0.0.1:33719_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1423774 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_    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> 1423774 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1424806 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.1
   [junit4]   2> 1424818 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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> 1424913 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1424924 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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> 1424925 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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@17cb29ea
   [junit4]   2> 1424925 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1424928 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8962694633958354]
   [junit4]   2> 1424946 WARN  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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> 1424981 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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> 1424981 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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> 1424983 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1424983 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1424983 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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=33, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=24.517578125, floorSegmentMB=2.119140625, forceMergeDeletesPctAllowed=11.439608327713508, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=25.32674852225426
   [junit4]   2> 1424984 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@679a9bee[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1424984 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1424984 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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> 1424985 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1424985 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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 1635026436424204288
   [junit4]   2> 1424987 INFO  (searcherExecutor-6161-thread-1-processing-n:127.0.0.1:33719_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:33719_ 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@679a9bee[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1424988 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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> 1424988 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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> 1424990 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1424990 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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> 1424990 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33719/control_collection_shard1_replica_n1/
   [junit4]   2> 1424990 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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> 1424990 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:33719/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1424990 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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/72344514086567941-core_node2-n_0000000000
   [junit4]   2> 1424991 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33719/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1425093 INFO  (zkCallback-7446-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> 1425094 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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> 1425095 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_ 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=1321
   [junit4]   2> 1425097 INFO  (zkCallback-7446-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> 1425099 INFO  (qtp1291883332-20449) [n:127.0.0.1:33719_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1425199 INFO  (zkCallback-7446-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> 1425199 INFO  (zkCallback-7446-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> 1425199 INFO  (zkCallback-7446-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> 1425199 INFO  (qtp1291883332-20449) [n:127.0.0.1:33719_    ] 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:33719_&wt=javabin&version=2} status=0 QTime=1531
   [junit4]   2> 1425202 INFO  (zkConnectionManagerCallback-7466-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425203 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1425203 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33693/solr ready
   [junit4]   2> 1425204 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1425205 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1425207 INFO  (OverseerThreadFactory-6156-thread-2-processing-n:127.0.0.1:33719_) [n:127.0.0.1:33719_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1425207 INFO  (OverseerCollectionConfigSetProcessor-72344514086567941-127.0.0.1:33719_-n_0000000000) [n:127.0.0.1:33719_    ] 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> 1425409 WARN  (OverseerThreadFactory-6156-thread-2-processing-n:127.0.0.1:33719_) [n:127.0.0.1:33719_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1425410 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1425410 INFO  (qtp1291883332-20450) [n:127.0.0.1:33719_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=205
   [junit4]   2> 1425410 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=8
   [junit4]   2> 1425507 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-1-001 of type NRT
   [junit4]   2> 1425508 WARN  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1425508 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1425508 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1425508 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1425509 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1425509 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1425509 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1425509 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73643e92{/,null,AVAILABLE}
   [junit4]   2> 1425510 WARN  (closeThreadPool-7467-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@220cc921[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425510 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7bfb6e2a{SSL,[ssl, http/1.1]}{127.0.0.1:44783}
   [junit4]   2> 1425510 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.Server Started @1425566ms
   [junit4]   2> 1425510 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=44783, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-1-001/cores}
   [junit4]   2> 1425510 ERROR (closeThreadPool-7467-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1425510 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1425510 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.1
   [junit4]   2> 1425510 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1425510 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1425510 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-31T06:05:19.588Z
   [junit4]   2> 1425511 INFO  (zkConnectionManagerCallback-7469-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425512 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1425512 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-1-001/solr.xml
   [junit4]   2> 1425514 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1425514 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1425515 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1425603 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-2-001 of type NRT
   [junit4]   2> 1425604 WARN  (closeThreadPool-7467-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1425604 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1425604 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1425604 INFO  (closeThreadPool-7467-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1425604 INFO  (closeThreadPool-7467-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1425604 INFO  (closeThreadPool-7467-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1425604 INFO  (closeThreadPool-7467-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1425605 INFO  (closeThreadPool-7467-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16a22ae9{/,null,AVAILABLE}
   [junit4]   2> 1425605 WARN  (closeThreadPool-7467-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4f2f3e05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425605 INFO  (closeThreadPool-7467-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7149cfce{SSL,[ssl, http/1.1]}{127.0.0.1:40299}
   [junit4]   2> 1425605 INFO  (closeThreadPool-7467-thread-2) [    ] o.e.j.s.Server Started @1425662ms
   [junit4]   2> 1425605 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=40299, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-2-001/cores}
   [junit4]   2> 1425605 ERROR (closeThreadPool-7467-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1425605 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1425605 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.1
   [junit4]   2> 1425605 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1425605 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1425605 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-31T06:05:19.683Z
   [junit4]   2> 1425613 INFO  (zkConnectionManagerCallback-7472-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425614 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1425614 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-2-001/solr.xml
   [junit4]   2> 1425616 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1425616 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1425617 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1425622 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1425622 WARN  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1425622 WARN  (closeThreadPool-7467-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@14638aad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425624 WARN  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1425624 WARN  (closeThreadPool-7467-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@63978312[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425625 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33693/solr
   [junit4]   2> 1425629 INFO  (zkConnectionManagerCallback-7479-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425641 INFO  (zkConnectionManagerCallback-7481-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425646 INFO  (closeThreadPool-7467-thread-1) [n:127.0.0.1:44783_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1425648 INFO  (closeThreadPool-7467-thread-1) [n:127.0.0.1:44783_    ] o.a.s.c.ZkController Publish node=127.0.0.1:44783_ as DOWN
   [junit4]   2> 1425648 INFO  (closeThreadPool-7467-thread-1) [n:127.0.0.1:44783_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1425648 INFO  (closeThreadPool-7467-thread-1) [n:127.0.0.1:44783_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44783_
   [junit4]   2> 1425649 INFO  (zkCallback-7453-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1425649 INFO  (zkCallback-7465-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1425649 INFO  (zkCallback-7480-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1425649 INFO  (zkCallback-7446-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1425665 INFO  (zkConnectionManagerCallback-7488-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425665 INFO  (closeThreadPool-7467-thread-1) [n:127.0.0.1:44783_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1425666 INFO  (closeThreadPool-7467-thread-1) [n:127.0.0.1:44783_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33693/solr ready
   [junit4]   2> 1425666 INFO  (closeThreadPool-7467-thread-1) [n:127.0.0.1:44783_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1425683 INFO  (closeThreadPool-7467-thread-1) [n:127.0.0.1:44783_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1425685 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-3-001 of type NRT
   [junit4]   2> 1425686 WARN  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1425687 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1425687 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1425687 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1425692 INFO  (closeThreadPool-7467-thread-1) [n:127.0.0.1:44783_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1425692 INFO  (closeThreadPool-7467-thread-1) [n:127.0.0.1:44783_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1425693 INFO  (closeThreadPool-7467-thread-1) [n:127.0.0.1:44783_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-1-001/cores
   [junit4]   2> 1425701 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1425701 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1425701 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1425705 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@612a5f21{/,null,AVAILABLE}
   [junit4]   2> 1425706 WARN  (closeThreadPool-7467-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@26c2caa1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425706 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@62157ee3{SSL,[ssl, http/1.1]}{127.0.0.1:41903}
   [junit4]   2> 1425706 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.Server Started @1425763ms
   [junit4]   2> 1425706 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=41903, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-3-001/cores}
   [junit4]   2> 1425706 ERROR (closeThreadPool-7467-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1425706 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1425706 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.1
   [junit4]   2> 1425706 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1425706 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1425706 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-31T06:05:19.784Z
   [junit4]   2> 1425709 INFO  (zkConnectionManagerCallback-7491-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425710 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1425710 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-3-001/solr.xml
   [junit4]   2> 1425729 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1425729 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1425729 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1425786 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-4-001 of type NRT
   [junit4]   2> 1425787 WARN  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1425787 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1425787 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1425787 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1425788 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1425788 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1425788 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1425788 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6557b2cc{/,null,AVAILABLE}
   [junit4]   2> 1425789 WARN  (closeThreadPool-7467-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6dc8b423[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425789 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@46ac0904{SSL,[ssl, http/1.1]}{127.0.0.1:40395}
   [junit4]   2> 1425789 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.Server Started @1425846ms
   [junit4]   2> 1425789 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/, hostPort=40395, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-4-001/cores}
   [junit4]   2> 1425789 ERROR (closeThreadPool-7467-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1425789 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1425789 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.1
   [junit4]   2> 1425789 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1425789 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1425789 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-31T06:05:19.867Z
   [junit4]   2> 1425795 INFO  (zkConnectionManagerCallback-7494-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425795 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1425795 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-4-001/solr.xml
   [junit4]   2> 1425799 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1425799 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1425800 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1425818 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1425818 WARN  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1425824 WARN  (closeThreadPool-7467-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@54777356[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425826 WARN  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1425827 WARN  (closeThreadPool-7467-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5c2c2dc2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425828 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33693/solr
   [junit4]   2> 1425847 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1425848 WARN  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1425858 INFO  (zkConnectionManagerCallback-7501-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425858 WARN  (closeThreadPool-7467-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4ac10a77[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425868 WARN  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1425869 INFO  (zkConnectionManagerCallback-7504-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425872 INFO  (closeThreadPool-7467-thread-3) [n:127.0.0.1:41903_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1425874 INFO  (closeThreadPool-7467-thread-3) [n:127.0.0.1:41903_    ] o.a.s.c.ZkController Publish node=127.0.0.1:41903_ as DOWN
   [junit4]   2> 1425874 INFO  (closeThreadPool-7467-thread-3) [n:127.0.0.1:41903_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1425874 INFO  (closeThreadPool-7467-thread-3) [n:127.0.0.1:41903_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41903_
   [junit4]   2> 1425875 INFO  (zkCallback-7453-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1425885 INFO  (zkCallback-7446-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1425889 INFO  (zkCallback-7480-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1425889 INFO  (zkCallback-7465-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1425889 WARN  (closeThreadPool-7467-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@321a1a42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425890 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33693/solr
   [junit4]   2> 1425891 INFO  (zkCallback-7503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1425891 INFO  (zkCallback-7487-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1425891 INFO  (zkConnectionManagerCallback-7516-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425892 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-5-001 of type NRT
   [junit4]   2> 1425893 INFO  (zkConnectionManagerCallback-7513-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425894 INFO  (closeThreadPool-7467-thread-3) [n:127.0.0.1:41903_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1425894 INFO  (closeThreadPool-7467-thread-3) [n:127.0.0.1:41903_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33693/solr ready
   [junit4]   2> 1425900 WARN  (closeThreadPool-7467-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1425900 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1425900 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1425900 INFO  (closeThreadPool-7467-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1425909 INFO  (zkConnectionManagerCallback-7518-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425911 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1425912 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:40395_ as DOWN
   [junit4]   2> 1425912 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1425912 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40395_
   [junit4]   2> 1425913 INFO  (closeThreadPool-7467-thread-3) [n:127.0.0.1:41903_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1425913 INFO  (zkCallback-7453-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1425913 INFO  (zkCallback-7480-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1425913 INFO  (zkCallback-7465-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1425917 INFO  (zkCallback-7446-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1425922 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1425923 WARN  (closeThreadPool-7467-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1425929 INFO  (zkCallback-7503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1425929 INFO  (zkCallback-7487-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1425929 INFO  (closeThreadPool-7467-thread-3) [n:127.0.0.1:41903_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1425929 INFO  (zkCallback-7517-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1425935 INFO  (zkCallback-7512-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1425935 WARN  (closeThreadPool-7467-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4cb945db[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425935 INFO  (closeThreadPool-7467-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1425935 INFO  (closeThreadPool-7467-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1425935 INFO  (closeThreadPool-7467-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1425936 INFO  (closeThreadPool-7467-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@385a4ec6{/,null,AVAILABLE}
   [junit4]   2> 1425936 WARN  (closeThreadPool-7467-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@8c37566[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425938 INFO  (closeThreadPool-7467-thread-3) [n:127.0.0.1:41903_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1425938 INFO  (closeThreadPool-7467-thread-3) [n:127.0.0.1:41903_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1425939 INFO  (closeThreadPool-7467-thread-3) [n:127.0.0.1:41903_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-3-001/cores
   [junit4]   2> 1425940 INFO  (closeThreadPool-7467-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9593e47{SSL,[ssl, http/1.1]}{127.0.0.1:43077}
   [junit4]   2> 1425940 INFO  (closeThreadPool-7467-thread-4) [    ] o.e.j.s.Server Started @1425996ms
   [junit4]   2> 1425940 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/tempDir-001/jetty5, solrconfig=solrconfig.xml, hostContext=/, hostPort=43077, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-5-001/cores}
   [junit4]   2> 1425940 ERROR (closeThreadPool-7467-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1425940 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1425940 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.1
   [junit4]   2> 1425940 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1425940 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1425940 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-31T06:05:20.018Z
   [junit4]   2> 1425940 WARN  (closeThreadPool-7467-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1425941 INFO  (zkConnectionManagerCallback-7527-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425942 WARN  (closeThreadPool-7467-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4b24c3bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425943 INFO  (closeThreadPool-7467-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33693/solr
   [junit4]   2> 1425946 INFO  (zkConnectionManagerCallback-7531-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425946 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1425947 INFO  (zkConnectionManagerCallback-7534-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425947 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33693/solr ready
   [junit4]   2> 1425947 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1425947 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-5-001/solr.xml
   [junit4]   2> 1425950 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1425950 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1425951 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1425961 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1425987 INFO  (zkConnectionManagerCallback-7538-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425989 INFO  (closeThreadPool-7467-thread-2) [n:127.0.0.1:40299_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1425991 INFO  (closeThreadPool-7467-thread-2) [n:127.0.0.1:40299_    ] o.a.s.c.ZkController Publish node=127.0.0.1:40299_ as DOWN
   [junit4]   2> 1425991 INFO  (closeThreadPool-7467-thread-2) [n:127.0.0.1:40299_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1425991 INFO  (closeThreadPool-7467-thread-2) [n:127.0.0.1:40299_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40299_
   [junit4]   2> 1425991 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1425992 INFO  (zkCallback-7503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1425992 INFO  (zkCallback-7517-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1425992 INFO  (zkCallback-7446-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1425992 INFO  (zkCallback-7465-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1425992 INFO  (zkCallback-7487-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1425992 INFO  (zkCallback-7453-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1425992 INFO  (zkCallback-7480-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1425992 INFO  (zkCallback-7512-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1425997 INFO  (zkCallback-7526-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1425999 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-6-001 of type NRT
   [junit4]   2> 1425999 WARN  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1426000 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1426000 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1426000 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1426001 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1426001 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1426001 INFO  (zkCallback-7537-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1426002 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-4-001/cores
   [junit4]   2> 1426028 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1426028 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1426028 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1426028 INFO  (zkConnectionManagerCallback-7545-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1426029 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@226ecb6d{/,null,AVAILABLE}
   [junit4]   2> 1426029 WARN  (closeThreadPool-7467-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@56ac3692[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426029 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@37675abd{SSL,[ssl, http/1.1]}{127.0.0.1:44889}
   [junit4]   2> 1426029 INFO  (closeThreadPool-7467-thread-3) [    ] o.e.j.s.Server Started @1426086ms
   [junit4]   2> 1426029 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/tempDir-001/jetty6, solrconfig=solrconfig.xml, hostContext=/, hostPort=44889, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-6-001/cores}
   [junit4]   2> 1426030 ERROR (closeThreadPool-7467-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1426030 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1426030 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.1
   [junit4]   2> 1426030 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1426030 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1426030 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-31T06:05:20.108Z
   [junit4]   2> 1426033 INFO  (closeThreadPool-7467-thread-2) [n:127.0.0.1:40299_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1426034 INFO  (closeThreadPool-7467-thread-2) [n:127.0.0.1:40299_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33693/solr ready
   [junit4]   2> 1426045 INFO  (zkConnectionManagerCallback-7547-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1426045 INFO  (closeThreadPool-7467-thread-2) [n:127.0.0.1:40299_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1426046 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1426046 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-6-001/solr.xml
   [junit4]   2> 1426049 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1426049 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1426050 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1426061 INFO  (closeThreadPool-7467-thread-2) [n:127.0.0.1:40299_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1426068 INFO  (closeThreadPool-7467-thread-2) [n:127.0.0.1:40299_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1426068 INFO  (closeThreadPool-7467-thread-2) [n:127.0.0.1:40299_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17cb29ea
   [junit4]   2> 1426069 INFO  (closeThreadPool-7467-thread-2) [n:127.0.0.1:40299_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-2-001/cores
   [junit4]   2> 1426077 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1426078 WARN  (closeThreadPool-7467-thread-4) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1426078 WARN  (closeThreadPool-7467-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6945fa70[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426080 WARN  (closeThreadPool-7467-thread-4) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1426081 WARN  (closeThreadPool-7467-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4b9860fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426082 INFO  (closeThreadPool-7467-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33693/solr
   [junit4]   2> 1426083 INFO  (zkConnectionManagerCallback-7555-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1426084 INFO  (zkConnectionManagerCallback-7557-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1426088 INFO  (closeThreadPool-7467-thread-4) [n:127.0.0.1:43077_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1426090 INFO  (closeThreadPool-7467-thread-4) [n:127.0.0.1:43077_    ] o.a.s.c.ZkController Publish node=127.0.0.1:43077_ as DOWN
   [junit4]   2> 1426091 INFO  (closeThreadPool-7467-thread-4) [n:127.0.0.1:43077_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1426091 INFO  (closeThreadPool-7467-thread-4) [n:127.0.0.1:43077_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43077_
   [junit4]   2> 1426092 INFO  (zkCallback-7487-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1426092 INFO  (zkCallback-7480-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1426092 INFO  (zkCallback-7453-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1426092 INFO  (zkCallback-7465-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1426092 INFO  (zkCallback-7446-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1426092 INFO  (zkCallback-7512-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1426092 INFO  (zkCallback-7517-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1426092 INFO  (zkCallback-7526-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1426092 INFO  (zkCallback-7503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1426092 INFO  (zkCallback-7544-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1426095 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 7 in directory /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-7-001 of type NRT
   [junit4]   2> 1426095 WARN  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1426095 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1426095 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1426095 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1426097 INFO  (zkCallback-7537-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1426097 INFO  (zkCallback-7556-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1426112 INFO  (closeThreadPool-7467-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1426112 WARN  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1426125 WARN  (closeThreadPool-7467-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6830f17b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426126 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1426126 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1426126 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1426126 INFO  (zkConnectionManagerCallback-7565-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1426127 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7276a924{/,null,AVAILABLE}
   [junit4]   2> 1426127 WARN  (closeThreadPool-7467-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4203ac10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426127 INFO  (closeThreadPool-7467-thread-4) [n:127.0.0.1:43077_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 1426128 INFO  (closeThreadPool-7467-thread-4) [n:127.0.0.1:43077_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33693/solr ready
   [junit4]   2> 1426133 INFO  (closeThreadPool-7467-thread-4) [n:127.0.0.1:43077_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1426133 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@35e458a8{SSL,[ssl, http/1.1]}{127.0.0.1:35437}
   [junit4]   2> 1426133 INFO  (closeThreadPool-7467-thread-1) [    ] o.e.j.s.Server Started @1426189ms
   [junit4]   2> 1426133 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/tempDir-001/jetty7, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=35437, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001/shard-7-001/cores}
   [junit4]   2> 1426133 WARN  (closeThreadPool-7467-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1426133 ERROR (closeThreadPool-7467-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1426133 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1426133 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.1
   [junit4]   2> 1426133 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1426133 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1426133 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-31T06:05:20.211Z
   [junit4]   2> 1426145 INFO  (zkConnectionManagerCallback-7570-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1426145 WARN  (closeThreadPool-7467-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@275497cd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426146 INFO  (closeThreadPool-7467-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1426146 INFO  (closeThreadPool-7467-thre

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

reate/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/aliases.json
   [junit4]   2> 	9	/solr/security.json
   [junit4]   2> 	9	/solr/configs/conf1
   [junit4]   2> 	7	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	7	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	7	/solr/collections/collection1/terms/shard3
   [junit4]   2> 	7	/solr/collections/collection1/terms/shard4
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	115	/solr/collections/collection1/state.json
   [junit4]   2> 	20	/solr/clusterprops.json
   [junit4]   2> 	20	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/collections/control_collection/state.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72344514086567956-127.0.0.1:40395_-n_0000000003
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/live_nodes
   [junit4]   2> 	20	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1452551 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33693
   [junit4]   2> 1452551 INFO  (TEST-ShardRoutingTest.test-seed#[8588714CF34D7F06]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33693
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardRoutingTest -Dtests.method=test -Dtests.seed=8588714CF34D7F06 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-NZ -Dtests.timezone=IET -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   29.4s J0 | ShardRoutingTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:40299/collection1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:34935/collection1_shard1_replica_n11/get
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8588714CF34D7F06:DDC4E965DB112FE]: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.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
   [junit4]    > 	at org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate(ShardRoutingTest.java:307)
   [junit4]    > 	at org.apache.solr.cloud.ShardRoutingTest.test(ShardRoutingTest.java:111)
   [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.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_8588714CF34D7F06-001
   [junit4]   2> May 31, 2019 6:05:46 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 8 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {_root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=BlockTreeOrds(blocksize=128)}, docValues:{foo_i=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), _root_=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=943, maxMBSortInHeap=7.677479165988853, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@68a26c68), locale=en-NZ, timezone=IET
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=8,threads=1,free=222092648,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocTermOrds, ReindexCollectionTest, DistributedFacetPivotSmallTest, TestAnalyzedSuggestions, TestPostingsSolrHighlighter, AtomicUpdateProcessorFactoryTest, TestCustomSort, TestCoreAdminApis, TestSolrCoreProperties, TestCorePropertiesReload, ClassificationUpdateProcessorTest, TestInPlaceUpdatesStandalone, TestLegacyTerms, ScheduledTriggerTest, BaseCdcrDistributedZkTest, AutoAddReplicasIntegrationTest, MultiSolrCloudTestCaseTest, TestSchemaSimilarityResource, TestMacros, ComputePlanActionTest, UpdateParamsTest, AddReplicaTest, CachingDirectoryFactoryTest, SimplePostToolTest, TestOverriddenPrefixQueryForCustomFieldType, OverseerCollectionConfigSetProcessorTest, TestCrossCoreJoin, RequestHandlersTest, PeerSyncReplicationTest, HdfsBasicDistributedZk2Test, XsltUpdateRequestHandlerTest, DistanceFunctionTest, CoreAdminCreateDiscoverTest, TestJettySolrRunner, TestConfigOverlay, AddBlockUpdateTest, TestChildDocTransformer, CdcrOpsAndBoundariesTest, CoreAdminRequestStatusTest, CurrencyFieldTypeTest, TestStressUserVersions, TestPHPSerializedResponseWriter, TestRestoreCore, CategoryRoutedAliasUpdateProcessorTest, PeerSyncWithIndexFingerprintCachingTest, TestNumericRangeQuery64, TestCloudNestedDocsSort, TestAtomicUpdateErrorCases, TestMaxTokenLenTokenizer, TestHashPartitioner, TestTestInjection, TestFieldCacheReopen, CloudExitableDirectoryReaderTest, TestRandomDVFaceting, TestJsonFacetRefinement, ChaosMonkeyNothingIsSafeTest, SuggestComponentTest, FacetPivotSmallTest, RootFieldTest, TlogReplayBufferedWhileIndexingTest, TestFilteredDocIdSet, CollectionReloadTest, TestCloudRecovery2, DocValuesMissingTest, TestDocBasedVersionConstraints, TestRuleBasedAuthorizationPlugin, TestSweetSpotSimilarityFactory, TestTlogReplica, TestCryptoKeys, NodeLostTriggerIntegrationTest, AuthToolTest, TestLockTree, ExplicitHLLTest, SpellCheckComponentTest, TestDistributedMap, TestInPlaceUpdateWithRouteField, ZkFailoverTest, ZkStateReaderTest, CollectionPropsTest, TestWordDelimiterFilterFactory, IgnoreCommitOptimizeUpdateProcessorFactoryTest, QueryEqualityTest, DirectoryFactoryTest, TestXmlQParserPlugin, ConjunctionSolrSpellCheckerTest, TestNumericTerms32, BooleanFieldTest, BigEndianAscendingWordDeserializerTest, TestShortCircuitedRequests, TestTrieFacet, HLLUtilTest, IndexBasedSpellCheckerTest, RequiredFieldsTest, TestRTGBase, MBeansHandlerTest, DataDrivenBlockJoinTest, TestGeoJSONResponseWriter, TestGroupingSearch, ChaosMonkeySafeLeaderWithPullReplicasTest, DistributedVersionInfoTest, TestRandomFlRTGCloud, SolrRrdBackendFactoryTest, SolrIndexConfigTest, OverseerStatusTest, RollingRestartTest, TestCopyFieldCollectionResource, TestSmileRequest, TestFieldCacheVsDocValues, LeaderElectionContextKeyTest, MetricTriggerTest, TestDistribIDF, SpatialFilterTest, SuggesterTest, TestSubQueryTransformerCrossCore, TestSolrCoreParser, SolrLogAuditLoggerPluginTest, TestBlobHandler, InfoHandlerTest, TestSimClusterStateProvider, DistributedSpellCheckComponentTest, TestUniqueKeyFieldResource, BasicDistributedZk2Test, TestShardHandlerFactory, BasicAuthIntegrationTest, TestRequestForwarding, TestIntervalFaceting, TestMissingGroups, ConcurrentCreateRoutedAliasTest, TestSolrCloudSnapshots, TestComplexPhraseLeadingWildcard, TestInitQParser, V2ApiIntegrationTest, TestLegacyNumericRangeQueryBuilder, TestBinaryField, TestDeprecatedFilters, TestCoreBackup, UninvertDocValuesMergePolicyTest, LeaderVoteWaitTimeoutTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, HttpPartitionTest, LeaderFailureAfterFreshStartTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, ReplaceNodeTest, ShardRoutingTest]
   [junit4] Completed [489/855 (1!)] on J0 in 29.73s, 1 test, 1 error <<< FAILURES!

[...truncated 1247 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-8.1-Linux/solr/build/solr-core/test/temp/junit4-J0-20190531_054133_9882584514551681534023.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-8.1-Linux/heapdumps/java_pid21311.hprof ...
   [junit4] Heap dump file created [366541007 bytes in 0.829 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 8963 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.1-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.1-Linux/build.xml:586: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid21311.hprof

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