Build: https://jenkins.thetaphi.de/job/Lucene-Solr-SOLR-13661-Windows/59/
Java: 64bit/jdk-14-ea+14 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  
org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup

Error Message:
IOException occurred when talking to server at: https://127.0.0.1:49380/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occurred when 
talking to server at: https://127.0.0.1:49380/solr
        at 
__randomizedtesting.SeedInfo.seed([F95A5A78E5446061:2E7217A0F4A4298F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:679)
        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:1127)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:896)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:828)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:549)
        at 
org.apache.solr.cloud.TestCloudSearcherWarming.tearDown(TestCloudSearcherWarming.java:79)
        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:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        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)
Caused by: javax.net.ssl.SSLException: An established connection was aborted by 
the software in your host machine
        at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
        at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
        at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
        at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
        at 
java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
        at 
java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
        ... 47 more
        Suppressed: java.net.SocketException: An established connection was 
aborted by the software in your host machine
                at 
java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
                at 
java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
                at 
java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
                at 
java.base/java.net.Socket$SocketOutputStream.write(Socket.java:989)
                at 
java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
                at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
                ... 69 more
Caused by: java.net.SocketException: An established connection was aborted by 
the software in your host machine
        at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
        at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
        at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
        at java.base/java.net.Socket$SocketInputStream.read(Socket.java:919)
        at 
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:457)
        at 
java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
        at 
java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
        at 
java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
        ... 65 more




