Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23849/
Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Captured an uncaught exception in thread: Thread[id=12545, 
name=testExecutor-4118-thread-10, state=RUNNABLE, 
group=TGRP-UnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=12545, name=testExecutor-4118-thread-10, 
state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:38401/lzuh/cj: ADDREPLICA failed to create 
replica
        at __randomizedtesting.SeedInfo.seed([7589AF378A0CDD88]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$1(BasicDistributedZkTest.java:656)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testInvalidMustMatch

Error Message:
Error from server at http://127.0.0.1:35855/solr: no core retrieved for 
testInvalidMustMatch

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: 
Error from server at http://127.0.0.1:35855/solr: no core retrieved for 
testInvalidMustMatch
        at 
__randomizedtesting.SeedInfo.seed([7589AF378A0CDD88:2DAD378B54B44C6D]:0)
        at 
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:66)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        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.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1055)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
        at 
org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.createConfigSet(RoutedAliasUpdateProcessorTest.java:115)
        at 
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testInvalidMustMatch(CategoryRoutedAliasUpdateProcessorTest.java:271)
        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 
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 13529 lines...]
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/init-core-data-001
   [junit4]   2> 1713700 INFO  
(SUITE-UnloadDistributedZkTest-seed#[7589AF378A0CDD88]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/lzuh/cj
   [junit4]   2> 1713708 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1713722 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1713722 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1713822 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43673
   [junit4]   2> 1713822 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43673
   [junit4]   2> 1713822 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 43673
   [junit4]   2> 1713871 INFO  (zkConnectionManagerCallback-4473-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1713922 INFO  (zkConnectionManagerCallback-4475-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1713923 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
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> 1713928 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
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> 1713930 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
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> 1713932 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
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> 1713933 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
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> 1713934 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
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> 1713936 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
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> 1713938 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
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> 1713942 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
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> 1713947 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
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> 1713948 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
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> 1713950 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1714602 WARN  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1714602 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1714603 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1714603 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 1714707 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1714707 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1714707 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1714723 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7083802{/lzuh/cj,null,AVAILABLE}
   [junit4]   2> 1714759 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@26a204ef{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 1714759 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1714760 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/lzuh/cj, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/tempDir-001/control/data,
 hostPort=33103, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/control-001/cores}
   [junit4]   2> 1714760 ERROR 
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1714760 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1714760 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1714761 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1714761 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1714761 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-31T08:20:32.277118Z
   [junit4]   2> 1714827 INFO  (zkConnectionManagerCallback-4477-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1714828 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1714828 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/control-001/solr.xml
   [junit4]   2> 1714832 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1714832 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1714834 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1715233 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1715260 WARN  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7bc7ef33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1715279 WARN  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@44617feb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1715281 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43673/solr
   [junit4]   2> 1715323 INFO  (zkConnectionManagerCallback-4484-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715375 INFO  (zkConnectionManagerCallback-4486-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715484 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:33103_lzuh%2Fcj
   [junit4]   2> 1715484 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.c.Overseer Overseer 
(id=72293196528353284-127.0.0.1:33103_lzuh%2Fcj-n_0000000000) starting
   [junit4]   2> 1715535 INFO  (zkConnectionManagerCallback-4493-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715537 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:43673/solr ready
   [junit4]   2> 1715551 INFO  
(OverseerStateUpdate-72293196528353284-127.0.0.1:33103_lzuh%2Fcj-n_0000000000) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:33103_lzuh%2Fcj
   [junit4]   2> 1715583 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33103_lzuh%2Fcj
   [junit4]   2> 1715605 INFO  (zkCallback-4492-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1715620 INFO  (zkCallback-4485-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1715722 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1715814 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1715906 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1715931 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1715933 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/control-001/cores
   [junit4]   2> 1716108 INFO  (zkConnectionManagerCallback-4499-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1716111 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1716113 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43673/solr ready
   [junit4]   2> 1716119 INFO  (qtp168177386-12207) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] 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:33103_lzuh%252Fcj&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1716139 INFO  
(OverseerThreadFactory-4025-thread-1-processing-n:127.0.0.1:33103_lzuh%2Fcj) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 1716308 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj    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> 1716308 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj    x:control_collection_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1717360 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 9.0.0
   [junit4]   2> 1717587 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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> 1717932 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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> 1718037 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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> 1718038 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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@4fd9ecfc
   [junit4]   2> 1718038 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1718062 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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=22, maxMergeAtOnceExplicit=22, 
maxMergedSegmentMB=36.3193359375, floorSegmentMB=1.76171875, 
forceMergeDeletesPctAllowed=1.6927469085229507, segmentsPerTier=24.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28520282311651624, 
deletesPctAllowed=36.4716165710903
   [junit4]   2> 1718081 WARN  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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> 1718441 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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> 1718442 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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> 1718446 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1718456 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1718459 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.785041719925871]
   [junit4]   2> 1718459 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d2d007a[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1718470 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1718470 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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> 1718471 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1718471 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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 1629508532685504512
   [junit4]   2> 1718475 INFO  
(searcherExecutor-4030-thread-1-processing-n:127.0.0.1:33103_lzuh%2Fcj 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:33103_lzuh%2Fcj 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@1d2d007a[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1718489 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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> 1718489 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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> 1718492 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1718492 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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> 1718492 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33103/lzuh/cj/control_collection_shard1_replica_n1/
   [junit4]   2> 1718493 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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> 1718493 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:33103/lzuh/cj/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1718493 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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/72293196528353284-core_node2-n_0000000000
   [junit4]   2> 1718495 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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:33103/lzuh/cj/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1718496 INFO  (zkCallback-4485-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> 1718498 INFO  (zkCallback-4485-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> 1718504 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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> 1718593 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj 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=2285
   [junit4]   2> 1718596 INFO  (qtp168177386-12207) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1718619 INFO  (zkCallback-4485-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> 1718619 INFO  (zkCallback-4485-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> 1718619 INFO  (zkCallback-4485-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> 1718620 INFO  (qtp168177386-12207) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] 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:33103_lzuh%252Fcj&wt=javabin&version=2}
 status=0 QTime=2501
   [junit4]   2> 1718708 INFO  (zkConnectionManagerCallback-4505-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1718709 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1718710 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43673/solr ready
   [junit4]   2> 1718710 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1718711 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] 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> 1718728 INFO  
(OverseerCollectionConfigSetProcessor-72293196528353284-127.0.0.1:33103_lzuh%2Fcj-n_0000000000)
 [n:127.0.0.1:33103_lzuh%2Fcj    ] 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> 1718731 INFO  
(OverseerThreadFactory-4025-thread-2-processing-n:127.0.0.1:33103_lzuh%2Fcj) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 1718943 WARN  
(OverseerThreadFactory-4025-thread-2-processing-n:127.0.0.1:33103_lzuh%2Fcj) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual 
to create a collection (collection1) without cores.
   [junit4]   2> 1718945 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1718945 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] 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=234
   [junit4]   2> 1718959 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1719579 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-1-001
 of type NRT
   [junit4]   2> 1719607 WARN  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1719608 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1719608 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1719608 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 1719679 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1719680 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1719680 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1719699 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4b974f67{/lzuh/cj,null,AVAILABLE}
   [junit4]   2> 1719710 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c25d67d{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 1719710 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1719710 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/lzuh/cj, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/tempDir-001/jetty1,
 hostPort=38401, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-1-001/cores}
   [junit4]   2> 1719711 ERROR (closeThreadPool-4506-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1719711 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1719711 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1719711 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1719711 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1719711 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-31T08:20:37.227641Z
   [junit4]   2> 1719759 INFO  (zkConnectionManagerCallback-4508-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1719763 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1719763 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-1-001/solr.xml
   [junit4]   2> 1719767 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1719767 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1719768 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1719930 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1719933 WARN  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@9b6bedf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1720035 WARN  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5d93d7ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1720037 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43673/solr
   [junit4]   2> 1720363 INFO  (zkConnectionManagerCallback-4515-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1720383 INFO  (zkConnectionManagerCallback-4517-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1720386 INFO  (closeThreadPool-4506-thread-1) 
[n:127.0.0.1:38401_lzuh%2Fcj    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 1720390 INFO  (closeThreadPool-4506-thread-1) 
[n:127.0.0.1:38401_lzuh%2Fcj    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38401_lzuh%2Fcj as DOWN
   [junit4]   2> 1720391 INFO  (closeThreadPool-4506-thread-1) 
[n:127.0.0.1:38401_lzuh%2Fcj    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1720391 INFO  (closeThreadPool-4506-thread-1) 
[n:127.0.0.1:38401_lzuh%2Fcj    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38401_lzuh%2Fcj
   [junit4]   2> 1720392 INFO  (zkCallback-4504-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1720392 INFO  (zkCallback-4492-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1720392 INFO  (zkCallback-4485-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1720432 INFO  (zkCallback-4516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1720473 INFO  (zkConnectionManagerCallback-4524-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1720474 INFO  (closeThreadPool-4506-thread-1) 
[n:127.0.0.1:38401_lzuh%2Fcj    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 1720475 INFO  (closeThreadPool-4506-thread-1) 
[n:127.0.0.1:38401_lzuh%2Fcj    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:43673/solr ready
   [junit4]   2> 1720497 INFO  (closeThreadPool-4506-thread-1) 
[n:127.0.0.1:38401_lzuh%2Fcj    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1720499 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-2-001
 of type NRT
   [junit4]   2> 1720535 WARN  (closeThreadPool-4506-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1720535 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1720535 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1720536 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 1720562 INFO  (closeThreadPool-4506-thread-1) 
[n:127.0.0.1:38401_lzuh%2Fcj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1720631 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1720631 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1720631 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1720649 INFO  (closeThreadPool-4506-thread-1) 
[n:127.0.0.1:38401_lzuh%2Fcj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1720649 INFO  (closeThreadPool-4506-thread-1) 
[n:127.0.0.1:38401_lzuh%2Fcj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1720655 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@566ea5a5{/lzuh/cj,null,AVAILABLE}
   [junit4]   2> 1720655 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@202b5151{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 1720655 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1720655 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/lzuh/cj, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/tempDir-001/jetty2,
 hostPort=43785, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-2-001/cores}
   [junit4]   2> 1720656 ERROR (closeThreadPool-4506-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1720656 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1720656 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1720656 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1720656 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1720656 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-31T08:20:38.172380Z
   [junit4]   2> 1720668 INFO  (closeThreadPool-4506-thread-1) 
[n:127.0.0.1:38401_lzuh%2Fcj    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-1-001/cores
   [junit4]   2> 1720699 INFO  (zkConnectionManagerCallback-4527-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1720723 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1720723 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-2-001/solr.xml
   [junit4]   2> 1720744 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1720744 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1720745 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1720747 INFO  
(OverseerCollectionConfigSetProcessor-72293196528353284-127.0.0.1:33103_lzuh%2Fcj-n_0000000000)
 [n:127.0.0.1:33103_lzuh%2Fcj    ] 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> 1721251 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1721271 WARN  (closeThreadPool-4506-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3e739e9d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1721322 WARN  (closeThreadPool-4506-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1a90ac86[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1721323 INFO  (closeThreadPool-4506-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43673/solr
   [junit4]   2> 1721347 INFO  (zkConnectionManagerCallback-4534-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1721395 INFO  (zkConnectionManagerCallback-4536-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1721398 INFO  (closeThreadPool-4506-thread-2) 
[n:127.0.0.1:43785_lzuh%2Fcj    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 1721401 INFO  (closeThreadPool-4506-thread-2) 
[n:127.0.0.1:43785_lzuh%2Fcj    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:43785_lzuh%2Fcj as DOWN
   [junit4]   2> 1721402 INFO  (closeThreadPool-4506-thread-2) 
[n:127.0.0.1:43785_lzuh%2Fcj    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1721402 INFO  (closeThreadPool-4506-thread-2) 
[n:127.0.0.1:43785_lzuh%2Fcj    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43785_lzuh%2Fcj
   [junit4]   2> 1721403 INFO  (zkCallback-4492-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1721403 INFO  (zkCallback-4504-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1721403 INFO  (zkCallback-4516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1721403 INFO  (zkCallback-4485-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1721413 INFO  (zkCallback-4523-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1721427 INFO  (zkCallback-4535-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1721471 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-3-001
 of type NRT
   [junit4]   2> 1721472 INFO  (zkConnectionManagerCallback-4543-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1721472 WARN  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1721472 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1721472 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1721472 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 1721473 INFO  (closeThreadPool-4506-thread-2) 
[n:127.0.0.1:43785_lzuh%2Fcj    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 1721563 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1721563 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1721563 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1721571 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@744d3d21{/lzuh/cj,null,AVAILABLE}
   [junit4]   2> 1721589 INFO  (closeThreadPool-4506-thread-2) 
[n:127.0.0.1:43785_lzuh%2Fcj    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:43673/solr ready
   [junit4]   2> 1721595 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@57d3f3d9{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 1721595 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1721595 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/lzuh/cj, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/tempDir-001/jetty3,
 hostPort=35341, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-3-001/cores}
   [junit4]   2> 1721595 ERROR (closeThreadPool-4506-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1721595 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1721595 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1721595 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1721595 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1721595 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-31T08:20:39.111714Z
   [junit4]   2> 1721607 INFO  (closeThreadPool-4506-thread-2) 
[n:127.0.0.1:43785_lzuh%2Fcj    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1721643 INFO  (zkConnectionManagerCallback-4546-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1721644 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1721644 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-3-001/solr.xml
   [junit4]   2> 1721664 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1721664 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1721892 INFO  (closeThreadPool-4506-thread-2) 
[n:127.0.0.1:43785_lzuh%2Fcj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1721907 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1721966 INFO  (closeThreadPool-4506-thread-2) 
[n:127.0.0.1:43785_lzuh%2Fcj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1721966 INFO  (closeThreadPool-4506-thread-2) 
[n:127.0.0.1:43785_lzuh%2Fcj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1721968 INFO  (closeThreadPool-4506-thread-2) 
[n:127.0.0.1:43785_lzuh%2Fcj    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-2-001/cores
   [junit4]   2> 1722120 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[7589AF378A0CDD88]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-4-001
 of type NRT
   [junit4]   2> 1722135 WARN  (closeThreadPool-4506-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1722135 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1722135 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1722135 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 1722191 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1722219 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1722219 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1722219 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1722227 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@589da347{/lzuh/cj,null,AVAILABLE}
   [junit4]   2> 1722245 WARN  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@a03638a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1722247 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@27ae67e3{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 1722247 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1722247 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/lzuh/cj, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/tempDir-001/jetty4,
 hostPort=35217, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-4-001/cores}
   [junit4]   2> 1722248 ERROR (closeThreadPool-4506-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1722248 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1722248 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1722248 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1722248 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1722248 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-31T08:20:39.764200Z
   [junit4]   2> 1722291 WARN  (closeThreadPool-4506-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@60184f7e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1722293 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43673/solr
   [junit4]   2> 1722324 INFO  (zkConnectionManagerCallback-4551-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1722343 INFO  (zkConnectionManagerCallback-4555-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1722344 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1722344 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-4-001/solr.xml
   [junit4]   2> 1722347 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1722347 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1722774 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1722783 INFO  (zkConnectionManagerCallback-4557-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1722786 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1722789 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:35341_lzuh%2Fcj as DOWN
   [junit4]   2> 1722790 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1722790 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35341_lzuh%2Fcj
   [junit4]   2> 1722791 INFO  (zkCallback-4535-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1722791 INFO  (zkCallback-4516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1722791 INFO  (zkCallback-4492-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1722792 INFO  (zkCallback-4523-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1722792 INFO  (zkCallback-4504-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1722792 INFO  (zkCallback-4485-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1722803 INFO  (zkCallback-4542-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1722819 INFO  (zkCallback-4556-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1722900 INFO  (zkConnectionManagerCallback-4565-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1722907 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1722908 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43673/solr ready
   [junit4]   2> 1722935 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1722997 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1723070 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1723078 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1723081 INFO  (closeThreadPool-4506-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-3-001/cores
   [junit4]   2> 1723287 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1723309 WARN  (closeThreadPool-4506-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2f63255c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1723343 WARN  (closeThreadPool-4506-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3310ecec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1723345 INFO  (closeThreadPool-4506-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43673/solr
   [junit4]   2> 1723439 INFO  (zkConnectionManagerCallback-4572-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1723476 INFO  (zkConnectionManagerCallback-4574-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1723479 INFO  (closeThreadPool-4506-thread-3) 
[n:127.0.0.1:35217_lzuh%2Fcj    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (4)
   [junit4]   2> 1723483 INFO  (closeThreadPool-4506-thread-3) 
[n:127.0.0.1:35217_lzuh%2Fcj    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35217_lzuh%2Fcj as DOWN
   [junit4]   2> 1723483 INFO  (closeThreadPool-4506-thread-3) 
[n:127.0.0.1:35217_lzuh%2Fcj    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1723483 INFO  (closeThreadPool-4506-thread-3) 
[n:127.0.0.1:35217_lzuh%2Fcj    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35217_lzuh%2Fcj
   [junit4]   2> 1723485 INFO  (zkCallback-4556-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1723485 INFO  (zkCallback-4542-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1723485 INFO  (zkCallback-4516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1723485 INFO  (zkCallback-4523-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1723485 INFO  (zkCallback-4535-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1723485 INFO  (zkCallback-4504-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1723485 INFO  (zkCallback-4485-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1723491 INFO  (zkCallback-4492-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1723501 INFO  (zkCallback-4573-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1723505 INFO  (zkCallback-4564-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1723555 INFO  (zkConnectionManagerCallback-4581-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1723557 INFO  (closeThreadPool-4506-thread-3) 
[n:127.0.0.1:35217_lzuh%2Fcj    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (5)
   [junit4]   2> 1723557 INFO  (closeThreadPool-4506-thread-3) 
[n:127.0.0.1:35217_lzuh%2Fcj    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:43673/solr ready
   [junit4]   2> 1723590 INFO  (closeThreadPool-4506-thread-3) 
[n:127.0.0.1:35217_lzuh%2Fcj    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1723651 INFO  (closeThreadPool-4506-thread-3) 
[n:127.0.0.1:35217_lzuh%2Fcj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1723738 INFO  (closeThreadPool-4506-thread-3) 
[n:127.0.0.1:35217_lzuh%2Fcj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1723738 INFO  (closeThreadPool-4506-thread-3) 
[n:127.0.0.1:35217_lzuh%2Fcj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1723740 INFO  (closeThreadPool-4506-thread-3) 
[n:127.0.0.1:35217_lzuh%2Fcj    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-4-001/cores
   [junit4]   2> 1724125 INFO  (qtp168177386-12208) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:38401_lzuh%252Fcj&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1724136 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:43785_lzuh%252Fcj&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1724151 INFO  
(OverseerThreadFactory-4025-thread-3-processing-n:127.0.0.1:33103_lzuh%2Fcj) 
[n:127.0.0.1:33103_lzuh%2Fcj c:collection1 s:shard2  ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:38401_lzuh%2Fcj for 
creating new replica of shard shard2 for collection collection1
   [junit4]   2> 1724153 INFO  
(OverseerThreadFactory-4025-thread-3-processing-n:127.0.0.1:33103_lzuh%2Fcj) 
[n:127.0.0.1:33103_lzuh%2Fcj c:collection1 s:shard2  ] 
o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1724163 INFO  
(OverseerThreadFactory-4025-thread-4-processing-n:127.0.0.1:33103_lzuh%2Fcj) 
[n:127.0.0.1:33103_lzuh%2Fcj c:collection1 s:shard1  ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43785_lzuh%2Fcj for 
creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1724164 INFO  
(OverseerThreadFactory-4025-thread-4-processing-n:127.0.0.1:33103_lzuh%2Fcj) 
[n:127.0.0.1:33103_lzuh%2Fcj c:collection1 s:shard1  ] 
o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1724243 INFO  (qtp168177386-12207) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:35341_lzuh%252Fcj&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1724260 INFO  (qtp168177386-12402) 
[n:127.0.0.1:33103_lzuh%2Fcj    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:35217_lzuh%252Fcj&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1724308 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj    x:collection1_shard1_replica_n2] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1724321 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj    x:collection1_shard2_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1725942 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
9.0.0
   [junit4]   2> 1725959 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n2] Schema name=test
   [junit4]   2> 1725964 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
9.0.0
   [junit4]   2> 1726307 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 1726785 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 1726856 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard1_replica_n2' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1726856 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1726867 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-2-001/cores/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-2-001/cores/collection1_shard1_replica_n2/data/]
   [junit4]   2> 1727116 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=36.3193359375, 
floorSegmentMB=1.76171875, forceMergeDeletesPctAllowed=1.6927469085229507, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.28520282311651624, deletesPctAllowed=36.4716165710903
   [junit4]   2> 1727117 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 1727132 WARN  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_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> 1727139 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard2_replica_n1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1727139 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n1' (registry 
'solr.core.collection1.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4fd9ecfc
   [junit4]   2> 1727139 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-1-001/cores/collection1_shard2_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.UnloadDistributedZkTest_7589AF378A0CDD88-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 1727154 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=36.3193359375, 
floorSegmentMB=1.76171875, forceMergeDeletesPctAllowed=1.6927469085229507, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.28520282311651624, deletesPctAllowed=36.4716165710903
   [junit4]   2> 1727173 WARN  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_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> 1727315 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1727315 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1727320 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1727320 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1727324 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.785041719925871]
   [junit4]   2> 1727324 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@201111dc[collection1_shard1_replica_n2] main]
   [junit4]   2> 1727326 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1727326 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1727339 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 1727340 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1629508541985325056
   [junit4]   2> 1727344 INFO  
(searcherExecutor-4071-thread-1-processing-n:127.0.0.1:43785_lzuh%2Fcj 
x:collection1_shard1_replica_n2 c:collection1 s:shard1) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@201111dc[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1727365 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, 
version=0}
   [junit4]   2> 1727365 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make 
sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1727368 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 1727368 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 1727368 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43785/lzuh/cj/collection1_shard1_replica_n2/
   [junit4]   2> 1727368 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1727368 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy 
http://127.0.0.1:43785/lzuh/cj/collection1_shard1_replica_n2/ has no replicas
   [junit4]   2> 1727368 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/collection1/leaders/shard1/leader after winning as 
/collections/collection1/leader_elect/shard1/election/72293196528353294-core_node3-n_0000000000
   [junit4]   2> 1727372 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: http://127.0.0.1:43785/lzuh/cj/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 1727373 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 1727381 INFO  (qtp298265631-12298) 
[n:127.0.0.1:43785_lzuh%2Fcj c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3073
   [junit4]   2> 1727385 INFO  (qtp168177386-12206) 
[n:127.0.0.1:33103_lzuh%2Fcj c:collection1   ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/collections 
params={node=127.0.0.1:43785_lzuh%252Fcj&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=3248
   [junit4]   2> 1727393 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1727393 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1727398 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1727398 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1727400 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.785041719925871]
   [junit4]   2> 1727401 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36a9119e[collection1_shard2_replica_n1] main]
   [junit4]   2> 1727403 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1727404 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1727405 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 1727405 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1629508542053482496
   [junit4]   2> 1727411 INFO  
(searcherExecutor-4072-thread-1-processing-n:127.0.0.1:38401_lzuh%2Fcj 
x:collection1_shard2_replica_n1 c:collection1 s:shard2) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[collection1_shard2_replica_n1] Registered new searcher 
Searcher@36a9119e[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1727422 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, 
version=0}
   [junit4]   2> 1727422 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make 
sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 1727425 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 1727425 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 1727425 INFO  (qtp1467328275-12269) 
[n:127.0.0.1:38401_lzuh%2Fcj c:collection1 s:shard2

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

ions/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP/terms/shard1
   [junit4]   2>        3       
/solr/collections/myAlias__CRA________________/terms/shard1
   [junit4]   2>        3       
/solr/collections/myAlias__CRA_______________/terms/shard1
   [junit4]   2>        2       
/solr/collections/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        9       /solr/collections/testNonEnglish/state.json
   [junit4]   2>        7       
/solr/collections/myAlias__CRA________________/state.json
   [junit4]   2>        7       
/solr/collections/myAlias__CRA_____________/state.json
   [junit4]   2>        7       
/solr/collections/myAlias__CRA___________________/state.json
   [junit4]   2>        7       
/solr/collections/myAlias__CRA_______________/state.json
   [junit4]   2>        7       /solr/collections/myAlias__CRA_______/state.json
   [junit4]   2>        6       
/solr/collections/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/live_nodes
   [junit4]   2>        10      /solr/collections
   [junit4]   2> 
   [junit4]   2> 5180895 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[7589AF378A0CDD88])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46025
   [junit4]   2> 5180895 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[7589AF378A0CDD88])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46025
   [junit4]   2> 5180896 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[7589AF378A0CDD88])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testNonEnglish
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_7589AF378A0CDD88-001
   [junit4]   2> NOTE: test params are: codec=Lucene80, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6fa60f59),
 locale=fr-GQ, timezone=Pacific/Funafuti
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Aleksey Shipilev 
13-testing (64-bit)/cpus=8,threads=1,free=133638280,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DocValuesMultiTest, 
TestPKIAuthenticationPlugin, TestXIncludeConfig, TestDFRSimilarityFactory, 
MoreLikeThisHandlerTest, DistributedMLTComponentTest, 
CdcrReplicationHandlerTest, EmbeddedSolrNoSerializeTest, 
LukeRequestHandlerTest, ResourceLoaderTest, BasicDistributedZkTest, 
FileBasedSpellCheckerTest, LeaderElectionIntegrationTest, TestHdfsUpdateLog, 
TestMergePolicyConfig, TestFieldCacheSortRandom, TestRetrieveFieldsOptimizer, 
TestTrie, TestSimpleTrackingShardHandler, TestValueSourceCache, 
PreAnalyzedFieldTest, TestCollectionsAPIViaSolrCloudCluster, 
IndexSizeTriggerTest, CdcrBidirectionalTest, URLClassifyProcessorTest, 
TestEmbeddedSolrServerSchemaAPI, TestPushWriter, 
ScheduledMaintenanceTriggerTest, ActionThrottleTest, TestLegacyFieldCache, 
TestUseDocValuesAsStored2, TestCSVLoader, JWTAuthPluginTest, TestRealTimeGet, 
TestBulkSchemaConcurrent, TestSolrConfigHandlerConcurrent, 
TestLMJelinekMercerSimilarityFactory, JSONWriterTest, TestPerFieldSimilarity, 
TestJsonFacets, ExternalFileFieldSortTest, ShardSplitTest, TimeZoneUtilsTest, 
TestCryptoKeys, SortByFunctionTest, TestDocumentBuilder, DebugComponentTest, 
TestUpdate, AdminHandlersProxyTest, BlockJoinFacetSimpleTest, TestInitParams, 
TestHdfsBackupRestoreCore, V2StandaloneTest, 
DocExpirationUpdateProcessorFactoryTest, TestJoin, TestPolicyCloud, 
PhrasesIdentificationComponentTest, TestCustomStream, CheckHdfsIndexTest, 
NodeAddedTriggerIntegrationTest, TestOrdValues, FastVectorHighlighterTest, 
TestDistributedGrouping, TestRemoteStreaming, TestPayloadCheckQParserPlugin, 
ConfigureRecoveryStrategyTest, TestSolrCoreSnapshots, TestSimComputePlanAction, 
FullSolrCloudDistribCmdsTest, TestReload, ReindexCollectionTest, 
TestCodecSupport, ConfigSetsAPITest, IgnoreLargeDocumentProcessorFactoryTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, DocumentBuilderTest, 
BitVectorTest, TestOmitPositions, SpellCheckCollatorWithCollapseTest, 
TestPartialUpdateDeduplication, TestDistributedMap, ResponseLogComponentTest, 
SignatureUpdateProcessorFactoryTest, VMParamsZkACLAndCredentialsProvidersTest, 
TestAddFieldRealTimeGet, TestZkAclsWithHadoopAuth, PrimUtilsTest, 
SolrCoreMetricManagerTest, CdcrUpdateLogTest, SolrCoreTest, 
TestDynamicFieldCollectionResource, TestSimLargeCluster, 
ConcurrentDeleteAndCreateCollectionTest, TestSimPolicyCloud, 
OverseerStatusTest, SchemaApiFailureTest, HttpSolrCallGetCoreTest, 
TestRandomFlRTGCloud, FileUtilsTest, SolrTestCaseJ4Test, 
TermVectorComponentTest, TestRequestForwarding, 
TestChildDocTransformerHierarchy, SolrRequestParserTest, TaggerTest, 
ShardRoutingCustomTest, DeleteNodeTest, 
DistributedFacetSimpleRefinementLongTailTest, TestTrackingShardHandlerFactory, 
DistributedQueryElevationComponentTest, QueryResultKeyTest, 
TestCloudJSONFacetJoinDomain, BJQParserTest, TestSolrCloudWithDelegationTokens, 
TestComplexPhraseQParserPlugin, DistributedFacetPivotSmallAdvancedTest, 
StressHdfsTest, HighlighterTest, CollectionStateFormat2Test, OutputWriterTest, 
AnalyticsQueryTest, TestFieldCache, ConvertedLegacyTest, TestSearcherReuse, 
TestQueryTypes, TestMaxScoreQueryParser, OpenExchangeRatesOrgProviderTest, 
TestInPlaceUpdatesStandalone, TestUtilizeNode, MetricsHistoryHandlerTest, 
TestShortCircuitedRequests, TestManagedSchema, TestFieldResource, 
HLLSerializationTest, TestNumericRangeQuery32, SolrXmlInZkTest, 
TestSubQueryTransformerDistrib, BadCopyFieldTest, TestPrepRecovery, 
TestCloudRecovery, TestDownShardTolerantSearch, 
TestExclusionRuleCollectionAccess, TestHashPartitioner, 
TestLeaderElectionWithEmptyReplica, TestStressInPlaceUpdates, 
TestWithCollection, AutoAddReplicasPlanActionTest, ComputePlanActionTest, 
TestSimExecutePlanAction, CdcrRequestHandlerTest, CdcrVersionReplicationTest, 
HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, 
HdfsNNFailoverTest, HdfsRecoverLeaseTest, ZkStateReaderTest, RulesTest, 
TestNRTOpen, TestShardHandlerFactory, TestSimpleTextCodec, 
TestSolrConfigHandler, TestReplicationHandlerDiskOverFlow, TestRestoreCore, 
AutoscalingHistoryHandlerTest, CoreAdminCreateDiscoverTest, 
CoreAdminHandlerTest, CoreAdminOperationTest, CoreAdminRequestStatusTest, 
SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, StatsReloadRaceTest, 
DistributedFacetExistsSmallTest, DistributedSuggestComponentTest, 
SearchHandlerTest, SuggestComponentContextFilterQueryTest, 
TestPostingsSolrHighlighter, TestUnifiedSolrHighlighter, 
TestNumericRangeQuery64, RegexBytesRefFilterTest, SimpleFacetsTest, 
TestUnInvertedFieldException, TestWriterPerf, TestManagedResource, 
TestManagedResourceStorage, TestSchemaSimilarityResource, 
TestUniqueKeyFieldResource, BooleanFieldTest, ChangedSchemaMergeTest, 
CopyFieldTest, DateFieldTest, IndexSchemaRuntimeFieldTest, 
SchemaVersionSpecificBehaviorTest, TestCloudManagedSchema, TestSchemaManager, 
TestSchemalessBufferedUpdates, CurrencyRangeFacetCloudTest, CursorMarkTest, 
LargeFieldTest, MergeStrategyTest, QueryEqualityTest, QueryParsingTest, 
RankQueryTest, ReturnFieldsTest, SignificantTermsQParserPluginTest, 
TestComponentsName, TestCustomSort, TestDocSet, TestElisionMultitermQuery, 
TestFastLRUCache, TestFieldSortValues, TestFoldingMultitermQuery, 
TestGraphTermsQParserPlugin, TestHashQParserPlugin, TestIndexSearcher, 
TestInitQParser, TestLFUCache, TestExactStatsCache, 
SpellPossibilityIteratorTest, WordBreakSolrSpellCheckerTest, SuggesterTSTTest, 
TestAnalyzedSuggestions, TestFuzzyAnalyzedSuggestions, TestPhraseSuggestions, 
HdfsLockFactoryTest, TestNumericTerms32, TestUninvertingReader, 
MaxSizeAutoCommitTest, PeerSyncTest, PeerSyncWithIndexFingerprintCachingTest, 
PeerSyncWithLeaderTest, SolrIndexConfigTest, SolrIndexMetricsTest, 
TransactionLogTest, UpdateLogTest, UpdateParamsTest, VersionInfoTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, 
CategoryRoutedAliasUpdateProcessorTest]
   [junit4] Completed [846/846 (2!)] on J2 in 147.07s, 6 tests, 1 error <<< 
FAILURES!

[...truncated 42540 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23849/consoleText

[repro] Revision: 42f8203fc3e106cbe8482c9482831047419ef853

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=UnloadDistributedZkTest 
-Dtests.method=test -Dtests.seed=7589AF378A0CDD88 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=lrc-IQ -Dtests.timezone=America/Mexico_City 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  
-Dtestcase=CategoryRoutedAliasUpdateProcessorTest 
-Dtests.method=testInvalidMustMatch -Dtests.seed=7589AF378A0CDD88 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-GQ 
-Dtests.timezone=Pacific/Funafuti -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[repro] ant clean

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

[...truncated 3569 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 
-Dtests.class="*.UnloadDistributedZkTest|*.CategoryRoutedAliasUpdateProcessorTest"
 -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" 
-Dtests.seed=7589AF378A0CDD88 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=lrc-IQ -Dtests.timezone=America/Mexico_City -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[...truncated 128 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.UnloadDistributedZkTest
[repro]   0/5 failed: 
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
[repro] Exiting with code 0

[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to