Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.2-Linux/530/
Java: 32bit/jdk1.8.0_201 -server -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.ReindexCollectionTest.testSameTargetReindexing

Error Message:
num docs expected:<200> but was:<168>

Stack Trace:
java.lang.AssertionError: num docs expected:<200> but was:<168>
        at 
__randomizedtesting.SeedInfo.seed([E5DAE126546C3538:50A30AF1530AAD7C]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at 
org.apache.solr.cloud.ReindexCollectionTest.indexDocs(ReindexCollectionTest.java:411)
        at 
org.apache.solr.cloud.ReindexCollectionTest.doTestSameTargetReindexing(ReindexCollectionTest.java:166)
        at 
org.apache.solr.cloud.ReindexCollectionTest.testSameTargetReindexing(ReindexCollectionTest.java:156)
        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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ReindexCollectionTest.testBasicReindexing

Error Message:
{actualSourceCollection=basicReindexing, 
actualTargetCollection=basicReindexingTarget, 
checkpointCollection=.rx_ck_basicReindexing, inputDocs=200, phase=done, 
processedDocs=199, state=finished} expected:<200> but was:<199>

Stack Trace:
java.lang.AssertionError: {actualSourceCollection=basicReindexing, 
actualTargetCollection=basicReindexingTarget, 
checkpointCollection=.rx_ck_basicReindexing, inputDocs=200, phase=done, 
processedDocs=199, state=finished} expected:<200> but was:<199>
        at 
__randomizedtesting.SeedInfo.seed([E5DAE126546C3538:76782EC95C85E100]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at 
org.apache.solr.cloud.ReindexCollectionTest.testBasicReindexing(ReindexCollectionTest.java:138)
        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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14923 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
   [junit4]   2> 1613112 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/init-core-data-001
   [junit4]   2> 1613113 WARN  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 1613113 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1613114 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1613115 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001
   [junit4]   2> 1613115 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1613116 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1613116 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1613216 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:38715
   [junit4]   2> 1613216 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38715
   [junit4]   2> 1613216 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 38715
   [junit4]   2> 1613221 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1613222 WARN  (NIOWorkerThread-2) [     ] 
o.a.z.s.NIOServerCnxn Exception causing close of session 0x0: ZooKeeperServer 
not running
   [junit4]   2> 1614385 INFO  (zkConnectionManagerCallback-8708-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1614385 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1614390 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1614394 INFO  (zkConnectionManagerCallback-8710-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1614394 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1614395 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1614402 INFO  (zkConnectionManagerCallback-8712-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1614402 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1614507 WARN  (jetty-launcher-8713-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1614507 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1614507 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1614507 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 1614508 WARN  (jetty-launcher-8713-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1614508 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1614508 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1614508 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 1614521 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1614521 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1614521 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1614521 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1614521 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1614521 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1614521 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@210178{/solr,null,AVAILABLE}
   [junit4]   2> 1614521 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b71a9d{/solr,null,AVAILABLE}
   [junit4]   2> 1614522 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@97e92f{SSL,[ssl, 
http/1.1]}{127.0.0.1:37459}
   [junit4]   2> 1614522 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.e.j.s.Server Started @1614552ms
   [junit4]   2> 1614522 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37459}
   [junit4]   2> 1614522 ERROR (jetty-launcher-8713-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1614522 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1614522 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.1
   [junit4]   2> 1614522 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1614522 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1614522 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-08-07T07:17:18.870Z
   [junit4]   2> 1614523 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1614526 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@172dbc3{SSL,[ssl, 
http/1.1]}{127.0.0.1:45461}
   [junit4]   2> 1614526 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.e.j.s.Server Started @1614555ms
   [junit4]   2> 1614526 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45461}
   [junit4]   2> 1614526 ERROR (jetty-launcher-8713-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1614526 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1614526 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.1
   [junit4]   2> 1614526 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1614526 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1614526 INFO  (zkConnectionManagerCallback-8715-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1614526 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-08-07T07:17:18.874Z
   [junit4]   2> 1614526 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1614526 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1614530 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1614530 INFO  (zkConnectionManagerCallback-8717-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1614530 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1614631 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1615591 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1615591 WARN  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1615592 WARN  (jetty-launcher-8713-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@ab08c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1615592 WARN  (jetty-launcher-8713-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@ab08c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1615594 WARN  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1615595 WARN  (jetty-launcher-8713-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@943529[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1615595 WARN  (jetty-launcher-8713-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@943529[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1615596 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38715/solr
   [junit4]   2> 1615597 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1615597 INFO  (zkConnectionManagerCallback-8725-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1615597 INFO  (jetty-launcher-8713-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1615699 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1615699 INFO  (zkConnectionManagerCallback-8727-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1615699 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1615730 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45461_solr
   [junit4]   2> 1615731 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.Overseer Overseer 
(id=72074384051666950-127.0.0.1:45461_solr-n_0000000000) starting
   [junit4]   2> 1615733 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1615733 INFO  (zkConnectionManagerCallback-8734-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1615733 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1615735 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38715/solr ready
   [junit4]   2> 1615738 INFO  
(OverseerStateUpdate-72074384051666950-127.0.0.1:45461_solr-n_0000000000) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:45461_solr
   [junit4]   2> 1615738 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45461_solr
   [junit4]   2> 1615739 INFO  
(OverseerStateUpdate-72074384051666950-127.0.0.1:45461_solr-n_0000000000) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1615739 INFO  (zkCallback-8733-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1615754 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1615781 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45461.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@84d10c
   [junit4]   2> 1615789 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45461.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@84d10c
   [junit4]   2> 1615789 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45461.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@84d10c
   [junit4]   2> 1615790 INFO  (jetty-launcher-8713-thread-2) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node2/.
   [junit4]   2> 1615825 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1615826 WARN  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1615826 WARN  (jetty-launcher-8713-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@a30170[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1615826 WARN  (jetty-launcher-8713-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@a30170[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1615829 WARN  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1615844 WARN  (jetty-launcher-8713-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1290b95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1615844 WARN  (jetty-launcher-8713-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1290b95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1615845 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38715/solr
   [junit4]   2> 1615845 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1615846 INFO  (zkConnectionManagerCallback-8741-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1615846 INFO  (jetty-launcher-8713-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1615948 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1615949 INFO  (zkConnectionManagerCallback-8743-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1615949 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1615951 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1615953 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:37459_solr as DOWN
   [junit4]   2> 1615953 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1615953 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37459_solr
   [junit4]   2> 1615954 INFO  (zkCallback-8726-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1615954 INFO  (zkCallback-8733-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1615954 INFO  (zkCallback-8742-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1615955 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1615956 INFO  (zkConnectionManagerCallback-8750-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1615956 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1615956 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1615957 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38715/solr ready
   [junit4]   2> 1615969 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1615981 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37459.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@84d10c
   [junit4]   2> 1615987 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37459.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@84d10c
   [junit4]   2> 1615987 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37459.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@84d10c
   [junit4]   2> 1615988 INFO  (jetty-launcher-8713-thread-1) 
[n:127.0.0.1:37459_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.
   [junit4]   2> 1616007 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1616007 INFO  (zkConnectionManagerCallback-8756-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1616007 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1616008 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1616009 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38715/solr ready
   [junit4]   2> 1616041 INFO  
(TEST-ReindexCollectionTest.testAbort-seed#[E5DAE126546C3538]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testAbort
   [junit4]   2> 1616043 INFO  
(TEST-ReindexCollectionTest.testAbort-seed#[E5DAE126546C3538]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1616043 INFO  (zkConnectionManagerCallback-8761-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1616044 INFO  
(TEST-ReindexCollectionTest.testAbort-seed#[E5DAE126546C3538]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1616045 INFO  
(TEST-ReindexCollectionTest.testAbort-seed#[E5DAE126546C3538]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1616045 INFO  
(TEST-ReindexCollectionTest.testAbort-seed#[E5DAE126546C3538]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38715/solr ready
   [junit4]   2> 1616079 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&maxShardsPerNode=-1&name=abortReindexing&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1616081 INFO  
(OverseerThreadFactory-7099-thread-1-processing-n:127.0.0.1:45461_solr) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
abortReindexing
   [junit4]   2> 1616185 INFO  
(OverseerStateUpdate-72074384051666950-127.0.0.1:45461_solr-n_0000000000) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abortReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"abortReindexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45461/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1616186 INFO  
(OverseerStateUpdate-72074384051666950-127.0.0.1:45461_solr-n_0000000000) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abortReindexing",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"abortReindexing_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37459/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1616390 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr    
x:abortReindexing_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1616390 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr    
x:abortReindexing_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1616423 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr    
x:abortReindexing_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexing_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1617399 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.1
   [junit4]   2> 1617403 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [abortReindexing_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1617405 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1617405 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'abortReindexing_shard1_replica_n1' 
using configuration from collection abortReindexing, trusted=true
   [junit4]   2> 1617405 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45461.solr.core.abortReindexing.shard1.replica_n1' (registry 
'solr.core.abortReindexing.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@84d10c
   [junit4]   2> 1617405 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[abortReindexing_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node2/abortReindexing_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node2/./abortReindexing_shard1_replica_n1/data/]
   [junit4]   2> 1617431 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.1
   [junit4]   2> 1617436 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.s.IndexSchema [abortReindexing_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1617437 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1617437 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.CoreContainer Creating SolrCore 'abortReindexing_shard2_replica_n2' 
using configuration from collection abortReindexing, trusted=true
   [junit4]   2> 1617437 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1617437 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1617437 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37459.solr.core.abortReindexing.shard2.replica_n2' (registry 
'solr.core.abortReindexing.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@84d10c
   [junit4]   2> 1617438 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.SolrCore [[abortReindexing_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/abortReindexing_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/./abortReindexing_shard2_replica_n2/data/]
   [junit4]   2> 1617438 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1617438 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1617439 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7e07c5[abortReindexing_shard1_replica_n1] main]
   [junit4]   2> 1617440 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1617440 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1617440 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1617440 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1641191562845093888
   [junit4]   2> 1617442 INFO  
(searcherExecutor-7111-thread-1-processing-n:127.0.0.1:45461_solr 
x:abortReindexing_shard1_replica_n1 c:abortReindexing s:shard1 r:core_node3) 
[n:127.0.0.1:45461_solr c:abortReindexing s:shard1 r:core_node3 
x:abortReindexing_shard1_replica_n1 ] o.a.s.c.SolrCore 
[abortReindexing_shard1_replica_n1] Registered new searcher 
Searcher@7e07c5[abortReindexing_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1617443 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/abortReindexing/terms/shard1 to Terms{values={core_node3=0}, 
version=0}
   [junit4]   2> 1617443 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/abortReindexing/leaders/shard1
   [junit4]   2> 1617447 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1617447 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1617447 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:45461/solr/abortReindexing_shard1_replica_n1/
   [junit4]   2> 1617447 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1617447 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:45461/solr/abortReindexing_shard1_replica_n1/ has no replicas
   [junit4]   2> 1617447 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/abortReindexing/leaders/shard1/leader after winning as 
/collections/abortReindexing/leader_elect/shard1/election/72074384051666950-core_node3-n_0000000000
   [junit4]   2> 1617448 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:45461/solr/abortReindexing_shard1_replica_n1/ shard1
   [junit4]   2> 1617487 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1617487 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1617488 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1617488 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1617490 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@10fd686[abortReindexing_shard2_replica_n2] main]
   [junit4]   2> 1617491 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1617491 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1617492 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1617492 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1641191562899619840
   [junit4]   2> 1617494 INFO  
(searcherExecutor-7113-thread-1-processing-n:127.0.0.1:37459_solr 
x:abortReindexing_shard2_replica_n2 c:abortReindexing s:shard2 r:core_node4) 
[n:127.0.0.1:37459_solr c:abortReindexing s:shard2 r:core_node4 
x:abortReindexing_shard2_replica_n2 ] o.a.s.c.SolrCore 
[abortReindexing_shard2_replica_n2] Registered new searcher 
Searcher@10fd686[abortReindexing_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1617496 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/abortReindexing/terms/shard2 to Terms{values={core_node4=0}, 
version=0}
   [junit4]   2> 1617496 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/abortReindexing/leaders/shard2
   [junit4]   2> 1617497 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1617497 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1617497 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:37459/solr/abortReindexing_shard2_replica_n2/
   [junit4]   2> 1617498 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1617498 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:37459/solr/abortReindexing_shard2_replica_n2/ has no replicas
   [junit4]   2> 1617498 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/abortReindexing/leaders/shard2/leader after winning as 
/collections/abortReindexing/leader_elect/shard2/election/72074384051666953-core_node4-n_0000000000
   [junit4]   2> 1617503 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37459/solr/abortReindexing_shard2_replica_n2/ shard2
   [junit4]   2> 1617604 INFO  (zkCallback-8726-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexing/state.json] for collection [abortReindexing] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1617604 INFO  (zkCallback-8742-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexing/state.json] for collection [abortReindexing] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1617604 INFO  (zkCallback-8726-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexing/state.json] for collection [abortReindexing] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1617604 INFO  (zkCallback-8742-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexing/state.json] for collection [abortReindexing] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1617605 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1617605 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1617648 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexing_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1225
   [junit4]   2> 1617648 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1258
   [junit4]   2> 1617650 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1617706 INFO  (zkCallback-8726-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexing/state.json] for collection [abortReindexing] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1617706 INFO  (zkCallback-8726-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexing/state.json] for collection [abortReindexing] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1617706 INFO  (zkCallback-8726-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexing/state.json] for collection [abortReindexing] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1617706 INFO  (zkCallback-8742-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexing/state.json] for collection [abortReindexing] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1617706 INFO  (zkCallback-8742-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexing/state.json] for collection [abortReindexing] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1617706 INFO  (zkCallback-8742-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexing/state.json] for collection [abortReindexing] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1617707 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&maxShardsPerNode=-1&name=abortReindexing&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=1627
   [junit4]   2> 1617710 INFO  (qtp8928473-26267) [n:127.0.0.1:45461_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :reindexcollection with 
params 
async=cc1e8367-0ef2-472b-adfc-51936abe9063&name=abortReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=abortReindexingTarget
 and sendToOCPQueue=true
   [junit4]   2> 1617712 INFO  (qtp8928473-26267) [n:127.0.0.1:45461_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=cc1e8367-0ef2-472b-adfc-51936abe9063&name=abortReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=abortReindexingTarget}
 status=0 QTime=2
   [junit4]   2> 1617713 DEBUG 
(OverseerThreadFactory-7099-thread-2-processing-n:127.0.0.1:45461_solr) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.a.c.ReindexCollectionCmd *** called: {
   [junit4]   2>   "name":"abortReindexing",
   [junit4]   2>   "target":"abortReindexingTarget",
   [junit4]   2>   "async":"cc1e8367-0ef2-472b-adfc-51936abe9063",
   [junit4]   2>   "operation":"reindexcollection"}
   [junit4]   2> 1617713 INFO  
(OverseerCollectionConfigSetProcessor-72074384051666950-127.0.0.1:45461_solr-n_0000000000)
 [n:127.0.0.1:45461_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> 1617717 INFO  
(OverseerThreadFactory-7099-thread-2-processing-n:127.0.0.1:45461_solr) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1617717 INFO  (zkConnectionManagerCallback-8768-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1617717 INFO  
(OverseerThreadFactory-7099-thread-2-processing-n:127.0.0.1:45461_solr) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1617718 INFO  
(OverseerThreadFactory-7099-thread-2-processing-n:127.0.0.1:45461_solr) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1617719 INFO  
(OverseerThreadFactory-7099-thread-2-processing-n:127.0.0.1:45461_solr) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38715/solr ready
   [junit4]   2> 1617781 INFO  (qtp8928473-26267) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.S.Request [abortReindexing_shard1_replica_n1]  webapp=/solr 
path=/select 
params={df=text&distrib=false&_stateVer_=abortReindexing:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:45461/solr/abortReindexing_shard1_replica_n1/&rows=0&version=2&q=*:*&omitHeader=false&NOW=1565162242068&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 1617781 INFO  (qtp23922121-26266) [n:127.0.0.1:37459_solr 
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2 ] 
o.a.s.c.S.Request [abortReindexing_shard2_replica_n2]  webapp=/solr 
path=/select 
params={df=text&distrib=false&_stateVer_=abortReindexing:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:37459/solr/abortReindexing_shard2_replica_n2/&rows=0&version=2&q=*:*&omitHeader=false&NOW=1565162242068&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 1617782 INFO  (qtp8928473-26270) [n:127.0.0.1:45461_solr 
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1 ] 
o.a.s.c.S.Request [abortReindexing_shard1_replica_n1]  webapp=/solr 
path=/select 
params={q=*:*&_stateVer_=abortReindexing:4&rows=0&wt=javabin&version=2} hits=0 
status=0 QTime=61
   [junit4]   2> 1617784 INFO  
(OverseerThreadFactory-7099-thread-2-processing-n:127.0.0.1:45461_solr) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
abortReindexingTarget
   [junit4]   2> 1617988 INFO  
(OverseerStateUpdate-72074384051666950-127.0.0.1:45461_solr-n_0000000000) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abortReindexingTarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"abortReindexingTarget_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37459/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 1617989 INFO  
(OverseerStateUpdate-72074384051666950-127.0.0.1:45461_solr-n_0000000000) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abortReindexingTarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"abortReindexingTarget_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45461/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 1618192 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr    
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1618192 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr    
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1619201 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.2.1
   [junit4]   2> 1619201 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.2.1
   [junit4]   2> 1619206 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.s.IndexSchema 
[abortReindexingTarget_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1619206 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.s.IndexSchema 
[abortReindexingTarget_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1619207 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1619207 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1619207 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'abortReindexingTarget_shard1_replica_n1' using configuration from 
collection abortReindexingTarget, trusted=true
   [junit4]   2> 1619207 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating 
SolrCore 'abortReindexingTarget_shard2_replica_n2' using configuration from 
collection abortReindexingTarget, trusted=true
   [junit4]   2> 1619208 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_45461.solr.core.abortReindexingTarget.shard2.replica_n2' 
(registry 'solr.core.abortReindexingTarget.shard2.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@84d10c
   [junit4]   2> 1619208 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_37459.solr.core.abortReindexingTarget.shard1.replica_n1' 
(registry 'solr.core.abortReindexingTarget.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@84d10c
   [junit4]   2> 1619208 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[abortReindexingTarget_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/abortReindexingTarget_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/./abortReindexingTarget_shard1_replica_n1/data/]
   [junit4]   2> 1619208 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.c.SolrCore 
[[abortReindexingTarget_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node2/abortReindexingTarget_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node2/./abortReindexingTarget_shard2_replica_n2/data/]
   [junit4]   2> 1619239 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1619239 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1619239 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1619239 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1619239 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1619239 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1619239 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1619240 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1619240 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@105c126[abortReindexingTarget_shard1_replica_n1] main]
   [junit4]   2> 1619241 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@b9c937[abortReindexingTarget_shard2_replica_n2] main]
   [junit4]   2> 1619242 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1619242 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1619242 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1619242 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1619242 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1619242 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1619242 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1641191564734627840
   [junit4]   2> 1619242 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1641191564734627840
   [junit4]   2> 1619244 INFO  
(searcherExecutor-7121-thread-1-processing-n:127.0.0.1:37459_solr 
x:abortReindexingTarget_shard1_replica_n1 c:abortReindexingTarget s:shard1 
r:core_node3) [n:127.0.0.1:37459_solr c:abortReindexingTarget s:shard1 
r:core_node3 x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.c.SolrCore 
[abortReindexingTarget_shard1_replica_n1] Registered new searcher 
Searcher@105c126[abortReindexingTarget_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1619244 INFO  
(searcherExecutor-7122-thread-1-processing-n:127.0.0.1:45461_solr 
x:abortReindexingTarget_shard2_replica_n2 c:abortReindexingTarget s:shard2 
r:core_node4) [n:127.0.0.1:45461_solr c:abortReindexingTarget s:shard2 
r:core_node4 x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.c.SolrCore 
[abortReindexingTarget_shard2_replica_n2] Registered new searcher 
Searcher@b9c937[abortReindexingTarget_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1619245 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/abortReindexingTarget/terms/shard2 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1619245 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/abortReindexingTarget/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1619245 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/abortReindexingTarget/leaders/shard2
   [junit4]   2> 1619245 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/abortReindexingTarget/leaders/shard1
   [junit4]   2> 1619246 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1619246 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1619246 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext 
I may be the new leader - try and sync
   [junit4]   2> 1619246 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
I may be the new leader - try and sync
   [junit4]   2> 1619246 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:45461/solr/abortReindexingTarget_shard2_replica_n2/
   [junit4]   2> 1619246 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:37459/solr/abortReindexingTarget_shard1_replica_n1/
   [junit4]   2> 1619247 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1619247 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1619247 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.c.SyncStrategy 
https://127.0.0.1:45461/solr/abortReindexingTarget_shard2_replica_n2/ has no 
replicas
   [junit4]   2> 1619247 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
https://127.0.0.1:37459/solr/abortReindexingTarget_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1619247 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/abortReindexingTarget/leaders/shard1/leader after winning as 
/collections/abortReindexingTarget/leader_elect/shard1/election/72074384051666953-core_node3-n_0000000000
   [junit4]   2> 1619247 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/abortReindexingTarget/leaders/shard2/leader after winning as 
/collections/abortReindexingTarget/leader_elect/shard2/election/72074384051666950-core_node4-n_0000000000
   [junit4]   2> 1619247 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
I am the new leader: 
https://127.0.0.1:37459/solr/abortReindexingTarget_shard1_replica_n1/ shard1
   [junit4]   2> 1619247 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext 
I am the new leader: 
https://127.0.0.1:45461/solr/abortReindexingTarget_shard2_replica_n2/ shard2
   [junit4]   2> 1619349 INFO  (zkCallback-8742-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexingTarget/state.json] for collection 
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1619349 INFO  (zkCallback-8742-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexingTarget/state.json] for collection 
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1619349 INFO  (zkCallback-8726-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexingTarget/state.json] for collection 
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1619349 INFO  (zkCallback-8726-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexingTarget/state.json] for collection 
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1619349 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1619349 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1619350 INFO  (qtp23922121-26263) [n:127.0.0.1:37459_solr 
c:abortReindexingTarget s:shard1 r:core_node3 
x:abortReindexingTarget_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1158
   [junit4]   2> 1619351 INFO  (qtp8928473-26268) [n:127.0.0.1:45461_solr 
c:abortReindexingTarget s:shard2 r:core_node4 
x:abortReindexingTarget_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1159
   [junit4]   2> 1619351 INFO  
(OverseerThreadFactory-7099-thread-2-processing-n:127.0.0.1:45461_solr) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
.rx_ck_abortReindexing
   [junit4]   2> 1619455 INFO  (zkCallback-8726-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexingTarget/state.json] for collection 
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1619455 INFO  (zkCallback-8742-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexingTarget/state.json] for collection 
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1619455 INFO  (zkCallback-8742-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexingTarget/state.json] for collection 
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1619455 INFO  (zkCallback-8726-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexingTarget/state.json] for collection 
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1619455 INFO  (zkCallback-8726-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexingTarget/state.json] for collection 
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1619455 INFO  (zkCallback-8742-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/abortReindexingTarget/state.json] for collection 
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1619557 INFO  
(OverseerStateUpdate-72074384051666950-127.0.0.1:45461_solr-n_0000000000) 
[n:127.0.0.1:45461_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".rx_ck_abortReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".rx_ck_abortReindexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37459/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 1619759 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr    
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=_default&newCollection=true&name=.rx_ck_abortReindexing_shard1_replica_n1&action=CREATE&numShards=1&collection=.rx_ck_abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1620769 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.RequestParams conf 
resource params.json loaded . version : 0 
   [junit4]   2> 1620769 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.RequestParams request 
params refreshed to version 0
   [junit4]   2> 1620769 WARN  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1620769 WARN  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 1620770 WARN  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1620770 WARN  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 1620770 WARN  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1620770 WARN  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 1620770 WARN  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1620770 WARN  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 1620770 WARN  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 1620770 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.2.1
   [junit4]   2> 1620818 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.s.IndexSchema 
[.rx_ck_abortReindexing_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1620954 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
default-config/1.6 with uniqueid field id
   [junit4]   2> 1620982 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore '.rx_ck_abortReindexing_shard1_replica_n1' using configuration from 
collection .rx_ck_abortReindexing, trusted=true
   [junit4]   2> 1620982 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_37459.solr.core..rx_ck_abortReindexing.shard1.replica_n1' 
(registry 'solr.core..rx_ck_abortReindexing.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@84d10c
   [junit4]   2> 1620982 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[.rx_ck_abortReindexing_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001/tempDir-001/node1/./.rx_ck_abortReindexing_shard1_replica_n1/data/]
   [junit4]   2> 1620985 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 1621032 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1621032 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1621033 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1621033 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1621034 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:shard1 r:core_node2 
x:.rx_ck_abortReindexing_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@fd6e5a[.rx_ck_abortReindexing_shard1_replica_n1] main]
   [junit4]   2> 1621035 INFO  (qtp23922121-26264) [n:127.0.0.1:37459_solr 
c:.rx_ck_abortReindexing s:s

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

ck_reshapeReindexing/terms/shard1
   [junit4]   2>        4       
/solr/collections/.rx_ck_failReindexing/terms/shard1
   [junit4]   2>        4       
/solr/collections/.rx_ck_failReindexing/state.json
   [junit4]   2>        3       
/solr/collections/.rx_ck_reshapeReindexing/state.json
   [junit4]   2>        3       /solr/collections/abortReindexing/terms/shard2
   [junit4]   2>        3       /solr/collections/abortReindexing/terms/shard1
   [junit4]   2>        3       
/solr/collections/abortReindexingTarget/terms/shard1
   [junit4]   2>        3       
/solr/collections/abortReindexingTarget/terms/shard2
   [junit4]   2>        3       
/solr/collections/.rx_ck_basicReindexing/terms/shard1
   [junit4]   2>        2       
/solr/collections/reshapeReindexing/collectionprops.json
   [junit4]   2>        2       
/solr/collections/targetLossyReindexing/collectionprops.json
   [junit4]   2>        2       
/solr/collections/sourceLossyReindexing/collectionprops.json
   [junit4]   2>        2       
/solr/collections/basicReindexingTarget/collectionprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       
/solr/collections/basicReindexing/collectionprops.json
   [junit4]   2>        2       
/solr/collections/sameTargetReindexing_false_false/collectionprops.json
   [junit4]   2>        2       
/solr/collections/.rx_ck_abortReindexing/terms/shard1
   [junit4]   2>        2       
/solr/collections/.rx_sameTargetReindexing_false_false_1/collectionprops.json
   [junit4]   2>        2       
/solr/collections/sameTargetReindexing_false_true/collectionprops.json
   [junit4]   2>        2       
/solr/collections/failReindexing/collectionprops.json
   [junit4]   2>        2       /solr/configs/conf2
   [junit4]   2>        2       /solr/configs/conf3
   [junit4]   2>        2       
/solr/collections/reshapeReindexingTarget/collectionprops.json
   [junit4]   2>        2       
/solr/collections/failReindexingTarget/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        88      /solr/aliases.json
   [junit4]   2>        58      /solr/collections/failReindexing/state.json
   [junit4]   2>        49      /solr/collections/reshapeReindexing/state.json
   [junit4]   2>        40      
/solr/collections/targetLossyReindexing/state.json
   [junit4]   2>        40      
/solr/collections/sourceLossyReindexing/state.json
   [junit4]   2>        38      
/solr/collections/sameTargetReindexing_false_false/state.json
   [junit4]   2>        38      /solr/clusterprops.json
   [junit4]   2>        38      /solr/clusterstate.json
   [junit4]   2>        37      
/solr/collections/basicReindexingTarget/state.json
   [junit4]   2>        32      
/solr/collections/failReindexingTarget/state.json
   [junit4]   2>        31      /solr/collections/basicReindexing/state.json
   [junit4]   2>        31      /solr/collections/abortReindexing/state.json
   [junit4]   2>        28      
/solr/collections/reshapeReindexingTarget/state.json
   [junit4]   2>        24      
/solr/collections/.rx_sameTargetReindexing_false_false_1/state.json
   [junit4]   2>        22      
/solr/collections/sameTargetReindexing_false_true/state.json
   [junit4]   2>        18      
/solr/collections/abortReindexingTarget/state.json
   [junit4]   2>        13      
/solr/collections/.rx_ck_basicReindexing/state.json
   [junit4]   2>        13      
/solr/collections/.rx_ck_sourceLossyReindexing/state.json
   [junit4]   2>        13      
/solr/collections/.rx_ck_sameTargetReindexing_false_false/state.json
   [junit4]   2>        12      
/solr/collections/.rx_ck_reshapeReindexing/state.json
   [junit4]   2>        10      
/solr/collections/.rx_ck_abortReindexing/state.json
   [junit4]   2>        10      
/solr/collections/.rx_ck_failReindexing/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        454     /solr/overseer/queue
   [junit4]   2>        305     /solr/collections
   [junit4]   2>        115     /solr/overseer/collection-queue-work
   [junit4]   2>        45      /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1686378 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38715
   [junit4]   2> 1686378 INFO  
(SUITE-ReindexCollectionTest-seed#[E5DAE126546C3538]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 38715
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-8.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_E5DAE126546C3538-001
   [junit4]   2> Aug 07, 2019 7:18:30 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1b5733d),
 locale=fr-LU, timezone=Antarctica/Syowa
   [junit4]   2> NOTE: Linux 5.0.0-23-generic i386/Oracle Corporation 1.8.0_201 
(32-bit)/cpus=8,threads=1,free=132660752,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestReplicationHandlerDiskOverFlow, DistributedMLTComponentTest, 
TestSimComputePlanAction, CacheHeaderTest, DateMathParserTest, EchoParamsTest, 
SignificantTermsQParserPluginTest, ConcurrentDeleteAndCreateCollectionTest, 
PreAnalyzedFieldTest, TestLegacyFieldReuse, TestUpdate, 
TestManagedStopFilterFactory, ConcurrentCreateRoutedAliasTest, 
TestLMJelinekMercerSimilarityFactory, TestRandomCollapseQParserPlugin, 
OverseerStatusTest, MoreLikeThisHandlerTest, TestGroupingSearch, 
TestFieldCacheVsDocValues, TestMergePolicyConfig, 
TestImpersonationWithHadoopAuth, TestRebalanceLeaders, RollingRestartTest, 
TestCloudPhrasesIdentificationComponent, UtilsToolTest, 
LeaderFailoverAfterPartitionTest, TestCloudJSONFacetJoinDomain, TestInitParams, 
ChaosMonkeyNothingIsSafeTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestSort, CdcrVersionReplicationTest, TestMultiWordSynonyms, 
SortByFunctionTest, ReplaceNodeTest, PathHierarchyTokenizerFactoryTest, 
TestReplicaProperties, SuggesterTest, AdminHandlersProxyTest, 
TestConfigSetsAPIZkFailure, TestDynamicURP, AtomicUpdateProcessorFactoryTest, 
TestSubQueryTransformerDistrib, TestComplexPhraseQParserPlugin, 
TestSolrConfigHandlerConcurrent, ForceLeaderWithTlogReplicasTest, 
TestSegmentSorting, TestDeprecatedFilters, PropertiesRequestHandlerTest, 
MetricsConfigTest, TestJettySolrRunner, DistributedVersionInfoTest, 
SolrIndexConfigTest, CoreAdminHandlerTest, DistributedUpdateProcessorTest, 
TestValueSourceCache, TestNestedDocsSort, IndexBasedSpellCheckerTest, 
TestRandomDVFaceting, TestFieldCacheReopen, MBeansHandlerTest, 
MultiSolrCloudTestCaseTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
NodeMutatorTest, SolrCloudExampleTest, TestOmitPositions, 
DistributedFacetSimpleRefinementLongTailTest, Tagger2Test, 
TriLevelCompositeIdRoutingTest, ResponseBuilderTest, 
AuditLoggerIntegrationTest, BasicDistributedZk2Test, 
MoveReplicaHDFSFailoverTest, BufferStoreTest, CursorPagingTest, 
JavabinLoaderTest, TestChildDocTransformerHierarchy, 
HdfsBasicDistributedZk2Test, RootFieldTest, 
TestDistributedStatsComponentCardinality, HdfsDirectoryFactoryTest, 
ShardSplitTest, NumberUtilsTest, ImplicitSnitchTest, TestSchemaNameResource, 
TestSolr4Spatial, TestAtomicUpdateErrorCases, TestAnalyzedSuggestions, 
V2StandaloneTest, TestCollationField, HdfsRecoveryZkTest, TestPivotHelperCode, 
TestInPlaceUpdateWithRouteField, DeleteLastCustomShardedReplicaTest, 
DateFieldTest, StatsComponentTest, BadComponentTest, ExternalFileFieldSortTest, 
TestCSVResponseWriter, TestClusterProperties, AssignTest, TestSearcherReuse, 
TermVectorComponentDistributedTest, DistributedTermsComponentTest, 
SchemaApiFailureTest, DistributedFacetExistsSmallTest, NodeLostTriggerTest, 
TestWithCollection, TestPerFieldSimilarity, TriggerIntegrationTest, 
CategoryRoutedAliasUpdateProcessorTest, ChangedSchemaMergeTest, 
TestPhraseSuggestions, TestSolrCoreSnapshots, TestXIncludeConfig, 
TestSimpleTextCodec, UpdateParamsTest, SearchRateTriggerIntegrationTest, 
SystemInfoHandlerTest, AnalyticsQueryTest, TimeRoutedAliasUpdateProcessorTest, 
SpellPossibilityIteratorTest, ShowFileRequestHandlerTest, 
TestMultiValuedNumericRangeQuery, TestDistributedMissingSort, 
DebugComponentTest, TestUnifiedSolrHighlighter, BaseCdcrDistributedZkTest, 
BigEndianAscendingWordDeserializerTest, LargeFieldTest, 
ParsingFieldUpdateProcessorsTest, TestFastLRUCache, RAMDirectoryFactoryTest, 
DocumentAnalysisRequestHandlerTest, RegexBytesRefFilterTest, TestJsonRequest, 
JSONWriterTest, AuthToolTest, TestCrossCoreJoin, TestFiltering, 
DistribJoinFromCollectionTest, DistributedQueueTest, HttpPartitionTest, 
LeaderElectionTest, MetricsHistoryIntegrationTest, MigrateRouteKeyTest, 
RecoveryAfterSoftCommitTest, ReindexCollectionTest]
   [junit4] Completed [498/867 (1!)] on J0 in 73.87s, 6 tests, 2 failures <<< 
FAILURES!

[...truncated 49071 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.2-Linux/530/consoleText

[repro] Revision: 7b0c7cada62a361aa9b00ecedb804e890f1724d4

[repro] Ant options: "-Dargs=-server -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=ReindexCollectionTest 
-Dtests.method=testSameTargetReindexing -Dtests.seed=E5DAE126546C3538 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-LU 
-Dtests.timezone=Antarctica/Syowa -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=ReindexCollectionTest 
-Dtests.method=testBasicReindexing -Dtests.seed=E5DAE126546C3538 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-LU 
-Dtests.timezone=Antarctica/Syowa -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[repro] ant clean

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

[...truncated 3577 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.ReindexCollectionTest" -Dtests.showOutput=onerror 
"-Dargs=-server -XX:+UseSerialGC" -Dtests.seed=E5DAE126546C3538 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-LU 
-Dtests.timezone=Antarctica/Syowa -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

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

[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to