Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/835/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  
org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest.testCdcrDocVersions

Error Message:
Error from server at http://127.0.0.1:53502: ADDREPLICA failed to create replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:53502: ADDREPLICA failed to create replica
        at 
__randomizedtesting.SeedInfo.seed([35AFA7B960A3D9BB:CD39AC1B92C536A7]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        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:1143)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
        at 
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:594)
        at 
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:352)
        at 
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:178)
        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$9.evaluate(RandomizedRunner.java:972)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 15480 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest
   [junit4]   2> 1935362 INFO  
(SUITE-CdcrVersionReplicationTest-seed#[35AFA7B960A3D9BB]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1935362 INFO  
(SUITE-CdcrVersionReplicationTest-seed#[35AFA7B960A3D9BB]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1935363 INFO  
(SUITE-CdcrVersionReplicationTest-seed#[35AFA7B960A3D9BB]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/data-dir-93-001
   [junit4]   2> 1935363 INFO  
(SUITE-CdcrVersionReplicationTest-seed#[35AFA7B960A3D9BB]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1935363 INFO  
(SUITE-CdcrVersionReplicationTest-seed#[35AFA7B960A3D9BB]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1935364 INFO  
(SUITE-CdcrVersionReplicationTest-seed#[35AFA7B960A3D9BB]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1935367 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1935368 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1935368 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1935468 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer start zk server on port:53429
   [junit4]   2> 1935468 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:53429
   [junit4]   2> 1935468 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53429
   [junit4]   2> 1935468 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53429
   [junit4]   2> 1935470 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1935474 INFO  (zkConnectionManagerCallback-10819-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1935475 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1935479 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1935483 INFO  (zkConnectionManagerCallback-10821-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1935483 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1935487 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1935490 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1935492 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1935495 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1935498 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1935501 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1935503 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1935505 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1935507 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1935508 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1935510 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1935512 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Starting testCdcrDocVersions
   [junit4]   2> 1936001 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short 
content, break even is size 23
   [junit4]   2> 1936001 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding 
port=0)
   [junit4]   2> 1936001 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 1936002 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; 
git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1936010 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1936010 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1936010 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1936013 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1aec6c0e{/,null,AVAILABLE}
   [junit4]   2> 1936015 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.AbstractConnector Started ServerConnector@9820ef3{HTTP/1.1, 
(http/1.1, h2c)}{127.0.0.1:53454}
   [junit4]   2> 1936016 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.Server Started @1936085ms
   [junit4]   2> 1936016 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, 
hostContext=/, hostPort=53454, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-001/cores}
   [junit4]   2> 1936016 ERROR 
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1936016 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1936017 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.6.0
   [junit4]   2> 1936017 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1936017 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1936017 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-07T02:24:57.974086Z
   [junit4]   2> 1936018 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1936021 INFO  (zkConnectionManagerCallback-10823-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1936021 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1936124 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1936124 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-001/solr.xml
   [junit4]   2> 1936130 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1936130 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1936132 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1936261 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1936266 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4e758ab3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1936266 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for Client@4e758ab3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1936273 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7fa1b69d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1936273 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for Client@7fa1b69d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1936274 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53429/solr
   [junit4]   2> 1936277 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1936281 INFO  (zkConnectionManagerCallback-10830-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1936282 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1936392 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53454_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1936395 INFO  (zkConnectionManagerCallback-10832-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1936395 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53454_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1936655 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53454_     ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:53454_
   [junit4]   2> 1936657 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53454_     ] o.a.s.c.Overseer Overseer 
(id=72117577383149572-127.0.0.1:53454_-n_0000000000) starting
   [junit4]   2> 1936667 INFO  
(OverseerStateUpdate-72117577383149572-127.0.0.1:53454_-n_0000000000) 
[n:127.0.0.1:53454_     ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:53454_
   [junit4]   2> 1936668 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53454_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53454_
   [junit4]   2> 1936671 INFO  (zkCallback-10831-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1936676 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53454_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1936677 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53454_     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1936695 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53454_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1936731 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53454_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1936743 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53454_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1936743 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53454_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1936745 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53454_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-001/cores
   [junit4]   2> 1937237 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short 
content, break even is size 23
   [junit4]   2> 1937237 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding 
port=0)
   [junit4]   2> 1937237 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 1937237 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; 
git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1937242 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1937243 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1937243 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1937243 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48f632bb{/,null,AVAILABLE}
   [junit4]   2> 1937245 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.AbstractConnector Started ServerConnector@76450a85{HTTP/1.1, 
(http/1.1, h2c)}{127.0.0.1:53478}
   [junit4]   2> 1937245 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.Server Started @1937314ms
   [junit4]   2> 1937245 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2, 
hostContext=/, hostPort=53478, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-002/cores}
   [junit4]   2> 1937245 ERROR 
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1937245 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1937245 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.6.0
   [junit4]   2> 1937245 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1937245 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1937245 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-07T02:24:59.202859Z
   [junit4]   2> 1937247 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1937253 INFO  (zkConnectionManagerCallback-10838-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1937255 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1937360 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1937360 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-002/solr.xml
   [junit4]   2> 1937364 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1937364 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1937365 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1937438 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1937440 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@53f9183c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1937441 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for Client@53f9183c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1937444 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7c4cd974[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1937444 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for Client@7c4cd974[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1937445 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53429/solr
   [junit4]   2> 1937447 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1937449 INFO  (zkConnectionManagerCallback-10845-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1937449 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1937556 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1937559 INFO  (zkConnectionManagerCallback-10847-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1937560 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1937596 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1937621 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.c.ZkController Publish node=127.0.0.1:53478_ as 
DOWN
   [junit4]   2> 1937626 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1937626 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53478_
   [junit4]   2> 1937630 INFO  (zkCallback-10831-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1937632 INFO  (zkCallback-10846-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1937638 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1937639 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1937668 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1937712 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1937755 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1937755 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1937759 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53478_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-002/cores
   [junit4]   2> 1938291 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short 
content, break even is size 23
   [junit4]   2> 1938291 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding 
port=0)
   [junit4]   2> 1938291 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 1938291 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; 
git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1938294 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1938294 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1938294 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1938295 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@356b5696{/,null,AVAILABLE}
   [junit4]   2> 1938297 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.AbstractConnector Started ServerConnector@9f55db1{HTTP/1.1, 
(http/1.1, h2c)}{127.0.0.1:53502}
   [junit4]   2> 1938297 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.Server Started @1938366ms
   [junit4]   2> 1938297 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard3, 
hostContext=/, hostPort=53502, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-003/cores}
   [junit4]   2> 1938297 ERROR 
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1938297 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1938297 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.6.0
   [junit4]   2> 1938297 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1938297 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1938297 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-07T02:25:00.254728Z
   [junit4]   2> 1938299 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1938303 INFO  (zkConnectionManagerCallback-10853-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1938303 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1938407 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1938407 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-003/solr.xml
   [junit4]   2> 1938410 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1938410 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1938411 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1938614 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1938617 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5f1a094f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1938617 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for Client@5f1a094f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1938621 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6570143e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1938621 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for Client@6570143e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1938622 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53429/solr
   [junit4]   2> 1938624 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1938627 INFO  (zkConnectionManagerCallback-10860-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1938627 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1938732 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1938737 INFO  (zkConnectionManagerCallback-10862-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1938737 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1938752 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1938769 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.c.ZkController Publish node=127.0.0.1:53502_ as 
DOWN
   [junit4]   2> 1938774 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1938774 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53502_
   [junit4]   2> 1938780 INFO  (zkCallback-10831-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1938780 INFO  (zkCallback-10846-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1938782 INFO  (zkCallback-10861-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1938790 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1938790 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1938807 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1938835 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1938848 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1938849 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1938850 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53502_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-003/cores
   [junit4]   2> 1939458 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short 
content, break even is size 23
   [junit4]   2> 1939458 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding 
port=0)
   [junit4]   2> 1939458 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 1939458 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; 
git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1939463 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1939463 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1939463 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1939464 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@29d7a224{/,null,AVAILABLE}
   [junit4]   2> 1939466 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.AbstractConnector Started ServerConnector@75f51902{HTTP/1.1, 
(http/1.1, h2c)}{127.0.0.1:53510}
   [junit4]   2> 1939466 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.Server Started @1939535ms
   [junit4]   2> 1939466 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard4, 
hostContext=/, hostPort=53510, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-004/cores}
   [junit4]   2> 1939466 ERROR 
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1939466 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1939466 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.6.0
   [junit4]   2> 1939466 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1939466 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1939466 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-07T02:25:01.423733Z
   [junit4]   2> 1939468 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1939471 INFO  (zkConnectionManagerCallback-10868-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1939472 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1939579 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1939579 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-004/solr.xml
   [junit4]   2> 1939582 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1939582 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1939583 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1939687 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1939689 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@32b6515e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1939689 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for Client@32b6515e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1939692 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@65c5cbd1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1939692 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for Client@65c5cbd1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1939694 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53429/solr
   [junit4]   2> 1939695 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1939699 INFO  (zkConnectionManagerCallback-10875-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1939699 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1939815 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1939821 INFO  (zkConnectionManagerCallback-10877-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1939821 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1939871 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1939886 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.c.ZkController Publish node=127.0.0.1:53510_ as 
DOWN
   [junit4]   2> 1939890 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1939890 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53510_
   [junit4]   2> 1939895 INFO  (zkCallback-10831-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1939895 INFO  (zkCallback-10846-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1939895 INFO  (zkCallback-10861-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1939896 INFO  (zkCallback-10876-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1939901 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1939902 WARN  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1939918 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1939955 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1939975 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1939975 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1939977 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) 
[n:127.0.0.1:53510_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-004/cores
   [junit4]   2> 1939990 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1939994 INFO  (zkConnectionManagerCallback-10886-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1939994 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1939997 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1940015 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53429/solr 
ready
   [junit4]   2> 1940022 INFO  (qtp1962109197-30345) [n:127.0.0.1:53502_     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=tmp_collection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1940055 INFO  
(OverseerThreadFactory-7115-thread-1-processing-n:127.0.0.1:53454_) 
[n:127.0.0.1:53454_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
tmp_collection
   [junit4]   2> 1940194 WARN  
(OverseerThreadFactory-7115-thread-1-processing-n:127.0.0.1:53454_) 
[n:127.0.0.1:53454_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (tmp_collection) without cores.
   [junit4]   2> 1940200 INFO  (qtp1962109197-30345) [n:127.0.0.1:53502_     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1940206 INFO  (qtp1962109197-30345) [n:127.0.0.1:53502_     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=tmp_collection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2}
 status=0 QTime=184
   [junit4]   2> 1940207 INFO  (qtp1962109197-30346) [n:127.0.0.1:53502_     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:53454_&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1940220 INFO  
(OverseerCollectionConfigSetProcessor-72117577383149572-127.0.0.1:53454_-n_0000000000)
 [n:127.0.0.1:53454_     ] 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> 1940226 INFO  
(OverseerThreadFactory-7115-thread-2-processing-n:127.0.0.1:53454_) 
[n:127.0.0.1:53454_ c:tmp_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd 
Node Identified 127.0.0.1:53454_ for creating new replica of shard shard1 for 
collection tmp_collection
   [junit4]   2> 1940238 INFO  
(OverseerThreadFactory-7115-thread-2-processing-n:127.0.0.1:53454_) 
[n:127.0.0.1:53454_ c:tmp_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 1940247 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_    
x:tmp_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n1&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1940247 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_    
x:tmp_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1945104 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1945136 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1945226 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1945328 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'tmp_collection_shard1_replica_n1' 
using configuration from configset conf1, trusted=true
   [junit4]   2> 1945328 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.tmp_collection.shard1.replica_n1' (registry 
'solr.core.tmp_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f848b20
   [junit4]   2> 1945328 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[tmp_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-001/cores/tmp_collection_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001/jetty-001/cores/tmp_collection_shard1_replica_n1/data/]
   [junit4]   2> 1945332 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=73.9443359375, 
floorSegmentMB=1.7548828125, forceMergeDeletesPctAllowed=13.08061322732338, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16398374132148624, deletesPctAllowed=39.25305397248187
   [junit4]   2> 1945398 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1945398 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1945402 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1945402 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1945403 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=36.4287109375, 
floorSegmentMB=1.33984375, forceMergeDeletesPctAllowed=0.35482091224634416, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=37.283342554101544
   [junit4]   2> 1945403 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@518be0cf[tmp_collection_shard1_replica_n1] main]
   [junit4]   2> 1945404 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1945405 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1945406 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1945411 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/tmp_collection/cdcr/state/buffer
   [junit4]   2> 1945413 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/tmp_collection/cdcr/state/process
   [junit4]   2> 1945415 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1663278836478902272
   [junit4]   2> 1945418 INFO  
(searcherExecutor-7147-thread-1-processing-n:127.0.0.1:53454_ 
x:tmp_collection_shard1_replica_n1 c:tmp_collection s:shard1) 
[n:127.0.0.1:53454_ c:tmp_collection s:shard1  
x:tmp_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[tmp_collection_shard1_replica_n1] Registered new searcher 
Searcher@518be0cf[tmp_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1945425 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/tmp_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1945425 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/tmp_collection/leaders/shard1
   [junit4]   2> 1945441 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1945441 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1945441 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:53454/tmp_collection_shard1_replica_n1/
   [junit4]   2> 1945442 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1945443 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy http://127.0.0.1:53454/tmp_collection_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1945443 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/tmp_collection/leaders/shard1/leader after winning as 
/collections/tmp_collection/leader_elect/shard1/election/72117577383149572-core_node2-n_0000000000
   [junit4]   2> 1945444 INFO  (zkCallback-10831-thread-1) [     ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard1
   [junit4]   2> 1945452 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:53454/tmp_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1945466 INFO  (zkCallback-10831-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1945466 INFO  (zkCallback-10831-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1945472 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1945535 INFO  (qtp1350095730-30285) [n:127.0.0.1:53454_     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n1&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=5288
   [junit4]   2> 1945546 INFO  (qtp1962109197-30346) [n:127.0.0.1:53502_ 
c:tmp_collection    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:53454_&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=5339
   [junit4]   2> 1945547 INFO  (qtp1962109197-30347) [n:127.0.0.1:53502_     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:53478_&action=ADDREPLICA&collection=tmp_collection&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1945583 INFO  
(OverseerThreadFactory-7115-thread-3-processing-n:127.0.0.1:53454_) 
[n:127.0.0.1:53454_ c:tmp_collection s:shard2   ] o.a.s.c.a.c.AddReplicaCmd 
Node Identified 127.0.0.1:53478_ for creating new replica of shard shard2 for 
collection tmp_collection
   [junit4]   2> 1945584 INFO  
(OverseerCollectionConfigSetProcessor-72117577383149572-127.0.0.1:53454_-n_0000000000)
 [n:127.0.0.1:53454_     ] 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> 1945586 INFO  (zkCallback-10831-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1945586 INFO  (zkCallback-10831-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1945586 INFO  (zkCallback-10831-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1945605 INFO  
(OverseerThreadFactory-7115-thread-3-processing-n:127.0.0.1:53454_) 
[n:127.0.0.1:53454_ c:tmp_collection s:shard2   ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 1945616 INFO  (qtp1461573002-30319) [n:127.0.0.1:53478_    
x:tmp_collection_shard2_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard2_replica_n3&action=CREATE&collection=tmp_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1945737 INFO  (zkCallback-10831-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1945737 INFO  (zkCallback-10831-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1945737 INFO  (zkCallback-10831-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1962012 ERROR 
(OverseerThreadFactory-7115-thread-3-processing-n:127.0.0.1:53454_) 
[n:127.0.0.1:53454_ c:tmp_collection s:shard2   ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: 
http://127.0.0.1:53478
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: 
Timeout occured while waiting response from server at: 
http://127.0.0.1:53478/admin/cores
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:407)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout 
occured while waiting response from server at: 
http://127.0.0.1:53478/admin/cores
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:407)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:753)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.request(HttpShardHandler.java:208)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:170)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
 ~[metrics-core-4.1.5.jar:4.1.5]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:830) [?:?]
   [junit4]   2> Caused by: java.util.concurrent.TimeoutException
   [junit4]   2>        at 
org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
 ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:398)
 ~[java/:?]
   [junit4]   2>        ... 12 more
   [junit4]   2> 1962046 ERROR 
(OverseerThreadFactory-7115-thread-3-processing-n:127.0.0.1:53454_) 
[n:127.0.0.1:53454_ c:tmp_collection s:shard2   ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: tmp_collection 
operation: addreplica failed:org.apache.solr.common.SolrException: ADDREPLICA 
failed to create replica
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler$ShardRequestTracker.processResponses(OverseerCollectionMessageHandler.java:1031)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler$ShardRequestTracker.processResponses(OverseerCollectionMessageHandler.java:1014)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.AddReplicaCmd.lambda$addReplica$1(AddReplicaCmd.java:177)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.AddReplicaCmd.addReplica(AddReplicaCmd.java:199)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.AddReplicaCmd.call(AddReplicaCmd.java:93)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:263)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:504)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> Caused by: org.apache.solr.client.solrj.SolrServerException: 
Timeout occured while waiting response from server at: 
http://127.0.0.1:53478/admin/cores
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:407)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:753)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.request(HttpShardHandler.java:208)
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:170)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
   [junit4]   2>        ... 4 more
   [junit4]   2> Caused by: java.util.concurrent.TimeoutException
   [junit4]   2>        at 
org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:398)
   [junit4]   2>        ... 12 more
   [junit4]   2> 
   [junit4]   2> 1962092 INFO  (qtp1962109197-30347) [n:127.0.0.1:53502_ 
c:tmp_collection    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:53478_&action=ADDREPLICA&collection=tmp_collection&shard=shard2&type=NRT&wt=javabin&version=2}
 status=500 QTime=16544
   [junit4]   2> 1962092 ERROR (qtp1962109197-30347) [n:127.0.0.1:53502_ 
c:tmp_collection    ] o.a.s.s.HttpSolrCall 
null:org.apache.solr.common.SolrException: ADDREPLICA failed to create replica
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrResponse.getException(SolrResponse.java:64)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:282)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:254)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> 1962243 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=40138894
   [junit4]   2> 1962243 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53454_
   [junit4]   2> 1962245 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1962245 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkController Publish node=127.0.0.1:53454_ as DOWN
   [junit4]   2> 1962254 INFO  (coreCloseExecutor-7153-thread-1) 
[n:127.0.0.1:53454_     ] o.a.s.c.SolrCore [tmp_collection_shard1_replica_n1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@5c91ccac
   [junit4]   2> 1962254 INFO  (coreCloseExecutor-7153-thread-1) 
[n:127.0.0.1:53454_     ] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core.tmp_collection.shard1.replica_n1, tag=SolrCore@5c91ccac
   [junit4]   2> 1962254 INFO  (coreCloseExecutor-7153-thread-1) 
[n:127.0.0.1:53454_     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7edd4f2c: rootName = null, 
domain = solr.core.tmp_collection.shard1.replica_n1, service url = null, agent 
id = null] for registry solr.core.tmp_collection.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@5333208
   [junit4]   2> 1962254 INFO  (qtp1461573002-30319) [n:127.0.0.1:53478_ 
c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n3 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1962272 INFO  (zkCallback-10831-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1962272 INFO  (zkCallback-10831-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1962272 INFO  (zkCallback-10831-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1962288 INFO  (qtp1461573002-30319) [n:127.0.0.1:53478_ 
c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n3 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1962299 INFO  (coreCloseExecutor-7153-thread-1) 
[n:127.0.0.1:53454_     ] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection.tmp_collection.shard1.leader, tag=SolrCore@5c91ccac
   [junit4]   2> 1962299 INFO  (coreCloseExecutor-7153-thread-1) 
[n:127.0.0.1:53454_     ] o.a.s.h.CdcrRequestHandler Solr core is being closed 
- shutting down CDCR handler @ tmp_collection:shard1
   [junit4]   2> 1962300 INFO  (coreCloseExecutor-7153-thread-1) 
[n:127.0.0.1:53454_     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1962306 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1962306 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@723c71a3: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@44b5d10b
   [junit4]   2> 1962311 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1962313 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@511d6e73: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@1ebbc381
   [junit4]   2> 1962315 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1962316 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@589f2cc0: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@623edf0a
   [junit4]   2> 1962316 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 1962318 INFO  (closeThreadPool-10891-thread-2) [     ] 
o.a.s.c.Overseer Overseer (id=72117577383149572-127.0.0.1:53454_-n_0000000000) 
closing
   [junit4]   2> 1962318 INFO  
(OverseerStateUpdate-72117577383149572-127.0.0.1:53454_-n_0000000000) 
[n:127.0.0.1:53454_     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:53454_
   [junit4]   2> 1962325 INFO  
(OverseerAutoScalingTriggerThread-72117577383149572-127.0.0.1:53454_-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1962330 INFO  (closeThreadPool-10891-thread-1) [     ] 
o.a.s.c.Overseer Overseer (id=72117577383149572-127.0.0.1:53454_-n_0000000000) 
closing
   [junit4]   2> 1962393 INFO  (qtp1461573002-30319) [n:127.0.0.1:53478_ 
c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n3 ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1962431 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.Overseer Overseer 
(id=72117577383149572-127.0.0.1:53454_-n_0000000000) closing
   [junit4]   2> 1962436 INFO  (zkCallback-10861-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]  

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

ector Stopped ServerConnector@75f51902{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1971290 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@29d7a224{/,null,UNAVAILABLE}
   [junit4]   2> 1971290 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1971294 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Ending testCdcrDocVersions
   [junit4]   2> 1971294 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1971510 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        4       /solr/packages.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        2       
/solr/collections/tmp_collection/leaders/shard1/leader
   [junit4]   2>        2       /solr/collections/tmp_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        15      /solr/collections/tmp_collection/state.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        24      /solr/overseer/queue
   [junit4]   2>        21      /solr/live_nodes
   [junit4]   2>        14      /solr/overseer/collection-queue-work
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        3       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        3       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1971512 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:53429
   [junit4]   2> 1971512 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53429
   [junit4]   2> 1971512 INFO  
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[35AFA7B960A3D9BB]) [ 
    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53429
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CdcrVersionReplicationTest -Dtests.method=testCdcrDocVersions 
-Dtests.seed=35AFA7B960A3D9BB -Dtests.slow=true -Dtests.locale=en-CY 
-Dtests.timezone=America/Argentina/Rio_Gallegos -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   36.2s J3 | CdcrVersionReplicationTest.testCdcrDocVersions 
<<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:53502: ADDREPLICA failed to create replica
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([35AFA7B960A3D9BB:CD39AC1B92C536A7]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
   [junit4]    >        at 
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:594)
   [junit4]    >        at 
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:352)
   [junit4]    >        at 
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:178)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_35AFA7B960A3D9BB-001
   [junit4]   2> Apr 07, 2020 2:25:33 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, 
docValues:{}, maxPointsInLeafNode=1764, maxMBSortInHeap=7.9797901960384605, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@15cfc4ab),
 locale=en-CY, timezone=America/Argentina/Rio_Gallegos
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 
(64-bit)/cpus=6,threads=1,free=163394680,total=516947968
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerTaskQueueTest, 
TestRTimerTree, TestCloudSchemaless, RankQueryTest, TestLockTree, 
TestLegacyNumericUtils, CircularListTest, SolrJmxReporterTest, 
TestComponentsName, TestMultiWordSynonyms, SolrPluginUtilsTest, 
TestSolrConfigHandlerCloud, ShardSplitTest, DateRangeFieldTest, 
TestSolrDeletionPolicy1, AtomicUpdatesTest, TestPostingsSolrHighlighter, 
SignatureUpdateProcessorFactoryTest, DocumentBuilderTest, NumberUtilsTest, 
TestCoreDiscovery, TestFieldCacheWithThreads, RecoveryZkTest, 
RandomizedTaggerTest, BigEndianAscendingWordSerializerTest, CdcrBootstrapTest, 
ZookeeperStatusHandlerTest, PKIAuthenticationIntegrationTest, 
DistributedQueryComponentCustomSortTest, MBeansHandlerTest, 
DirectoryFactoryTest, TestHdfsCloudBackupRestore, TestPivotHelperCode, 
CacheHeaderTest, TestRestManager, V2StandaloneTest, 
TestTolerantUpdateProcessorRandomCloud, TestScoreJoinQPNoScore, 
AuditLoggerIntegrationTest, OutputWriterTest, TestCloudJSONFacetSKG, 
DocValuesNotIndexedTest, TestBinaryResponseWriter, CSVRequestHandlerTest, 
TriggerEventQueueTest, TestSolrFieldCacheBean, TestOrdValues, UpdateParamsTest, 
FastVectorHighlighterTest, TestHttpServletCarrier, 
CollectionsAPIDistributedZkTest, TestCloudSearcherWarming, 
LegacyCloudClusterPropTest, AddBlockUpdateTest, 
TestReplicationHandlerDiskOverFlow, RAMDirectoryFactoryTest, 
SystemInfoHandlerTest, TestGraphTermsQParserPlugin, ConfigSetsAPITest, 
TestPullReplicaErrorHandling, TestSimLargeCluster, 
AutoAddReplicasPlanActionTest, BooleanFieldTest, 
TestSha256AuthenticationProvider, HdfsChaosMonkeySafeLeaderTest, TestLRUCache, 
DistributedTermsComponentTest, TestRetrieveFieldsOptimizer, 
PrimitiveFieldTypeTest, TestGroupingSearch, DeleteLastCustomShardedReplicaTest, 
TestSchemaResource, ClusterStateUpdateTest, 
TestCloudPhrasesIdentificationComponent, ReplicationFactorTest, 
TestNonDefinedSimilarityFactory, TestSchemaManager, TestSimTriggerIntegration, 
CloudMLTQParserTest, TestXmlQParserPlugin, TestDynamicFieldNamesIndexCorrectly, 
SolrRequestParserTest, SolrCoreTest, JWTAuthPluginIntegrationTest, 
TestConfigOverlay, TestNumericTokenStream, SolrIndexConfigTest, 
SolrCLIZkUtilsTest, TestWithCollection, IndexSizeTriggerTest, 
TriggerSetPropertiesIntegrationTest, TestSimComputePlanAction, 
CdcrReplicationHandlerTest, CdcrVersionReplicationTest]
   [junit4] Completed [613/904 (1!)] on J3 in 37.33s, 1 test, 1 error <<< 
FAILURES!

[...truncated 48912 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/835/consoleText

[repro] Revision: de32d0dbcbe7c8c105aa8c2000bf502f5eb4feeb

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=CdcrVersionReplicationTest 
-Dtests.method=testCdcrDocVersions -Dtests.seed=35AFA7B960A3D9BB 
-Dtests.slow=true -Dtests.locale=en-CY 
-Dtests.timezone=America/Argentina/Rio_Gallegos -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 3448 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.CdcrVersionReplicationTest" -Dtests.showOutput=onerror 
"-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" 
-Dtests.seed=35AFA7B960A3D9BB -Dtests.slow=true -Dtests.locale=en-CY 
-Dtests.timezone=America/Argentina/Rio_Gallegos -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[...truncated 81 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest
[repro] Exiting with code 0

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

Reply via email to