Build Log:
[...truncated 12959 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudSearcherWarming
   [junit4]   2> 55996 INFO  
(SUITE-TestCloudSearcherWarming-seed#[F95A5A78E5446061]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\data-dir-10-001
   [junit4]   2> 55996 WARN  
(SUITE-TestCloudSearcherWarming-seed#[F95A5A78E5446061]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=15 numCloses=15
   [junit4]   2> 55996 INFO  
(SUITE-TestCloudSearcherWarming-seed#[F95A5A78E5446061]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 55998 INFO  
(SUITE-TestCloudSearcherWarming-seed#[F95A5A78E5446061]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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)
   [junit4]   2> 55999 INFO  
(SUITE-TestCloudSearcherWarming-seed#[F95A5A78E5446061]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 56001 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testPeersyncFailureReplicationSuccess
   [junit4]   2> 56003 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001
   [junit4]   2> 56003 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 56004 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 56004 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 56105 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.ZkTestServer start zk server on port:65452
   [junit4]   2> 56105 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:65452
   [junit4]   2> 56105 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65452
   [junit4]   2> 56105 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65452
   [junit4]   2> 56107 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56113 INFO  (zkConnectionManagerCallback-257-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56113 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56117 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56121 INFO  (zkConnectionManagerCallback-259-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56121 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56122 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56125 INFO  (zkConnectionManagerCallback-261-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56125 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56278 WARN  (jetty-launcher-262-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 56278 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 56278 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 56278 INFO  (jetty-launcher-262-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 14-ea+14-570
   [junit4]   2> 56279 INFO  (jetty-launcher-262-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 56279 INFO  (jetty-launcher-262-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 56279 INFO  (jetty-launcher-262-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 56279 INFO  (jetty-launcher-262-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@74786cb0{/solr,null,AVAILABLE}
   [junit4]   2> 56282 INFO  (jetty-launcher-262-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3383a7c6{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:65465}
   [junit4]   2> 56282 INFO  (jetty-launcher-262-thread-1) [     ] 
o.e.j.s.Server Started @56303ms
   [junit4]   2> 56282 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65465}
   [junit4]   2> 56282 ERROR (jetty-launcher-262-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 56282 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 56282 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 56282 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 56282 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 56282 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-11-13T16:06:35.172730700Z
   [junit4]   2> 56284 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56287 INFO  (zkConnectionManagerCallback-264-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56287 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56288 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 56452 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 56455 WARN  (jetty-launcher-262-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@39d0f632[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56455 WARN  (jetty-launcher-262-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@39d0f632[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56460 WARN  (jetty-launcher-262-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3bc984a8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56460 WARN  (jetty-launcher-262-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3bc984a8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56460 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65452/solr
   [junit4]   2> 56462 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56465 INFO  (zkConnectionManagerCallback-271-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56465 INFO  (jetty-launcher-262-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56569 INFO  (jetty-launcher-262-thread-1) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 56573 INFO  (zkConnectionManagerCallback-273-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56573 INFO  (jetty-launcher-262-thread-1) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 56685 INFO  (jetty-launcher-262-thread-1) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:65465_solr
   [junit4]   2> 56686 INFO  (jetty-launcher-262-thread-1) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.Overseer Overseer 
(id=72247848524185605-127.0.0.1:65465_solr-n_0000000000) starting
   [junit4]   2> 56692 INFO  (jetty-launcher-262-thread-1) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65465_solr
   [junit4]   2> 56692 INFO  
(OverseerStateUpdate-72247848524185605-127.0.0.1:65465_solr-n_0000000000) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:65465_solr
   [junit4]   2> 56694 INFO  
(OverseerStateUpdate-72247848524185605-127.0.0.1:65465_solr-n_0000000000) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 56723 INFO  (jetty-launcher-262-thread-1) 
[n:127.0.0.1:65465_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 56744 INFO  (jetty-launcher-262-thread-1) 
[n:127.0.0.1:65465_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65465.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@681c9a8d
   [junit4]   2> 56750 INFO  (jetty-launcher-262-thread-1) 
[n:127.0.0.1:65465_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65465.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@681c9a8d
   [junit4]   2> 56752 INFO  (jetty-launcher-262-thread-1) 
[n:127.0.0.1:65465_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65465.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@681c9a8d
   [junit4]   2> 56754 INFO  (jetty-launcher-262-thread-1) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\.
   [junit4]   2> 56773 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 56774 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56777 INFO  (zkConnectionManagerCallback-282-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56777 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56778 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 56780 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:65452/solr ready
   [junit4]   2> 56850 INFO  (qtp1605798283-691) [n:127.0.0.1:65465_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&maxShardsPerNode=2&name=testPeersyncFailureReplicationSuccess&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:65465_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 56853 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testPeersyncFailureReplicationSuccess
   [junit4]   2> 56855 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/managed-schema
   [junit4]   2> 56857 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/protwords.txt
   [junit4]   2> 56858 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/solrconfig.xml
   [junit4]   2> 56860 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/synonyms.txt
   [junit4]   2> 56861 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/stopwords.txt
   [junit4]   2> 56864 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 56865 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 56867 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 56869 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 56871 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 56872 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 56874 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_et.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 56876 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 56878 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 56879 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 56881 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 56883 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 56885 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 56887 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 56889 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 56891 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 56893 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 56894 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 56896 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 56898 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 56900 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 56901 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 56903 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 56903 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 56903 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 56909 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 56911 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 56913 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 56914 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 56916 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 56918 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 56920 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 56921 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 56923 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 56925 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 56926 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 56928 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 56930 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 56932 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 56935 INFO  
(OverseerThreadFactory-274-thread-1-processing-n:127.0.0.1:65465_solr) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/params.json
   [junit4]   2> 57045 INFO  
(OverseerStateUpdate-72247848524185605-127.0.0.1:65465_solr-n_0000000000) 
[n:127.0.0.1:65465_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPeersyncFailureReplicationSuccess",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"testPeersyncFailureReplicationSuccess_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:65465/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 57269 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr    
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testPeersyncFailureReplicationSuccess.AUTOCREATED&newCollection=true&name=testPeersyncFailureReplicationSuccess_shard1_replica_n1&action=CREATE&numShards=1&collection=testPeersyncFailureReplicationSuccess&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 57270 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr    
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 58290 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 58290 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 58291 WARN  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 58291 WARN  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-cell-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 58291 WARN  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 58291 WARN  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 58291 WARN  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\langid\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 58292 WARN  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-langid-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 58292 WARN  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 58292 WARN  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 58292 WARN  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 58292 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 58312 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.IndexSchema 
[testPeersyncFailureReplicationSuccess_shard1_replica_n1] Schema 
name=default-config
   [junit4]   2> 58436 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.IndexSchema 
Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 58436 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 
'testPeersyncFailureReplicationSuccess_shard1_replica_n1' using configuration 
from collection testPeersyncFailureReplicationSuccess, trusted=true
   [junit4]   2> 58437 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65465.solr.core.testPeersyncFailureReplicationSuccess.shard1.replica_n1' 
(registry 'solr.core.testPeersyncFailureReplicationSuccess.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@681c9a8d
   [junit4]   2> 58438 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[testPeersyncFailureReplicationSuccess_shard1_replica_n1] ] Opening new 
SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\.\testPeersyncFailureReplicationSuccess_shard1_replica_n1\data\]
   [junit4]   2> 58462 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 58537 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 58537 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 58540 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 58540 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 58544 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3996e9ba[testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
main]
   [junit4]   2> 58547 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 58548 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 58548 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/managed-schema
   [junit4]   2> 58549 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 58549 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 58549 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, 
classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, 
maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, 
maxQueryFrequency=0.01}
   [junit4]   2> 58550 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 58550 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1650103363766845440
   [junit4]   2> 58552 INFO  
(searcherExecutor-279-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@3996e9ba[testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 58552 INFO  
(searcherExecutor-279-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 58552 INFO  
(searcherExecutor-279-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 58553 INFO  
(searcherExecutor-279-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.SolrCore [testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
Registered new searcher 
Searcher@3996e9ba[testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 58556 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testPeersyncFailureReplicationSuccess/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 58556 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testPeersyncFailureReplicationSuccess/leaders/shard1
   [junit4]   2> 58560 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 58560 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 58560 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:65465/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/
   [junit4]   2> 58561 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 58561 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:65465/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/
 has no replicas
   [junit4]   2> 58561 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/testPeersyncFailureReplicationSuccess/leaders/shard1/leader after 
winning as 
/collections/testPeersyncFailureReplicationSuccess/leader_elect/shard1/election/72247848524185605-core_node2-n_0000000000
   [junit4]   2> 58564 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:65465/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/
 shard1
   [junit4]   2> 58667 INFO  (zkCallback-272-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testPeersyncFailureReplicationSuccess/state.json] for 
collection [testPeersyncFailureReplicationSuccess] has occurred - updating... 
(live nodes size: [1])
   [junit4]   2> 58668 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 58674 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testPeersyncFailureReplicationSuccess.AUTOCREATED&newCollection=true&name=testPeersyncFailureReplicationSuccess_shard1_replica_n1&action=CREATE&numShards=1&collection=testPeersyncFailureReplicationSuccess&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1405
   [junit4]   2> 58678 INFO  (qtp1605798283-691) [n:127.0.0.1:65465_solr     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 58772 INFO  (zkCallback-272-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testPeersyncFailureReplicationSuccess/state.json] for 
collection [testPeersyncFailureReplicationSuccess] has occurred - updating... 
(live nodes size: [1])
   [junit4]   2> 58772 INFO  (zkCallback-272-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testPeersyncFailureReplicationSuccess/state.json] for 
collection [testPeersyncFailureReplicationSuccess] has occurred - updating... 
(live nodes size: [1])
   [junit4]   2> 58772 INFO  (qtp1605798283-691) [n:127.0.0.1:65465_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&maxShardsPerNode=2&name=testPeersyncFailureReplicationSuccess&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:65465_solr&wt=javabin&version=2}
 status=0 QTime=1922
   [junit4]   2> 58773 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.SolrCloudTestCase waitForState 
(testPeersyncFailureReplicationSuccess): The collection should have 1 shard and 
1 replica
   [junit4]   2> 58774 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica 
count: 1
   [junit4]   2> 58774 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica 
count: 1
   [junit4]   2> 58775 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica 
count: 1
   [junit4]   2> 58788 INFO  (qtp1605798283-694) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the 
property overlay to be of version 0 for collection 
testPeersyncFailureReplicationSuccess
   [junit4]   2> 58788 INFO  (Thread-83) [     ] o.a.s.c.SolrCore config update 
listener called for core testPeersyncFailureReplicationSuccess_shard1_replica_n1
   [junit4]   2> 58789 INFO  (Thread-83) [     ] o.a.s.c.SolrCore core reload 
testPeersyncFailureReplicationSuccess_shard1_replica_n1
   [junit4]   2> 58790 INFO  
(solrHandlerExecutor-284-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 58801 INFO  (Thread-83) [     ] o.a.s.c.RequestParams conf 
resource params.json loaded . version : 0 
   [junit4]   2> 58801 INFO  (Thread-83) [     ] o.a.s.c.RequestParams request 
params refreshed to version 0
   [junit4]   2> 58802 WARN  (Thread-83) [     ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 58802 WARN  (Thread-83) [     ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-cell-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 58802 WARN  (Thread-83) [     ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 58802 WARN  (Thread-83) [     ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 58802 WARN  (Thread-83) [     ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\langid\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 58802 WARN  (Thread-83) [     ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-langid-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 58802 WARN  (Thread-83) [     ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 58802 WARN  (Thread-83) [     ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 58803 WARN  (Thread-83) [     ] o.a.s.c.SolrConfig Couldn't 
add files from 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 58810 INFO  (Thread-83) [     ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 9.0.0
   [junit4]   2> 58830 INFO  (Thread-83) [     ] o.a.s.s.IndexSchema 
[testPeersyncFailureReplicationSuccess_shard1_replica_n1] Schema 
name=default-config
   [junit4]   2> 58855 INFO  
(OverseerCollectionConfigSetProcessor-72247848524185605-127.0.0.1:65465_solr-n_0000000000)
 [n:127.0.0.1:65465_solr     ] 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> 58924 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 58925 INFO  (qtp1605798283-693) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.S.Request 
[testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=1
   [junit4]   2> 58928 INFO  (SolrConfigHandler-refreshconf) [     ] 
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 58929 INFO  
(solrHandlerExecutor-284-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from 
https://127.0.0.1:65465/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/
 for prop overlay   after 1 attempts
   [junit4]   2> 58929 INFO  
(solrHandlerExecutor-284-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 58959 INFO  (Thread-83) [     ] o.a.s.s.IndexSchema Loaded 
schema default-config/1.6 with uniqueid field id
   [junit4]   2> 58959 INFO  (Thread-83) [     ] o.a.s.c.CoreContainer 
Reloading SolrCore 'testPeersyncFailureReplicationSuccess_shard1_replica_n1' 
using configuration from collection testPeersyncFailureReplicationSuccess
   [junit4]   2> 58978 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65465.solr.core.testPeersyncFailureReplicationSuccess.shard1.replica_n1' 
(registry 'solr.core.testPeersyncFailureReplicationSuccess.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@681c9a8d
   [junit4]   2> 58978 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[testPeersyncFailureReplicationSuccess_shard1_replica_n1] ] Opening new 
SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001\tempDir-001\node1\.\testPeersyncFailureReplicationSuccess_shard1_replica_n1\data\]
   [junit4]   2> 58983 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 59032 INFO  (qtp1605798283-691) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 59033 INFO  (qtp1605798283-691) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.S.Request 
[testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 59034 INFO  
(solrHandlerExecutor-284-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from 
https://127.0.0.1:65465/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/
 for prop overlay   after 2 attempts
   [junit4]   2> 59034 INFO  
(solrHandlerExecutor-284-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 59034 INFO  (SolrConfigHandler-refreshconf) [     ] 
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 59058 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 59058 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 59063 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@516a543f[testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
main]
   [junit4]   2> 59065 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 59066 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 59066 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/managed-schema
   [junit4]   2> 59066 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 59066 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 59066 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, 
classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, 
maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, 
maxQueryFrequency=0.01}
   [junit4]   2> 59067 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 59067 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1650103364308959232
   [junit4]   2> 59070 INFO  
(searcherExecutor-285-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@516a543f[testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 59070 INFO  
(searcherExecutor-285-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 59070 INFO  
(searcherExecutor-285-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 59073 INFO  
(searcherExecutor-285-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.SolrCore [testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
Registered new searcher 
Searcher@516a543f[testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 59075 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 59076 INFO  (Thread-83) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@79653783[testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
main]
   [junit4]   2> 59077 INFO  
(searcherExecutor-285-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@79653783[testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 59077 INFO  
(searcherExecutor-285-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 59079 INFO  
(searcherExecutor-285-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.SolrCore [testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
Registered new searcher 
Searcher@79653783[testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 59139 INFO  (qtp1605798283-695) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 59139 INFO  (qtp1605798283-695) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.SolrConfigHandler isStale false , resourceloader 
org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 59139 INFO  (qtp1605798283-695) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.S.Request 
[testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 59142 INFO  (qtp1605798283-694) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.h.SolrConfigHandler Took 354.0ms to set the property overlay to be of 
version 0 for collection testPeersyncFailureReplicationSuccess
   [junit4]   2> 59142 INFO  (qtp1605798283-694) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.S.Request 
[testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr 
path=/config params={wt=javabin&version=2} status=0 QTime=360
   [junit4]   2> 59142 INFO  (qtp1605798283-694) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrCore 
[testPeersyncFailureReplicationSuccess_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1d756126
   [junit4]   2> 59142 INFO  (qtp1605798283-694) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testPeersyncFailureReplicationSuccess.shard1.replica_n1, 
tag=SolrCore@1d756126
   [junit4]   2> 59142 INFO  (qtp1605798283-694) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3e7ec84e: rootName = 
solr_65465, domain = 
solr.core.testPeersyncFailureReplicationSuccess.shard1.replica_n1, service url 
= null, agent id = null] for registry 
solr.core.testPeersyncFailureReplicationSuccess.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@1196f964
   [junit4]   2> 59150 INFO  (qtp1605798283-694) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testPeersyncFailureReplicationSuccess.shard1.leader, 
tag=SolrCore@1d756126
   [junit4]   2> 59191 INFO  (qtp1605798283-691) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testPeersyncFailureReplicationSuccess/terms/shard1 to 
Terms{values={core_node2=1}, version=1}
   [junit4]   2> 59191 INFO  (qtp1605798283-691) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1650103364429545472)]} 0 29
   [junit4]   2> 59196 INFO  (qtp1605798283-695) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1650103364444225536,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 59196 INFO  (qtp1605798283-695) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@536eaf4c 
commitCommandVersion:1650103364444225536
   [junit4]   2> 59246 INFO  (qtp1605798283-695) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b0e8053[testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
main]
   [junit4]   2> 59247 INFO  
(searcherExecutor-285-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@1b0e8053[testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os.arch=amd64,
 source=flush, lucene.version=9.0.0, java.vm.version=14-ea+14-570, 
java.version=14-ea, timestamp=1573661198113, java.vendor=Oracle Corporation, 
os=Windows 10, os.version=10.0, 
java.runtime.version=14-ea+14-570}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 59247 INFO  
(searcherExecutor-285-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 59247 INFO  (qtp1605798283-695) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 59249 INFO  
(searcherExecutor-285-thread-1-processing-n:127.0.0.1:65465_solr 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) 
[n:127.0.0.1:65465_solr c:testPeersyncFailureReplicationSuccess s:shard1 
r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.c.SolrCore [testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
Registered new searcher 
Searcher@1b0e8053[testPeersyncFailureReplicationSuccess_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os.arch=amd64,
 source=flush, lucene.version=9.0.0, java.vm.version=14-ea+14-570, 
java.version=14-ea, timestamp=1573661198113, java.vendor=Oracle Corporation, 
os=Windows 10, os.version=10.0, 
java.runtime.version=14-ea+14-570}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 59249 INFO  (qtp1605798283-695) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr 
path=/update 
params={_stateVer_=testPeersyncFailureReplicationSuccess:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 54
   [junit4]   2> 59252 INFO  (qtp1605798283-692) [n:127.0.0.1:65465_solr 
c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 
x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.S.Request 
[testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr 
path=/select 
params={q=*:*&_stateVer_=testPeersyncFailureReplicationSuccess:4&wt=javabin&version=2}
 hits=1 status=0 QTime=0
   [junit4]   2> 59259 WARN  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 59260 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding 
port=0)
   [junit4]   2> 59260 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 
1 ...
   [junit4]   2> 59260 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 
2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 
14-ea+14-570
   [junit4]   2> 59261 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 59261 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 59261 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 59261 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@438026aa{/solr,null,AVAILABLE}
   [junit4]   2> 59263 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[F95A5A78E5446061])
 [     ] o.e.j.s.AbstractConnector Started ServerConnector@71eb58a6{ssl,[ssl, 
alpn, http/1.1, h2]}{127.0.0.1:65487}
   [junit4]   2> 59263 INFO  
(TEST-TestCloudSearcherWarming.testPeersyncFailureReplica

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

... 69 more
   [junit4]    > Caused by: java.net.SocketException: An established connection 
was aborted by the software in your host machine
   [junit4]    >        at 
java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
   [junit4]    >        at 
java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
   [junit4]    >        at 
java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
   [junit4]    >        at 
java.base/java.net.Socket$SocketInputStream.read(Socket.java:919)
   [junit4]    >        at 
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:457)
   [junit4]    >        at 
java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
   [junit4]    >        at 
java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
   [junit4]    >        at 
java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
   [junit4]    >        ... 65 more
   [junit4]   2> 104627 INFO  (jetty-closer-413-thread-1) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=52093665
   [junit4]   2> 104627 INFO  (jetty-closer-413-thread-1) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49380_solr
   [junit4]   2> 104628 INFO  (jetty-closer-413-thread-1) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 104628 INFO  (jetty-closer-413-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:49380_solr as DOWN
   [junit4]   2> 104631 INFO  (coreCloseExecutor-385-thread-1) 
[n:127.0.0.1:49380_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 
x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.SolrCore 
[testRepFactor1LeaderStartup_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@318fb80e
   [junit4]   2> 104631 INFO  (coreCloseExecutor-385-thread-1) 
[n:127.0.0.1:49380_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 
x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.testRepFactor1LeaderStartup.shard1.replica_n1, 
tag=SolrCore@318fb80e
   [junit4]   2> 104631 INFO  (coreCloseExecutor-385-thread-1) 
[n:127.0.0.1:49380_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 
x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5afd6edb: 
rootName = solr_49380, domain = 
solr.core.testRepFactor1LeaderStartup.shard1.replica_n1, service url = null, 
agent id = null] for registry 
solr.core.testRepFactor1LeaderStartup.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@721faefa
   [junit4]   2> 104637 INFO  (coreCloseExecutor-385-thread-1) 
[n:127.0.0.1:49380_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 
x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.testRepFactor1LeaderStartup.shard1.leader, 
tag=SolrCore@318fb80e
   [junit4]   2> 104643 INFO  (jetty-closer-413-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 104643 INFO  (jetty-closer-413-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5bc97040: rootName = 
solr_49380, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@71c53470
   [junit4]   2> 104646 INFO  (jetty-closer-413-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 104646 INFO  (jetty-closer-413-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@38a3a6a4: rootName = 
solr_49380, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@2c3738b9
   [junit4]   2> 104647 INFO  (jetty-closer-413-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 104647 INFO  (jetty-closer-413-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@140e2c8f: rootName = 
solr_49380, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@45959de2
   [junit4]   2> 104647 INFO  (jetty-closer-413-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 104648 INFO  (closeThreadPool-417-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72247851355799561-127.0.0.1:49380_solr-n_0000000001) closing
   [junit4]   2> 104648 INFO  
(OverseerStateUpdate-72247851355799561-127.0.0.1:49380_solr-n_0000000001) 
[n:127.0.0.1:49380_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:49380_solr
   [junit4]   2> 104648 INFO  
(OverseerAutoScalingTriggerThread-72247851355799561-127.0.0.1:49380_solr-n_0000000001)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 104652 INFO  (closeThreadPool-417-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72247851355799561-127.0.0.1:49380_solr-n_0000000001) closing
   [junit4]   2> 104750 INFO  (jetty-closer-413-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72247851355799561-127.0.0.1:49380_solr-n_0000000001) closing
   [junit4]   2> 104752 INFO  (jetty-closer-413-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@10be6ecf{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:49380}
   [junit4]   2> 104752 INFO  (jetty-closer-413-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6b4cc756{/solr,null,UNAVAILABLE}
   [junit4]   2> 104752 INFO  (jetty-closer-413-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 104753 INFO  
(SUITE-TestCloudSearcherWarming-seed#[F95A5A78E5446061]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 104957 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>        4       /solr/aliases.json
   [junit4]   2>        4       
/solr/collections/testRepFactor1LeaderStartup/terms/shard1
   [junit4]   2>        3       
/solr/configs/testRepFactor1LeaderStartup.AUTOCREATED/managed-schema
   [junit4]   2>        3       
/solr/configs/testRepFactor1LeaderStartup.AUTOCREATED
   [junit4]   2>        2       /solr/packages.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        21      
/solr/collections/testRepFactor1LeaderStartup/state.json
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        16      /solr/overseer/queue
   [junit4]   2>        8       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 104961 INFO  
(SUITE-TestCloudSearcherWarming-seed#[F95A5A78E5446061]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:49367
   [junit4]   2> 104961 INFO  
(SUITE-TestCloudSearcherWarming-seed#[F95A5A78E5446061]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:49367
   [junit4]   2> 104961 INFO  
(SUITE-TestCloudSearcherWarming-seed#[F95A5A78E5446061]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 49367
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-SOLR-13661-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestCloudSearcherWarming_F95A5A78E5446061-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=812, maxMBSortInHeap=6.471403340645692, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3e35a56f),
 locale=fr-BE, timezone=America/Cayenne
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 14-ea 
(64-bit)/cpus=3,threads=1,free=183187920,total=268435456
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimClusterStateProvider, 
TestDocTermOrdsUninvertLimit, EmbeddedSolrNoSerializeTest, RequiredFieldsTest, 
TestGeoJSONResponseWriter, ResponseHeaderTest, CreateRoutedAliasTest, 
UpdateRequestProcessorFactoryTest, MoveReplicaHDFSFailoverTest, 
TestSimpleQParserPlugin, TestNRTOpen, TestCloudSearcherWarming]
   [junit4] Completed [21/887 (1!)] on J1 in 51.04s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 47942 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-SOLR-13661-Windows/59/consoleText

[repro] Revision: 5674f4aa9077b493503d94821471e9e6aa8a1702

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"

[repro] ant clean

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

[...truncated 3377 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestCloudSearcherWarming" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" 
-Dtests.seed=F95A5A78E5446061 -Dtests.slow=true -Dtests.locale=fr-BE 
-Dtests.timezone=America/Cayenne -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

[...truncated 78 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestCloudSearcherWarming
[repro] Exiting with code 0

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

Reply via email to