You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/04/15 09:51:03 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-12) - Build # 23923 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23923/
Java: 64bit/jdk-12 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([C1AAB2183B68BA6E:A91741F40158D8C1]:0)
	at org.apache.solr.cloud.ReindexCollectionTest.lambda$testFailure$9(ReindexCollectionTest.java:305)
	at org.apache.solr.common.cloud.ClusterState.lambda$forEachCollection$0(ClusterState.java:359)
	at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
	at org.apache.solr.common.cloud.ClusterState.forEachCollection(ClusterState.java:357)
	at org.apache.solr.cloud.ReindexCollectionTest.testFailure(ReindexCollectionTest.java:304)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


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

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

Stack Trace:
java.lang.AssertionError: num docs expected:<200> but was:<199>
	at __randomizedtesting.SeedInfo.seed([C1AAB2183B68BA6E:2AF7C1219473769B]: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:376)
	at org.apache.solr.cloud.ReindexCollectionTest.testReshapeReindexing(ReindexCollectionTest.java:221)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 14219 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001/init-core-data-001
   [junit4]   2> 749629 WARN  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 749629 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 749630 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 749630 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 749630 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001/tempDir-001
   [junit4]   2> 749630 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 749633 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 749633 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 749733 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:36459
   [junit4]   2> 749733 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36459
   [junit4]   2> 749733 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36459
   [junit4]   2> 749736 INFO  (zkConnectionManagerCallback-3626-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 749768 INFO  (zkConnectionManagerCallback-3628-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 749769 INFO  (zkConnectionManagerCallback-3630-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 749782 WARN  (jetty-launcher-3631-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 749782 INFO  (jetty-launcher-3631-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 749782 INFO  (jetty-launcher-3631-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 749782 INFO  (jetty-launcher-3631-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 749801 WARN  (jetty-launcher-3631-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 749802 INFO  (jetty-launcher-3631-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 749802 INFO  (jetty-launcher-3631-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 749802 INFO  (jetty-launcher-3631-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 749830 INFO  (jetty-launcher-3631-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 749830 INFO  (jetty-launcher-3631-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 749830 INFO  (jetty-launcher-3631-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 749834 INFO  (jetty-launcher-3631-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@307fdb63{/solr,null,AVAILABLE}
   [junit4]   2> 749836 INFO  (jetty-launcher-3631-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6c45b1ee{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42107}
   [junit4]   2> 749836 INFO  (jetty-launcher-3631-thread-1) [    ] o.e.j.s.Server Started @749855ms
   [junit4]   2> 749836 INFO  (jetty-launcher-3631-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42107}
   [junit4]   2> 749866 ERROR (jetty-launcher-3631-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 749866 INFO  (jetty-launcher-3631-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 749866 INFO  (jetty-launcher-3631-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 749866 INFO  (jetty-launcher-3631-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 749866 INFO  (jetty-launcher-3631-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 749866 INFO  (jetty-launcher-3631-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-15T09:15:50.460507Z
   [junit4]   2> 749883 INFO  (jetty-launcher-3631-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 749883 INFO  (jetty-launcher-3631-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 749883 INFO  (jetty-launcher-3631-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 749914 INFO  (jetty-launcher-3631-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7320cc0a{/solr,null,AVAILABLE}
   [junit4]   2> 749914 INFO  (jetty-launcher-3631-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5f03808c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41111}
   [junit4]   2> 749914 INFO  (jetty-launcher-3631-thread-2) [    ] o.e.j.s.Server Started @749933ms
   [junit4]   2> 749914 INFO  (jetty-launcher-3631-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41111}
   [junit4]   2> 749915 ERROR (jetty-launcher-3631-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 749915 INFO  (jetty-launcher-3631-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 749915 INFO  (jetty-launcher-3631-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 749915 INFO  (jetty-launcher-3631-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 749915 INFO  (jetty-launcher-3631-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 749915 INFO  (jetty-launcher-3631-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-15T09:15:50.509196Z
   [junit4]   2> 749929 INFO  (zkConnectionManagerCallback-3633-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 749930 INFO  (jetty-launcher-3631-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 749956 INFO  (zkConnectionManagerCallback-3635-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 749956 INFO  (jetty-launcher-3631-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 750030 INFO  (jetty-launcher-3631-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 750039 WARN  (jetty-launcher-3631-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@70d52123[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 750090 WARN  (jetty-launcher-3631-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@9c95faf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 750091 INFO  (jetty-launcher-3631-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36459/solr
   [junit4]   2> 750137 INFO  (zkConnectionManagerCallback-3643-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 750170 INFO  (zkConnectionManagerCallback-3645-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 750234 INFO  (jetty-launcher-3631-thread-1) [n:127.0.0.1:42107_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42107_solr
   [junit4]   2> 750235 INFO  (jetty-launcher-3631-thread-1) [n:127.0.0.1:42107_solr    ] o.a.s.c.Overseer Overseer (id=72084797081124870-127.0.0.1:42107_solr-n_0000000000) starting
   [junit4]   2> 750278 INFO  (zkConnectionManagerCallback-3652-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 750280 INFO  (jetty-launcher-3631-thread-1) [n:127.0.0.1:42107_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36459/solr ready
   [junit4]   2> 750289 INFO  (OverseerStateUpdate-72084797081124870-127.0.0.1:42107_solr-n_0000000000) [n:127.0.0.1:42107_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42107_solr
   [junit4]   2> 750293 INFO  (jetty-launcher-3631-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 750299 INFO  (jetty-launcher-3631-thread-1) [n:127.0.0.1:42107_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42107_solr
   [junit4]   2> 750314 WARN  (jetty-launcher-3631-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@58d9b2b2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 750370 INFO  (jetty-launcher-3631-thread-1) [n:127.0.0.1:42107_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 750370 INFO  (zkCallback-3644-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 750370 INFO  (zkCallback-3651-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 750425 INFO  (jetty-launcher-3631-thread-1) [n:127.0.0.1:42107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42107.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f20155b
   [junit4]   2> 750446 WARN  (jetty-launcher-3631-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@45c52635[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 750447 INFO  (jetty-launcher-3631-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36459/solr
   [junit4]   2> 750455 INFO  (jetty-launcher-3631-thread-1) [n:127.0.0.1:42107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42107.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f20155b
   [junit4]   2> 750455 INFO  (jetty-launcher-3631-thread-1) [n:127.0.0.1:42107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42107.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f20155b
   [junit4]   2> 750456 INFO  (jetty-launcher-3631-thread-1) [n:127.0.0.1:42107_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001/tempDir-001/node1/.
   [junit4]   2> 750474 INFO  (zkConnectionManagerCallback-3659-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 750508 INFO  (zkConnectionManagerCallback-3661-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 750510 INFO  (jetty-launcher-3631-thread-2) [n:127.0.0.1:41111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 750517 INFO  (jetty-launcher-3631-thread-2) [n:127.0.0.1:41111_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:41111_solr as DOWN
   [junit4]   2> 750518 INFO  (jetty-launcher-3631-thread-2) [n:127.0.0.1:41111_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 750518 INFO  (jetty-launcher-3631-thread-2) [n:127.0.0.1:41111_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41111_solr
   [junit4]   2> 750519 INFO  (zkCallback-3660-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 750519 INFO  (zkCallback-3651-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 750520 INFO  (zkCallback-3644-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 750545 INFO  (zkConnectionManagerCallback-3668-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 750546 INFO  (jetty-launcher-3631-thread-2) [n:127.0.0.1:41111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 750547 INFO  (jetty-launcher-3631-thread-2) [n:127.0.0.1:41111_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36459/solr ready
   [junit4]   2> 750569 INFO  (jetty-launcher-3631-thread-2) [n:127.0.0.1:41111_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 750594 INFO  (jetty-launcher-3631-thread-2) [n:127.0.0.1:41111_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41111.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f20155b
   [junit4]   2> 750604 INFO  (jetty-launcher-3631-thread-2) [n:127.0.0.1:41111_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41111.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f20155b
   [junit4]   2> 750606 INFO  (jetty-launcher-3631-thread-2) [n:127.0.0.1:41111_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41111.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f20155b
   [junit4]   2> 750607 INFO  (jetty-launcher-3631-thread-2) [n:127.0.0.1:41111_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001/tempDir-001/node2/.
   [junit4]   2> 750665 INFO  (zkConnectionManagerCallback-3674-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 750666 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 750667 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36459/solr ready
   [junit4]   2> 750685 INFO  (TEST-ReindexCollectionTest.testBasicReindexing-seed#[C1AAB2183B68BA6E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasicReindexing
   [junit4]   2> 750697 INFO  (zkConnectionManagerCallback-3679-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 750711 INFO  (TEST-ReindexCollectionTest.testBasicReindexing-seed#[C1AAB2183B68BA6E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 750711 INFO  (TEST-ReindexCollectionTest.testBasicReindexing-seed#[C1AAB2183B68BA6E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36459/solr ready
   [junit4]   2> 750723 INFO  (qtp268154492-9277) [n:127.0.0.1:41111_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&maxShardsPerNode=-1&name=basicReindexing&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 750730 INFO  (OverseerThreadFactory-3331-thread-1-processing-n:127.0.0.1:42107_solr) [n:127.0.0.1:42107_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection basicReindexing
   [junit4]   2> 750839 INFO  (OverseerStateUpdate-72084797081124870-127.0.0.1:42107_solr-n_0000000000) [n:127.0.0.1:42107_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"basicReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"basicReindexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41111/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 750841 INFO  (OverseerStateUpdate-72084797081124870-127.0.0.1:42107_solr-n_0000000000) [n:127.0.0.1:42107_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"basicReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"basicReindexing_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42107/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 750845 INFO  (OverseerStateUpdate-72084797081124870-127.0.0.1:42107_solr-n_0000000000) [n:127.0.0.1:42107_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"basicReindexing",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"basicReindexing_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41111/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 750847 INFO  (OverseerStateUpdate-72084797081124870-127.0.0.1:42107_solr-n_0000000000) [n:127.0.0.1:42107_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"basicReindexing",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"basicReindexing_shard2_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42107/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 751050 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr    x:basicReindexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=basicReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=basicReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 751050 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr    x:basicReindexing_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=basicReindexing_shard1_replica_n3&action=CREATE&numShards=2&collection=basicReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 751051 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr    x:basicReindexing_shard2_replica_n7] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=basicReindexing_shard2_replica_n7&action=CREATE&numShards=2&collection=basicReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 751051 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr    x:basicReindexing_shard1_replica_n3] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 751054 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr    x:basicReindexing_shard2_replica_n5] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf1&newCollection=true&name=basicReindexing_shard2_replica_n5&action=CREATE&numShards=2&collection=basicReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 752063 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 752072 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.s.IndexSchema [basicReindexing_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 752072 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 752073 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 752073 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'basicReindexing_shard2_replica_n5' using configuration from collection basicReindexing, trusted=true
   [junit4]   2> 752074 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41111.solr.core.basicReindexing.shard2.replica_n5' (registry 'solr.core.basicReindexing.shard2.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f20155b
   [junit4]   2> 752074 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.SolrCore [[basicReindexing_shard2_replica_n5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001/tempDir-001/node2/basicReindexing_shard2_replica_n5], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001/tempDir-001/node2/./basicReindexing_shard2_replica_n5/data/]
   [junit4]   2> 752078 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.s.IndexSchema [basicReindexing_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 752081 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 752081 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'basicReindexing_shard1_replica_n1' using configuration from collection basicReindexing, trusted=true
   [junit4]   2> 752081 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41111.solr.core.basicReindexing.shard1.replica_n1' (registry 'solr.core.basicReindexing.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f20155b
   [junit4]   2> 752082 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.SolrCore [[basicReindexing_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001/tempDir-001/node2/basicReindexing_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001/tempDir-001/node2/./basicReindexing_shard1_replica_n1/data/]
   [junit4]   2> 752095 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 752095 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 752101 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.s.IndexSchema [basicReindexing_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 752104 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.s.IndexSchema [basicReindexing_shard2_replica_n7] Schema name=minimal
   [junit4]   2> 752105 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 752105 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'basicReindexing_shard1_replica_n3' using configuration from collection basicReindexing, trusted=true
   [junit4]   2> 752105 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42107.solr.core.basicReindexing.shard1.replica_n3' (registry 'solr.core.basicReindexing.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f20155b
   [junit4]   2> 752105 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.c.SolrCore [[basicReindexing_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001/tempDir-001/node1/basicReindexing_shard1_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001/tempDir-001/node1/./basicReindexing_shard1_replica_n3/data/]
   [junit4]   2> 752106 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 752106 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.c.CoreContainer Creating SolrCore 'basicReindexing_shard2_replica_n7' using configuration from collection basicReindexing, trusted=true
   [junit4]   2> 752107 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42107.solr.core.basicReindexing.shard2.replica_n7' (registry 'solr.core.basicReindexing.shard2.replica_n7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f20155b
   [junit4]   2> 752107 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.c.SolrCore [[basicReindexing_shard2_replica_n7] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001/tempDir-001/node1/basicReindexing_shard2_replica_n7], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001/tempDir-001/node1/./basicReindexing_shard2_replica_n7/data/]
   [junit4]   2> 752169 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 752169 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 752172 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 752172 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 752182 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@397f331c[basicReindexing_shard2_replica_n5] main]
   [junit4]   2> 752184 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 752185 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 752185 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 752185 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630870965089992704
   [junit4]   2> 752217 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 752218 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 752219 INFO  (searcherExecutor-3343-thread-1-processing-n:127.0.0.1:41111_solr x:basicReindexing_shard2_replica_n5 c:basicReindexing s:shard2 r:core_node6) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.SolrCore [basicReindexing_shard2_replica_n5] Registered new searcher Searcher@397f331c[basicReindexing_shard2_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 752221 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.ZkShardTerms Successful update of terms at /collections/basicReindexing/terms/shard2 to Terms{values={core_node6=0}, version=0}
   [junit4]   2> 752221 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/basicReindexing/leaders/shard2
   [junit4]   2> 752223 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 752226 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 752228 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 752229 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17da383a[basicReindexing_shard1_replica_n1] main]
   [junit4]   2> 752229 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 752229 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 752229 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 752230 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 752230 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 752230 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 752230 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 752230 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630870965137178624
   [junit4]   2> 752232 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 752232 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 752233 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.s.SolrIndexSearcher Opening [Searcher@f1e2a70[basicReindexing_shard2_replica_n7] main]
   [junit4]   2> 752234 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 752234 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 752235 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 752235 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 752235 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 752235 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630870965142421504
   [junit4]   2> 752236 INFO  (searcherExecutor-3344-thread-1-processing-n:127.0.0.1:41111_solr x:basicReindexing_shard1_replica_n1 c:basicReindexing s:shard1 r:core_node2) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.SolrCore [basicReindexing_shard1_replica_n1] Registered new searcher Searcher@17da383a[basicReindexing_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 752236 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@15e74f5d[basicReindexing_shard1_replica_n3] main]
   [junit4]   2> 752237 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/basicReindexing/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 752238 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/basicReindexing/leaders/shard1
   [junit4]   2> 752246 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 752247 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 752248 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 752248 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630870965156052992
   [junit4]   2> 752250 INFO  (searcherExecutor-3346-thread-1-processing-n:127.0.0.1:42107_solr x:basicReindexing_shard2_replica_n7 c:basicReindexing s:shard2 r:core_node8) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.c.SolrCore [basicReindexing_shard2_replica_n7] Registered new searcher Searcher@f1e2a70[basicReindexing_shard2_replica_n7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 752251 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.c.ZkShardTerms Successful update of terms at /collections/basicReindexing/terms/shard2 to Terms{values={core_node6=0, core_node8=0}, version=1}
   [junit4]   2> 752251 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/basicReindexing/leaders/shard2
   [junit4]   2> 752253 INFO  (searcherExecutor-3345-thread-1-processing-n:127.0.0.1:42107_solr x:basicReindexing_shard1_replica_n3 c:basicReindexing s:shard1 r:core_node4) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.c.SolrCore [basicReindexing_shard1_replica_n3] Registered new searcher Searcher@15e74f5d[basicReindexing_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 752256 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/basicReindexing/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 752257 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/basicReindexing/leaders/shard1
   [junit4]   2> 752259 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 752259 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 752259 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41111/solr/basicReindexing_shard1_replica_n1/
   [junit4]   2> 752260 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=basicReindexing_shard1_replica_n1 url=http://127.0.0.1:41111/solr START replicas=[http://127.0.0.1:42107/solr/basicReindexing_shard1_replica_n3/] nUpdates=100
   [junit4]   2> 752271 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=basicReindexing_shard1_replica_n1 url=http://127.0.0.1:41111/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 752277 INFO  (qtp1214257907-9362) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.c.S.Request [basicReindexing_shard1_replica_n3]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 752277 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 752277 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 752277 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/basicReindexing/leaders/shard1/leader after winning as /collections/basicReindexing/leader_elect/shard1/election/72084797081124873-core_node2-n_0000000000
   [junit4]   2> 752278 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41111/solr/basicReindexing_shard1_replica_n1/ shard1
   [junit4]   2> 752379 INFO  (zkCallback-3660-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752380 INFO  (zkCallback-3660-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752380 INFO  (zkCallback-3660-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752383 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 752384 ERROR (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.c.ZkStateReader Collection basicReindexing is not lazy or watched!
   [junit4]   2> 752467 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=basicReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=basicReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1417
   [junit4]   2> 752484 INFO  (zkCallback-3660-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752484 INFO  (zkCallback-3660-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752484 INFO  (zkCallback-3660-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752485 INFO  (zkCallback-3660-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752724 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 752724 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 752724 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41111/solr/basicReindexing_shard2_replica_n5/
   [junit4]   2> 752724 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.u.PeerSync PeerSync: core=basicReindexing_shard2_replica_n5 url=http://127.0.0.1:41111/solr START replicas=[http://127.0.0.1:42107/solr/basicReindexing_shard2_replica_n7/] nUpdates=100
   [junit4]   2> 752724 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.u.PeerSync PeerSync: core=basicReindexing_shard2_replica_n5 url=http://127.0.0.1:41111/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 752725 INFO  (qtp1214257907-9273) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.c.S.Request [basicReindexing_shard2_replica_n7]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 752725 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 752725 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 752725 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/basicReindexing/leaders/shard2/leader after winning as /collections/basicReindexing/leader_elect/shard2/election/72084797081124873-core_node6-n_0000000000
   [junit4]   2> 752729 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41111/solr/basicReindexing_shard2_replica_n5/ shard2
   [junit4]   2> 752842 INFO  (zkCallback-3660-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752842 INFO  (zkCallback-3660-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752842 INFO  (zkCallback-3660-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752842 INFO  (zkCallback-3660-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752842 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 752844 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf1&newCollection=true&name=basicReindexing_shard2_replica_n5&action=CREATE&numShards=2&collection=basicReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1790
   [junit4]   2> 752944 INFO  (zkCallback-3660-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752944 INFO  (zkCallback-3660-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752944 INFO  (zkCallback-3660-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 752944 INFO  (zkCallback-3660-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 753296 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=basicReindexing_shard1_replica_n3&action=CREATE&numShards=2&collection=basicReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2245
   [junit4]   2> 753300 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=basicReindexing_shard2_replica_n7&action=CREATE&numShards=2&collection=basicReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2249
   [junit4]   2> 753302 INFO  (qtp268154492-9277) [n:127.0.0.1:41111_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> 753360 INFO  (zkCallback-3660-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 753360 INFO  (zkCallback-3644-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 753360 INFO  (zkCallback-3644-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 753360 INFO  (zkCallback-3660-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 753360 INFO  (zkCallback-3660-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 753360 INFO  (zkCallback-3660-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/basicReindexing/state.json] for collection [basicReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 753360 INFO  (qtp268154492-9277) [n:127.0.0.1:41111_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&maxShardsPerNode=-1&name=basicReindexing&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2637
   [junit4]   2> 753370 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.ZkShardTerms Successful update of terms at /collections/basicReindexing/terms/shard2 to Terms{values={core_node6=1, core_node8=1}, version=2}
   [junit4]   2> 753391 INFO  (qtp268154492-9348) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/basicReindexing/terms/shard1 to Terms{values={core_node2=1, core_node4=1}, version=2}
   [junit4]   2> 753404 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [basicReindexing_shard1_replica_n3]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41111/solr/basicReindexing_shard1_replica_n1/&wt=javabin&version=2}{add=[0 (1630870966325215232), 1 (1630870966327312384), 4 (1630870966328360960), 8 (1630870966328360961), 10 (1630870966328360962), 11 (1630870966328360963), 12 (1630870966328360964), 13 (1630870966328360965), 14 (1630870966328360966), 15 (1630870966328360967), ... (103 adds)]} 0 17
   [junit4]   2> 753405 INFO  (qtp268154492-9348) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [basicReindexing_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1630870966325215232), 1 (1630870966327312384), 4 (1630870966328360960), 8 (1630870966328360961), 10 (1630870966328360962), 11 (1630870966328360963), 12 (1630870966328360964), 13 (1630870966328360965), 14 (1630870966328360966), 15 (1630870966328360967), ... (103 adds)]} 0 41
   [junit4]   2> 753408 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.u.p.LogUpdateProcessorFactory [basicReindexing_shard2_replica_n7]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41111/solr/basicReindexing_shard2_replica_n5/&wt=javabin&version=2}{add=[2 (1630870966326263808), 3 (1630870966327312384), 5 (1630870966328360960), 6 (1630870966328360961), 7 (1630870966328360962), 9 (1630870966328360963), 17 (1630870966328360964), 18 (1630870966328360965), 19 (1630870966328360966), 21 (1630870966328360967), ... (97 adds)]} 0 21
   [junit4]   2> 753408 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.u.p.LogUpdateProcessorFactory [basicReindexing_shard2_replica_n5]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1630870966326263808), 3 (1630870966327312384), 5 (1630870966328360960), 6 (1630870966328360961), 7 (1630870966328360962), 9 (1630870966328360963), 17 (1630870966328360964), 18 (1630870966328360965), 19 (1630870966328360966), 21 (1630870966328360967), ... (97 adds)]} 0 43
   [junit4]   2> 753415 INFO  (qtp268154492-9348) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1630870966379741184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 753415 INFO  (qtp268154492-9348) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@228c7bf2 commitCommandVersion:1630870966379741184
   [junit4]   2> 753418 INFO  (qtp1214257907-9362) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1630870966382886912,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 753418 INFO  (qtp1214257907-9362) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@11c81e9c commitCommandVersion:1630870966382886912
   [junit4]   2> 753427 INFO  (qtp1214257907-9362) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.s.SolrIndexSearcher Opening [Searcher@7419a2d1[basicReindexing_shard2_replica_n7] main]
   [junit4]   2> 753427 INFO  (qtp1214257907-9362) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 753428 INFO  (searcherExecutor-3346-thread-1-processing-n:127.0.0.1:42107_solr x:basicReindexing_shard2_replica_n7 c:basicReindexing s:shard2 r:core_node8) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.c.SolrCore [basicReindexing_shard2_replica_n7] Registered new searcher Searcher@7419a2d1[basicReindexing_shard2_replica_n7] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C97:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+33, lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+33, source=flush, os.version=4.18.0-17-generic, timestamp=1555319754017}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO, Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 753428 INFO  (qtp1214257907-9362) [n:127.0.0.1:42107_solr c:basicReindexing s:shard2 r:core_node8 x:basicReindexing_shard2_replica_n7] o.a.s.u.p.LogUpdateProcessorFactory [basicReindexing_shard2_replica_n7]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41111/solr/basicReindexing_shard2_replica_n5/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 11
   [junit4]   2> 753432 INFO  (qtp268154492-9348) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@38b9fbea[basicReindexing_shard2_replica_n5] main]
   [junit4]   2> 753433 INFO  (qtp268154492-9348) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 753433 INFO  (searcherExecutor-3343-thread-1-processing-n:127.0.0.1:41111_solr x:basicReindexing_shard2_replica_n5 c:basicReindexing s:shard2 r:core_node6) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.SolrCore [basicReindexing_shard2_replica_n5] Registered new searcher Searcher@38b9fbea[basicReindexing_shard2_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C97:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+33, lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+33, source=flush, os.version=4.18.0-17-generic, timestamp=1555319754014}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO, Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 753433 INFO  (qtp268154492-9348) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.u.p.LogUpdateProcessorFactory [basicReindexing_shard2_replica_n5]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41111/solr/basicReindexing_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 18
   [junit4]   2> 753434 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1630870966399664128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 753434 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1dcbb205 commitCommandVersion:1630870966399664128
   [junit4]   2> 753434 INFO  (qtp1214257907-9273) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1630870966399664128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 753434 INFO  (qtp1214257907-9273) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6e176cdc commitCommandVersion:1630870966399664128
   [junit4]   2> 753445 INFO  (qtp1214257907-9273) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@54864e98[basicReindexing_shard1_replica_n3] main]
   [junit4]   2> 753446 INFO  (qtp1214257907-9273) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 753446 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5061999e[basicReindexing_shard1_replica_n1] main]
   [junit4]   2> 753446 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 753447 INFO  (searcherExecutor-3344-thread-1-processing-n:127.0.0.1:41111_solr x:basicReindexing_shard1_replica_n1 c:basicReindexing s:shard1 r:core_node2) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.SolrCore [basicReindexing_shard1_replica_n1] Registered new searcher Searcher@5061999e[basicReindexing_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C103:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+33, lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+33, source=flush, os.version=4.18.0-17-generic, timestamp=1555319754034}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO, Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 753447 INFO  (searcherExecutor-3345-thread-1-processing-n:127.0.0.1:42107_solr x:basicReindexing_shard1_replica_n3 c:basicReindexing s:shard1 r:core_node4) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.c.SolrCore [basicReindexing_shard1_replica_n3] Registered new searcher Searcher@54864e98[basicReindexing_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C103:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+33, lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+33, source=flush, os.version=4.18.0-17-generic, timestamp=1555319754031}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO, Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 753448 INFO  (qtp1214257907-9273) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [basicReindexing_shard1_replica_n3]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41111/solr/basicReindexing_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 13
   [junit4]   2> 753448 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [basicReindexing_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=basicReindexing:7&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 39
   [junit4]   2> 753467 INFO  (qtp1214257907-9362) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.c.S.Request [basicReindexing_shard1_replica_n3]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=basicReindexing:7&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:42107/solr/basicReindexing_shard1_replica_n3/|http://127.0.0.1:41111/solr/basicReindexing_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1555319754043&isShard=true&wt=javabin} hits=103 status=0 QTime=0
   [junit4]   2> 753468 INFO  (qtp268154492-9348) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.S.Request [basicReindexing_shard2_replica_n5]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=basicReindexing:7&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:41111/solr/basicReindexing_shard2_replica_n5/|http://127.0.0.1:42107/solr/basicReindexing_shard2_replica_n7/&rows=10&version=2&q=*:*&NOW=1555319754043&isShard=true&wt=javabin} hits=97 status=0 QTime=1
   [junit4]   2> 753475 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.S.Request [basicReindexing_shard2_replica_n5]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=basicReindexing:7&shards.purpose=64&NOW=1555319754043&ids=2,3,5,17,6,18,7,19,9,21&isShard=true&shard.url=http://127.0.0.1:41111/solr/basicReindexing_shard2_replica_n5/|http://127.0.0.1:42107/solr/basicReindexing_shard2_replica_n7/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 753475 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexing s:shard1 r:core_node2 x:basicReindexing_shard1_replica_n1] o.a.s.c.S.Request [basicReindexing_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=basicReindexing:7&wt=javabin&version=2} hits=200 status=0 QTime=26
   [junit4]   2> 753477 INFO  (qtp268154492-9277) [n:127.0.0.1:41111_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :reindexcollection with params name=basicReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=basicReindexingTarget and sendToOCPQueue=true
   [junit4]   2> 753489 DEBUG (OverseerThreadFactory-3331-thread-2-processing-n:127.0.0.1:42107_solr) [n:127.0.0.1:42107_solr    ] o.a.s.c.a.c.ReindexCollectionCmd *** called: {
   [junit4]   2>   "name":"basicReindexing",
   [junit4]   2>   "target":"basicReindexingTarget",
   [junit4]   2>   "operation":"reindexcollection"}
   [junit4]   2> 753490 INFO  (OverseerCollectionConfigSetProcessor-72084797081124870-127.0.0.1:42107_solr-n_0000000000) [n:127.0.0.1:42107_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> 753505 INFO  (zkConnectionManagerCallback-3688-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 753506 INFO  (OverseerThreadFactory-3331-thread-2-processing-n:127.0.0.1:42107_solr) [n:127.0.0.1:42107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 753507 INFO  (OverseerThreadFactory-3331-thread-2-processing-n:127.0.0.1:42107_solr) [n:127.0.0.1:42107_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36459/solr ready
   [junit4]   2> 753522 INFO  (qtp268154492-9350) [n:127.0.0.1:41111_solr c:basicReindexing s:shard2 r:core_node6 x:basicReindexing_shard2_replica_n5] o.a.s.c.S.Request [basicReindexing_shard2_replica_n5]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=basicReindexing:7&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:41111/solr/basicReindexing_shard2_replica_n5/|http://127.0.0.1:42107/solr/basicReindexing_shard2_replica_n7/&rows=0&version=2&q=*:*&NOW=1555319754101&isShard=true&wt=javabin} hits=97 status=0 QTime=0
   [junit4]   2> 753523 INFO  (qtp1214257907-9362) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.c.S.Request [basicReindexing_shard1_replica_n3]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=basicReindexing:7&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:42107/solr/basicReindexing_shard1_replica_n3/|http://127.0.0.1:41111/solr/basicReindexing_shard1_replica_n1/&rows=0&version=2&q=*:*&NOW=1555319754101&isShard=true&wt=javabin} hits=103 status=0 QTime=0
   [junit4]   2> 753523 INFO  (qtp1214257907-9273) [n:127.0.0.1:42107_solr c:basicReindexing s:shard1 r:core_node4 x:basicReindexing_shard1_replica_n3] o.a.s.c.S.Request [basicReindexing_shard1_replica_n3]  webapp=/solr path=/select params={q=*:*&_stateVer_=basicReindexing:7&rows=0&wt=javabin&version=2} hits=200 status=0 QTime=15
   [junit4]   2> 753524 INFO  (OverseerThreadFactory-3331-thread-2-processing-n:127.0.0.1:42107_solr) [n:127.0.0.1:42107_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection basicReindexingTarget
   [junit4]   2> 753728 INFO  (OverseerStateUpdate-72084797081124870-127.0.0.1:42107_solr-n_0000000000) [n:127.0.0.1:42107_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"basicReindexingTarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"basicReindexingTarget_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42107/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 753729 INFO  (OverseerStateUpdate-72084797081124870-127.0.0.1:42107_solr-n_0000000000) [n:127.0.0.1:42107_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"basicReindexingTarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"basicReindexingTarget_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41111/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 753730 INFO  (OverseerStateUpdate-72084797081124870-127.0.0.1:42107_solr-n_0000000000) [n:127.0.0.1:42107_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"basicReindexingTarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"basicReindexingTarget_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42107/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 753731 INFO  (OverseerStateUpdate-72084797081124870-127.0.0.1:42107_solr-n_0000000000) [n:127.0.0.1:42107_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"basicReindexingTarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"basicReindexingTarget_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41111/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 753932 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr    x:basicReindexingTarget_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=basicReindexingTarget_shard2_replica_n4&action=CREATE&numShards=2&collection=basicReindexingTarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 753932 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr    x:basicReindexingTarget_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=basicReindexingTarget_shard1_replica_n1&action=CREATE&numShards=2&collection=basicReindexingTarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 753933 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr    x:basicReindexingTarget_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=basicReindexingTarget_shard2_replica_n6&action=CREATE&numShards=2&collection=basicReindexingTarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 753934 INFO  (qtp268154492-9276) [n:127.0.0.1:41111_solr    x:basicReindexingTarget_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=basicReindexingTarget_shard1_replica_n2&action=CREATE&numShards=2&collection=basicReindexingTarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 754953 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexingTarget s:shard2 r:core_node8 x:basicReindexingTarget_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 754955 INFO  (qtp1214257907-9269) [n:127.0.0.1:42107_solr c:basicReindexingTarget s:shard1 r:core_node3 x:basicReindexingTarget_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 754985 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexingTarget s:shard2 r:core_node7 x:basicReindexingTarget_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 754985 INFO  (qtp268154492-9276) [n:127.0.0.1:41111_solr c:basicReindexingTarget s:shard1 r:core_node5 x:basicReindexingTarget_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 754989 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexingTarget s:shard2 r:core_node8 x:basicReindexingTarget_shard2_replica_n6] o.a.s.s.IndexSchema [basicReindexingTarget_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 754990 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexingTarget s:shard2 r:core_node8 x:basicReindexingTarget_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 754991 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexingTarget s:shard2 r:core_node8 x:basicReindexingTarget_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'basicReindexingTarget_shard2_replica_n6' using configuration from collection basicReindexingTarget, trusted=true
   [junit4]   2> 754991 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexingTarget s:shard2 r:core_node8 x:basicReindexingTarget_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41111.solr.core.basicReindexingTarget.shard2.replica_n6' (registry 'solr.core.basicReindexingTarget.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f20155b
   [junit4]   2> 754991 INFO  (qtp1214257907-9271) [n:127.0.0.1:42107_solr c:basicReindexingTarget s:shard2 r:core_node7 x:basicReindexingTarget_shard2_replica_n4] o.a.s.s.IndexSchema [basicReindexingTarget_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 754991 INFO  (qtp268154492-9280) [n:127.0.0.1:41111_solr c:basicReindexingTarget s:shard2 r:core_node8 x:basicReindexingTarget_shard2_replica_n6] o.a.s.c.SolrCore [[basicReindexingTarget_shard2_replica_n6] ] Opening new SolrCore at 

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

e to read additional data from client sessionid 0x10018dc29000009, likely client has closed socket
   [junit4]   2> 147000 INFO  (jetty-closer-536-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4602e5fb{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 147001 INFO  (jetty-closer-536-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@28fd06ad{/solr,null,UNAVAILABLE}
   [junit4]   2> 147001 INFO  (jetty-closer-536-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 147001 INFO  (jetty-closer-536-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@eb6a223{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 147002 INFO  (jetty-closer-536-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10bbff05{/solr,null,UNAVAILABLE}
   [junit4]   2> 147005 INFO  (jetty-closer-536-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 147009 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 147010 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	38	/solr/aliases.json
   [junit4]   2> 	38	/solr/clusterprops.json
   [junit4]   2> 	12	/solr/collections/failReindexingTarget/terms/shard1
   [junit4]   2> 	11	/solr/collections/sourceLossyReindexing/terms/shard2
   [junit4]   2> 	10	/solr/collections/failReindexingTarget/terms/shard2
   [junit4]   2> 	10	/solr/collections/basicReindexing/terms/shard1
   [junit4]   2> 	10	/solr/collections/basicReindexing/terms/shard2
   [junit4]   2> 	10	/solr/collections/basicReindexingTarget/terms/shard2
   [junit4]   2> 	10	/solr/collections/basicReindexingTarget/terms/shard1
   [junit4]   2> 	10	/solr/collections/reshapeReindexingTarget/terms/bar
   [junit4]   2> 	10	/solr/collections/sameTargetReindexing/terms/shard2
   [junit4]   2> 	10	/solr/collections/reshapeReindexing/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf1
   [junit4]   2> 	10	/solr/collections/reshapeReindexing/terms/shard2
   [junit4]   2> 	10	/solr/collections/targetLossyReindexing/terms/shard1
   [junit4]   2> 	10	/solr/collections/targetLossyReindexing/terms/shard2
   [junit4]   2> 	9	/solr/collections/.rx_sameTargetReindexing_9/terms/shard2
   [junit4]   2> 	9	/solr/collections/.rx_sameTargetReindexing_9/terms/shard1
   [junit4]   2> 	9	/solr/collections/sourceLossyReindexing/terms/shard1
   [junit4]   2> 	9	/solr/collections/sameTargetReindexing/terms/shard1
   [junit4]   2> 	8	/solr/collections/failReindexing/terms/shard2
   [junit4]   2> 	8	/solr/collections/failReindexing/terms/shard1
   [junit4]   2> 	7	/solr/collections/reshapeReindexingTarget/terms/foo
   [junit4]   2> 	7	/solr/collections/reshapeReindexingTarget/terms/baz
   [junit4]   2> 	6	/solr/configs/_default
   [junit4]   2> 	6	/solr/configs/_default/managed-schema
   [junit4]   2> 	4	/solr/collections/.rx_ck_sourceLossyReindexing/terms/shard1
   [junit4]   2> 	4	/solr/collections/abortReindexingTarget/state.json
   [junit4]   2> 	4	/solr/collections/.rx_sameTargetReindexing_9/state.json
   [junit4]   2> 	4	/solr/collections/sourceLossyReindexing/state.json
   [junit4]   2> 	4	/solr/collections/.rx_ck_reshapeReindexing/terms/shard1
   [junit4]   2> 	4	/solr/collections/.rx_ck_failReindexing/terms/shard1
   [junit4]   2> 	4	/solr/collections/failReindexing/state.json
   [junit4]   2> 	4	/solr/collections/abortReindexing/state.json
   [junit4]   2> 	4	/solr/collections/.rx_ck_sameTargetReindexing/terms/shard1
   [junit4]   2> 	3	/solr/collections/.rx_ck_abortReindexing/terms/shard1
   [junit4]   2> 	3	/solr/collections/abortReindexing/terms/shard2
   [junit4]   2> 	3	/solr/collections/.rx_ck_sourceLossyReindexing/state.json
   [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/basicReindexingTarget/state.json
   [junit4]   2> 	2	/solr/collections/targetLossyReindexing/state.json
   [junit4]   2> 	2	/solr/collections/.rx_ck_abortReindexing/state.json
   [junit4]   2> 	2	/solr/collections/basicReindexing/state.json
   [junit4]   2> 	2	/solr/collections/reshapeReindexingTarget/state.json
   [junit4]   2> 	2	/solr/collections/reshapeReindexing/state.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf2
   [junit4]   2> 	2	/solr/configs/conf3
   [junit4]   2> 	2	/solr/collections/.rx_ck_failReindexing/state.json
   [junit4]   2> 	2	/solr/collections/sameTargetReindexing/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	107	/solr/aliases.json
   [junit4]   2> 	38	/solr/clusterstate.json
   [junit4]   2> 	31	/solr/collections/sourceLossyReindexing/state.json
   [junit4]   2> 	27	/solr/collections/.rx_sameTargetReindexing_9/state.json
   [junit4]   2> 	24	/solr/collections/failReindexing/state.json
   [junit4]   2> 	20	/solr/collections/abortReindexing/state.json
   [junit4]   2> 	19	/solr/collections/failReindexingTarget/state.json
   [junit4]   2> 	16	/solr/collections/reshapeReindexingTarget/state.json
   [junit4]   2> 	14	/solr/collections/basicReindexing/state.json
   [junit4]   2> 	13	/solr/collections/reshapeReindexing/state.json
   [junit4]   2> 	13	/solr/collections/sameTargetReindexing/state.json
   [junit4]   2> 	12	/solr/collections/basicReindexingTarget/state.json
   [junit4]   2> 	12	/solr/collections/abortReindexingTarget/state.json
   [junit4]   2> 	11	/solr/collections/targetLossyReindexing/state.json
   [junit4]   2> 	9	/solr/collections/.rx_ck_reshapeReindexing/state.json
   [junit4]   2> 	9	/solr/collections/.rx_ck_basicReindexing/state.json
   [junit4]   2> 	9	/solr/collections/.rx_ck_sourceLossyReindexing/state.json
   [junit4]   2> 	9	/solr/collections/.rx_ck_sameTargetReindexing/state.json
   [junit4]   2> 	7	/solr/collections/.rx_ck_failReindexing/state.json
   [junit4]   2> 	6	/solr/collections/.rx_ck_abortReindexing/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	48	/solr/collections
   [junit4]   2> 	38	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 147016 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35501
   [junit4]   2> 147016 INFO  (SUITE-ReindexCollectionTest-seed#[C1AAB2183B68BA6E]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35501
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C1AAB2183B68BA6E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {remove_s=PostingsFormat(name=MockRandom), _root_=Lucene50(blocksize=128), string_s=PostingsFormat(name=Asserting), sind=PostingsFormat(name=MockRandom), id=FST50}, docValues:{_version_=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1981, maxMBSortInHeap=7.2704302799603315, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@685b7d4f), locale=ta, timezone=Asia/Pontianak
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 12 (64-bit)/cpus=8,threads=1,free=230791832,total=496500736
   [junit4]   2> NOTE: All tests run in this JVM: [ReindexCollectionTest, ReindexCollectionTest]
   [junit4] Completed [4/5 (1!)] on J0 in 66.60s, 6 tests, 1 error <<< FAILURES!

[...truncated 20 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1573: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1100: There were test failures: 5 suites, 30 tests, 1 error [seed: C1AAB2183B68BA6E]

Total time: 2 minutes 32 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   1/5 failed: org.apache.solr.cloud.ReindexCollectionTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=e78320753583081c7402d66a259949ab85c8250e, workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #23922
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2