Build: 
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/201/

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.testLeaderFailsOver

Error Message:
Error from server at https://127.0.0.1:41937/solr: Underlying core creation 
failed while creating collection: testLeaderFailsOver

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:41937/solr: Underlying core creation failed 
while creating collection: testLeaderFailsOver
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.LeaderTragicEventTest.testLeaderFailsOver(LeaderTragicEventTest.java:80)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
expected:<100> but was:<44>

Stack Trace:
java.lang.AssertionError: expected:<100> but was:<44>
        at 
__randomizedtesting.SeedInfo.seed([ED34A8CBFC0B7E74:6560971152F7138C]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:633)
        at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.java:235)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14380 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaTest
   [junit4]   2> 1905975 INFO  
(SUITE-MoveReplicaTest-seed#[ED34A8CBFC0B7E74]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1905975 INFO  
(SUITE-MoveReplicaTest-seed#[ED34A8CBFC0B7E74]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1905975 INFO  
(SUITE-MoveReplicaTest-seed#[ED34A8CBFC0B7E74]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/data-dir-134-001
   [junit4]   2> 1905975 WARN  
(SUITE-MoveReplicaTest-seed#[ED34A8CBFC0B7E74]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
   [junit4]   2> 1905975 INFO  
(SUITE-MoveReplicaTest-seed#[ED34A8CBFC0B7E74]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1905982 INFO  
(SUITE-MoveReplicaTest-seed#[ED34A8CBFC0B7E74]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1905982 INFO  
(SUITE-MoveReplicaTest-seed#[ED34A8CBFC0B7E74]-worker) [     ] 
o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 1905990 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testFailedMove
   [junit4]   2> 1905993 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001
   [junit4]   2> 1905993 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1905994 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1905994 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1905995 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1906094 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 42475
   [junit4]   2> 1906094 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42475
   [junit4]   2> 1906094 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42475
   [junit4]   2> 1906094 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42475
   [junit4]   2> 1906097 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1906104 INFO  (zkConnectionManagerCallback-16874-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1906104 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1906110 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1906112 INFO  (zkConnectionManagerCallback-16876-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1906112 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1906113 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1906116 INFO  (zkConnectionManagerCallback-16878-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1906116 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1906230 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1906230 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1906230 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1906233 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1906233 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1906233 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1906233 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1906233 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1906233 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1906234 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1906234 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1906234 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1906244 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1906244 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1906244 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1906252 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1906252 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1906252 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1906252 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@41fa9d89{/solr,null,AVAILABLE}
   [junit4]   2> 1906252 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3ff5cab6{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:46035}
   [junit4]   2> 1906252 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.e.j.s.Server Started @1906357ms
   [junit4]   2> 1906252 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:42475/solr, hostPort=46035}
   [junit4]   2> 1906252 ERROR (jetty-launcher-16879-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1906252 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1906253 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 1906253 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1906253 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 1906253 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-03-05T15:37:42.432Z
   [junit4]   2> 1906253 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1906319 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1906319 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1906320 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1906320 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@79da793e{/solr,null,AVAILABLE}
   [junit4]   2> 1906320 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@422180{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:34111}
   [junit4]   2> 1906320 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.e.j.s.Server Started @1906425ms
   [junit4]   2> 1906320 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:42475/solr, hostPort=34111}
   [junit4]   2> 1906320 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@bee7259{/solr,null,AVAILABLE}
   [junit4]   2> 1906321 ERROR (jetty-launcher-16879-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1906321 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1906321 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 1906321 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1906321 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 1906321 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-03-05T15:37:42.500Z
   [junit4]   2> 1906323 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1906323 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1906323 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1906323 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9b10044{/solr,null,AVAILABLE}
   [junit4]   2> 1906324 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1906324 INFO  (zkConnectionManagerCallback-16881-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1906324 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1906325 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5aff484b{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:36945}
   [junit4]   2> 1906325 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.e.j.s.Server Started @1906429ms
   [junit4]   2> 1906325 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:42475/solr, hostPort=36945}
   [junit4]   2> 1906325 ERROR (jetty-launcher-16879-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1906325 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1906325 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 1906325 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1906325 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 1906325 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-03-05T15:37:42.504Z
   [junit4]   2> 1906326 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@56a03e2d{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:40907}
   [junit4]   2> 1906326 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.e.j.s.Server Started @1906430ms
   [junit4]   2> 1906326 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:42475/solr, hostPort=40907}
   [junit4]   2> 1906326 ERROR (jetty-launcher-16879-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1906326 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1906326 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 1906326 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1906326 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 1906326 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-03-05T15:37:42.505Z
   [junit4]   2> 1906326 INFO  (zkConnectionManagerCallback-16883-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1906326 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1906327 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1906327 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1906327 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1906327 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1906330 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1906330 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1906332 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1906333 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1906333 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1906334 INFO  (zkConnectionManagerCallback-16887-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1906334 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1906334 INFO  (zkConnectionManagerCallback-16885-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1906334 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1906335 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1906335 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1906335 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1906338 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1906338 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1906338 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1906338 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1906339 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1906340 WARN  
(jetty-launcher-16879-thread-3-SendThread(127.0.0.1:42475)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x103b9f6b7640005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x103b9f6b7640005, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x103b9f6b7640005, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1906341 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1906443 WARN  
(jetty-launcher-16879-thread-2-SendThread(127.0.0.1:42475)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x103b9f6b7640006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x103b9f6b7640006, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x103b9f6b7640006, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1906722 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1906723 WARN  (jetty-launcher-16879-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@64e02870[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1906723 WARN  (jetty-launcher-16879-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@64e02870[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1906725 WARN  (jetty-launcher-16879-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5f62a450[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1906725 WARN  (jetty-launcher-16879-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5f62a450[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1906727 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42475/solr
   [junit4]   2> 1906734 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1906852 INFO  (zkConnectionManagerCallback-16907-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1906852 INFO  (jetty-launcher-16879-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1906893 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1906894 WARN  (jetty-launcher-16879-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@189ffc69[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1906894 WARN  (jetty-launcher-16879-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@189ffc69[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1906896 WARN  (jetty-launcher-16879-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@775cb18f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1906896 WARN  (jetty-launcher-16879-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@775cb18f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1906897 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42475/solr
   [junit4]   2> 1906898 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1906899 INFO  (zkConnectionManagerCallback-16915-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1906899 INFO  (jetty-launcher-16879-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1906954 INFO  (jetty-launcher-16879-thread-4) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1906955 INFO  (zkConnectionManagerCallback-16917-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1906955 INFO  (jetty-launcher-16879-thread-4) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1907013 INFO  (jetty-launcher-16879-thread-4) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46035_solr
   [junit4]   2> 1907013 INFO  (jetty-launcher-16879-thread-4) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.Overseer Overseer 
(id=73106488257937417-127.0.0.1:46035_solr-n_0000000000) starting
   [junit4]   2> 1907017 INFO  
(OverseerStateUpdate-73106488257937417-127.0.0.1:46035_solr-n_0000000000) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:46035_solr
   [junit4]   2> 1907023 INFO  (jetty-launcher-16879-thread-4) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46035_solr
   [junit4]   2> 1907025 INFO  (jetty-launcher-16879-thread-4) 
[n:127.0.0.1:46035_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1907026 WARN  (jetty-launcher-16879-thread-4) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1907035 INFO  (zkCallback-16916-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1907043 INFO  (jetty-launcher-16879-thread-4) 
[n:127.0.0.1:46035_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1907056 INFO  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1907057 INFO  (zkConnectionManagerCallback-16930-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1907057 INFO  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1907061 INFO  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1907064 INFO  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40907_solr as DOWN
   [junit4]   2> 1907065 INFO  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1907065 INFO  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40907_solr
   [junit4]   2> 1907066 INFO  (zkCallback-16916-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1907067 INFO  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1907068 WARN  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1907198 INFO  (jetty-launcher-16879-thread-4) 
[n:127.0.0.1:46035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1907203 INFO  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1907207 INFO  (jetty-launcher-16879-thread-4) 
[n:127.0.0.1:46035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1907207 INFO  (jetty-launcher-16879-thread-4) 
[n:127.0.0.1:46035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1907208 INFO  (jetty-launcher-16879-thread-4) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001/node3
   [junit4]   2> 1907220 INFO  (zkCallback-16929-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1907223 INFO  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1907233 INFO  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1907233 INFO  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1907235 INFO  (jetty-launcher-16879-thread-3) 
[n:127.0.0.1:40907_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001/node4
   [junit4]   2> 1907312 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1907313 WARN  (jetty-launcher-16879-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@60c676d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1907313 WARN  (jetty-launcher-16879-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@60c676d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1907315 WARN  (jetty-launcher-16879-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5f621d52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1907315 WARN  (jetty-launcher-16879-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5f621d52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1907317 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42475/solr
   [junit4]   2> 1907317 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1907318 INFO  (zkConnectionManagerCallback-16947-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1907318 INFO  (jetty-launcher-16879-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1907383 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1907383 WARN  (jetty-launcher-16879-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@644c77af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1907384 WARN  (jetty-launcher-16879-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@644c77af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1907386 WARN  (jetty-launcher-16879-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3369e63[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1907386 WARN  (jetty-launcher-16879-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3369e63[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1907388 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42475/solr
   [junit4]   2> 1907390 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1907390 INFO  (zkConnectionManagerCallback-16955-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1907390 INFO  (jetty-launcher-16879-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1907391 WARN  
(jetty-launcher-16879-thread-2-SendThread(127.0.0.1:42475)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x103b9f6b764000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x103b9f6b764000c, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x103b9f6b764000c, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1907424 INFO  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1907425 INFO  (zkConnectionManagerCallback-16957-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1907425 INFO  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1907443 INFO  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1907449 INFO  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34111_solr as DOWN
   [junit4]   2> 1907451 INFO  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1907451 INFO  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34111_solr
   [junit4]   2> 1907452 INFO  (zkCallback-16929-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1907452 INFO  (zkCallback-16916-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1907453 INFO  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1907454 WARN  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1907455 INFO  (zkCallback-16956-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1907466 INFO  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1907485 INFO  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1907504 INFO  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1907504 INFO  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1907505 INFO  (jetty-launcher-16879-thread-1) 
[n:127.0.0.1:34111_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001/node1
   [junit4]   2> 1907521 INFO  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1907525 INFO  (zkConnectionManagerCallback-16967-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1907525 INFO  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1907535 INFO  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1907547 INFO  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:36945_solr as DOWN
   [junit4]   2> 1907548 INFO  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1907548 INFO  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36945_solr
   [junit4]   2> 1907550 INFO  (zkCallback-16916-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1907550 INFO  (zkCallback-16929-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1907551 INFO  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1907551 WARN  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1907555 INFO  (zkCallback-16956-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1907555 INFO  (zkCallback-16966-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1907564 INFO  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1907585 INFO  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1907596 INFO  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1907596 INFO  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1907597 INFO  (jetty-launcher-16879-thread-2) 
[n:127.0.0.1:36945_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001/node2
   [junit4]   2> 1907626 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1907628 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1907630 INFO  (zkConnectionManagerCallback-16980-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1907630 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1907636 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1907639 INFO  
(TEST-MoveReplicaTest.testFailedMove-seed#[ED34A8CBFC0B7E74]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42475/solr ready
   [junit4]   2> 1907660 INFO  (qtp1483197265-39046) [n:127.0.0.1:40907_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1907664 INFO  
(OverseerCollectionConfigSetProcessor-73106488257937417-127.0.0.1:46035_solr-n_0000000000)
 [n:127.0.0.1:46035_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> 1907664 INFO  
(OverseerThreadFactory-16924-thread-2-processing-n:127.0.0.1:46035_solr) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
MoveReplicaTest_failed_coll_true
   [junit4]   2> 1907773 INFO  
(OverseerStateUpdate-73106488257937417-127.0.0.1:46035_solr-n_0000000000) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"MoveReplicaTest_failed_coll_true_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:40907_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:40907/solr";,
   [junit4]   2>   "collection":"MoveReplicaTest_failed_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1907775 INFO  
(OverseerStateUpdate-73106488257937417-127.0.0.1:46035_solr-n_0000000000) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"MoveReplicaTest_failed_coll_true_shard1_replica_p2",
   [junit4]   2>   "node_name":"127.0.0.1:46035_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:46035/solr";,
   [junit4]   2>   "collection":"MoveReplicaTest_failed_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1907777 INFO  
(OverseerStateUpdate-73106488257937417-127.0.0.1:46035_solr-n_0000000000) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"MoveReplicaTest_failed_coll_true_shard2_replica_n4",
   [junit4]   2>   "node_name":"127.0.0.1:34111_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:34111/solr";,
   [junit4]   2>   "collection":"MoveReplicaTest_failed_coll_true",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1907779 INFO  
(OverseerStateUpdate-73106488257937417-127.0.0.1:46035_solr-n_0000000000) 
[n:127.0.0.1:46035_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"MoveReplicaTest_failed_coll_true_shard2_replica_p6",
   [junit4]   2>   "node_name":"127.0.0.1:36945_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:36945/solr";,
   [junit4]   2>   "collection":"MoveReplicaTest_failed_coll_true",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1907983 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr    
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard1_replica_p2&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1907983 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr    
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1907983 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr    
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1907984 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr    
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard2_replica_n4&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1907984 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr    
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard2_replica_p6&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard2&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1907997 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.9.0
   [junit4]   2> 1908001 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.9.0
   [junit4]   2> 1908001 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.9.0
   [junit4]   2> 1908011 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.9.0
   [junit4]   2> 1908015 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.s.IndexSchema 
Schema name=cloud-dynamic
   [junit4]   2> 1908017 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.s.IndexSchema 
Schema name=cloud-dynamic
   [junit4]   2> 1908019 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.s.IndexSchema 
Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1908019 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.CoreContainer 
Creating SolrCore 'MoveReplicaTest_failed_coll_true_shard1_replica_n1' using 
configuration from configset conf1, trusted=true
   [junit4]   2> 1908019 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.s.IndexSchema 
Schema name=cloud-dynamic
   [junit4]   2> 1908019 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.MoveReplicaTest_failed_coll_true.shard1.replica_n1' (registry 
'solr.core.MoveReplicaTest_failed_coll_true.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1908019 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[MoveReplicaTest_failed_coll_true_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001/node4/MoveReplicaTest_failed_coll_true_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001/node4/MoveReplicaTest_failed_coll_true_shard1_replica_n1/data/]
   [junit4]   2> 1908020 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] o.a.s.s.IndexSchema 
Schema name=cloud-dynamic
   [junit4]   2> 1908020 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.s.IndexSchema 
Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1908020 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.c.CoreContainer 
Creating SolrCore 'MoveReplicaTest_failed_coll_true_shard1_replica_p2' using 
configuration from configset conf1, trusted=true
   [junit4]   2> 1908020 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.MoveReplicaTest_failed_coll_true.shard1.replica_p2' (registry 
'solr.core.MoveReplicaTest_failed_coll_true.shard1.replica_p2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1908020 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.c.SolrCore 
[[MoveReplicaTest_failed_coll_true_shard1_replica_p2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001/node3/MoveReplicaTest_failed_coll_true_shard1_replica_p2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001/node3/MoveReplicaTest_failed_coll_true_shard1_replica_p2/data/]
   [junit4]   2> 1908021 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.s.IndexSchema 
Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1908021 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.CoreContainer 
Creating SolrCore 'MoveReplicaTest_failed_coll_true_shard2_replica_n4' using 
configuration from configset conf1, trusted=true
   [junit4]   2> 1908022 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.MoveReplicaTest_failed_coll_true.shard2.replica_n4' (registry 
'solr.core.MoveReplicaTest_failed_coll_true.shard2.replica_n4') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1908022 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] o.a.s.s.IndexSchema 
Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1908022 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] o.a.s.c.CoreContainer 
Creating SolrCore 'MoveReplicaTest_failed_coll_true_shard2_replica_p6' using 
configuration from configset conf1, trusted=true
   [junit4]   2> 1908022 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.SolrCore 
[[MoveReplicaTest_failed_coll_true_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001/node1/MoveReplicaTest_failed_coll_true_shard2_replica_n4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001/node1/MoveReplicaTest_failed_coll_true_shard2_replica_n4/data/]
   [junit4]   2> 1908022 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.MoveReplicaTest_failed_coll_true.shard2.replica_p6' (registry 
'solr.core.MoveReplicaTest_failed_coll_true.shard2.replica_p6') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@20273db3
   [junit4]   2> 1908022 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] o.a.s.c.SolrCore 
[[MoveReplicaTest_failed_coll_true_shard2_replica_p6] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001/node2/MoveReplicaTest_failed_coll_true_shard2_replica_p6],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaTest_ED34A8CBFC0B7E74-001/tempDir-001/node2/MoveReplicaTest_failed_coll_true_shard2_replica_p6/data/]
   [junit4]   2> 1908122 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1908122 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1908123 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1908123 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1908125 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1908126 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1908126 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1908126 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1693406896382279680
   [junit4]   2> 1908127 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1908127 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1908128 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1908128 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1908129 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1908129 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1908130 INFO  
(searcherExecutor-16982-thread-1-processing-n:127.0.0.1:40907_solr 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3) 
[n:127.0.0.1:40907_solr c:MoveReplicaTest_failed_coll_true s:shard1 
r:core_node3 x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] 
o.a.s.c.SolrCore [MoveReplicaTest_failed_coll_true_shard1_replica_n1]  
Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1908130 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1908131 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1908131 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1908132 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1908132 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1908132 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1908132 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1693406896388571136
   [junit4]   2> 1908135 INFO  
(searcherExecutor-16984-thread-1-processing-n:127.0.0.1:46035_solr 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5) 
[n:127.0.0.1:46035_solr c:MoveReplicaTest_failed_coll_true s:shard1 
r:core_node5 x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] 
o.a.s.c.SolrCore [MoveReplicaTest_failed_coll_true_shard1_replica_p2]  
Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1908136 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/MoveReplicaTest_failed_coll_true/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1908136 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1908136 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/MoveReplicaTest_failed_coll_true/leaders/shard1
   [junit4]   2> 1908136 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1908138 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] o.a.s.c.ZkController 
MoveReplicaTest_failed_coll_true_shard1_replica_p2 starting background 
replication from leader
   [junit4]   2> 1908138 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:01
   [junit4]   2> 1908138 INFO  
(searcherExecutor-16986-thread-1-processing-n:127.0.0.1:34111_solr 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7) 
[n:127.0.0.1:34111_solr c:MoveReplicaTest_failed_coll_true s:shard2 
r:core_node7 x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] 
o.a.s.c.SolrCore [MoveReplicaTest_failed_coll_true_shard2_replica_n4]  
Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1908140 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1908140 INFO  (qtp825369312-39028) [n:127.0.0.1:46035_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node5 
x:MoveReplicaTest_failed_coll_true_shard1_replica_p2 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1908141 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1908146 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1908146 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1908150 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/MoveReplicaTest_failed_coll_true/terms/shard2 to 
Terms{values={core_node7=0}, version=0}
   [junit4]   2> 1908150 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/MoveReplicaTest_failed_coll_true/leaders/shard2
   [junit4]   2> 1908150 INFO  
(searcherExecutor-16988-thread-1-processing-n:127.0.0.1:36945_solr 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8) 
[n:127.0.0.1:36945_solr c:MoveReplicaTest_failed_coll_true s:shard2 
r:core_node8 x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] 
o.a.s.c.SolrCore [MoveReplicaTest_failed_coll_true_shard2_replica_p6]  
Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1908154 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1908154 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1908154 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
Sync replicas to 
http://127.0.0.1:40907/solr/MoveReplicaTest_failed_coll_true_shard1_replica_n1/
   [junit4]   2> 1908159 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1908161 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
http://127.0.0.1:40907/solr/MoveReplicaTest_failed_coll_true_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1908161 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/MoveReplicaTest_failed_coll_true/leaders/shard1/leader after 
winning as 
/collections/MoveReplicaTest_failed_coll_true/leader_elect/shard1/election/73106488257937418-core_node3-n_0000000000
   [junit4]   2> 1908162 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] o.a.s.c.ZkController 
MoveReplicaTest_failed_coll_true_shard2_replica_p6 starting background 
replication from leader
   [junit4]   2> 1908162 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:01
   [junit4]   2> 1908164 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1908164 INFO  (qtp1413000380-39019) [n:127.0.0.1:36945_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaTest_failed_coll_true_shard2_replica_p6 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1908166 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40907/solr/MoveReplicaTest_failed_coll_true_shard1_replica_n1/ 
shard1
   [junit4]   2> 1908167 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1908167 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1908167 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.SyncStrategy 
Sync replicas to 
http://127.0.0.1:34111/solr/MoveReplicaTest_failed_coll_true_shard2_replica_n4/
   [junit4]   2> 1908168 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1908168 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.SyncStrategy 
http://127.0.0.1:34111/solr/MoveReplicaTest_failed_coll_true_shard2_replica_n4/ 
has no replicas
   [junit4]   2> 1908168 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/MoveReplicaTest_failed_coll_true/leaders/shard2/leader after 
winning as 
/collections/MoveReplicaTest_failed_coll_true/leader_elect/shard2/election/73106488257937421-core_node7-n_0000000000
   [junit4]   2> 1908174 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34111/solr/MoveReplicaTest_failed_coll_true_shard2_replica_n4/ 
shard2
   [junit4]   2> 1908277 INFO  (zkCallback-16956-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection 
[MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 1908277 INFO  (zkCallback-16966-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection 
[MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 1908277 INFO  (zkCallback-16916-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection 
[MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 1908277 INFO  (zkCallback-16929-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection 
[MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 1908278 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1908278 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr 
c:MoveReplicaTest_failed_coll_true s:shard2 r:core_node7 
x:MoveReplicaTest_failed_coll_true_shard2_replica_n4 ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1908278 INFO  (zkCallback-16916-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection 
[MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 1908279 INFO  (indexFetcher-17004-thread-1) [     ] 
o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down, 
skipping replication
   [junit4]   2> 1908279 INFO  (indexFetcher-17006-thread-1) [     ] 
o.a.s.h.IndexFetcher Replica core_node7 is leader but it's state is down, 
skipping replication
   [junit4]   2> 1908290 INFO  (qtp1483197265-39049) [n:127.0.0.1:40907_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=307
   [junit4]   2> 1908293 INFO  (qtp243650080-39038) [n:127.0.0.1:34111_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=MoveReplicaTest_failed_coll_true_shard2_replica_n4&action=CREATE&numShards=2&collection=MoveReplicaTest_failed_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=309
   [junit4]   2> 1908388 INFO  (zkCallback-16956-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection 
[MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 1908388 INFO  (zkCallback-16929-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection 
[MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 1908388 INFO  (zkCallback-16929-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection 
[MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 1908388 INFO  (zkCallback-16956-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaTest_failed_coll_true/state.json] for collection 
[MoveReplicaTest_failed_coll_true] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 1909140 INFO  (indexFetcher-17004-thread-1) [     ] 
o.a.s.h.IndexFetcher Last replication failed, so I'll force replication
   [junit4]   2> 1909146 INFO  (indexFetcher-17004-thread-1) [     ] 
o.a.s.h.IndexFetcher Updated leaderUrl to 
http://127.0.0.1:40907/solr/MoveReplicaTest_failed_coll_true_shard1_replica_n1/
   [junit4]   2> 1909147 INFO  (qtp1483197265-39046) [n:127.0.0.1:40907_solr 
c:MoveReplicaTest_failed_coll_true s:shard1 r:core_node3 
x:MoveReplicaTest_failed_coll_true_shard1_replica_n1 ] o.a.s.c.S.Request 
[MoveReplicaTest_failed_coll_true_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1909148 INFO  (indexFetcher-17004-thread-1) [     ] 
o.a.s.h.IndexFetcher Leader's generation: 1
   [junit4]   2> 1909148 INFO  (indexFetcher-17004-thread-1) [     ] 
o.a.s.h.IndexFetcher Leader's version: 0
   [junit4]   2> 1909148 INFO  (indexFetcher-17004-thread-1) [     ] 
o.a.s.h.IndexFetcher Follower's generation: 1
   [junit4]   2> 1909148 INFO  (indexFetcher-17004-thread-1) [     ] 
o.a.s.h.IndexFetcher Follower's version: 0
   [junit4]   2> 1909148 INFO  (indexFetcher-17004-thread-1) [     ] 
o.a.s.h.IndexFetcher New index in Leader. Deleting mine...
   [junit4]   2> 1909156 INFO  (searcherExecutor-16984-thread-1) [     ] 
o.a.s.c.SolrCore [MoveReplicaTest_failed_coll_true_shard1_replica_p2]  
Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1909164 INFO  (indexFetcher-17006-thread-1) [     ] o.a.s.h.Ind

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

Publish node=127.0.0.1:41937_solr as DOWN
   [junit4]   2> 3961239 INFO  (jetty-closer-69069-thread-2) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=630866602
   [junit4]   2> 3961239 INFO  (jetty-closer-69069-thread-2) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43521_solr
   [junit4]   2> 3961240 INFO  (jetty-closer-69069-thread-2) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 3961240 INFO  (jetty-closer-69069-thread-2) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:43521_solr as DOWN
   [junit4]   2> 3961271 INFO  (jetty-closer-69069-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 3961271 INFO  (jetty-closer-69069-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 3961271 INFO  (jetty-closer-69069-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 3961271 INFO  (jetty-closer-69069-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 3961304 INFO  (jetty-closer-69069-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 3961304 INFO  (jetty-closer-69069-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 3961304 INFO  (jetty-closer-69069-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 3961305 INFO  (jetty-closer-69069-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 3961314 INFO  (closeThreadPool-69079-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=73106621913104390-127.0.0.1:41937_solr-n_0000000000) closing
   [junit4]   2> 3961328 INFO  
(OverseerAutoScalingTriggerThread-73106621913104390-127.0.0.1:41937_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 3961329 INFO  
(OverseerStateUpdate-73106621913104390-127.0.0.1:41937_solr-n_0000000000) 
[n:127.0.0.1:41937_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:41937_solr
   [junit4]   2> 3961336 WARN  
(jetty-launcher-68966-thread-2-SendThread(127.0.0.1:41579)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x103ba15d5dc0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x103ba15d5dc0006, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x103ba15d5dc0006, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 3961336 INFO  (closeThreadPool-69079-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73106621913104390-127.0.0.1:41937_solr-n_0000000000) closing
   [junit4]   2> 3961436 INFO  (jetty-closer-69069-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73106621913104390-127.0.0.1:41937_solr-n_0000000000) closing
   [junit4]   2> 3961438 INFO  (jetty-closer-69069-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@57dd1379{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 3961439 INFO  (jetty-closer-69069-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@345ebd3e{/solr,null,STOPPED}
   [junit4]   2> 3961439 INFO  (jetty-closer-69069-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3961725 INFO  (jetty-closer-69069-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@385f7b26{SSL, (ssl, 
http/1.1)}{127.0.0.1:43521}
   [junit4]   2> 3961725 INFO  (jetty-closer-69069-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@61eed9af{/solr,null,STOPPED}
   [junit4]   2> 3961725 INFO  (jetty-closer-69069-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3961726 INFO  
(SUITE-LeaderTragicEventTest-seed#[ED34A8CBFC0B7E74]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3961727 WARN  
(SUITE-LeaderTragicEventTest-seed#[ED34A8CBFC0B7E74]-worker-SendThread(127.0.0.1:41579))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x103ba15d5dc0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x103ba15d5dc0000, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x103ba15d5dc0000, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 3962162 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>        9       
/solr/collections/testOtherReplicasAreNotActive/terms/shard1
   [junit4]   2>        7       
/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/collections/testLeaderFailsOver/state.json
   [junit4]   2>        4       /solr/configs/config
   [junit4]   2>        3       
/solr/collections/testLeaderFailsOver/terms/shard1
   [junit4]   2>        3       /solr/packages.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      
/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2>        5       /solr/collections/testLeaderFailsOver/state.json
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2>        2       
/solr/overseer_elect/election/73106621913104390-127.0.0.1:41937_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/testOtherReplicasAreNotActive/leader_elect/shard1/election/73106621913104390-core_node4-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        42      /solr/overseer/queue
   [junit4]   2>        16      /solr/collections
   [junit4]   2>        14      
/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2>        12      /solr/live_nodes
   [junit4]   2>        12      /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/collections/testLeaderFailsOver/state.json
   [junit4]   2> 
   [junit4]   2> 3962164 INFO  
(SUITE-LeaderTragicEventTest-seed#[ED34A8CBFC0B7E74]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41579
   [junit4]   2> 3962164 INFO  
(SUITE-LeaderTragicEventTest-seed#[ED34A8CBFC0B7E74]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41579
   [junit4]   2> 3962164 INFO  
(SUITE-LeaderTragicEventTest-seed#[ED34A8CBFC0B7E74]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 41579
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_ED34A8CBFC0B7E74-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, 
docValues:{}, maxPointsInLeafNode=1369, maxMBSortInHeap=6.942865363977533, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-PY, 
timezone=Europe/Oslo
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_281 (64-bit)/cpus=4,threads=1,free=183214864,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [ZkStateWriterTest, 
TestUseDocValuesAsStored, CdcrBootstrapTest, PeerSyncTest, 
ByteBuffersDirectoryFactoryTest, DateMathParserTest, ReindexCollectionTest, 
TestExternalRoleRuleBasedAuthorizationPlugin, AssignBackwardCompatibilityTest, 
HdfsLockFactoryTest, TestConfigOverlay, ClusterStateTest, TestRecoveryHdfs, 
BJQFilterAccessibleTest, ExplicitHLLTest, TestSortByMinMaxFunction, 
TriggerEventQueueTest, NestedShardedAtomicUpdateTest, 
MetricsHistoryHandlerTest, RankFieldTest, HttpTriggerListenerTest, 
CdcrVersionReplicationTest, TestBM25SimilarityFactory, TestQuerySenderNoQuery, 
TestSimUtils, PurgeGraphTest, RequestLoggingTest, TestStressLiveNodes, 
TestCrossCoreJoin, TestSolrConfigHandlerCloud, ReplicationFactorTest, 
MultiDestinationAuditLoggerTest, TestJsonFacetsStatsParsing, 
TestClusterProperties, TestFieldCacheReopen, RoutingToNodesWithPropertiesTest, 
CustomCollectionTest, BasicFunctionalityTest, DocValuesNotIndexedTest, 
PolyFieldTest, PhrasesIdentificationComponentTest, TestLegacyField, 
TestValueSourceCache, TestLFUCache, TestFieldCollectionResource, 
PackageManagerCLITest, TestSimExtremeIndexing, TestReplicaProperties, 
TestSchemaNameResource, SignificantTermsQParserPluginTest, VersionInfoTest, 
ResourceLoaderTest, TestCollectionAPI, AnalyticsQueryTest, 
TestManagedSchemaThreadSafety, LeaderTragicEventTest]
   [junit4] Completed [615/934 (2!)] on J1 in 17.07s, 2 tests, 1 error <<< 
FAILURES!

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

Reply via email to