Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23968/
Java: 64bit/jdk-13-ea+12 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
Could not load collection from ZK: multiunload2

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
multiunload2
        at 
__randomizedtesting.SeedInfo.seed([589236F3D0F9048E:D0C609297E056976]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1371)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:748)
        at 
org.apache.solr.common.cloud.ClusterState$CollectionRef.get(ClusterState.java:386)
        at 
org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:400)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.testStopAndStartCoresInOneInstance(BasicDistributedZkTest.java:624)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:427)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException: 
KeeperErrorCode = ConnectionLoss for /collections/multiunload2/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:102)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1221)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:358)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:358)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1383)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1369)
        ... 45 more


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

Error Message:
Error from server at http://127.0.0.1:44565/k/vv/collection1: non ok status: 
500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:44565/k/vv/collection1: non ok status: 500, 
message:Server Error
        at 
__randomizedtesting.SeedInfo.seed([589236F3D0F9048E:D0C609297E056976]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:579)
        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.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
        at 
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.indexDocAndRandomlyCommit(NestedShardedAtomicUpdateTest.java:221)
        at 
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.sendWrongRouteParam(NestedShardedAtomicUpdateTest.java:191)
        at 
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:55)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13941 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 1001319 INFO  
(SUITE-BasicDistributedZkTest-seed#[589236F3D0F9048E]-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/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/init-core-data-001
   [junit4]   2> 1001319 WARN  
(SUITE-BasicDistributedZkTest-seed#[589236F3D0F9048E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=51 numCloses=51
   [junit4]   2> 1001319 INFO  
(SUITE-BasicDistributedZkTest-seed#[589236F3D0F9048E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1001320 INFO  
(SUITE-BasicDistributedZkTest-seed#[589236F3D0F9048E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
   [junit4]   2> 1001320 INFO  
(SUITE-BasicDistributedZkTest-seed#[589236F3D0F9048E]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1001323 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1001323 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1001324 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1001424 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45851
   [junit4]   2> 1001424 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45851
   [junit4]   2> 1001424 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 45851
   [junit4]   2> 1001426 INFO  (zkConnectionManagerCallback-7352-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001427 INFO  (zkConnectionManagerCallback-7354-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001428 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
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> 1001428 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1001429 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
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> 1001429 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
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> 1001429 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
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> 1001430 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
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> 1001430 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
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> 1001430 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
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> 1001431 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
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> 1001431 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
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> 1001432 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
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> 1001432 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1001496 WARN  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1001496 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1001496 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1001497 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 1001497 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1001497 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1001497 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1001497 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7857c801{/,null,AVAILABLE}
   [junit4]   2> 1001497 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@66363307{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36303}
   [junit4]   2> 1001497 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.e.j.s.Server Started @1001530ms
   [junit4]   2> 1001497 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/tempDir-001/control/data,
 hostPort=36303, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/control-001/cores,
 replicaType=NRT}
   [junit4]   2> 1001498 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1001498 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1001498 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1001498 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1001498 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1001498 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-23T05:22:15.136226Z
   [junit4]   2> 1001499 INFO  (zkConnectionManagerCallback-7356-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001499 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1001499 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/control-001/solr.xml
   [junit4]   2> 1001500 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1001500 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1001501 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1001632 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1001632 WARN  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2d9cd654[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1001633 WARN  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2d5adda7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1001634 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45851/solr
   [junit4]   2> 1001635 INFO  (zkConnectionManagerCallback-7363-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001636 INFO  (zkConnectionManagerCallback-7365-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001663 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [n:127.0.0.1:36303_  
  ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36303_
   [junit4]   2> 1001664 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [n:127.0.0.1:36303_  
  ] o.a.s.c.Overseer Overseer 
(id=72129177059786756-127.0.0.1:36303_-n_0000000000) starting
   [junit4]   2> 1001666 INFO  (zkConnectionManagerCallback-7372-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001666 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [n:127.0.0.1:36303_  
  ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45851/solr 
ready
   [junit4]   2> 1001667 INFO  
(OverseerStateUpdate-72129177059786756-127.0.0.1:36303_-n_0000000000) 
[n:127.0.0.1:36303_    ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:36303_
   [junit4]   2> 1001667 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [n:127.0.0.1:36303_  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36303_
   [junit4]   2> 1001667 INFO  (zkCallback-7371-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1001667 INFO  (zkCallback-7364-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1001676 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [n:127.0.0.1:36303_  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 1001686 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [n:127.0.0.1:36303_  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1001695 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [n:127.0.0.1:36303_  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1001695 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [n:127.0.0.1:36303_  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1001696 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [n:127.0.0.1:36303_  
  ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/control-001/cores
   [junit4]   2> 1001714 INFO  (zkConnectionManagerCallback-7378-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1001714 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1001717 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45851/solr ready
   [junit4]   2> 1001718 INFO  (qtp1633511718-21376) [n:127.0.0.1:36303_    ] 
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:36303_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1001720 INFO  
(OverseerThreadFactory-7205-thread-1-processing-n:127.0.0.1:36303_) 
[n:127.0.0.1:36303_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 1001823 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_    
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> 1001823 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1003237 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1003252 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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> 1003349 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1003365 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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> 1003365 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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@15765fe3
   [junit4]   2> 1003365 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1003366 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.225827455093879]
   [junit4]   2> 1003370 WARN  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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> 1003409 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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> 1003409 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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> 1003411 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1003411 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1003412 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=70.9794921875, 
floorSegmentMB=1.689453125, forceMergeDeletesPctAllowed=13.209196469915371, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=36.79999990048626
   [junit4]   2> 1003412 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6674dd33[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1003413 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1003413 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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> 1003413 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1003413 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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 1631581044265189376
   [junit4]   2> 1003417 INFO  
(searcherExecutor-7210-thread-1-processing-n:127.0.0.1:36303_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:36303_ 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@6674dd33[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1003417 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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> 1003417 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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> 1003418 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1003418 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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> 1003418 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36303/control_collection_shard1_replica_n1/
   [junit4]   2> 1003419 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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> 1003419 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:36303/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1003419 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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/72129177059786756-core_node2-n_0000000000
   [junit4]   2> 1003420 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36303/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1003521 INFO  (zkCallback-7364-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> 1003522 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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> 1003523 INFO  (zkCallback-7364-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> 1003523 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_ 
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=1700
   [junit4]   2> 1003525 INFO  (qtp1633511718-21376) [n:127.0.0.1:36303_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1003623 INFO  (zkCallback-7364-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> 1003623 INFO  (zkCallback-7364-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> 1003624 INFO  (zkCallback-7364-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> 1003624 INFO  (qtp1633511718-21376) [n:127.0.0.1:36303_    ] 
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:36303_&wt=javabin&version=2}
 status=0 QTime=1905
   [junit4]   2> 1003633 INFO  (zkConnectionManagerCallback-7384-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003634 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1003634 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45851/solr ready
   [junit4]   2> 1003634 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1003635 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1003637 INFO  
(OverseerThreadFactory-7205-thread-2-processing-n:127.0.0.1:36303_) 
[n:127.0.0.1:36303_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1003637 INFO  
(OverseerCollectionConfigSetProcessor-72129177059786756-127.0.0.1:36303_-n_0000000000)
 [n:127.0.0.1:36303_    ] 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> 1003840 WARN  
(OverseerThreadFactory-7205-thread-2-processing-n:127.0.0.1:36303_) 
[n:127.0.0.1:36303_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 1003841 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1003842 INFO  (qtp1633511718-21375) [n:127.0.0.1:36303_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=206
   [junit4]   2> 1003842 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1003938 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-1-001
 of type NRT
   [junit4]   2> 1003938 WARN  (closeThreadPool-7385-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1003938 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1003938 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1003938 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 1003939 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1003939 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1003939 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1003939 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4e909c90{/,null,AVAILABLE}
   [junit4]   2> 1003939 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@635fc5fe{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42503}
   [junit4]   2> 1003939 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.e.j.s.Server Started @1003971ms
   [junit4]   2> 1003939 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/tempDir-001/jetty1,
 hostPort=42503, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-1-001/cores,
 replicaType=NRT}
   [junit4]   2> 1003939 ERROR (closeThreadPool-7385-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1003939 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1003939 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1003940 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1003940 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1003940 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-23T05:22:17.578009Z
   [junit4]   2> 1003944 INFO  (zkConnectionManagerCallback-7387-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003944 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1003944 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-1-001/solr.xml
   [junit4]   2> 1003946 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1003947 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1003948 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1004035 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-2-001
 of type NRT
   [junit4]   2> 1004052 WARN  (closeThreadPool-7385-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1004052 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1004052 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1004053 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 1004063 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1004063 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1004063 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1004063 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7de028de{/,null,AVAILABLE}
   [junit4]   2> 1004063 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@46a0043a{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36507}
   [junit4]   2> 1004063 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.e.j.s.Server Started @1004096ms
   [junit4]   2> 1004063 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/tempDir-001/jetty2,
 hostPort=36507, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-2-001/cores,
 replicaType=NRT}
   [junit4]   2> 1004064 ERROR (closeThreadPool-7385-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1004064 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1004064 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1004064 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1004064 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1004064 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1004064 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-23T05:22:17.702143Z
   [junit4]   2> 1004066 WARN  (closeThreadPool-7385-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@16743d61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004098 WARN  (closeThreadPool-7385-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1ac60ebe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004099 INFO  (closeThreadPool-7385-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45851/solr
   [junit4]   2> 1004113 INFO  (zkConnectionManagerCallback-7391-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004114 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1004114 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-2-001/solr.xml
   [junit4]   2> 1004124 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1004124 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1004125 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1004134 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-3-001
 of type NRT
   [junit4]   2> 1004155 INFO  (zkConnectionManagerCallback-7396-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004165 WARN  (closeThreadPool-7385-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1004166 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1004166 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1004166 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 1004205 INFO  (zkConnectionManagerCallback-7399-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004206 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1004207 INFO  (closeThreadPool-7385-thread-1) 
[n:127.0.0.1:42503_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1004209 INFO  (closeThreadPool-7385-thread-1) 
[n:127.0.0.1:42503_    ] o.a.s.c.ZkController Publish node=127.0.0.1:42503_ as 
DOWN
   [junit4]   2> 1004209 INFO  (closeThreadPool-7385-thread-1) 
[n:127.0.0.1:42503_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1004209 INFO  (closeThreadPool-7385-thread-1) 
[n:127.0.0.1:42503_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42503_
   [junit4]   2> 1004209 INFO  (zkCallback-7371-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1004209 INFO  (zkCallback-7364-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1004210 INFO  (zkCallback-7383-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1004225 INFO  (zkCallback-7398-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1004226 WARN  (closeThreadPool-7385-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@65bf8117[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004265 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1004265 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1004265 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1004265 WARN  (closeThreadPool-7385-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@15d54cb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004266 INFO  
(TEST-BasicDistributedZkTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-4-001
 of type NRT
   [junit4]   2> 1004266 INFO  (closeThreadPool-7385-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45851/solr
   [junit4]   2> 1004270 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@72e5f942{/,null,AVAILABLE}
   [junit4]   2> 1004270 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2c129a6d{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40011}
   [junit4]   2> 1004270 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.e.j.s.Server Started @1004302ms
   [junit4]   2> 1004270 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/tempDir-001/jetty3,
 hostPort=40011, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-3-001/cores,
 replicaType=NRT}
   [junit4]   2> 1004270 ERROR (closeThreadPool-7385-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1004270 WARN  (closeThreadPool-7385-thread-4) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1004270 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1004270 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1004270 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1004270 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1004270 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-23T05:22:17.908776Z
   [junit4]   2> 1004270 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1004270 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1004271 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 1004271 INFO  (zkConnectionManagerCallback-7407-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004271 INFO  (closeThreadPool-7385-thread-1) 
[n:127.0.0.1:42503_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1004271 INFO  (closeThreadPool-7385-thread-1) 
[n:127.0.0.1:42503_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45851/solr ready
   [junit4]   2> 1004294 INFO  (zkConnectionManagerCallback-7412-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004306 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1004306 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1004306 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1004307 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3652eed8{/,null,AVAILABLE}
   [junit4]   2> 1004307 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@22083a{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:35823}
   [junit4]   2> 1004307 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.e.j.s.Server Started @1004339ms
   [junit4]   2> 1004307 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/tempDir-001/jetty4,
 hostPort=35823, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-4-001/cores,
 replicaType=NRT}
   [junit4]   2> 1004307 ERROR (closeThreadPool-7385-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1004307 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1004307 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1004307 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1004307 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1004307 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-23T05:22:17.945927Z
   [junit4]   2> 1004356 INFO  (closeThreadPool-7385-thread-1) 
[n:127.0.0.1:42503_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1004371 INFO  (closeThreadPool-7385-thread-1) 
[n:127.0.0.1:42503_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1004374 INFO  (zkConnectionManagerCallback-7419-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004375 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1004375 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-4-001/solr.xml
   [junit4]   2> 1004377 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1004377 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1004378 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1004380 INFO  (closeThreadPool-7385-thread-1) 
[n:127.0.0.1:42503_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1004380 INFO  (closeThreadPool-7385-thread-1) 
[n:127.0.0.1:42503_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1004381 INFO  (closeThreadPool-7385-thread-1) 
[n:127.0.0.1:42503_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-1-001/cores
   [junit4]   2> 1004397 INFO  (zkConnectionManagerCallback-7414-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004399 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1004399 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-3-001/solr.xml
   [junit4]   2> 1004401 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1004401 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1004402 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1004409 INFO  (zkConnectionManagerCallback-7417-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004415 INFO  (closeThreadPool-7385-thread-2) 
[n:127.0.0.1:36507_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1004417 INFO  (closeThreadPool-7385-thread-2) 
[n:127.0.0.1:36507_    ] o.a.s.c.ZkController Publish node=127.0.0.1:36507_ as 
DOWN
   [junit4]   2> 1004418 INFO  (closeThreadPool-7385-thread-2) 
[n:127.0.0.1:36507_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1004418 INFO  (closeThreadPool-7385-thread-2) 
[n:127.0.0.1:36507_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36507_
   [junit4]   2> 1004419 INFO  (zkCallback-7371-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1004419 INFO  (zkCallback-7383-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1004419 INFO  (zkCallback-7398-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1004420 INFO  (zkCallback-7364-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1004433 INFO  (zkCallback-7406-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1004457 INFO  (zkCallback-7416-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1004469 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1004485 WARN  (closeThreadPool-7385-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@21c57a75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004506 INFO  (zkConnectionManagerCallback-7428-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004507 WARN  (closeThreadPool-7385-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@54428782[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004508 INFO  (closeThreadPool-7385-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45851/solr
   [junit4]   2> 1004508 INFO  (closeThreadPool-7385-thread-2) 
[n:127.0.0.1:36507_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1004509 INFO  (closeThreadPool-7385-thread-2) 
[n:127.0.0.1:36507_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45851/solr ready
   [junit4]   2> 1004520 INFO  (closeThreadPool-7385-thread-2) 
[n:127.0.0.1:36507_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1004523 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1004524 INFO  (zkConnectionManagerCallback-7434-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004525 WARN  (closeThreadPool-7385-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@39ee471a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004527 WARN  (closeThreadPool-7385-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@82b0417[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004527 INFO  (closeThreadPool-7385-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45851/solr
   [junit4]   2> 1004529 INFO  (zkConnectionManagerCallback-7443-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004531 INFO  (closeThreadPool-7385-thread-4) 
[n:127.0.0.1:35823_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1004532 INFO  (closeThreadPool-7385-thread-4) 
[n:127.0.0.1:35823_    ] o.a.s.c.ZkController Publish node=127.0.0.1:35823_ as 
DOWN
   [junit4]   2> 1004533 INFO  (closeThreadPool-7385-thread-4) 
[n:127.0.0.1:35823_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1004533 INFO  (closeThreadPool-7385-thread-4) 
[n:127.0.0.1:35823_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35823_
   [junit4]   2> 1004533 INFO  (zkCallback-7364-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004534 INFO  (zkCallback-7406-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004534 INFO  (zkCallback-7371-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004534 INFO  (zkCallback-7398-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004534 INFO  (zkCallback-7383-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004535 INFO  (closeThreadPool-7385-thread-2) 
[n:127.0.0.1:36507_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1004541 INFO  (zkCallback-7416-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004549 INFO  (zkCallback-7442-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004550 INFO  (zkConnectionManagerCallback-7441-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004550 INFO  (zkCallback-7427-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004551 INFO  (zkConnectionManagerCallback-7450-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004551 INFO  (closeThreadPool-7385-thread-4) 
[n:127.0.0.1:35823_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1004552 INFO  (closeThreadPool-7385-thread-2) 
[n:127.0.0.1:36507_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1004552 INFO  (closeThreadPool-7385-thread-4) 
[n:127.0.0.1:35823_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45851/solr ready
   [junit4]   2> 1004552 INFO  (closeThreadPool-7385-thread-2) 
[n:127.0.0.1:36507_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1004553 INFO  (closeThreadPool-7385-thread-2) 
[n:127.0.0.1:36507_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-2-001/cores
   [junit4]   2> 1004553 INFO  (zkConnectionManagerCallback-7452-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004553 INFO  (closeThreadPool-7385-thread-4) 
[n:127.0.0.1:35823_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1004564 INFO  (closeThreadPool-7385-thread-3) 
[n:127.0.0.1:40011_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1004565 INFO  (closeThreadPool-7385-thread-3) 
[n:127.0.0.1:40011_    ] o.a.s.c.ZkController Publish node=127.0.0.1:40011_ as 
DOWN
   [junit4]   2> 1004566 INFO  (closeThreadPool-7385-thread-3) 
[n:127.0.0.1:40011_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1004566 INFO  (closeThreadPool-7385-thread-3) 
[n:127.0.0.1:40011_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40011_
   [junit4]   2> 1004567 INFO  (zkCallback-7427-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1004567 INFO  (zkCallback-7406-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1004567 INFO  (zkCallback-7398-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1004567 INFO  (zkCallback-7416-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1004567 INFO  (zkCallback-7383-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1004567 INFO  (zkCallback-7449-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1004569 INFO  (zkCallback-7364-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1004570 INFO  (closeThreadPool-7385-thread-4) 
[n:127.0.0.1:35823_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1004570 INFO  (zkCallback-7371-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1004571 INFO  (zkCallback-7442-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1004574 WARN  (closeThreadPool-7385-thread-2) 
[n:127.0.0.1:36507_    ] o.a.s.m.r.j.JmxMetricsReporter Unable to register gauge
   [junit4]   2>           => javax.management.InstanceNotFoundException: 
solr:dom1=jvm,name0=gc,name1=PS-MarkSweep,name=time
   [junit4]   2>        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
   [junit4]   2> javax.management.InstanceNotFoundException: 
solr:dom1=jvm,name0=gc,name1=PS-MarkSweep,name=time
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
 ~[?:?]
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
 ~[?:?]
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
 ~[?:?]
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) 
~[?:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:531)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:569)
 ~[java/:?]
   [junit4]   2>        at 
com.codahale.metrics.MetricRegistry.notifyListenerOfAddedMetric(MetricRegistry.java:468)
 ~[metrics-core-4.0.5.jar:4.0.5]
   [junit4]   2>        at 
com.codahale.metrics.MetricRegistry.onMetricAdded(MetricRegistry.java:462) 
~[metrics-core-4.0.5.jar:4.0.5]
   [junit4]   2>        at 
com.codahale.metrics.MetricRegistry.register(MetricRegistry.java:95) 
~[metrics-core-4.0.5.jar:4.0.5]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.registerAll(SolrMetricManager.java:521)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.setupJvmMetrics(SolrDispatchFilter.java:205)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:178) 
~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:136) 
~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:750)
 ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) 
~[?:?]
   [junit4]   2>        at 
java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) 
~[?:?]
   [junit4]   2>        at 
java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) 
~[?:?]
   [junit4]   2>        at 
java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) 
~[?:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:744) 
~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1449)
 ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1513)
 ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1158)
 ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:995)
 ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
 ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:384)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
 ~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
 ~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:558)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:497)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:465)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.lambda$createJettys$2(AbstractFullDistribZkTestBase.java:464)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 1004577 INFO  (zkCallback-7451-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1004580 INFO  (closeThreadPool-7385-thread-4) 
[n:127.0.0.1:35823_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1004580 INFO  (closeThreadPool-7385-thread-4) 
[n:127.0.0.1:35823_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1004581 INFO  (closeThreadPool-7385-thread-4) 
[n:127.0.0.1:35823_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-4-001/cores
   [junit4]   2> 1004593 INFO  (zkConnectionManagerCallback-7460-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004594 INFO  (closeThreadPool-7385-thread-3) 
[n:127.0.0.1:40011_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 1004594 INFO  (closeThreadPool-7385-thread-3) 
[n:127.0.0.1:40011_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45851/solr ready
   [junit4]   2> 1004601 INFO  (closeThreadPool-7385-thread-3) 
[n:127.0.0.1:40011_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1004618 INFO  (closeThreadPool-7385-thread-3) 
[n:127.0.0.1:40011_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1004627 INFO  (closeThreadPool-7385-thread-3) 
[n:127.0.0.1:40011_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1004627 INFO  (closeThreadPool-7385-thread-3) 
[n:127.0.0.1:40011_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1004629 INFO  (closeThreadPool-7385-thread-3) 
[n:127.0.0.1:40011_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-3-001/cores
   [junit4]   2> 1004687 INFO  (qtp1111751869-21501) [n:127.0.0.1:35823_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:36507_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1004695 INFO  (qtp1111751869-21499) [n:127.0.0.1:35823_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:42503_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1004696 INFO  
(OverseerThreadFactory-7205-thread-3-processing-n:127.0.0.1:36303_) 
[n:127.0.0.1:36303_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node 
Identified 127.0.0.1:36507_ for creating new replica of shard shard1 for 
collection collection1
   [junit4]   2> 1004697 INFO  
(OverseerCollectionConfigSetProcessor-72129177059786756-127.0.0.1:36303_-n_0000000000)
 [n:127.0.0.1:36303_    ] 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> 1004698 INFO  
(OverseerThreadFactory-7205-thread-3-processing-n:127.0.0.1:36303_) 
[n:127.0.0.1:36303_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 1004701 INFO  (qtp1111751869-21571) [n:127.0.0.1:35823_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:40011_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1004705 INFO  (qtp1111751869-21500) [n:127.0.0.1:35823_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35823_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1004710 INFO  
(OverseerThreadFactory-7205-thread-4-processing-n:127.0.0.1:36303_) 
[n:127.0.0.1:36303_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node 
Identified 127.0.0.1:42503_ for creating new replica of shard shard2 for 
collection collection1
   [junit4]   2> 1004711 INFO  
(OverseerThreadFactory-7205-thread-4-processing-n:127.0.0.1:36303_) 
[n:127.0.0.1:36303_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 1004722 INFO  (qtp1982898520-21447) [n:127.0.0.1:36507_    
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1004730 INFO  (qtp1905806051-21439) [n:127.0.0.1:42503_    
x:collection1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1005942 INFO  (qtp1905806051-21439) [n:127.0.0.1:42503_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1005942 INFO  (qtp1982898520-21447) [n:127.0.0.1:36507_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1005958 INFO  (qtp1982898520-21447) [n:127.0.0.1:36507_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 1005958 INFO  (qtp1905806051-21439) [n:127.0.0.1:42503_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n2] Schema name=test
   [junit4]   2> 1006044 INFO  (qtp1982898520-21447) [n:127.0.0.1:36507_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1006045 INFO  (qtp1905806051-21439) [n:127.0.0.1:42503_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1006052 INFO  (qtp1982898520-21447) [n:127.0.0.1:36507_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1006052 INFO  (qtp1905806051-21439) [n:127.0.0.1:42503_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1006052 INFO  (qtp1982898520-21447) [n:127.0.0.1:36507_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1006052 INFO  (qtp1905806051-21439) [n:127.0.0.1:42503_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n2' (registry 
'solr.core.collection1.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15765fe3
   [junit4]   2> 1006052 INFO  (qtp1905806051-21439) [n:127.0.0.1:42503_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-1-001/cores/collection1_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-1-001/cores/collection1_shard2_replica_n2/data/]
   [junit4]   2> 1006052 INFO  (qtp1982898520-21447) [n:127.0.0.1:36507_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-2-001/cores/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_589236F3D0F9048E-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 1006053 INFO  (qtp1905806051-21439) [n:127.0.0.1:42503_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.225827455093879]
   [junit4]   2> 1006053 INFO  (qtp1982898520-21447) [n:127.0.0.1:36507_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.225827455093879]
   [junit4]   2> 1006054 WARN  (qtp1982898520-21447) [n:127.0.0.1:36507_ 
c:collection1 s:shard1  x:collection1_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> 1006054 WARN  (qtp1905806051-21439) [n:127.0.0.1:42503_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n2] 
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> 1006088 INFO  (qtp1982898520-21447) [n:127.0.0.1:36507_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1006088 INFO  (qtp1982898520-21447) [n:127.0.0.1:36507_ c:colle

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

        12      /solr/clusterstate.json
   [junit4]   2>        12      /solr/clusterprops.json
   [junit4]   2>        7       /solr/collections/control_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/live_nodes
   [junit4]   2>        12      /solr/collections
   [junit4]   2> 
   [junit4]   2> 1385897 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41231
   [junit4]   2> 1385897 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[589236F3D0F9048E]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 41231
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=NestedShardedAtomicUpdateTest -Dtests.method=test 
-Dtests.seed=589236F3D0F9048E -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sr -Dtests.timezone=America/Mazatlan -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   5.02s J0 | NestedShardedAtomicUpdateTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:44565/k/vv/collection1: non ok status: 500, 
message:Server Error
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([589236F3D0F9048E:D0C609297E056976]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:579)
   [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.SolrRequest.process(SolrRequest.java:224)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
   [junit4]    >        at 
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.indexDocAndRandomlyCommit(NestedShardedAtomicUpdateTest.java:221)
   [junit4]    >        at 
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.sendWrongRouteParam(NestedShardedAtomicUpdateTest.java:191)
   [junit4]    >        at 
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:55)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:835)
   [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.NestedShardedAtomicUpdateTest_589236F3D0F9048E-001
   [junit4]   2> Apr 23, 2019 5:28:39 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{level_s=Lucene50(blocksize=128), _root_=Lucene50(blocksize=128), id=FST50}, 
docValues:{id_i=DocValuesFormat(name=Lucene80), 
_version_=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1856, 
maxMBSortInHeap=6.556848486696752, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@48c51a8a),
 locale=sr, timezone=America/Mazatlan
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 13-ea 
(64-bit)/cpus=8,threads=1,free=197912736,total=488112128
   [junit4]   2> NOTE: All tests run in this JVM: 
[CustomHighlightComponentTest, TestOnReconnectListenerSupport, 
TestNamedUpdateProcessors, TestStressUserVersions, JvmMetricsTest, 
TestApiFramework, HdfsBasicDistributedZk2Test, TestFieldTypeResource, 
TestGraphTermsQParserPlugin, LeaderElectionTest, BooleanFieldTest, 
TestLMDirichletSimilarityFactory, TestInitQParser, TestUseDocValuesAsStored, 
TestOverriddenPrefixQueryForCustomFieldType, TestPostingsSolrHighlighter, 
BufferStoreTest, ScriptEngineTest, BigEndianAscendingWordSerializerTest, 
TestBadConfig, TestSolrCLIRunExample, QueryElevationComponentTest, 
TestClusterProperties, TestSolrQueryParser, TestUnInvertedFieldException, 
TestDeprecatedFilters, TestSolrCloudWithSecureImpersonation, 
TestXmlQParserPlugin, DistributedDebugComponentTest, TestObjectReleaseTracker, 
TestAtomicUpdateErrorCases, ShowFileRequestHandlerTest, DirectoryFactoryTest, 
TestRecoveryHdfs, TestSimClusterStateProvider, TestHttpShardHandlerFactory, 
AddBlockUpdateTest, TestCloudSchemaless, TestCollectionAPI, TestGroupingSearch, 
TestLocalFSCloudBackupRestore, TestDistributedMissingSort, TestStressLucene, 
IgnoreLargeDocumentProcessorFactoryTest, TestNumericRangeQuery64, 
BlobRepositoryCloudTest, SpellCheckComponentTest, SuggestComponentTest, 
TestNonDefinedSimilarityFactory, ReplaceNodeNoTargetTest, EchoParamsTest, 
NumericFieldsTest, TestRTGBase, AnalysisAfterCoreReloadTest, 
DistribCursorPagingTest, TestGeoJSONResponseWriter, 
HttpPartitionWithTlogReplicasTest, TestSolrDeletionPolicy1, 
TestComplexPhraseLeadingWildcard, TestSolrCoreProperties, TestSearchPerf, 
MBeansHandlerTest, SaslZkACLProviderTest, ConjunctionSolrSpellCheckerTest, 
TestTolerantUpdateProcessorRandomCloud, TestSkipOverseerOperations, 
QueryEqualityTest, SolrPluginUtilsTest, SharedFSAutoReplicaFailoverTest, 
TestExclusionRuleCollectionAccess, TestManagedSchemaThreadSafety, 
PeerSyncWithIndexFingerprintCachingTest, TestSolrConfigHandlerCloud, 
TestSmileRequest, RootFieldTest, CircularListTest, SystemLogListenerTest, 
DistanceUnitsTest, SolrMetricManagerTest, AnalyticsMergeStrategyTest, 
PathHierarchyTokenizerFactoryTest, SuggesterTest, TestRestoreCore, 
AddReplicaTest, SolrIndexConfigTest, TestSchemaManager, TestInfoStreamLogging, 
AutoAddReplicasIntegrationTest, TestDistribIDF, PropertiesRequestHandlerTest, 
MoveReplicaTest, OverseerRolesTest, SolrSlf4jReporterTest, SearchHandlerTest, 
TermsComponentTest, HealthCheckHandlerTest, TestLegacyField, 
TestSubQueryTransformerCrossCore, TestCoreAdminApis, 
PreAnalyzedFieldManagedSchemaCloudTest, DistributedFacetPivotLargeTest, 
SolrRrdBackendFactoryTest, MetricTriggerTest, ForceLeaderTest, 
TestSimNodeLostTrigger, TestCorePropertiesReload, TestSimDistributedQueue, 
TestRuleBasedAuthorizationPlugin, CdcrVersionReplicationTest, 
TestPullReplicaErrorHandling, SpatialHeatmapFacetsTest, 
CollectionsAPISolrJTest, DistributedQueueTest, JWTAuthPluginTest, 
TestSolrCloudSnapshots, RequestHandlersTest, TestCoreBackup, OverseerTest, 
TestLazyCores, TestMinMaxOnMultiValuedField, TestSweetSpotSimilarityFactory, 
TestZkChroot, DistanceFunctionTest, TestManagedResourceStorage, 
CoreAdminRequestStatusTest, FacetPivotSmallTest, SpatialFilterTest, 
TestJettySolrRunner, TestExtendedDismaxParser, TriggerEventQueueTest, 
HdfsCollectionsAPIDistributedZkTest, DataDrivenBlockJoinTest, 
TestSegmentSorting, TestBlobHandler, TestHalfAndHalfDocValues, TestTrieFacet, 
RestoreTriggerStateTest, NodeLostTriggerIntegrationTest, 
SpellPossibilityIteratorTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, ChaosMonkeySafeLeaderTest, 
CleanupOldIndexTest, CloudExitableDirectoryReaderTest, ClusterStateUpdateTest, 
ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, 
DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, 
LeaderElectionIntegrationTest, LeaderTragicEventTest, 
LeaderVoteWaitTimeoutTest, MissingSegmentRecoveryTest, 
MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, NestedShardedAtomicUpdateTest]
   [junit4] Completed [480/854 (2!)] on J0 in 5.38s, 1 test, 1 error <<< 
FAILURES!

[...truncated 1373 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20190423_050533_56711955777896503569935.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid898.hprof ...
   [junit4] Heap dump file created [465284222 bytes in 2.579 secs]
   [junit4] <<< JVM J2: EOF ----

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

Total time: 78 minutes 47 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to