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/04/05 19:28:49 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_172) - Build # 23871 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23871/
Java: 64bit/jdk1.8.0_172 -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:40443/collection1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:40275/collection1_shard4_replica_n4/select

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:40443/collection1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:40275/collection1_shard4_replica_n4/select
	at __randomizedtesting.SeedInfo.seed([7227E7C9F042128C:FA73D8135EBE7F74]: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.doTestNumRequests(ShardRoutingTest.java:282)
	at org.apache.solr.cloud.ShardRoutingTest.test(ShardRoutingTest.java:110)
	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 13815 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
   [junit4]   2> 1045488 INFO  (SUITE-ShardRoutingTest-seed#[7227E7C9F042128C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/init-core-data-001
   [junit4]   2> 1045489 WARN  (SUITE-ShardRoutingTest-seed#[7227E7C9F042128C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 1045489 INFO  (SUITE-ShardRoutingTest-seed#[7227E7C9F042128C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1045490 INFO  (SUITE-ShardRoutingTest-seed#[7227E7C9F042128C]-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> 1045491 INFO  (SUITE-ShardRoutingTest-seed#[7227E7C9F042128C]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1045493 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1045494 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1045494 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1045594 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer start zk server on port:35669
   [junit4]   2> 1045594 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35669
   [junit4]   2> 1045594 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35669
   [junit4]   2> 1045633 INFO  (zkConnectionManagerCallback-7248-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045653 INFO  (zkConnectionManagerCallback-7250-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045654 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1045655 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1045656 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1045656 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1045656 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1045657 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1045657 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1045658 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1045658 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1045659 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1045659 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1045684 INFO  (zkConnectionManagerCallback-7254-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045697 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1045796 WARN  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1045796 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1045796 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1045796 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1045858 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1045858 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1045858 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1045864 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@87f852e{/,null,AVAILABLE}
   [junit4]   2> 1045865 WARN  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@69dea6c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1045870 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@752eddb{SSL,[ssl, http/1.1]}{127.0.0.1:34727}
   [junit4]   2> 1045870 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.e.j.s.Server Started @1046040ms
   [junit4]   2> 1045870 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=34727, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/control-001/cores}
   [junit4]   2> 1045870 ERROR (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1045870 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1045870 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1045870 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1045870 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1045870 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T18:41:34.755Z
   [junit4]   2> 1045925 INFO  (zkConnectionManagerCallback-7256-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045926 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1045926 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/control-001/solr.xml
   [junit4]   2> 1045930 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1045930 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1045931 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1046085 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1046086 WARN  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] 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> 1046122 WARN  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@500e2ff4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1046150 WARN  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] 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> 1046190 WARN  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7e1e6f0c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1046191 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35669/solr
   [junit4]   2> 1046241 INFO  (zkConnectionManagerCallback-7263-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1046285 INFO  (zkConnectionManagerCallback-7265-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1046390 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [n:127.0.0.1:34727_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34727_
   [junit4]   2> 1046391 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [n:127.0.0.1:34727_    ] o.a.s.c.Overseer Overseer (id=72323950156251141-127.0.0.1:34727_-n_0000000000) starting
   [junit4]   2> 1046443 INFO  (zkConnectionManagerCallback-7272-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1046445 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [n:127.0.0.1:34727_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35669/solr ready
   [junit4]   2> 1046470 INFO  (OverseerStateUpdate-72323950156251141-127.0.0.1:34727_-n_0000000000) [n:127.0.0.1:34727_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34727_
   [junit4]   2> 1046486 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [n:127.0.0.1:34727_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34727_
   [junit4]   2> 1046502 INFO  (zkCallback-7271-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1046541 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [n:127.0.0.1:34727_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1046557 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [n:127.0.0.1:34727_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c
   [junit4]   2> 1046558 INFO  (zkCallback-7264-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1046582 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [n:127.0.0.1:34727_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c
   [junit4]   2> 1046582 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [n:127.0.0.1:34727_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c
   [junit4]   2> 1046583 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [n:127.0.0.1:34727_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/control-001/cores
   [junit4]   2> 1046647 INFO  (zkConnectionManagerCallback-7278-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1046648 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1046649 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35669/solr ready
   [junit4]   2> 1046694 INFO  (qtp37348962-19113) [n:127.0.0.1:34727_    ] 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:34727_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1046706 INFO  (OverseerThreadFactory-6105-thread-1-processing-n:127.0.0.1:34727_) [n:127.0.0.1:34727_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1046839 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_    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> 1046839 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1047895 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1047909 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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> 1048034 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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> 1048042 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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> 1048043 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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@611a029c
   [junit4]   2> 1048048 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1048051 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3374667251330482]
   [junit4]   2> 1048074 WARN  (qtp37348962-19112) [n:127.0.0.1:34727_ 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> 1048114 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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> 1048114 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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> 1048116 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1048116 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1048117 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4347036411789451]
   [junit4]   2> 1048117 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@50c3f59b[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1048118 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1048118 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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> 1048119 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1048119 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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 1630000588525666304
   [junit4]   2> 1048122 INFO  (searcherExecutor-6110-thread-1-processing-n:127.0.0.1:34727_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:34727_ 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@50c3f59b[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1048132 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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> 1048132 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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> 1048140 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1048140 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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> 1048140 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34727/control_collection_shard1_replica_n1/
   [junit4]   2> 1048141 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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> 1048141 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:34727/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1048141 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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/72323950156251141-core_node2-n_0000000000
   [junit4]   2> 1048143 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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:34727/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1048245 INFO  (zkCallback-7264-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> 1048245 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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> 1048246 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_ 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=1407
   [junit4]   2> 1048258 INFO  (zkCallback-7264-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> 1048260 INFO  (qtp37348962-19113) [n:127.0.0.1:34727_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1048347 INFO  (zkCallback-7264-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> 1048347 INFO  (zkCallback-7264-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> 1048348 INFO  (qtp37348962-19113) [n:127.0.0.1:34727_    ] 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:34727_&wt=javabin&version=2} status=0 QTime=1653
   [junit4]   2> 1048353 INFO  (zkCallback-7264-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> 1048421 INFO  (zkConnectionManagerCallback-7284-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1048423 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1048425 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35669/solr ready
   [junit4]   2> 1048425 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1048439 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_    ] 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=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1048454 INFO  (OverseerThreadFactory-6105-thread-2-processing-n:127.0.0.1:34727_) [n:127.0.0.1:34727_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1048456 INFO  (OverseerCollectionConfigSetProcessor-72323950156251141-127.0.0.1:34727_-n_0000000000) [n:127.0.0.1:34727_    ] 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> 1048662 WARN  (OverseerThreadFactory-6105-thread-2-processing-n:127.0.0.1:34727_) [n:127.0.0.1:34727_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1048665 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1048670 INFO  (qtp37348962-19112) [n:127.0.0.1:34727_    ] 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=1&wt=javabin&version=2} status=0 QTime=231
   [junit4]   2> 1048682 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=8
   [junit4]   2> 1048778 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-1-001 of type NRT
   [junit4]   2> 1048818 WARN  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1048818 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1048819 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1048819 INFO  (closeThreadPool-7285-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_172-b11
   [junit4]   2> 1048914 INFO  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1048914 INFO  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1048914 INFO  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1048918 INFO  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@345f1b4e{/,null,AVAILABLE}
   [junit4]   2> 1048918 WARN  (closeThreadPool-7285-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@64447ec3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1048918 INFO  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@659c540b{SSL,[ssl, http/1.1]}{127.0.0.1:40443}
   [junit4]   2> 1048919 INFO  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.Server Started @1049088ms
   [junit4]   2> 1048919 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=40443, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-1-001/cores}
   [junit4]   2> 1048919 ERROR (closeThreadPool-7285-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1048919 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1048919 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1048919 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1048919 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1048919 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T18:41:37.804Z
   [junit4]   2> 1048929 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-2-001 of type NRT
   [junit4]   2> 1048966 WARN  (closeThreadPool-7285-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1048966 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1048966 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1048966 INFO  (closeThreadPool-7285-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_172-b11
   [junit4]   2> 1048977 INFO  (zkConnectionManagerCallback-7287-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1049002 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1049002 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-1-001/solr.xml
   [junit4]   2> 1049005 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1049005 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1049006 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1049061 INFO  (closeThreadPool-7285-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1049061 INFO  (closeThreadPool-7285-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1049062 INFO  (closeThreadPool-7285-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1049062 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-3-001 of type NRT
   [junit4]   2> 1049062 INFO  (closeThreadPool-7285-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d3a49bd{/,null,AVAILABLE}
   [junit4]   2> 1049062 WARN  (closeThreadPool-7285-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@d2e6592[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049063 WARN  (closeThreadPool-7285-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1049063 INFO  (closeThreadPool-7285-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2d9af810{SSL,[ssl, http/1.1]}{127.0.0.1:40451}
   [junit4]   2> 1049063 INFO  (closeThreadPool-7285-thread-2) [    ] o.e.j.s.Server Started @1049233ms
   [junit4]   2> 1049063 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1049063 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1049063 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=40451, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-2-001/cores}
   [junit4]   2> 1049063 INFO  (closeThreadPool-7285-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_172-b11
   [junit4]   2> 1049063 ERROR (closeThreadPool-7285-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1049063 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1049063 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1049063 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1049063 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1049063 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T18:41:37.948Z
   [junit4]   2> 1049076 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1049077 WARN  (closeThreadPool-7285-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> 1049122 WARN  (closeThreadPool-7285-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@677f2825[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049129 INFO  (zkConnectionManagerCallback-7290-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1049149 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1049149 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-2-001/solr.xml
   [junit4]   2> 1049153 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1049153 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1049154 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1049154 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-4-001 of type NRT
   [junit4]   2> 1049155 WARN  (closeThreadPool-7285-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> 1049158 WARN  (closeThreadPool-7285-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1049158 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1049158 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1049158 INFO  (closeThreadPool-7285-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_172-b11
   [junit4]   2> 1049169 INFO  (closeThreadPool-7285-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1049169 INFO  (closeThreadPool-7285-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1049170 INFO  (closeThreadPool-7285-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1049182 WARN  (closeThreadPool-7285-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@75fb794b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049183 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35669/solr
   [junit4]   2> 1049190 INFO  (closeThreadPool-7285-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a49e271{/,null,AVAILABLE}
   [junit4]   2> 1049190 WARN  (closeThreadPool-7285-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7888daa8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049210 INFO  (zkConnectionManagerCallback-7297-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1049231 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1049231 WARN  (closeThreadPool-7285-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> 1049232 INFO  (closeThreadPool-7285-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1049232 INFO  (closeThreadPool-7285-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1049232 INFO  (closeThreadPool-7285-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1049233 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-5-001 of type NRT
   [junit4]   2> 1049238 INFO  (closeThreadPool-7285-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@646b982c{/,null,AVAILABLE}
   [junit4]   2> 1049238 WARN  (closeThreadPool-7285-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@de13195[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049238 INFO  (closeThreadPool-7285-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@52f8396{SSL,[ssl, http/1.1]}{127.0.0.1:39711}
   [junit4]   2> 1049238 INFO  (closeThreadPool-7285-thread-4) [    ] o.e.j.s.Server Started @1049408ms
   [junit4]   2> 1049238 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/, hostPort=39711, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-4-001/cores}
   [junit4]   2> 1049239 ERROR (closeThreadPool-7285-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1049239 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1049239 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1049239 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1049239 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1049239 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T18:41:38.124Z
   [junit4]   2> 1049258 INFO  (closeThreadPool-7285-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1308854e{SSL,[ssl, http/1.1]}{127.0.0.1:40275}
   [junit4]   2> 1049258 INFO  (closeThreadPool-7285-thread-3) [    ] o.e.j.s.Server Started @1049427ms
   [junit4]   2> 1049258 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=40275, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-3-001/cores}
   [junit4]   2> 1049258 ERROR (closeThreadPool-7285-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1049258 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1049258 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1049258 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1049258 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1049258 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T18:41:38.143Z
   [junit4]   2> 1049261 INFO  (zkConnectionManagerCallback-7299-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1049263 INFO  (closeThreadPool-7285-thread-1) [n:127.0.0.1:40443_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1049264 INFO  (closeThreadPool-7285-thread-1) [n:127.0.0.1:40443_    ] o.a.s.c.ZkController Publish node=127.0.0.1:40443_ as DOWN
   [junit4]   2> 1049265 INFO  (closeThreadPool-7285-thread-1) [n:127.0.0.1:40443_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1049265 INFO  (closeThreadPool-7285-thread-1) [n:127.0.0.1:40443_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40443_
   [junit4]   2> 1049266 INFO  (zkCallback-7271-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1049266 INFO  (zkCallback-7264-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1049282 INFO  (zkCallback-7283-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1049314 WARN  (closeThreadPool-7285-thread-5) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1049314 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1049314 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1049314 INFO  (closeThreadPool-7285-thread-5) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1049325 INFO  (zkConnectionManagerCallback-7304-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1049329 INFO  (zkConnectionManagerCallback-7302-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1049330 INFO  (zkCallback-7298-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1049353 INFO  (zkConnectionManagerCallback-7311-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1049354 INFO  (closeThreadPool-7285-thread-1) [n:127.0.0.1:40443_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1049355 INFO  (closeThreadPool-7285-thread-1) [n:127.0.0.1:40443_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35669/solr ready
   [junit4]   2> 1049373 INFO  (closeThreadPool-7285-thread-1) [n:127.0.0.1:40443_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1049377 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1049377 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-4-001/solr.xml
   [junit4]   2> 1049380 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1049380 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-3-001/solr.xml
   [junit4]   2> 1049380 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1049380 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1049382 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1049383 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1049383 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1049426 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1049431 WARN  (closeThreadPool-7285-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@58d7be9d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049446 WARN  (closeThreadPool-7285-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> 1049459 INFO  (closeThreadPool-7285-thread-1) [n:127.0.0.1:40443_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c
   [junit4]   2> 1049470 INFO  (closeThreadPool-7285-thread-1) [n:127.0.0.1:40443_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c
   [junit4]   2> 1049470 INFO  (closeThreadPool-7285-thread-1) [n:127.0.0.1:40443_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c
   [junit4]   2> 1049471 INFO  (closeThreadPool-7285-thread-1) [n:127.0.0.1:40443_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-1-001/cores
   [junit4]   2> 1049482 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-6-001 of type NRT
   [junit4]   2> 1049486 WARN  (closeThreadPool-7285-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@226bbc4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049487 INFO  (closeThreadPool-7285-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35669/solr
   [junit4]   2> 1049494 WARN  (closeThreadPool-7285-thread-6) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1049494 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1049494 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1049495 INFO  (closeThreadPool-7285-thread-6) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1049506 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1049506 WARN  (closeThreadPool-7285-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> 1049550 WARN  (closeThreadPool-7285-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@27275ea9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049573 INFO  (closeThreadPool-7285-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1049573 INFO  (closeThreadPool-7285-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1049574 INFO  (closeThreadPool-7285-thread-5) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1049578 INFO  (closeThreadPool-7285-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a57c2f5{/,null,AVAILABLE}
   [junit4]   2> 1049578 WARN  (closeThreadPool-7285-thread-5) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3630fe6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049591 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 7 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-7-001 of type NRT
   [junit4]   2> 1049592 WARN  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1049592 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1049592 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1049592 INFO  (closeThreadPool-7285-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_172-b11
   [junit4]   2> 1049598 INFO  (zkConnectionManagerCallback-7319-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1049673 INFO  (closeThreadPool-7285-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1049673 INFO  (closeThreadPool-7285-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1049674 INFO  (closeThreadPool-7285-thread-6) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1049682 INFO  (closeThreadPool-7285-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7df8e0f0{/,null,AVAILABLE}
   [junit4]   2> 1049682 WARN  (closeThreadPool-7285-thread-6) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6b469922[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049689 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 8 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-8-001 of type NRT
   [junit4]   2> 1049710 WARN  (closeThreadPool-7285-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> 1049722 WARN  (closeThreadPool-7285-thread-7) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1049722 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1049722 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1049722 INFO  (closeThreadPool-7285-thread-7) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1049781 INFO  (closeThreadPool-7285-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@24c57980{SSL,[ssl, http/1.1]}{127.0.0.1:45401}
   [junit4]   2> 1049782 INFO  (closeThreadPool-7285-thread-5) [    ] o.e.j.s.Server Started @1049951ms
   [junit4]   2> 1049782 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/tempDir-001/jetty5, solrconfig=solrconfig.xml, hostContext=/, hostPort=45401, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-5-001/cores}
   [junit4]   2> 1049782 ERROR (closeThreadPool-7285-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1049782 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1049782 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1049782 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1049782 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1049782 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T18:41:38.667Z
   [junit4]   2> 1049797 INFO  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1049797 INFO  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1049798 INFO  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1049806 INFO  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5acf10c4{/,null,AVAILABLE}
   [junit4]   2> 1049806 WARN  (closeThreadPool-7285-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@62397bad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049822 WARN  (closeThreadPool-7285-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@70cded1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049823 INFO  (closeThreadPool-7285-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35669/solr
   [junit4]   2> 1049854 INFO  (closeThreadPool-7285-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@72cafecb{SSL,[ssl, http/1.1]}{127.0.0.1:40011}
   [junit4]   2> 1049854 INFO  (closeThreadPool-7285-thread-6) [    ] o.e.j.s.Server Started @1050024ms
   [junit4]   2> 1049854 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/tempDir-001/jetty6, solrconfig=solrconfig.xml, hostContext=/, hostPort=40011, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-6-001/cores}
   [junit4]   2> 1049854 ERROR (closeThreadPool-7285-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1049854 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1049854 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1049854 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1049854 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1049854 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T18:41:38.739Z
   [junit4]   2> 1049878 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1049879 WARN  (closeThreadPool-7285-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> 1049949 INFO  (zkConnectionManagerCallback-7326-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1049949 WARN  (closeThreadPool-7285-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4d0ffe0e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049950 INFO  (zkConnectionManagerCallback-7324-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1049950 INFO  (zkConnectionManagerCallback-7331-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1049950 INFO  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@288299de{SSL,[ssl, http/1.1]}{127.0.0.1:36915}
   [junit4]   2> 1049950 INFO  (closeThreadPool-7285-thread-1) [    ] o.e.j.s.Server Started @1050120ms
   [junit4]   2> 1049950 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/tempDir-001/jetty7, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=36915, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-7-001/cores}
   [junit4]   2> 1049951 ERROR (closeThreadPool-7285-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1049951 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1049951 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1049951 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1049951 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1049951 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T18:41:38.836Z
   [junit4]   2> 1049952 WARN  (closeThreadPool-7285-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> 1049953 INFO  (closeThreadPool-7285-thread-2) [n:127.0.0.1:40451_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1049955 INFO  (closeThreadPool-7285-thread-2) [n:127.0.0.1:40451_    ] o.a.s.c.ZkController Publish node=127.0.0.1:40451_ as DOWN
   [junit4]   2> 1049955 INFO  (closeThreadPool-7285-thread-2) [n:127.0.0.1:40451_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1049955 INFO  (closeThreadPool-7285-thread-2) [n:127.0.0.1:40451_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40451_
   [junit4]   2> 1049956 INFO  (zkCallback-7283-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1049956 INFO  (zkCallback-7264-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1049956 INFO  (zkCallback-7271-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1049958 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1049958 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-5-001/solr.xml
   [junit4]   2> 1049958 INFO  (zkCallback-7298-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1049958 WARN  (closeThreadPool-7285-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@c388da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1049958 INFO  (zkCallback-7323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1049960 INFO  (closeThreadPool-7285-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35669/solr
   [junit4]   2> 1049961 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1049961 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1049963 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1050040 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1050041 WARN  (closeThreadPool-7285-thread-5) [    ] 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> 1050050 INFO  (zkCallback-7310-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1050057 INFO  (closeThreadPool-7285-thread-7) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1050057 INFO  (closeThreadPool-7285-thread-7) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1050058 INFO  (closeThreadPool-7285-thread-7) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1050062 INFO  (closeThreadPool-7285-thread-7) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19533122{/,null,AVAILABLE}
   [junit4]   2> 1050062 WARN  (closeThreadPool-7285-thread-7) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@621175e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1050074 INFO  (zkConnectionManagerCallback-7341-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050086 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1050086 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-6-001/solr.xml
   [junit4]   2> 1050088 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1050088 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1050088 INFO  (closeThreadPool-7285-thread-6) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1050097 INFO  (zkConnectionManagerCallback-7329-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050121 INFO  (zkConnectionManagerCallback-7335-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050133 INFO  (zkConnectionManagerCallback-7347-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050134 WARN  (closeThreadPool-7285-thread-5) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6e183948[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1050134 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1050134 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-7-001/solr.xml
   [junit4]   2> 1050134 INFO  (closeThreadPool-7285-thread-2) [n:127.0.0.1:40451_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1050135 INFO  (closeThreadPool-7285-thread-2) [n:127.0.0.1:40451_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35669/solr ready
   [junit4]   2> 1050230 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1050230 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1050231 INFO  (closeThreadPool-7285-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1050250 INFO  (closeThreadPool-7285-thread-2) [n:127.0.0.1:40451_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1050267 INFO  (closeThreadPool-7285-thread-2) [n:127.0.0.1:40451_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c
   [junit4]   2> 1050274 WARN  (closeThreadPool-7285-thread-5) [    ] 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> 1050280 INFO  (closeThreadPool-7285-thread-2) [n:127.0.0.1:40451_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c
   [junit4]   2> 1050281 INFO  (closeThreadPool-7285-thread-2) [n:127.0.0.1:40451_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c
   [junit4]   2> 1050282 INFO  (closeThreadPool-7285-thread-7) [    ] o.e.j.s.AbstractConnector Started ServerConnector@608989e6{SSL,[ssl, http/1.1]}{127.0.0.1:39089}
   [junit4]   2> 1050282 INFO  (closeThreadPool-7285-thread-7) [    ] o.e.j.s.Server Started @1050452ms
   [junit4]   2> 1050282 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/tempDir-001/jetty8, solrconfig=solrconfig.xml, hostContext=/, hostPort=39089, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-8-001/cores}
   [junit4]   2> 1050285 ERROR (closeThreadPool-7285-thread-7) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1050285 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1050285 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1050285 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1050285 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1050285 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T18:41:39.170Z
   [junit4]   2> 1050286 INFO  (closeThreadPool-7285-thread-2) [n:127.0.0.1:40451_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-2-001/cores
   [junit4]   2> 1050298 INFO  (zkConnectionManagerCallback-7351-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050310 INFO  (closeThreadPool-7285-thread-4) [n:127.0.0.1:39711_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1050316 INFO  (closeThreadPool-7285-thread-4) [n:127.0.0.1:39711_    ] o.a.s.c.ZkController Publish node=127.0.0.1:39711_ as DOWN
   [junit4]   2> 1050318 INFO  (closeThreadPool-7285-thread-4) [n:127.0.0.1:39711_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1050318 INFO  (closeThreadPool-7285-thread-4) [n:127.0.0.1:39711_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39711_
   [junit4]   2> 1050319 INFO  (zkCallback-7298-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1050319 INFO  (zkCallback-7283-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1050319 INFO  (zkCallback-7271-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1050319 INFO  (zkCallback-7264-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1050344 INFO  (zkConnectionManagerCallback-7357-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050350 INFO  (zkCallback-7323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1050350 INFO  (zkCallback-7310-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1050353 WARN  (closeThreadPool-7285-thread-5) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3fd308a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1050354 INFO  (closeThreadPool-7285-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35669/solr
   [junit4]   2> 1050361 INFO  (zkConnectionManagerCallback-7359-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050362 INFO  (zkCallback-7350-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1050363 INFO  (closeThreadPool-7285-thread-3) [n:127.0.0.1:40275_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1050364 INFO  (closeThreadPool-7285-thread-3) [n:127.0.0.1:40275_    ] o.a.s.c.ZkController Publish node=127.0.0.1:40275_ as DOWN
   [junit4]   2> 1050365 INFO  (closeThreadPool-7285-thread-3) [n:127.0.0.1:40275_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1050365 INFO  (closeThreadPool-7285-thread-3) [n:127.0.0.1:40275_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40275_
   [junit4]   2> 1050366 INFO  (zkCallback-7310-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1050366 INFO  (zkCallback-7271-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1050366 INFO  (zkCallback-7264-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1050367 INFO  (zkCallback-7298-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1050367 INFO  (zkCallback-7283-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1050367 INFO  (zkCallback-7323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1050368 INFO  (zkCallback-7346-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 1050370 INFO  (zkCallback-7350-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1050389 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1050389 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001/shard-8-001/solr.xml
   [junit4]   2> 1050393 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1050393 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1050395 INFO  (zkCallback-7358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1050402 INFO  (closeThreadPool-7285-thread-7) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@611a029c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1050422 INFO  (zkConnectionManagerCallback-7366-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050423 INFO  (closeThreadPool-7285-thread-4) [n:127.0.0.1:39711_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1050423 INFO  (closeThreadPool-7285-thread-4) [n:127.0.0.1:39711_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35669/solr ready
   [junit4]   2> 1050430 INFO  (zkConnectionManagerCallback-7369-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050461 INFO  (closeThreadPool-7285-thread-4) [n:127.0.0.1:39711_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1050470 INFO  (OverseerCollectionConfigSetProcessor-72323950156251141-127.0.0.1:34727_-n_0000000000) [n:127.0.0.1:34727_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1050473 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100f23fddd1001c, likely client has closed socket
   [junit4]   2> 1050484 INFO  (closeThreadPool-7285-thread-4) [n:127.0.0.1:39711_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring fo

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

/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> 	20	/solr/clusterprops.json
   [junit4]   2> 	20	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/collections/control_collection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72323950156251141-127.0.0.1:34727_-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72323950156251148-127.0.0.1:40443_-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/72323950156251171-127.0.0.1:39089_-n_0000000006
   [junit4]   2> 	2	/solr/overseer_elect/election/72323950156251161-127.0.0.1:40275_-n_0000000004
   [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> 1100402 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35669
   [junit4]   2> 1100402 INFO  (TEST-ShardRoutingTest.test-seed#[7227E7C9F042128C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35669
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardRoutingTest -Dtests.method=test -Dtests.seed=7227E7C9F042128C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-ES -Dtests.timezone=Asia/Kathmandu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   54.9s J0 | ShardRoutingTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:40443/collection1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:40275/collection1_shard4_replica_n4/select
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7227E7C9F042128C:FA73D8135EBE7F74]: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.doTestNumRequests(ShardRoutingTest.java:282)
   [junit4]    > 	at org.apache.solr.cloud.ShardRoutingTest.test(ShardRoutingTest.java:110)
   [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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_7227E7C9F042128C-001
   [junit4]   2> Apr 05, 2019 6:42:29 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=8, maxDocsPerChunk=723, blockSize=898), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=8, blockSize=898)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7b794c61), locale=es-ES, timezone=Asia/Kathmandu
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=8,threads=1,free=209885352,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestWordDelimiterFilterFactory, PeerSyncWithLeaderTest, TestZkAclsWithHadoopAuth, SmileWriterTest, TestSQLHandlerNonCloud, SplitShardTest, GraphQueryTest, HdfsAutoAddReplicasIntegrationTest, HDFSCollectionsAPITest, TestDistributedMissingSort, OverseerModifyCollectionTest, TestLegacyFieldCache, TestSortableTextField, RecoveryAfterSoftCommitTest, SpellCheckComponentTest, RandomizedTaggerTest, TestNRTOpen, TestPullReplica, ClassificationUpdateProcessorTest, TestFoldingMultitermQuery, ChaosMonkeySafeLeaderTest, TestNumericRangeQuery64, TestImplicitCoreProperties, TestSimTriggerIntegration, FacetPivotSmallTest, AssignTest, TestRawResponseWriter, TestNamedUpdateProcessors, HdfsUnloadDistributedZkTest, TestPayloadScoreQParserPlugin, TestSolrIndexConfig, PreAnalyzedUpdateProcessorTest, MultiSolrCloudTestCaseTest, DateRangeFieldTest, CustomHighlightComponentTest, TestManagedSynonymFilterFactory, HdfsChaosMonkeyNothingIsSafeTest, TestFileDictionaryLookup, SpellCheckCollatorWithCollapseTest, TestQueryUtils, TestDeleteCollectionOnDownNodes, OverseerTaskQueueTest, ForceLeaderTest, TestCoreDiscovery, TestXmlQParser, TestGroupingSearch, ImplicitSnitchTest, TolerantUpdateProcessorTest, DeleteInactiveReplicaTest, ScriptEngineTest, TestConfig, AtomicUpdateProcessorFactoryTest, TestDownShardTolerantSearch, TestReloadAndDeleteDocs, SolrPluginUtilsTest, TestMacroExpander, CollectionsAPISolrJTest, TestSystemCollAutoCreate, TestSolrJ, DeleteReplicaTest, DistributedQueryComponentCustomSortTest, HighlighterConfigTest, SolrRequestParserTest, PrimitiveFieldTypeTest, TestSizeLimitedDistributedMap, TestHttpShardHandlerFactory, SampleTest, ZkNodePropsTest, CdcrRequestHandlerTest, DistributedDebugComponentTest, TaggingAttributeTest, TestJettySolrRunner, SolrCLIZkUtilsTest, CircularListTest, TestRandomRequestDistribution, TriggerSetPropertiesIntegrationTest, NodeAddedTriggerTest, TestEmbeddedSolrServerAdminHandler, TestManagedSchemaAPI, OrderedExecutorTest, TestSimpleQParserPlugin, TestClassicSimilarityFactory, DistributedUpdateProcessorTest, TestBulkSchemaAPI, TestCloudManagedSchema, TestStressReorder, TestPKIAuthenticationPlugin, TestUtils, PeerSyncWithBufferUpdatesTest, TestSolrQueryResponse, UUIDFieldTest, AuditLoggerPluginTest, SolrCmdDistributorTest, InfoHandlerTest, SolrMetricManagerTest, RangeFacetCloudTest, TestDynamicFieldResource, TestSurroundQueryParser, TestLegacyTerms, TestDefaultStatsCache, NotRequiredUniqueKeyTest, TermsComponentTest, TestIndexSearcher, UninvertDocValuesMergePolicyTest, TestHighFrequencyDictionaryFactory, FullHLLTest, ZkCLITest, SynonymTokenizerTest, TestSolrConfigHandler, StatelessScriptUpdateProcessorFactoryTest, TestCollapseQParserPlugin, BigEndianAscendingWordSerializerTest, DistanceUnitsTest, MergeStrategyTest, DistribCursorPagingTest, FieldAnalysisRequestHandlerTest, TestScoreJoinQPNoScore, TestManagedResource, TestLegacyBM25SimilarityFactory, BlockDirectoryTest, TestExportWriter, DocValuesTest, TestAuthenticationFramework, PingRequestHandlerTest, BlockJoinFacetDistribTest, AnalysisAfterCoreReloadTest, QueryElevationComponentTest, TestFieldTypeCollectionResource, TestApiFramework, BasicZkTest, TestSSLRandomization, SolrJmxReporterTest, MoveReplicaHDFSFailoverTest, ShardRoutingTest]
   [junit4] Completed [349/851 (1!)] on J0 in 55.41s, 1 test, 1 error <<< FAILURES!

[...truncated 1793 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20190405_182408_6515577502597812166404.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid26077.hprof ...
   [junit4] Heap dump file created [492302991 bytes in 2.846 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20190405_182408_6436555821006700434761.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid26076.hprof ...
   [junit4] Heap dump file created [423123387 bytes in 2.093 secs]
   [junit4] <<< JVM J0: EOF ----

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

Total time: 117 minutes 42 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