You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/04/30 21:04:15 UTC

[JENKINS] Lucene-Solr-BadApples-Tests-master - Build # 349 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/349/

All tests passed

Build Log:
[...truncated 35235 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-11
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-11
[forbidden-apis] Reading bundled API signatures: jdk-non-portable
[forbidden-apis] Reading bundled API signatures: jdk-reflection
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/tools/forbiddenApis/lucene.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default locale]
[forbidden-apis]   in org.apache.lucene.queries.mlt.TestMoreLikeThis (TestMoreLikeThis.java:497)
[forbidden-apis] Scanned 239 class file(s) for forbidden API invocations (in 0.16s), 1 error(s).

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:643: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:117: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/build.xml:119: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/common-build.xml:2180: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/common-build.xml:2355: Check for forbidden API calls failed, see log.

Total time: 110 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-BadApples-Tests-master - Build # 353 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/353/

1 tests failed.
FAILED:  org.apache.solr.cloud.ReindexCollectionTest.testBasicReindexing

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([C69E5467232E827D:553C9B882BC75645]: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.testBasicReindexing(ReindexCollectionTest.java:123)
	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:566)
	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:834)




Build Log:
[...truncated 13095 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
   [junit4]   2> 709572 INFO  (SUITE-ReindexCollectionTest-seed#[C69E5467232E827D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/init-core-data-001
   [junit4]   2> 709809 INFO  (SUITE-ReindexCollectionTest-seed#[C69E5467232E827D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 709819 INFO  (SUITE-ReindexCollectionTest-seed#[C69E5467232E827D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 709824 INFO  (SUITE-ReindexCollectionTest-seed#[C69E5467232E827D]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001
   [junit4]   2> 709825 INFO  (SUITE-ReindexCollectionTest-seed#[C69E5467232E827D]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 709825 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 709825 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 709925 INFO  (SUITE-ReindexCollectionTest-seed#[C69E5467232E827D]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35413
   [junit4]   2> 709925 INFO  (SUITE-ReindexCollectionTest-seed#[C69E5467232E827D]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35413
   [junit4]   2> 709925 INFO  (SUITE-ReindexCollectionTest-seed#[C69E5467232E827D]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35413
   [junit4]   2> 709931 INFO  (zkConnectionManagerCallback-2279-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 709935 INFO  (zkConnectionManagerCallback-2281-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 709937 INFO  (zkConnectionManagerCallback-2283-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 709941 WARN  (jetty-launcher-2284-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 709941 WARN  (jetty-launcher-2284-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 709941 INFO  (jetty-launcher-2284-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 709941 INFO  (jetty-launcher-2284-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 709941 INFO  (jetty-launcher-2284-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 709942 INFO  (jetty-launcher-2284-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 709942 INFO  (jetty-launcher-2284-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 709942 INFO  (jetty-launcher-2284-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 709943 INFO  (jetty-launcher-2284-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 709943 INFO  (jetty-launcher-2284-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 709943 INFO  (jetty-launcher-2284-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 709943 INFO  (jetty-launcher-2284-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@649ff43d{/solr,null,AVAILABLE}
   [junit4]   2> 709944 INFO  (jetty-launcher-2284-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@77c9e395{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39991}
   [junit4]   2> 709944 INFO  (jetty-launcher-2284-thread-2) [    ] o.e.j.s.Server Started @709998ms
   [junit4]   2> 709944 INFO  (jetty-launcher-2284-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 709944 INFO  (jetty-launcher-2284-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 709944 INFO  (jetty-launcher-2284-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 709944 INFO  (jetty-launcher-2284-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39991}
   [junit4]   2> 709944 ERROR (jetty-launcher-2284-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 709944 INFO  (jetty-launcher-2284-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 709944 INFO  (jetty-launcher-2284-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7074fa85{/solr,null,AVAILABLE}
   [junit4]   2> 709944 INFO  (jetty-launcher-2284-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 709945 INFO  (jetty-launcher-2284-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 709945 INFO  (jetty-launcher-2284-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 709945 INFO  (jetty-launcher-2284-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-05T07:32:36.160092Z
   [junit4]   2> 709945 INFO  (jetty-launcher-2284-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@57a14208{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40423}
   [junit4]   2> 709945 INFO  (jetty-launcher-2284-thread-1) [    ] o.e.j.s.Server Started @709999ms
   [junit4]   2> 709945 INFO  (jetty-launcher-2284-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40423}
   [junit4]   2> 709945 ERROR (jetty-launcher-2284-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 709945 INFO  (jetty-launcher-2284-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 709945 INFO  (jetty-launcher-2284-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 709945 INFO  (jetty-launcher-2284-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 709945 INFO  (jetty-launcher-2284-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 709945 INFO  (jetty-launcher-2284-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-05T07:32:36.160813Z
   [junit4]   2> 709948 INFO  (zkConnectionManagerCallback-2288-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 709949 INFO  (zkConnectionManagerCallback-2286-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 709949 INFO  (jetty-launcher-2284-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 709949 INFO  (jetty-launcher-2284-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 710017 INFO  (jetty-launcher-2284-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 710020 WARN  (jetty-launcher-2284-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5f766978[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 710029 WARN  (jetty-launcher-2284-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@38fc8e3b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 710031 INFO  (jetty-launcher-2284-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35413/solr
   [junit4]   2> 710034 INFO  (zkConnectionManagerCallback-2296-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710039 INFO  (zkConnectionManagerCallback-2298-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710166 INFO  (jetty-launcher-2284-thread-2) [n:127.0.0.1:39991_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39991_solr
   [junit4]   2> 710167 INFO  (jetty-launcher-2284-thread-2) [n:127.0.0.1:39991_solr    ] o.a.s.c.Overseer Overseer (id=73248796540534790-127.0.0.1:39991_solr-n_0000000000) starting
   [junit4]   2> 710176 INFO  (zkConnectionManagerCallback-2305-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710186 INFO  (jetty-launcher-2284-thread-2) [n:127.0.0.1:39991_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35413/solr ready
   [junit4]   2> 710187 INFO  (OverseerStateUpdate-73248796540534790-127.0.0.1:39991_solr-n_0000000000) [n:127.0.0.1:39991_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39991_solr
   [junit4]   2> 710190 INFO  (jetty-launcher-2284-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 710192 WARN  (jetty-launcher-2284-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3b4a94a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 710193 INFO  (jetty-launcher-2284-thread-2) [n:127.0.0.1:39991_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39991_solr
   [junit4]   2> 710195 WARN  (jetty-launcher-2284-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2ae28194[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 710196 INFO  (jetty-launcher-2284-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35413/solr
   [junit4]   2> 710202 INFO  (zkCallback-2304-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 710202 INFO  (zkCallback-2297-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 710212 INFO  (zkConnectionManagerCallback-2311-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710221 INFO  (zkConnectionManagerCallback-2313-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710234 INFO  (jetty-launcher-2284-thread-1) [n:127.0.0.1:40423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 710255 INFO  (jetty-launcher-2284-thread-2) [n:127.0.0.1:39991_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 710258 INFO  (jetty-launcher-2284-thread-1) [n:127.0.0.1:40423_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40423_solr as DOWN
   [junit4]   2> 710261 INFO  (jetty-launcher-2284-thread-1) [n:127.0.0.1:40423_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 710261 INFO  (jetty-launcher-2284-thread-1) [n:127.0.0.1:40423_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40423_solr
   [junit4]   2> 710264 INFO  (zkCallback-2304-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 710265 INFO  (zkCallback-2297-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 710265 INFO  (zkCallback-2312-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 710291 INFO  (zkConnectionManagerCallback-2321-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710294 INFO  (jetty-launcher-2284-thread-1) [n:127.0.0.1:40423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 710296 INFO  (jetty-launcher-2284-thread-1) [n:127.0.0.1:40423_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35413/solr ready
   [junit4]   2> 710297 INFO  (jetty-launcher-2284-thread-1) [n:127.0.0.1:40423_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 710300 INFO  (jetty-launcher-2284-thread-2) [n:127.0.0.1:39991_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39991.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f24c91a
   [junit4]   2> 710327 INFO  (jetty-launcher-2284-thread-2) [n:127.0.0.1:39991_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39991.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f24c91a
   [junit4]   2> 710332 INFO  (jetty-launcher-2284-thread-2) [n:127.0.0.1:39991_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39991.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f24c91a
   [junit4]   2> 710332 INFO  (jetty-launcher-2284-thread-1) [n:127.0.0.1:40423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40423.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f24c91a
   [junit4]   2> 710335 INFO  (jetty-launcher-2284-thread-2) [n:127.0.0.1:39991_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node2/.
   [junit4]   2> 710351 INFO  (jetty-launcher-2284-thread-1) [n:127.0.0.1:40423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40423.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f24c91a
   [junit4]   2> 710351 INFO  (jetty-launcher-2284-thread-1) [n:127.0.0.1:40423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40423.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f24c91a
   [junit4]   2> 710353 INFO  (jetty-launcher-2284-thread-1) [n:127.0.0.1:40423_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.
   [junit4]   2> 710421 INFO  (zkConnectionManagerCallback-2327-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710423 INFO  (SUITE-ReindexCollectionTest-seed#[C69E5467232E827D]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 710425 INFO  (SUITE-ReindexCollectionTest-seed#[C69E5467232E827D]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35413/solr ready
   [junit4]   2> 710467 INFO  (TEST-ReindexCollectionTest.testAbort-seed#[C69E5467232E827D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAbort
   [junit4]   2> 710478 INFO  (zkConnectionManagerCallback-2332-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710485 INFO  (TEST-ReindexCollectionTest.testAbort-seed#[C69E5467232E827D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 710487 INFO  (TEST-ReindexCollectionTest.testAbort-seed#[C69E5467232E827D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35413/solr ready
   [junit4]   2> 710496 INFO  (qtp754313727-6645) [n:127.0.0.1:39991_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&maxShardsPerNode=-1&name=abortReindexing&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 710506 INFO  (OverseerThreadFactory-2557-thread-1-processing-n:127.0.0.1:39991_solr) [n:127.0.0.1:39991_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection abortReindexing
   [junit4]   2> 710618 INFO  (OverseerStateUpdate-73248796540534790-127.0.0.1:39991_solr-n_0000000000) [n:127.0.0.1:39991_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abortReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"abortReindexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39991/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 710626 INFO  (OverseerStateUpdate-73248796540534790-127.0.0.1:39991_solr-n_0000000000) [n:127.0.0.1:39991_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abortReindexing",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"abortReindexing_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40423/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 710831 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr    x:abortReindexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=abortReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 710831 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr    x:abortReindexing_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 710846 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr    x:abortReindexing_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexing_shard2_replica_n3&action=CREATE&numShards=2&collection=abortReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 711865 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 711873 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 711884 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.s.IndexSchema [abortReindexing_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 711886 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 711886 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'abortReindexing_shard1_replica_n1' using configuration from collection abortReindexing, trusted=true
   [junit4]   2> 711887 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39991.solr.core.abortReindexing.shard1.replica_n1' (registry 'solr.core.abortReindexing.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f24c91a
   [junit4]   2> 711887 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.SolrCore [[abortReindexing_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node2/abortReindexing_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node2/./abortReindexing_shard1_replica_n1/data/]
   [junit4]   2> 711891 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.s.IndexSchema [abortReindexing_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 711894 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 711894 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'abortReindexing_shard2_replica_n3' using configuration from collection abortReindexing, trusted=true
   [junit4]   2> 711905 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40423.solr.core.abortReindexing.shard2.replica_n3' (registry 'solr.core.abortReindexing.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f24c91a
   [junit4]   2> 711905 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.SolrCore [[abortReindexing_shard2_replica_n3] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/abortReindexing_shard2_replica_n3], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/./abortReindexing_shard2_replica_n3/data/]
   [junit4]   2> 712044 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 712044 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 712046 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 712046 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 712049 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@519a9bb7[abortReindexing_shard2_replica_n3] main]
   [junit4]   2> 712054 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 712055 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 712056 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 712056 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632676409005572096
   [junit4]   2> 712071 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/abortReindexing/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 712072 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/abortReindexing/leaders/shard2
   [junit4]   2> 712068 INFO  (searcherExecutor-2567-thread-1-processing-n:127.0.0.1:40423_solr x:abortReindexing_shard2_replica_n3 c:abortReindexing s:shard2 r:core_node4) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.SolrCore [abortReindexing_shard2_replica_n3] Registered new searcher Searcher@519a9bb7[abortReindexing_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 712076 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 712076 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 712076 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40423/solr/abortReindexing_shard2_replica_n3/
   [junit4]   2> 712077 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 712077 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.SyncStrategy http://127.0.0.1:40423/solr/abortReindexing_shard2_replica_n3/ has no replicas
   [junit4]   2> 712077 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/abortReindexing/leaders/shard2/leader after winning as /collections/abortReindexing/leader_elect/shard2/election/73248796540534793-core_node4-n_0000000000
   [junit4]   2> 712080 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40423/solr/abortReindexing_shard2_replica_n3/ shard2
   [junit4]   2> 712105 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 712105 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 712107 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 712107 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 712110 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f4c7193[abortReindexing_shard1_replica_n1] main]
   [junit4]   2> 712111 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 712112 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 712112 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 712113 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632676409065340928
   [junit4]   2> 712117 INFO  (searcherExecutor-2566-thread-1-processing-n:127.0.0.1:39991_solr x:abortReindexing_shard1_replica_n1 c:abortReindexing s:shard1 r:core_node2) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.SolrCore [abortReindexing_shard1_replica_n1] Registered new searcher Searcher@6f4c7193[abortReindexing_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 712122 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/abortReindexing/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 712122 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/abortReindexing/leaders/shard1
   [junit4]   2> 712128 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 712128 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 712128 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39991/solr/abortReindexing_shard1_replica_n1/
   [junit4]   2> 712129 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 712129 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:39991/solr/abortReindexing_shard1_replica_n1/ has no replicas
   [junit4]   2> 712129 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/abortReindexing/leaders/shard1/leader after winning as /collections/abortReindexing/leader_elect/shard1/election/73248796540534790-core_node2-n_0000000000
   [junit4]   2> 712132 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39991/solr/abortReindexing_shard1_replica_n1/ shard1
   [junit4]   2> 712234 INFO  (zkCallback-2312-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 712237 INFO  (zkCallback-2297-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 712238 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 712241 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_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=abortReindexing_shard2_replica_n3&action=CREATE&numShards=2&collection=abortReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1395
   [junit4]   2> 712241 INFO  (zkCallback-2312-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 712242 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 712244 INFO  (zkCallback-2297-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 712245 INFO  (qtp754313727-6648) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_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=abortReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1414
   [junit4]   2> 712265 INFO  (qtp754313727-6645) [n:127.0.0.1:39991_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> 712346 INFO  (zkCallback-2312-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 712347 INFO  (zkCallback-2312-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 712347 INFO  (zkCallback-2297-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 712347 INFO  (zkCallback-2297-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 712348 INFO  (zkCallback-2312-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 712348 INFO  (qtp754313727-6645) [n:127.0.0.1:39991_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&maxShardsPerNode=-1&name=abortReindexing&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1857
   [junit4]   2> 712360 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :reindexcollection with params async=5a314e33-3f33-4c75-a552-4ef334cb5afa&name=abortReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=abortReindexingTarget and sendToOCPQueue=true
   [junit4]   2> 712378 INFO  (zkCallback-2297-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 712382 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=5a314e33-3f33-4c75-a552-4ef334cb5afa&name=abortReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=abortReindexingTarget} status=0 QTime=22
   [junit4]   2> 712385 DEBUG (OverseerThreadFactory-2557-thread-2-processing-n:127.0.0.1:39991_solr) [n:127.0.0.1:39991_solr    ] o.a.s.c.a.c.ReindexCollectionCmd *** called: {
   [junit4]   2>   "name":"abortReindexing",
   [junit4]   2>   "target":"abortReindexingTarget",
   [junit4]   2>   "async":"5a314e33-3f33-4c75-a552-4ef334cb5afa",
   [junit4]   2>   "operation":"reindexcollection"}
   [junit4]   2> 712387 INFO  (OverseerCollectionConfigSetProcessor-73248796540534790-127.0.0.1:39991_solr-n_0000000000) [n:127.0.0.1:39991_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> 712397 INFO  (zkConnectionManagerCallback-2339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 712400 INFO  (OverseerThreadFactory-2557-thread-2-processing-n:127.0.0.1:39991_solr) [n:127.0.0.1:39991_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 712403 INFO  (OverseerThreadFactory-2557-thread-2-processing-n:127.0.0.1:39991_solr) [n:127.0.0.1:39991_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35413/solr ready
   [junit4]   2> 712411 INFO  (qtp623888513-6656) [n:127.0.0.1:40423_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3] o.a.s.c.S.Request [abortReindexing_shard2_replica_n3]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=abortReindexing:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:40423/solr/abortReindexing_shard2_replica_n3/&rows=0&version=2&q=*:*&NOW=1557041558621&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 712412 INFO  (qtp754313727-6645) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.S.Request [abortReindexing_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=abortReindexing:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:39991/solr/abortReindexing_shard1_replica_n1/&rows=0&version=2&q=*:*&NOW=1557041558621&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 712412 INFO  (qtp754313727-6643) [n:127.0.0.1:39991_solr c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1] o.a.s.c.S.Request [abortReindexing_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=abortReindexing:4&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=6
   [junit4]   2> 712417 INFO  (OverseerThreadFactory-2557-thread-2-processing-n:127.0.0.1:39991_solr) [n:127.0.0.1:39991_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection abortReindexingTarget
   [junit4]   2> 712633 INFO  (OverseerStateUpdate-73248796540534790-127.0.0.1:39991_solr-n_0000000000) [n:127.0.0.1:39991_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abortReindexingTarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"abortReindexingTarget_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39991/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 712639 INFO  (OverseerStateUpdate-73248796540534790-127.0.0.1:39991_solr-n_0000000000) [n:127.0.0.1:39991_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abortReindexingTarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"abortReindexingTarget_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40423/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 712843 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr    x:abortReindexingTarget_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard2_replica_n3&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 712844 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr    x:abortReindexingTarget_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 713884 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 713909 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 713919 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.IndexSchema [abortReindexingTarget_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 713924 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 713927 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'abortReindexingTarget_shard1_replica_n1' using configuration from collection abortReindexingTarget, trusted=true
   [junit4]   2> 713927 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39991.solr.core.abortReindexingTarget.shard1.replica_n1' (registry 'solr.core.abortReindexingTarget.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f24c91a
   [junit4]   2> 713928 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SolrCore [[abortReindexingTarget_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node2/abortReindexingTarget_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node2/./abortReindexingTarget_shard1_replica_n1/data/]
   [junit4]   2> 713933 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.s.IndexSchema [abortReindexingTarget_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 713940 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 713941 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'abortReindexingTarget_shard2_replica_n3' using configuration from collection abortReindexingTarget, trusted=true
   [junit4]   2> 713942 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40423.solr.core.abortReindexingTarget.shard2.replica_n3' (registry 'solr.core.abortReindexingTarget.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f24c91a
   [junit4]   2> 713942 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.SolrCore [[abortReindexingTarget_shard2_replica_n3] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/abortReindexingTarget_shard2_replica_n3], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/./abortReindexingTarget_shard2_replica_n3/data/]
   [junit4]   2> 714145 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 714145 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 714148 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 714148 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 714150 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d83e5b7[abortReindexingTarget_shard1_replica_n1] main]
   [junit4]   2> 714153 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 714154 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 714155 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 714155 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632676411206533120
   [junit4]   2> 714162 INFO  (searcherExecutor-2576-thread-1-processing-n:127.0.0.1:39991_solr x:abortReindexingTarget_shard1_replica_n1 c:abortReindexingTarget s:shard1 r:core_node2) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SolrCore [abortReindexingTarget_shard1_replica_n1] Registered new searcher Searcher@d83e5b7[abortReindexingTarget_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 714173 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 714173 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 714175 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 714175 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 714184 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/abortReindexingTarget/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 714184 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/abortReindexingTarget/leaders/shard1
   [junit4]   2> 714200 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 714200 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 714200 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39991/solr/abortReindexingTarget_shard1_replica_n1/
   [junit4]   2> 714203 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 714204 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:39991/solr/abortReindexingTarget_shard1_replica_n1/ has no replicas
   [junit4]   2> 714204 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/abortReindexingTarget/leaders/shard1/leader after winning as /collections/abortReindexingTarget/leader_elect/shard1/election/73248796540534790-core_node2-n_0000000000
   [junit4]   2> 714216 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39991/solr/abortReindexingTarget_shard1_replica_n1/ shard1
   [junit4]   2> 714310 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f3a8c3e[abortReindexingTarget_shard2_replica_n3] main]
   [junit4]   2> 714313 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 714314 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 714315 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 714315 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632676411374305280
   [junit4]   2> 714319 INFO  (zkCallback-2297-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 714320 INFO  (zkCallback-2297-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 714334 INFO  (searcherExecutor-2577-thread-1-processing-n:127.0.0.1:40423_solr x:abortReindexingTarget_shard2_replica_n3 c:abortReindexingTarget s:shard2 r:core_node4) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.SolrCore [abortReindexingTarget_shard2_replica_n3] Registered new searcher Searcher@6f3a8c3e[abortReindexingTarget_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 714336 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 714341 INFO  (qtp754313727-6649) [n:127.0.0.1:39991_solr c:abortReindexingTarget s:shard1 r:core_node2 x:abortReindexingTarget_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=abortReindexingTarget_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1496
   [junit4]   2> 714350 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/abortReindexingTarget/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 714350 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/abortReindexingTarget/leaders/shard2
   [junit4]   2> 714370 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 714370 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 714370 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40423/solr/abortReindexingTarget_shard2_replica_n3/
   [junit4]   2> 714371 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 714371 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.SyncStrategy http://127.0.0.1:40423/solr/abortReindexingTarget_shard2_replica_n3/ has no replicas
   [junit4]   2> 714371 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/abortReindexingTarget/leaders/shard2/leader after winning as /collections/abortReindexingTarget/leader_elect/shard2/election/73248796540534793-core_node4-n_0000000000
   [junit4]   2> 714375 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40423/solr/abortReindexingTarget_shard2_replica_n3/ shard2
   [junit4]   2> 714480 INFO  (zkCallback-2297-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 714480 INFO  (zkCallback-2297-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 714480 INFO  (zkCallback-2297-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 714480 INFO  (zkCallback-2312-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 714482 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n3] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 714485 INFO  (qtp623888513-6652) [n:127.0.0.1:40423_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_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=abortReindexingTarget_shard2_replica_n3&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1642
   [junit4]   2> 714489 INFO  (OverseerThreadFactory-2557-thread-2-processing-n:127.0.0.1:39991_solr) [n:127.0.0.1:39991_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection .rx_ck_abortReindexing
   [junit4]   2> 714604 INFO  (zkCallback-2312-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 714604 INFO  (zkCallback-2297-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 714604 INFO  (zkCallback-2312-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 714604 INFO  (zkCallback-2297-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 714604 INFO  (zkCallback-2297-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 714709 INFO  (OverseerStateUpdate-73248796540534790-127.0.0.1:39991_solr-n_0000000000) [n:127.0.0.1:39991_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".rx_ck_abortReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".rx_ck_abortReindexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40423/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 714916 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr    x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=_default&newCollection=true&name=.rx_ck_abortReindexing_shard1_replica_n1&action=CREATE&numShards=1&collection=.rx_ck_abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 715937 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 715937 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 715938 WARN  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 715938 WARN  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 715938 WARN  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 715938 WARN  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 715938 WARN  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 715938 WARN  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 715938 WARN  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 715939 WARN  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 715939 WARN  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 715939 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 715987 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.IndexSchema [.rx_ck_abortReindexing_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 716249 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 716309 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore '.rx_ck_abortReindexing_shard1_replica_n1' using configuration from collection .rx_ck_abortReindexing, trusted=true
   [junit4]   2> 716309 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40423.solr.core..rx_ck_abortReindexing.shard1.replica_n1' (registry 'solr.core..rx_ck_abortReindexing.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f24c91a
   [junit4]   2> 716310 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrCore [[.rx_ck_abortReindexing_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001/tempDir-001/node1/./.rx_ck_abortReindexing_shard1_replica_n1/data/]
   [junit4]   2> 716315 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 716400 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 716400 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 716402 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 716402 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 716405 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5537fe8a[.rx_ck_abortReindexing_shard1_replica_n1] main]
   [junit4]   2> 716407 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/_default
   [junit4]   2> 716407 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/_default
   [junit4]   2> 716407 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/_default/managed-schema
   [junit4]   2> 716408 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 716409 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 716409 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 716411 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 716411 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632676413572120576
   [junit4]   2> 716414 INFO  (searcherExecutor-2586-thread-1-processing-n:127.0.0.1:40423_solr x:.rx_ck_abortReindexing_shard1_replica_n1 c:.rx_ck_abortReindexing s:shard1 r:core_node2) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@5537fe8a[.rx_ck_abortReindexing_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 716414 INFO  (searcherExecutor-2586-thread-1-processing-n:127.0.0.1:40423_solr x:.rx_ck_abortReindexing_shard1_replica_n1 c:.rx_ck_abortReindexing s:shard1 r:core_node2) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 716414 INFO  (searcherExecutor-2586-thread-1-processing-n:127.0.0.1:40423_solr x:.rx_ck_abortReindexing_shard1_replica_n1 c:.rx_ck_abortReindexing s:shard1 r:core_node2) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 716416 INFO  (searcherExecutor-2586-thread-1-processing-n:127.0.0.1:40423_solr x:.rx_ck_abortReindexing_shard1_replica_n1 c:.rx_ck_abortReindexing s:shard1 r:core_node2) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrCore [.rx_ck_abortReindexing_shard1_replica_n1] Registered new searcher Searcher@5537fe8a[.rx_ck_abortReindexing_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 716420 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.rx_ck_abortReindexing/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 716421 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.rx_ck_abortReindexing/leaders/shard1
   [junit4]   2> 716426 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 716426 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 716426 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40423/solr/.rx_ck_abortReindexing_shard1_replica_n1/
   [junit4]   2> 716427 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 716427 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:40423/solr/.rx_ck_abortReindexing_shard1_replica_n1/ has no replicas
   [junit4]   2> 716427 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/.rx_ck_abortReindexing/leaders/shard1/leader after winning as /collections/.rx_ck_abortReindexing/leader_elect/shard1/election/73248796540534793-core_node2-n_0000000000
   [junit4]   2> 716430 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40423/solr/.rx_ck_abortReindexing_shard1_replica_n1/ shard1
   [junit4]   2> 716532 INFO  (zkCallback-2312-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.rx_ck_abortReindexing/state.json] for collection [.rx_ck_abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 716532 INFO  (zkCallback-2312-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.rx_ck_abortReindexing/state.json] for collection [.rx_ck_abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 716534 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 716539 INFO  (qtp623888513-6653) [n:127.0.0.1:40423_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=_default&newCollection=true&name=.rx_ck_abortReindexing_shard1_replica_n1&action=CREATE&numShards=1&collection=.rx_ck_abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1623
   [junit4]   2> 716638 INFO  (zkCallback-2312-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.rx_ck_abortReindexing/state.json] for collection [.rx_ck_abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 716638 INFO  (zkCallback-2312-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.rx_ck_abortReindexing/state.json] for collection [.rx_ck_abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 716638 INFO  (zkCallback-2312-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.rx_ck_abortReindexing/state.json] for collection [.rx_ck_abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 716646 INFO  (OverseerThreadFactory-2557-thread-2-processing-n:127.0.0.1:39991_solr) [n:127.0.0.1:39991_solr    ] o.a.s.u.TestInjection Waiting in ReindexCollectionCmd for up to 60s
   [junit4]   2> 716751 INFO  (zkCallback-2297-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 716751 INFO  (zkCallback-2297-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 716751 INFO  (zkCallback-2297-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 716751 INFO  (zkCallback-2312-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 716751 INFO  (zkCallback-2312-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 716751 INFO  (zkCallback-2312-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortRe

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

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> 	83	/solr/aliases.json
   [junit4]   2> 	34	/solr/clusterstate.json
   [junit4]   2> 	25	/solr/collections/basicReindexing/state.json
   [junit4]   2> 	21	/solr/collections/failReindexingTarget/state.json
   [junit4]   2> 	20	/solr/collections/abortReindexing/state.json
   [junit4]   2> 	17	/solr/collections/failReindexing/state.json
   [junit4]   2> 	17	/solr/collections/reshapeReindexingTarget/state.json
   [junit4]   2> 	17	/solr/collections/sourceLossyReindexing/state.json
   [junit4]   2> 	17	/solr/collections/sameTargetReindexing/state.json
   [junit4]   2> 	15	/solr/collections/reshapeReindexing/state.json
   [junit4]   2> 	13	/solr/collections/.rx_sameTargetReindexing_2/state.json
   [junit4]   2> 	12	/solr/collections/targetLossyReindexing/state.json
   [junit4]   2> 	11	/solr/collections/abortReindexingTarget/state.json
   [junit4]   2> 	9	/solr/collections/.rx_ck_reshapeReindexing/state.json
   [junit4]   2> 	9	/solr/collections/.rx_ck_sameTargetReindexing/state.json
   [junit4]   2> 	8	/solr/collections/.rx_ck_sourceLossyReindexing/state.json
   [junit4]   2> 	7	/solr/collections/.rx_ck_abortReindexing/state.json
   [junit4]   2> 	7	/solr/collections/.rx_ck_failReindexing/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	43	/solr/collections
   [junit4]   2> 	34	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 774103 INFO  (SUITE-ReindexCollectionTest-seed#[C69E5467232E827D]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35413
   [junit4]   2> 774103 INFO  (SUITE-ReindexCollectionTest-seed#[C69E5467232E827D]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35413
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_C69E5467232E827D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {remove_s=PostingsFormat(name=LuceneFixedGap), _root_=PostingsFormat(name=Asserting), string_s=Lucene50(blocksize=128), sind=PostingsFormat(name=LuceneFixedGap), id=Lucene50(blocksize=128)}, docValues:{_version_=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1568, maxMBSortInHeap=7.632147274851788, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@289c3d18), locale=tr, timezone=BET
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 11.0.1 (64-bit)/cpus=4,threads=1,free=329822024,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerCollectionConfigSetProcessorTest, SpellPossibilityIteratorTest, TestLegacyNumericRangeQueryBuilder, TestGeoJSONResponseWriter, TestManagedSynonymGraphFilterFactory, PropertiesRequestHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, CloudExitableDirectoryReaderTest, CustomHighlightComponentTest, TestSolrCloudSnapshots, TestJettySolrRunner, TestCustomSort, TestPostingsSolrHighlighter, TestSolrCloudWithDelegationTokens, TaggingAttributeTest, DistanceFunctionTest, TermsComponentTest, PluginInfoTest, TestInitQParser, TestShardHandlerFactory, TestBlobHandler, TestDistributedMissingSort, TestStressCloudBlindAtomicUpdates, TestInPlaceUpdateWithRouteField, BlockJoinFacetRandomTest, ScheduledTriggerTest, TestRandomFlRTGCloud, TestSchemaManager, TestAnalyzedSuggestions, TestWordDelimiterFilterFactory, AddBlockUpdateTest, HdfsWriteToMultipleCollectionsTest, EchoParamsTest, TestDistributedMap, TestFieldCacheVsDocValues, TestNumericTerms32, CursorMarkTest, TestPrepRecovery, TestChildDocTransformer, TestPseudoReturnFields, IndexSchemaTest, CreateCollectionCleanupTest, TestRandomDVFaceting, HLLUtilTest, RequestLoggingTest, TestStressLucene, TestJsonFacetRefinement, TestMinMaxOnMultiValuedField, DocValuesMissingTest, CurrencyFieldTypeTest, CoreAdminCreateDiscoverTest, ShowFileRequestHandlerTest, TestHashPartitioner, TestRestoreCore, VMParamsZkACLAndCredentialsProvidersTest, SolrSlf4jReporterTest, TestCoreBackup, RollingRestartTest, TestEmbeddedSolrServerAdminHandler, RuleEngineTest, CursorPagingTest, DistributedSpellCheckComponentTest, SimplePostToolTest, TestLRUStatsCache, SpatialHeatmapFacetsTest, TestNumericRangeQuery64, SolrXmlInZkTest, DirectoryFactoryTest, ReindexCollectionTest]
   [junit4] Completed [183/855 (1!)] on J0 in 64.76s, 6 tests, 1 failure <<< FAILURES!

[...truncated 49475 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj1539100109
 [ecj-lint] Compiling 48 source files to /tmp/ecj1539100109
 [ecj-lint] invalid Class-Path header in manifest of jar file: /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 23)
 [ecj-lint] 	import javax.naming.NamingException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NamingException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 28)
 [ecj-lint] 	public class MockInitialContextFactory implements InitialContextFactory {
 [ecj-lint] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type MockInitialContextFactory must implement the inherited abstract method InitialContextFactory.getInitialContext(Hashtable<?,?>)
 [ecj-lint] ----------
 [ecj-lint] 3. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 30)
 [ecj-lint] 	private final javax.naming.Context context;
 [ecj-lint] 	              ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.Context is not accessible
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 33)
 [ecj-lint] 	context = mock(javax.naming.Context.class);
 [ecj-lint] 	^^^^^^^
 [ecj-lint] context cannot be resolved to a variable
 [ecj-lint] ----------
 [ecj-lint] 5. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 33)
 [ecj-lint] 	context = mock(javax.naming.Context.class);
 [ecj-lint] 	               ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.Context is not accessible
 [ecj-lint] ----------
 [ecj-lint] 6. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 36)
 [ecj-lint] 	when(context.lookup(anyString())).thenAnswer(invocation -> objects.get(invocation.getArgument(0)));
 [ecj-lint] 	     ^^^^^^^
 [ecj-lint] context cannot be resolved
 [ecj-lint] ----------
 [ecj-lint] 7. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 38)
 [ecj-lint] 	} catch (NamingException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^
 [ecj-lint] NamingException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 8. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 45)
 [ecj-lint] 	public javax.naming.Context getInitialContext(Hashtable env) {
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.Context is not accessible
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 46)
 [ecj-lint] 	return context;
 [ecj-lint] 	       ^^^^^^^
 [ecj-lint] context cannot be resolved to a variable
 [ecj-lint] ----------
 [ecj-lint] 9 problems (9 errors)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:643: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:101: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build.xml:687: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/common-build.xml:479: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/common-build.xml:2016: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/common-build.xml:2049: Compile failed; see the compiler error output for details.

Total time: 123 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-BadApples-Tests-master - Build # 352 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/352/

1 tests failed.
FAILED:  org.apache.solr.cloud.OverseerRolesTest.testDesignatedOverseerRestarts

Error Message:
Timed out waiting for overseer state change. The current overseer is: 127.0.0.1:43065_solr

Stack Trace:
java.lang.AssertionError: Timed out waiting for overseer state change. The current overseer is: 127.0.0.1:43065_solr
	at __randomizedtesting.SeedInfo.seed([69D979133652414B:61F86E4C080C5341]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.OverseerRolesTest.waitForNewOverseer(OverseerRolesTest.java:70)
	at org.apache.solr.cloud.OverseerRolesTest.waitForNewOverseer(OverseerRolesTest.java:75)
	at org.apache.solr.cloud.OverseerRolesTest.testDesignatedOverseerRestarts(OverseerRolesTest.java:188)
	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:566)
	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:834)




Build Log:
[...truncated 12838 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> 586962 INFO  (SUITE-OverseerRolesTest-seed#[69D979133652414B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerRolesTest_69D979133652414B-001/init-core-data-001
   [junit4]   2> 586963 WARN  (SUITE-OverseerRolesTest-seed#[69D979133652414B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 586963 INFO  (SUITE-OverseerRolesTest-seed#[69D979133652414B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 586964 INFO  (SUITE-OverseerRolesTest-seed#[69D979133652414B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 586965 INFO  (SUITE-OverseerRolesTest-seed#[69D979133652414B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerRolesTest_69D979133652414B-001/tempDir-001
   [junit4]   2> 586965 INFO  (SUITE-OverseerRolesTest-seed#[69D979133652414B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 586973 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 586973 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 587073 INFO  (SUITE-OverseerRolesTest-seed#[69D979133652414B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:36269
   [junit4]   2> 587073 INFO  (SUITE-OverseerRolesTest-seed#[69D979133652414B]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36269
   [junit4]   2> 587073 INFO  (SUITE-OverseerRolesTest-seed#[69D979133652414B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36269
   [junit4]   2> 587079 INFO  (zkConnectionManagerCallback-2843-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587084 INFO  (zkConnectionManagerCallback-2845-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587086 INFO  (zkConnectionManagerCallback-2847-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587093 WARN  (jetty-launcher-2848-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 587093 WARN  (jetty-launcher-2848-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 587094 WARN  (jetty-launcher-2848-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 587094 INFO  (jetty-launcher-2848-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 587094 INFO  (jetty-launcher-2848-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 587094 INFO  (jetty-launcher-2848-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 587094 WARN  (jetty-launcher-2848-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 587095 INFO  (jetty-launcher-2848-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 587095 WARN  (jetty-launcher-2848-thread-5) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 587095 INFO  (jetty-launcher-2848-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 587095 INFO  (jetty-launcher-2848-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 587095 INFO  (jetty-launcher-2848-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 587095 INFO  (jetty-launcher-2848-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 587095 INFO  (jetty-launcher-2848-thread-5) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 587096 INFO  (jetty-launcher-2848-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 587096 INFO  (jetty-launcher-2848-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 587096 INFO  (jetty-launcher-2848-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 587096 INFO  (jetty-launcher-2848-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 587096 WARN  (jetty-launcher-2848-thread-6) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 587096 INFO  (jetty-launcher-2848-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 587097 INFO  (jetty-launcher-2848-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 587097 INFO  (jetty-launcher-2848-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 587097 INFO  (jetty-launcher-2848-thread-6) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 587097 INFO  (jetty-launcher-2848-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 587101 INFO  (jetty-launcher-2848-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 587101 INFO  (jetty-launcher-2848-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 587101 INFO  (jetty-launcher-2848-thread-6) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 587102 INFO  (jetty-launcher-2848-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5407dd8d{/solr,null,AVAILABLE}
   [junit4]   2> 587104 INFO  (jetty-launcher-2848-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 587104 INFO  (jetty-launcher-2848-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 587105 INFO  (jetty-launcher-2848-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ebdaadd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43065}
   [junit4]   2> 587105 INFO  (jetty-launcher-2848-thread-6) [    ] o.e.j.s.Server Started @587165ms
   [junit4]   2> 587105 INFO  (jetty-launcher-2848-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 587105 INFO  (jetty-launcher-2848-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 587105 INFO  (jetty-launcher-2848-thread-5) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 587105 INFO  (jetty-launcher-2848-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43065}
   [junit4]   2> 587105 ERROR (jetty-launcher-2848-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 587105 INFO  (jetty-launcher-2848-thread-6) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 587105 INFO  (jetty-launcher-2848-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@485ee597{/solr,null,AVAILABLE}
   [junit4]   2> 587105 INFO  (jetty-launcher-2848-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 587105 INFO  (jetty-launcher-2848-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 587106 INFO  (jetty-launcher-2848-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 587106 INFO  (jetty-launcher-2848-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-04T02:31:11.552035Z
   [junit4]   2> 587106 INFO  (jetty-launcher-2848-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f2a5bf{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37782}
   [junit4]   2> 587106 INFO  (jetty-launcher-2848-thread-5) [    ] o.e.j.s.Server Started @587166ms
   [junit4]   2> 587106 INFO  (jetty-launcher-2848-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37782}
   [junit4]   2> 587106 ERROR (jetty-launcher-2848-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 587106 INFO  (jetty-launcher-2848-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 587106 INFO  (jetty-launcher-2848-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 587106 INFO  (jetty-launcher-2848-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 587107 INFO  (jetty-launcher-2848-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 587107 INFO  (jetty-launcher-2848-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-04T02:31:11.553023Z
   [junit4]   2> 587108 INFO  (jetty-launcher-2848-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 587108 INFO  (jetty-launcher-2848-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 587108 INFO  (jetty-launcher-2848-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 587108 INFO  (jetty-launcher-2848-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24ca1115{/solr,null,AVAILABLE}
   [junit4]   2> 587109 INFO  (jetty-launcher-2848-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@25250928{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35611}
   [junit4]   2> 587109 INFO  (jetty-launcher-2848-thread-1) [    ] o.e.j.s.Server Started @587168ms
   [junit4]   2> 587109 INFO  (jetty-launcher-2848-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35611}
   [junit4]   2> 587109 ERROR (jetty-launcher-2848-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 587109 INFO  (jetty-launcher-2848-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 587109 INFO  (jetty-launcher-2848-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 587109 INFO  (jetty-launcher-2848-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 587109 INFO  (jetty-launcher-2848-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 587109 INFO  (jetty-launcher-2848-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-04T02:31:11.555676Z
   [junit4]   2> 587111 INFO  (jetty-launcher-2848-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 587112 INFO  (jetty-launcher-2848-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55764cc3{/solr,null,AVAILABLE}
   [junit4]   2> 587112 INFO  (jetty-launcher-2848-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e2bb14a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40453}
   [junit4]   2> 587112 INFO  (jetty-launcher-2848-thread-2) [    ] o.e.j.s.Server Started @587172ms
   [junit4]   2> 587112 INFO  (zkConnectionManagerCallback-2850-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587112 INFO  (jetty-launcher-2848-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40453}
   [junit4]   2> 587113 ERROR (jetty-launcher-2848-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 587113 INFO  (jetty-launcher-2848-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 587113 INFO  (jetty-launcher-2848-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 587113 INFO  (jetty-launcher-2848-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 587113 INFO  (jetty-launcher-2848-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 587113 INFO  (jetty-launcher-2848-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-04T02:31:11.559214Z
   [junit4]   2> 587114 INFO  (jetty-launcher-2848-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 587114 INFO  (jetty-launcher-2848-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 587114 INFO  (jetty-launcher-2848-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 587114 INFO  (jetty-launcher-2848-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 587114 INFO  (jetty-launcher-2848-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75bfe29f{/solr,null,AVAILABLE}
   [junit4]   2> 587115 INFO  (jetty-launcher-2848-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@39fd68f7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45552}
   [junit4]   2> 587115 INFO  (jetty-launcher-2848-thread-3) [    ] o.e.j.s.Server Started @587174ms
   [junit4]   2> 587115 INFO  (jetty-launcher-2848-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45552}
   [junit4]   2> 587115 ERROR (jetty-launcher-2848-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 587115 INFO  (jetty-launcher-2848-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 587115 INFO  (jetty-launcher-2848-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 587115 INFO  (jetty-launcher-2848-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 587115 INFO  (jetty-launcher-2848-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 587115 INFO  (jetty-launcher-2848-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-04T02:31:11.561608Z
   [junit4]   2> 587124 INFO  (zkConnectionManagerCallback-2852-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587125 INFO  (jetty-launcher-2848-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 587127 INFO  (jetty-launcher-2848-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 587127 INFO  (jetty-launcher-2848-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 587127 INFO  (jetty-launcher-2848-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 587148 INFO  (zkConnectionManagerCallback-2858-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587149 INFO  (jetty-launcher-2848-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e835f93{/solr,null,AVAILABLE}
   [junit4]   2> 587149 INFO  (jetty-launcher-2848-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 587150 INFO  (jetty-launcher-2848-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6ddfa13a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41608}
   [junit4]   2> 587150 INFO  (jetty-launcher-2848-thread-4) [    ] o.e.j.s.Server Started @587210ms
   [junit4]   2> 587150 INFO  (jetty-launcher-2848-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41608}
   [junit4]   2> 587151 ERROR (jetty-launcher-2848-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 587151 INFO  (jetty-launcher-2848-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 587151 INFO  (jetty-launcher-2848-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 587151 INFO  (jetty-launcher-2848-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 587151 INFO  (jetty-launcher-2848-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 587151 INFO  (jetty-launcher-2848-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-04T02:31:11.597277Z
   [junit4]   2> 587157 INFO  (zkConnectionManagerCallback-2856-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587158 INFO  (jetty-launcher-2848-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 587196 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x104352a22fa0006, likely client has closed socket
   [junit4]   2> 587198 INFO  (zkConnectionManagerCallback-2854-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587199 INFO  (jetty-launcher-2848-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 587218 INFO  (zkConnectionManagerCallback-2861-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587219 INFO  (jetty-launcher-2848-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 587299 INFO  (jetty-launcher-2848-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 587300 INFO  (jetty-launcher-2848-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 587309 WARN  (jetty-launcher-2848-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1d476659[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 587340 WARN  (jetty-launcher-2848-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1b8a2c66[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 587344 WARN  (jetty-launcher-2848-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@90d5cef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 587346 INFO  (jetty-launcher-2848-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36269/solr
   [junit4]   2> 587349 WARN  (jetty-launcher-2848-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5bd7f457[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 587351 INFO  (jetty-launcher-2848-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36269/solr
   [junit4]   2> 587351 INFO  (zkConnectionManagerCallback-2874-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587357 INFO  (zkConnectionManagerCallback-2878-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587357 INFO  (zkConnectionManagerCallback-2880-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587406 INFO  (zkConnectionManagerCallback-2882-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587418 INFO  (jetty-launcher-2848-thread-3) [n:127.0.0.1:45552_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45552_solr
   [junit4]   2> 587420 INFO  (jetty-launcher-2848-thread-3) [n:127.0.0.1:45552_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478476-127.0.0.1:45552_solr-n_0000000000) starting
   [junit4]   2> 587450 INFO  (zkConnectionManagerCallback-2891-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587454 INFO  (jetty-launcher-2848-thread-3) [n:127.0.0.1:45552_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36269/solr ready
   [junit4]   2> 587462 INFO  (OverseerStateUpdate-73241949036478476-127.0.0.1:45552_solr-n_0000000000) [n:127.0.0.1:45552_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45552_solr
   [junit4]   2> 587486 INFO  (jetty-launcher-2848-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 587489 INFO  (jetty-launcher-2848-thread-3) [n:127.0.0.1:45552_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45552_solr
   [junit4]   2> 587490 WARN  (jetty-launcher-2848-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5c19d10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 587494 WARN  (jetty-launcher-2848-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@c42c995[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 587497 INFO  (jetty-launcher-2848-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36269/solr
   [junit4]   2> 587504 INFO  (zkCallback-2890-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 587504 INFO  (jetty-launcher-2848-thread-2) [n:127.0.0.1:40453_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40453_solr as DOWN
   [junit4]   2> 587504 INFO  (zkCallback-2881-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 587507 INFO  (jetty-launcher-2848-thread-2) [n:127.0.0.1:40453_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 587507 INFO  (jetty-launcher-2848-thread-2) [n:127.0.0.1:40453_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40453_solr
   [junit4]   2> 587511 INFO  (zkCallback-2890-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 587511 INFO  (zkCallback-2881-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 587515 INFO  (zkCallback-2879-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 587523 INFO  (zkConnectionManagerCallback-2897-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587523 INFO  (jetty-launcher-2848-thread-3) [n:127.0.0.1:45552_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 587568 INFO  (jetty-launcher-2848-thread-6) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 587573 INFO  (jetty-launcher-2848-thread-3) [n:127.0.0.1:45552_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45552.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 587575 INFO  (zkCallback-2879-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 587583 WARN  (jetty-launcher-2848-thread-6) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@37efbe7b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 587590 INFO  (zkConnectionManagerCallback-2900-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587597 INFO  (jetty-launcher-2848-thread-1) [n:127.0.0.1:35611_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 587603 INFO  (jetty-launcher-2848-thread-1) [n:127.0.0.1:35611_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35611_solr as DOWN
   [junit4]   2> 587604 INFO  (jetty-launcher-2848-thread-1) [n:127.0.0.1:35611_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 587604 INFO  (jetty-launcher-2848-thread-1) [n:127.0.0.1:35611_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35611_solr
   [junit4]   2> 587606 INFO  (zkCallback-2890-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 587606 INFO  (zkCallback-2879-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 587606 INFO  (zkCallback-2881-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 587616 INFO  (jetty-launcher-2848-thread-3) [n:127.0.0.1:45552_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45552.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 587617 INFO  (jetty-launcher-2848-thread-3) [n:127.0.0.1:45552_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45552.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 587618 INFO  (jetty-launcher-2848-thread-3) [n:127.0.0.1:45552_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerRolesTest_69D979133652414B-001/tempDir-001/node3/.
   [junit4]   2> 587646 INFO  (zkConnectionManagerCallback-2905-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587649 INFO  (jetty-launcher-2848-thread-2) [n:127.0.0.1:40453_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 587651 INFO  (jetty-launcher-2848-thread-2) [n:127.0.0.1:40453_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36269/solr ready
   [junit4]   2> 587667 INFO  (jetty-launcher-2848-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 587671 INFO  (zkCallback-2899-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 587702 WARN  (jetty-launcher-2848-thread-6) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5c546bc3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 587704 INFO  (jetty-launcher-2848-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36269/solr
   [junit4]   2> 587718 WARN  (jetty-launcher-2848-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6dade62d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 587761 INFO  (jetty-launcher-2848-thread-2) [n:127.0.0.1:40453_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 587814 INFO  (zkConnectionManagerCallback-2920-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587880 WARN  (jetty-launcher-2848-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@27b3437a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 587882 INFO  (jetty-launcher-2848-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36269/solr
   [junit4]   2> 587886 INFO  (zkConnectionManagerCallback-2914-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587888 INFO  (jetty-launcher-2848-thread-1) [n:127.0.0.1:35611_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 587890 INFO  (jetty-launcher-2848-thread-1) [n:127.0.0.1:35611_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36269/solr ready
   [junit4]   2> 587896 INFO  (zkConnectionManagerCallback-2923-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587903 INFO  (jetty-launcher-2848-thread-6) [n:127.0.0.1:43065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 587915 INFO  (jetty-launcher-2848-thread-6) [n:127.0.0.1:43065_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:43065_solr as DOWN
   [junit4]   2> 587916 INFO  (jetty-launcher-2848-thread-6) [n:127.0.0.1:43065_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 587916 INFO  (jetty-launcher-2848-thread-6) [n:127.0.0.1:43065_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43065_solr
   [junit4]   2> 587919 INFO  (zkCallback-2879-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 587919 INFO  (zkCallback-2899-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 587919 INFO  (zkCallback-2890-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 587920 INFO  (zkCallback-2881-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 587922 INFO  (jetty-launcher-2848-thread-1) [n:127.0.0.1:35611_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 587933 INFO  (zkConnectionManagerCallback-2927-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587936 INFO  (zkCallback-2913-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 587939 INFO  (jetty-launcher-2848-thread-2) [n:127.0.0.1:40453_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40453.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 587940 INFO  (zkCallback-2904-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 587948 INFO  (zkCallback-2922-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 587964 INFO  (zkConnectionManagerCallback-2932-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587971 INFO  (jetty-launcher-2848-thread-4) [n:127.0.0.1:41608_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 587976 INFO  (jetty-launcher-2848-thread-4) [n:127.0.0.1:41608_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:41608_solr as DOWN
   [junit4]   2> 587977 INFO  (jetty-launcher-2848-thread-4) [n:127.0.0.1:41608_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 587977 INFO  (jetty-launcher-2848-thread-4) [n:127.0.0.1:41608_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41608_solr
   [junit4]   2> 587980 INFO  (zkCallback-2913-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 587980 INFO  (zkCallback-2922-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 587980 INFO  (zkCallback-2904-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 587981 INFO  (zkCallback-2890-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 587981 INFO  (zkCallback-2899-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 587981 INFO  (zkCallback-2879-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 587981 INFO  (zkCallback-2881-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 587981 INFO  (jetty-launcher-2848-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 588017 INFO  (jetty-launcher-2848-thread-1) [n:127.0.0.1:35611_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35611.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588017 INFO  (zkConnectionManagerCallback-2939-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 588019 INFO  (jetty-launcher-2848-thread-6) [n:127.0.0.1:43065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 588021 INFO  (jetty-launcher-2848-thread-6) [n:127.0.0.1:43065_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36269/solr ready
   [junit4]   2> 588040 INFO  (jetty-launcher-2848-thread-2) [n:127.0.0.1:40453_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40453.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588040 INFO  (jetty-launcher-2848-thread-2) [n:127.0.0.1:40453_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40453.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588049 INFO  (jetty-launcher-2848-thread-2) [n:127.0.0.1:40453_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerRolesTest_69D979133652414B-001/tempDir-001/node4/.
   [junit4]   2> 588050 WARN  (jetty-launcher-2848-thread-5) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@513bf441[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 588053 INFO  (zkCallback-2931-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 588054 INFO  (zkConnectionManagerCallback-2945-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 588056 INFO  (jetty-launcher-2848-thread-4) [n:127.0.0.1:41608_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 588057 INFO  (jetty-launcher-2848-thread-4) [n:127.0.0.1:41608_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36269/solr ready
   [junit4]   2> 588058 INFO  (jetty-launcher-2848-thread-6) [n:127.0.0.1:43065_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 588110 INFO  (jetty-launcher-2848-thread-4) [n:127.0.0.1:41608_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 588111 WARN  (jetty-launcher-2848-thread-5) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@74eec250[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 588113 INFO  (jetty-launcher-2848-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36269/solr
   [junit4]   2> 588154 INFO  (zkConnectionManagerCallback-2952-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 588163 INFO  (jetty-launcher-2848-thread-1) [n:127.0.0.1:35611_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35611.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588163 INFO  (jetty-launcher-2848-thread-1) [n:127.0.0.1:35611_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35611.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588176 INFO  (jetty-launcher-2848-thread-1) [n:127.0.0.1:35611_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerRolesTest_69D979133652414B-001/tempDir-001/node2/.
   [junit4]   2> 588185 INFO  (zkConnectionManagerCallback-2954-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 588203 INFO  (jetty-launcher-2848-thread-5) [n:127.0.0.1:37782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 588217 INFO  (jetty-launcher-2848-thread-6) [n:127.0.0.1:43065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43065.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588225 INFO  (jetty-launcher-2848-thread-5) [n:127.0.0.1:37782_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:37782_solr as DOWN
   [junit4]   2> 588231 INFO  (jetty-launcher-2848-thread-5) [n:127.0.0.1:37782_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 588231 INFO  (jetty-launcher-2848-thread-5) [n:127.0.0.1:37782_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37782_solr
   [junit4]   2> 588235 INFO  (zkCallback-2913-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 588235 INFO  (zkCallback-2904-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 588235 INFO  (zkCallback-2890-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 588235 INFO  (zkCallback-2899-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 588237 INFO  (zkCallback-2931-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 588237 INFO  (zkCallback-2879-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 588237 INFO  (zkCallback-2922-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 588238 INFO  (zkCallback-2881-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 588238 INFO  (zkCallback-2938-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 588240 INFO  (zkCallback-2944-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 588250 INFO  (zkCallback-2953-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 588279 INFO  (jetty-launcher-2848-thread-4) [n:127.0.0.1:41608_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41608.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588279 INFO  (zkConnectionManagerCallback-2961-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 588294 INFO  (jetty-launcher-2848-thread-5) [n:127.0.0.1:37782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 588295 INFO  (jetty-launcher-2848-thread-5) [n:127.0.0.1:37782_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36269/solr ready
   [junit4]   2> 588305 INFO  (jetty-launcher-2848-thread-5) [n:127.0.0.1:37782_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 588322 INFO  (jetty-launcher-2848-thread-6) [n:127.0.0.1:43065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43065.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588322 INFO  (jetty-launcher-2848-thread-6) [n:127.0.0.1:43065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43065.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588348 INFO  (jetty-launcher-2848-thread-6) [n:127.0.0.1:43065_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerRolesTest_69D979133652414B-001/tempDir-001/node6/.
   [junit4]   2> 588365 INFO  (jetty-launcher-2848-thread-4) [n:127.0.0.1:41608_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41608.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588365 INFO  (jetty-launcher-2848-thread-4) [n:127.0.0.1:41608_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41608.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588368 INFO  (jetty-launcher-2848-thread-4) [n:127.0.0.1:41608_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerRolesTest_69D979133652414B-001/tempDir-001/node1/.
   [junit4]   2> 588429 INFO  (jetty-launcher-2848-thread-5) [n:127.0.0.1:37782_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37782.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588466 INFO  (jetty-launcher-2848-thread-5) [n:127.0.0.1:37782_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37782.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588466 INFO  (jetty-launcher-2848-thread-5) [n:127.0.0.1:37782_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37782.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1071ed33
   [junit4]   2> 588469 INFO  (jetty-launcher-2848-thread-5) [n:127.0.0.1:37782_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerRolesTest_69D979133652414B-001/tempDir-001/node5/.
   [junit4]   2> 588940 INFO  (zkConnectionManagerCallback-2967-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 588942 INFO  (SUITE-OverseerRolesTest-seed#[69D979133652414B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 588944 INFO  (SUITE-OverseerRolesTest-seed#[69D979133652414B]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36269/solr ready
   [junit4]   2> 589041 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOverseerRole
   [junit4]   2> 589042 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:45552_solr
   [junit4]   2> 589043 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest Election queue: 
   [junit4]   2> 589052 INFO  (qtp327211028-7794) [n:127.0.0.1:35611_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:45552_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589056 INFO  (OverseerThreadFactory-2600-thread-1-processing-n:127.0.0.1:45552_solr) [n:127.0.0.1:45552_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:45552_solr
   [junit4]   2> 589061 INFO  (qtp327211028-7794) [n:127.0.0.1:35611_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:45552_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 589063 INFO  (qtp327211028-7796) [n:127.0.0.1:35611_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:40453_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589066 INFO  (OverseerCollectionConfigSetProcessor-73241949036478476-127.0.0.1:45552_solr-n_0000000000) [n:127.0.0.1:45552_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> 589068 INFO  (OverseerThreadFactory-2600-thread-2-processing-n:127.0.0.1:45552_solr) [n:127.0.0.1:45552_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:40453_solr
   [junit4]   2> 589079 INFO  (qtp327211028-7796) [n:127.0.0.1:35611_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:40453_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 589081 INFO  (qtp327211028-7809) [n:127.0.0.1:35611_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:35611_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589085 INFO  (OverseerCollectionConfigSetProcessor-73241949036478476-127.0.0.1:45552_solr-n_0000000000) [n:127.0.0.1:45552_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 589087 INFO  (OverseerThreadFactory-2600-thread-3-processing-n:127.0.0.1:45552_solr) [n:127.0.0.1:45552_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:35611_solr
   [junit4]   2> 589090 INFO  (qtp327211028-7809) [n:127.0.0.1:35611_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:35611_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 589091 INFO  (qtp327211028-7811) [n:127.0.0.1:35611_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:43065_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589097 INFO  (OverseerThreadFactory-2600-thread-4-processing-n:127.0.0.1:45552_solr) [n:127.0.0.1:45552_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:43065_solr
   [junit4]   2> 589097 INFO  (OverseerCollectionConfigSetProcessor-73241949036478476-127.0.0.1:45552_solr-n_0000000000) [n:127.0.0.1:45552_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 589100 INFO  (qtp327211028-7811) [n:127.0.0.1:35611_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:43065_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 589102 INFO  (qtp327211028-7811) [n:127.0.0.1:35611_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:41608_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589106 INFO  (OverseerCollectionConfigSetProcessor-73241949036478476-127.0.0.1:45552_solr-n_0000000000) [n:127.0.0.1:45552_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 589106 INFO  (OverseerThreadFactory-2600-thread-5-processing-n:127.0.0.1:45552_solr) [n:127.0.0.1:45552_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:41608_solr
   [junit4]   2> 589109 INFO  (qtp327211028-7811) [n:127.0.0.1:35611_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41608_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 589111 INFO  (qtp327211028-7793) [n:127.0.0.1:35611_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:37782_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589114 INFO  (OverseerCollectionConfigSetProcessor-73241949036478476-127.0.0.1:45552_solr-n_0000000000) [n:127.0.0.1:45552_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 589114 INFO  (OverseerThreadFactory-2600-thread-5-processing-n:127.0.0.1:45552_solr) [n:127.0.0.1:45552_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:37782_solr
   [junit4]   2> 589136 INFO  (qtp327211028-7793) [n:127.0.0.1:35611_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:37782_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=26
   [junit4]   2> 589142 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest ### Setting overseer designate 127.0.0.1:35611_solr
   [junit4]   2> 589144 INFO  (qtp327211028-7794) [n:127.0.0.1:35611_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params node=127.0.0.1:35611_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589149 INFO  (OverseerCollectionConfigSetProcessor-73241949036478476-127.0.0.1:45552_solr-n_0000000000) [n:127.0.0.1:45552_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 589149 INFO  (OverseerThreadFactory-2600-thread-5-processing-n:127.0.0.1:45552_solr) [n:127.0.0.1:45552_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role added to 127.0.0.1:35611_solr
   [junit4]   2> 589152 INFO  (qtp327211028-7794) [n:127.0.0.1:35611_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:35611_solr&role=overseer&action=ADDROLE&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 589154 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest Expecting node: 127.0.0.1:35611_solr
   [junit4]   2> 589154 INFO  (Thread-1722) [    ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 73241949036478476-127.0.0.1:45552_solr-n_0000000000 overseer designates are [127.0.0.1:35611_solr]
   [junit4]   2> 589155 INFO  (Thread-1722) [    ] o.a.s.c.OverseerNodePrioritizer sorted nodes [73241949036478476-127.0.0.1:45552_solr-n_0000000000, 73241949036478475-127.0.0.1:40453_solr-n_0000000001, 73241949036478479-127.0.0.1:35611_solr-n_0000000002, 73241949036478483-127.0.0.1:43065_solr-n_0000000003, 73241949036478485-127.0.0.1:41608_solr-n_0000000004, 73241949036478489-127.0.0.1:37782_solr-n_0000000005]
   [junit4]   2> 589155 INFO  (Thread-1722) [    ] o.a.s.c.OverseerNodePrioritizer asking node 73241949036478479-127.0.0.1:35611_solr-n_0000000002 to come join election at head
   [junit4]   2> 589162 INFO  (qtp327211028-7809) [n:127.0.0.1:35611_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoinAtHead&qt=/admin/cores&action=OVERSEEROP&electionNode=73241949036478479-127.0.0.1:35611_solr-n_0000000002&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 589163 INFO  (Thread-1722) [    ] o.a.s.c.OverseerNodePrioritizer asking the old first in line 73241949036478475-127.0.0.1:40453_solr-n_0000000001 to rejoin election  
   [junit4]   2> 589169 INFO  (qtp1027188387-7800) [n:127.0.0.1:40453_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoin&qt=/admin/cores&action=OVERSEEROP&electionNode=73241949036478475-127.0.0.1:40453_solr-n_0000000001&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 589172 INFO  (OverseerStateUpdate-73241949036478476-127.0.0.1:45552_solr-n_0000000000) [n:127.0.0.1:45552_solr    ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"73241949036478476-127.0.0.1:45552_solr-n_0000000000"} 127.0.0.1:45552_solr
   [junit4]   2> 589173 INFO  (OverseerStateUpdate-73241949036478476-127.0.0.1:45552_solr-n_0000000000) [n:127.0.0.1:45552_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45552_solr
   [junit4]   2> 589174 WARN  (OverseerExitThread) [    ] o.a.s.c.Overseer I (id=73241949036478476-127.0.0.1:45552_solr-n_0000000000) am exiting, but I'm still the leader
   [junit4]   2> 589175 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478476-127.0.0.1:45552_solr-n_0000000000) closing
   [junit4]   2> 589176 INFO  (OverseerAutoScalingTriggerThread-73241949036478476-127.0.0.1:45552_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 589176 INFO  (zkCallback-2899-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35611_solr
   [junit4]   2> 589178 INFO  (zkCallback-2899-thread-2) [n:127.0.0.1:35611_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478479-127.0.0.1:35611_solr-n_0000000001) starting
   [junit4]   2> 589179 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478476-127.0.0.1:45552_solr-n_0000000000) closing
   [junit4]   2> 589179 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478476-127.0.0.1:45552_solr-n_0000000000) closing
   [junit4]   2> 589180 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478476-127.0.0.1:45552_solr-n_0000000000) closing
   [junit4]   2> 589186 INFO  (OverseerStateUpdate-73241949036478479-127.0.0.1:35611_solr-n_0000000001) [n:127.0.0.1:35611_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35611_solr
   [junit4]   2> 589256 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest ### Adding another overseer designate 127.0.0.1:41608_solr
   [junit4]   2> 589257 INFO  (qtp327211028-7811) [n:127.0.0.1:35611_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params node=127.0.0.1:41608_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589261 INFO  (OverseerThreadFactory-2639-thread-1-processing-n:127.0.0.1:35611_solr) [n:127.0.0.1:35611_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role added to 127.0.0.1:41608_solr
   [junit4]   2> 589265 INFO  (qtp327211028-7811) [n:127.0.0.1:35611_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41608_solr&role=overseer&action=ADDROLE&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 589267 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:35611_solr
   [junit4]   2> 589267 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest Election queue: 
   [junit4]   2> 589267 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=796290575
   [junit4]   2> 589267 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35611_solr
   [junit4]   2> 589268 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 589268 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:35611_solr as DOWN
   [junit4]   2> 589272 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 589272 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@368c53fb: rootName = solr_35611, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@84ad940
   [junit4]   2> 589283 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 589283 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@353f925d: rootName = solr_35611, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6a5926c6
   [junit4]   2> 589289 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 589289 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3667e706: rootName = solr_35611, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3125e2b1
   [junit4]   2> 589289 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 589291 INFO  (closeThreadPool-2971-thread-2) [    ] o.a.s.c.Overseer Overseer (id=73241949036478479-127.0.0.1:35611_solr-n_0000000001) closing
   [junit4]   2> 589291 INFO  (OverseerStateUpdate-73241949036478479-127.0.0.1:35611_solr-n_0000000001) [n:127.0.0.1:35611_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35611_solr
   [junit4]   2> 589292 INFO  (OverseerAutoScalingTriggerThread-73241949036478479-127.0.0.1:35611_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 589298 INFO  (closeThreadPool-2971-thread-1) [    ] o.a.s.c.Overseer Overseer (id=73241949036478479-127.0.0.1:35611_solr-n_0000000001) closing
   [junit4]   2> 589298 INFO  (zkCallback-2938-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 589298 INFO  (zkCallback-2944-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 589299 INFO  (zkCallback-2953-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 589299 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.Overseer Overseer (id=73241949036478479-127.0.0.1:35611_solr-n_0000000001) closing
   [junit4]   2> 589299 INFO  (zkCallback-2879-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 589299 INFO  (zkCallback-2881-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 589299 INFO  (zkCallback-2904-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 589299 INFO  (zkCallback-2931-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 589300 INFO  (zkCallback-2890-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 589300 INFO  (zkCallback-2922-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43065_solr
   [junit4]   2> 589301 INFO  (zkCallback-2922-thread-1) [n:127.0.0.1:43065_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000003) starting
   [junit4]   2> 589302 INFO  (zkCallback-2966-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 589303 INFO  (zkCallback-2922-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 589304 INFO  (zkCallback-2960-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 589304 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@25250928{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 589305 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@24ca1115{/solr,null,UNAVAILABLE}
   [junit4]   2> 589305 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 589306 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest Expecting node: 127.0.0.1:41608_solr
   [junit4]   2> 589309 INFO  (OverseerStateUpdate-73241949036478483-127.0.0.1:43065_solr-n_0000000003) [n:127.0.0.1:43065_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43065_solr
   [junit4]   2> 589312 INFO  (OverseerCollectionConfigSetProcessor-73241949036478483-127.0.0.1:43065_solr-n_0000000003) [n:127.0.0.1:43065_solr    ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 73241949036478483-127.0.0.1:43065_solr-n_0000000003 overseer designates are [127.0.0.1:35611_solr, 127.0.0.1:41608_solr]
   [junit4]   2> 589312 INFO  (OverseerCollectionConfigSetProcessor-73241949036478483-127.0.0.1:43065_solr-n_0000000003) [n:127.0.0.1:43065_solr    ] o.a.s.c.OverseerNodePrioritizer sorted nodes [73241949036478483-127.0.0.1:43065_solr-n_0000000003, 73241949036478485-127.0.0.1:41608_solr-n_0000000004, 73241949036478489-127.0.0.1:37782_solr-n_0000000005, 73241949036478475-127.0.0.1:40453_solr-n_0000000007, 73241949036478476-127.0.0.1:45552_solr-n_0000000008]
   [junit4]   2> 589315 INFO  (OverseerStateUpdate-73241949036478483-127.0.0.1:43065_solr-n_0000000003) [n:127.0.0.1:43065_solr    ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"73241949036478483-127.0.0.1:43065_solr-n_0000000003"} 127.0.0.1:43065_solr
   [junit4]   2> 589316 INFO  (OverseerStateUpdate-73241949036478483-127.0.0.1:43065_solr-n_0000000003) [n:127.0.0.1:43065_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43065_solr
   [junit4]   2> 589319 WARN  (OverseerExitThread) [    ] o.a.s.c.Overseer I (id=73241949036478483-127.0.0.1:43065_solr-n_0000000003) am exiting, but I'm still the leader
   [junit4]   2> 589321 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000003) closing
   [junit4]   2> 589321 INFO  (OverseerAutoScalingTriggerThread-73241949036478483-127.0.0.1:43065_solr-n_0000000003) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 589321 INFO  (zkCallback-2931-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41608_solr
   [junit4]   2> 589325 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000003) closing
   [junit4]   2> 589325 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000003) closing
   [junit4]   2> 589325 INFO  (zkCallback-2931-thread-1) [n:127.0.0.1:41608_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478485-127.0.0.1:41608_solr-n_0000000004) starting
   [junit4]   2> 589326 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000003) closing
   [junit4]   2> 589338 INFO  (OverseerStateUpdate-73241949036478485-127.0.0.1:41608_solr-n_0000000004) [n:127.0.0.1:41608_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41608_solr
   [junit4]   2> 589408 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest ### Adding last overseer designate 127.0.0.1:43065_solr
   [junit4]   2> 589411 INFO  (qtp142361391-7780) [n:127.0.0.1:37782_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params node=127.0.0.1:43065_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589415 INFO  (OverseerThreadFactory-2648-thread-1-processing-n:127.0.0.1:41608_solr) [n:127.0.0.1:41608_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role added to 127.0.0.1:43065_solr
   [junit4]   2> 589418 INFO  (qtp142361391-7780) [n:127.0.0.1:37782_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:43065_solr&role=overseer&action=ADDROLE&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 589419 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:41608_solr
   [junit4]   2> 589419 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest Election queue: 
   [junit4]   2> 589420 INFO  (qtp142361391-7781) [n:127.0.0.1:37782_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:41608_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589424 INFO  (OverseerCollectionConfigSetProcessor-73241949036478485-127.0.0.1:41608_solr-n_0000000004) [n:127.0.0.1:41608_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000016 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 589424 INFO  (OverseerThreadFactory-2648-thread-2-processing-n:127.0.0.1:41608_solr) [n:127.0.0.1:41608_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:41608_solr
   [junit4]   2> 589426 INFO  (Thread-1725) [    ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 73241949036478485-127.0.0.1:41608_solr-n_0000000004 overseer designates are [127.0.0.1:35611_solr, 127.0.0.1:43065_solr]
   [junit4]   2> 589426 INFO  (Thread-1725) [    ] o.a.s.c.OverseerNodePrioritizer sorted nodes [73241949036478485-127.0.0.1:41608_solr-n_0000000004, 73241949036478489-127.0.0.1:37782_solr-n_0000000005, 73241949036478475-127.0.0.1:40453_solr-n_0000000007, 73241949036478476-127.0.0.1:45552_solr-n_0000000008, 73241949036478483-127.0.0.1:43065_solr-n_0000000009]
   [junit4]   2> 589426 INFO  (Thread-1725) [    ] o.a.s.c.OverseerNodePrioritizer asking node 73241949036478483-127.0.0.1:43065_solr-n_0000000009 to come join election at head
   [junit4]   2> 589427 INFO  (qtp142361391-7781) [n:127.0.0.1:37782_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41608_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 589427 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest Expecting node: 127.0.0.1:43065_solr
   [junit4]   2> 589431 INFO  (qtp2068907279-7790) [n:127.0.0.1:43065_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000003) closing
   [junit4]   2> 589431 INFO  (qtp2068907279-7790) [n:127.0.0.1:43065_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000003) closing
   [junit4]   2> 589431 INFO  (qtp2068907279-7790) [n:127.0.0.1:43065_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000003) closing
   [junit4]   2> 589432 INFO  (qtp2068907279-7790) [n:127.0.0.1:43065_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000003) closing
   [junit4]   2> 589433 INFO  (qtp2068907279-7790) [n:127.0.0.1:43065_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoinAtHead&qt=/admin/cores&action=OVERSEEROP&electionNode=73241949036478483-127.0.0.1:43065_solr-n_0000000009&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 589433 INFO  (Thread-1725) [    ] o.a.s.c.OverseerNodePrioritizer asking the old first in line 73241949036478489-127.0.0.1:37782_solr-n_0000000005 to rejoin election  
   [junit4]   2> 589445 INFO  (qtp142361391-7797) [n:127.0.0.1:37782_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoin&qt=/admin/cores&action=OVERSEEROP&electionNode=73241949036478489-127.0.0.1:37782_solr-n_0000000005&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 589447 INFO  (OverseerStateUpdate-73241949036478485-127.0.0.1:41608_solr-n_0000000004) [n:127.0.0.1:41608_solr    ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"73241949036478485-127.0.0.1:41608_solr-n_0000000004"} 127.0.0.1:41608_solr
   [junit4]   2> 589448 INFO  (OverseerStateUpdate-73241949036478485-127.0.0.1:41608_solr-n_0000000004) [n:127.0.0.1:41608_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41608_solr
   [junit4]   2> 589449 WARN  (OverseerExitThread) [    ] o.a.s.c.Overseer I (id=73241949036478485-127.0.0.1:41608_solr-n_0000000004) am exiting, but I'm still the leader
   [junit4]   2> 589450 INFO  (zkCallback-2922-thread-1) [    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000003) closing
   [junit4]   2> 589450 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478485-127.0.0.1:41608_solr-n_0000000004) closing
   [junit4]   2> 589451 INFO  (zkCallback-2922-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43065_solr
   [junit4]   2> 589451 INFO  (OverseerAutoScalingTriggerThread-73241949036478485-127.0.0.1:41608_solr-n_0000000004) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 589466 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478485-127.0.0.1:41608_solr-n_0000000004) closing
   [junit4]   2> 589466 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478485-127.0.0.1:41608_solr-n_0000000004) closing
   [junit4]   2> 589467 INFO  (zkCallback-2922-thread-1) [n:127.0.0.1:43065_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000005) starting
   [junit4]   2> 589467 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478485-127.0.0.1:41608_solr-n_0000000004) closing
   [junit4]   2> 589472 INFO  (OverseerStateUpdate-73241949036478483-127.0.0.1:43065_solr-n_0000000005) [n:127.0.0.1:43065_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43065_solr
   [junit4]   2> 589530 INFO  (qtp142361391-7779) [n:127.0.0.1:37782_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params node=127.0.0.1:41608_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589534 INFO  (OverseerThreadFactory-2652-thread-1-processing-n:127.0.0.1:43065_solr) [n:127.0.0.1:43065_solr    ] o.a.s.c.a.c.OverseerRoleCmd Overseer role added to 127.0.0.1:41608_solr
   [junit4]   2> 589538 INFO  (qtp142361391-7779) [n:127.0.0.1:37782_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41608_solr&role=overseer&action=ADDROLE&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 589539 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest ### Sending QUIT to overseer 127.0.0.1:43065_solr
   [junit4]   2> 589542 INFO  (OverseerStateUpdate-73241949036478483-127.0.0.1:43065_solr-n_0000000005) [n:127.0.0.1:43065_solr    ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"73241949036478483-127.0.0.1:43065_solr-n_0000000005"} 127.0.0.1:43065_solr
   [junit4]   2> 589543 INFO  (OverseerStateUpdate-73241949036478483-127.0.0.1:43065_solr-n_0000000005) [n:127.0.0.1:43065_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43065_solr
   [junit4]   2> 589544 WARN  (OverseerExitThread) [    ] o.a.s.c.Overseer I (id=73241949036478483-127.0.0.1:43065_solr-n_0000000005) am exiting, but I'm still the leader
   [junit4]   2> 589545 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000005) closing
   [junit4]   2> 589546 INFO  (OverseerAutoScalingTriggerThread-73241949036478483-127.0.0.1:43065_solr-n_0000000005) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 589546 INFO  (zkCallback-2879-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40453_solr
   [junit4]   2> 589547 INFO  (zkCallback-2879-thread-2) [n:127.0.0.1:40453_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478475-127.0.0.1:40453_solr-n_0000000007) starting
   [junit4]   2> 589550 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000005) closing
   [junit4]   2> 589550 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000005) closing
   [junit4]   2> 589551 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000005) closing
   [junit4]   2> 589554 INFO  (OverseerStateUpdate-73241949036478475-127.0.0.1:40453_solr-n_0000000007) [n:127.0.0.1:40453_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40453_solr
   [junit4]   2> 589556 INFO  (OverseerCollectionConfigSetProcessor-73241949036478475-127.0.0.1:40453_solr-n_0000000007) [n:127.0.0.1:40453_solr    ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 73241949036478475-127.0.0.1:40453_solr-n_0000000007 overseer designates are [127.0.0.1:35611_solr, 127.0.0.1:43065_solr, 127.0.0.1:41608_solr]
   [junit4]   2> 589557 INFO  (OverseerCollectionConfigSetProcessor-73241949036478475-127.0.0.1:40453_solr-n_0000000007) [n:127.0.0.1:40453_solr    ] o.a.s.c.OverseerNodePrioritizer sorted nodes [73241949036478475-127.0.0.1:40453_solr-n_0000000007, 73241949036478476-127.0.0.1:45552_solr-n_0000000008, 73241949036478489-127.0.0.1:37782_solr-n_0000000011, 73241949036478485-127.0.0.1:41608_solr-n_0000000012, 73241949036478483-127.0.0.1:43065_solr-n_0000000013]
   [junit4]   2> 589557 INFO  (OverseerCollectionConfigSetProcessor-73241949036478475-127.0.0.1:40453_solr-n_0000000007) [n:127.0.0.1:40453_solr    ] o.a.s.c.OverseerNodePrioritizer asking node 73241949036478485-127.0.0.1:41608_solr-n_0000000012 to come join election at head
   [junit4]   2> 589562 INFO  (qtp397781386-7831) [n:127.0.0.1:41608_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478485-127.0.0.1:41608_solr-n_0000000004) closing
   [junit4]   2> 589562 INFO  (qtp397781386-7831) [n:127.0.0.1:41608_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478485-127.0.0.1:41608_solr-n_0000000004) closing
   [junit4]   2> 589562 INFO  (qtp397781386-7831) [n:127.0.0.1:41608_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478485-127.0.0.1:41608_solr-n_0000000004) closing
   [junit4]   2> 589563 INFO  (zkCallback-2922-thread-1) [    ] o.a.s.c.Overseer Overseer (id=73241949036478483-127.0.0.1:43065_solr-n_0000000005) closing
   [junit4]   2> 589563 INFO  (qtp397781386-7831) [n:127.0.0.1:41608_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478485-127.0.0.1:41608_solr-n_0000000004) closing
   [junit4]   2> 589564 INFO  (qtp397781386-7831) [n:127.0.0.1:41608_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoinAtHead&qt=/admin/cores&action=OVERSEEROP&electionNode=73241949036478485-127.0.0.1:41608_solr-n_0000000012&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 589565 INFO  (OverseerCollectionConfigSetProcessor-73241949036478475-127.0.0.1:40453_solr-n_0000000007) [n:127.0.0.1:40453_solr    ] o.a.s.c.OverseerNodePrioritizer asking the old first in line 73241949036478476-127.0.0.1:45552_solr-n_0000000008 to rejoin election  
   [junit4]   2> 589568 INFO  (qtp380619087-7821) [n:127.0.0.1:45552_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478476-127.0.0.1:45552_solr-n_0000000000) closing
   [junit4]   2> 589568 INFO  (qtp380619087-7821) [n:127.0.0.1:45552_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478476-127.0.0.1:45552_solr-n_0000000000) closing
   [junit4]   2> 589568 INFO  (qtp380619087-7821) [n:127.0.0.1:45552_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478476-127.0.0.1:45552_solr-n_0000000000) closing
   [junit4]   2> 589568 INFO  (zkCallback-2931-thread-1) [    ] o.a.s.c.Overseer Overseer (id=73241949036478485-127.0.0.1:41608_solr-n_0000000004) closing
   [junit4]   2> 589569 INFO  (qtp380619087-7821) [n:127.0.0.1:45552_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478476-127.0.0.1:45552_solr-n_0000000000) closing
   [junit4]   2> 589570 INFO  (qtp380619087-7821) [n:127.0.0.1:45552_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoin&qt=/admin/cores&action=OVERSEEROP&electionNode=73241949036478476-127.0.0.1:45552_solr-n_0000000008&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 589572 INFO  (OverseerStateUpdate-73241949036478475-127.0.0.1:40453_solr-n_0000000007) [n:127.0.0.1:40453_solr    ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"73241949036478475-127.0.0.1:40453_solr-n_0000000007"} 127.0.0.1:40453_solr
   [junit4]   2> 589573 INFO  (OverseerStateUpdate-73241949036478475-127.0.0.1:40453_solr-n_0000000007) [n:127.0.0.1:40453_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40453_solr
   [junit4]   2> 589574 WARN  (OverseerExitThread) [    ] o.a.s.c.Overseer I (id=73241949036478475-127.0.0.1:40453_solr-n_0000000007) am exiting, but I'm still the leader
   [junit4]   2> 589575 INFO  (zkCallback-2931-thread-1) [    ] o.a.s.c.Overseer Overseer (id=73241949036478485-127.0.0.1:41608_solr-n_0000000004) closing
   [junit4]   2> 589575 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478475-127.0.0.1:40453_solr-n_0000000007) closing
   [junit4]   2> 589575 INFO  (OverseerAutoScalingTriggerThread-73241949036478475-127.0.0.1:40453_solr-n_0000000007) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 589575 INFO  (zkCallback-2931-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41608_solr
   [junit4]   2> 589578 INFO  (zkCallback-2931-thread-1) [n:127.0.0.1:41608_solr    ] o.a.s.c.Overseer Overseer (id=73241949036478485-127.0.0.1:41608_solr-n_0000000008) starting
   [junit4]   2> 589578 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478475-127.0.0.1:40453_solr-n_0000000007) closing
   [junit4]   2> 589579 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478475-127.0.0.1:40453_solr-n_0000000007) closing
   [junit4]   2> 589579 INFO  (OverseerExitThread) [    ] o.a.s.c.Overseer Overseer (id=73241949036478475-127.0.0.1:40453_solr-n_0000000007) closing
   [junit4]   2> 589585 INFO  (OverseerStateUpdate-73241949036478485-127.0.0.1:41608_solr-n_0000000008) [n:127.0.0.1:41608_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41608_solr
   [junit4]   2> 590644 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:41608_solr
   [junit4]   2> 590644 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.OverseerRolesTest Election queue: 
   [junit4]   2> 590645 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 590645 WARN  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 590646 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 35611 try number 1 ...
   [junit4]   2> 590646 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 590647 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 590647 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 590647 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 590648 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@389683ba{/solr,null,AVAILABLE}
   [junit4]   2> 590648 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6d5d18e6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35611}
   [junit4]   2> 590648 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.e.j.s.Server Started @590708ms
   [junit4]   2> 590649 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35611}
   [junit4]   2> 590649 ERROR (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 590649 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 590649 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 590649 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 590649 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 590649 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[69D979133652414B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-04T02:31:15.095611Z
   [junit4]   2> 590654 INFO  (zkConnectionManagerCallb

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

erty disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null879652724
     [copy] Copying 239 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null879652724
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null879652724

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene1-us-west
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 33ms :: artifacts dl 3ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 127 minutes 22 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
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)

[JENKINS] Lucene-Solr-BadApples-Tests-master - Build # 351 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/351/

All tests passed

Build Log:
[...truncated 62093 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj259818600
 [ecj-lint] Compiling 1266 source files to /tmp/ecj259818600
 [ecj-lint] Processing annotations
 [ecj-lint] Annotations processed
 [ecj-lint] Processing annotations
 [ecj-lint] No elements to process
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java (at line 219)
 [ecj-lint] 	return (NamedList<Object>) new JavaBinCodec(resolver).unmarshal(in);
 [ecj-lint] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 782)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 788)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 19)
 [ecj-lint] 	import javax.naming.Context;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.Context is not accessible
 [ecj-lint] ----------
 [ecj-lint] 5. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 20)
 [ecj-lint] 	import javax.naming.InitialContext;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.InitialContext is not accessible
 [ecj-lint] ----------
 [ecj-lint] 6. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 21)
 [ecj-lint] 	import javax.naming.NamingException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NamingException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 7. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 22)
 [ecj-lint] 	import javax.naming.NoInitialContextException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NoInitialContextException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 8. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 776)
 [ecj-lint] 	Context c = new InitialContext();
 [ecj-lint] 	^^^^^^^
 [ecj-lint] Context cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 776)
 [ecj-lint] 	Context c = new InitialContext();
 [ecj-lint] 	                ^^^^^^^^^^^^^^
 [ecj-lint] InitialContext cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 10. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 779)
 [ecj-lint] 	} catch (NoInitialContextException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] NoInitialContextException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 11. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 781)
 [ecj-lint] 	} catch (NamingException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^
 [ecj-lint] NamingException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/handler/admin/SegmentsInfoRequestHandler.java (at line 215)
 [ecj-lint] 	leafReader = ((FilterLeafReader)leafReader).getDelegate();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'leafReader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java (at line 142)
 [ecj-lint] 	return new JavaBinCodec(null, stringCache).setReadStringAsCharSeq(true);
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java (at line 137)
 [ecj-lint] 	new JavaBinCodec() {
 [ecj-lint]       SolrParams params;
 [ecj-lint]       AddUpdateCommand addCmd = null;
 [ecj-lint] 
 [ecj-lint]       @Override
 [ecj-lint]       public List<Object> readIterator(DataInputInputStream fis) throws IOException {
 [ecj-lint]         while (true) {
 [ecj-lint]           Object o = readVal(fis);
 [ecj-lint]           if (o == END_OBJ) break;
 [ecj-lint]           if (o instanceof NamedList) {
 [ecj-lint]             params = ((NamedList) o).toSolrParams();
 [ecj-lint]           } else {
 [ecj-lint]             try {
 [ecj-lint]               if (o instanceof byte[]) {
 [ecj-lint]                 if (params != null) req.setParams(params);
 [ecj-lint]                 byte[] buf = (byte[]) o;
 [ecj-lint]                 contentStreamLoader.load(req, rsp, new ContentStreamBase.ByteArrayStream(buf, null), processor);
 [ecj-lint]               } else {
 [ecj-lint]                 throw new RuntimeException("unsupported type ");
 [ecj-lint]               }
 [ecj-lint]             } catch (Exception e) {
 [ecj-lint]               throw new RuntimeException(e);
 [ecj-lint]             } finally {
 [ecj-lint]               params = null;
 [ecj-lint]               req.setParams(old);
 [ecj-lint]             }
 [ecj-lint]           }
 [ecj-lint]         }
 [ecj-lint]         return Collections.emptyList();
 [ecj-lint]       }
 [ecj-lint] 
 [ecj-lint]     }.unmarshal(in);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. INFO in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/logging/log4j2/Log4j2Watcher.java (at line 187)
 [ecj-lint] 	if (logger == root || root.equals(logger) || isRootLogger(name) || "".equals(name)) {
 [ecj-lint] 	                                  ^^^^^^
 [ecj-lint] Unlikely argument type for equals(): Map.Entry<String,LoggerConfig> seems to be unrelated to Logger
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/update/SolrIndexSplitter.java (at line 258)
 [ecj-lint] 	HardlinkCopyDirectoryWrapper hardLinkedDir = new HardlinkCopyDirectoryWrapper(splitDir);
 [ecj-lint] 	                             ^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'hardLinkedDir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 50)
 [ecj-lint] 	in = new FileInputStream(src).getChannel();
 [ecj-lint] 	     ^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 51)
 [ecj-lint] 	out = new FileOutputStream(destination).getChannel();
 [ecj-lint] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/java/org/apache/solr/util/TestInjection.java (at line 259)
 [ecj-lint] 	timers.remove(this);
 [ecj-lint] 	              ^^^^
 [ecj-lint] Unlikely argument type new TimerTask(){} for remove(Object) on a Collection<Timer>
 [ecj-lint] ----------
 [ecj-lint] 19 problems (8 errors, 10 warnings, 1 info)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:643: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build.xml:681: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/common-build.xml:2010: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/common-build.xml:2049: Compile failed; see the compiler error output for details.

Total time: 240 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-BadApples-Tests-master - Build # 350 - Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/350/

1 tests failed.
FAILED:  org.apache.solr.update.PeerSyncTest.test

Error Message:
Unexpected exception type, expected SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:45169/collection1

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:45169/collection1
	at __randomizedtesting.SeedInfo.seed([66DB77823B55D558:EE8F485895A9B8A0]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
	at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
	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:566)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:45169/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
	at org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694)
	... 42 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
	... 49 more




Build Log:
[...truncated 13258 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/init-core-data-001
   [junit4]   2> 813681 WARN  (SUITE-PeerSyncTest-seed#[66DB77823B55D558]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=612 numCloses=612
   [junit4]   2> 813681 INFO  (SUITE-PeerSyncTest-seed#[66DB77823B55D558]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 813683 INFO  (SUITE-PeerSyncTest-seed#[66DB77823B55D558]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 813683 INFO  (SUITE-PeerSyncTest-seed#[66DB77823B55D558]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 813688 INFO  (SUITE-PeerSyncTest-seed#[66DB77823B55D558]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 813701 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 813701 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 813736 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 813758 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 814028 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 814146 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 814150 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2572a3ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 814153 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2f40fea3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 814178 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 814178 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 814211 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814249 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814249 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814253 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 814281 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 814316 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 814415 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 814426 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 814427 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814427 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/init-core-data-001/]
   [junit4]   2> 814429 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=73.2646484375, floorSegmentMB=1.9052734375, forceMergeDeletesPctAllowed=9.92460485173445, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3416450175840994, deletesPctAllowed=35.29855953709676
   [junit4]   2> 814432 WARN  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 814493 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 814493 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 814495 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 814495 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 814496 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 814497 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6cc9741a[collection1] main]
   [junit4]   2> 814497 WARN  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 814498 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 814498 INFO  (coreLoadExecutor-2438-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632363864112758784
   [junit4]   2> 814501 INFO  (searcherExecutor-2439-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6cc9741a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 814502 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 814676 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/control/cores/collection1
   [junit4]   2> 814678 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 814678 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 814678 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 814678 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 814680 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 814680 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 814680 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 814680 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63a63444{/,null,AVAILABLE}
   [junit4]   2> 814681 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@780f2d10{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44459}
   [junit4]   2> 814681 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.Server Started @814730ms
   [junit4]   2> 814681 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=44459, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/control/cores}
   [junit4]   2> 814682 ERROR (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 814682 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 814682 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 814682 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 814682 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 814682 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-01T20:44:52.418447Z
   [junit4]   2> 814682 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/control/solr.xml
   [junit4]   2> 814686 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 814686 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 814688 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 814762 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 814764 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3309032[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 814768 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6e0ce86c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 814787 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 814787 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 814818 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814839 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814839 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 814842 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/control/cores
   [junit4]   2> 814842 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 814844 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 814867 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 814888 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 814999 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 815009 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 815010 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 815010 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 815013 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=73.2646484375, floorSegmentMB=1.9052734375, forceMergeDeletesPctAllowed=9.92460485173445, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3416450175840994, deletesPctAllowed=35.29855953709676
   [junit4]   2> 815015 WARN  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 815072 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 815072 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 815074 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 815074 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 815076 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 815076 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5dfc52f[collection1] main]
   [junit4]   2> 815076 WARN  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 815077 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 815077 INFO  (coreLoadExecutor-2452-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632363864719884288
   [junit4]   2> 815081 INFO  (searcherExecutor-2453-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5dfc52f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 815269 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 815270 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 815270 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 815270 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 815270 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 815272 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 815272 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 815272 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 815272 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b878720{/,null,AVAILABLE}
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f7f454c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45169}
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.Server Started @815321ms
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=45169, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard0/cores}
   [junit4]   2> 815273 ERROR (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 815273 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 815274 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-01T20:44:53.010002Z
   [junit4]   2> 815274 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 815277 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 815277 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 815279 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 815377 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 815378 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@128c168c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 815382 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@d3dd84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 815407 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 815407 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 815438 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 815462 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 815462 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 815465 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard0/cores
   [junit4]   2> 815465 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 815466 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 815489 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 815509 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 815613 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 815624 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 815624 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 815625 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 815627 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=73.2646484375, floorSegmentMB=1.9052734375, forceMergeDeletesPctAllowed=9.92460485173445, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3416450175840994, deletesPctAllowed=35.29855953709676
   [junit4]   2> 815630 WARN  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 815708 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 815708 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 815710 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 815710 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 815712 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 815712 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e6b8d64[collection1] main]
   [junit4]   2> 815713 WARN  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 815713 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 815714 INFO  (coreLoadExecutor-2466-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632363865387827200
   [junit4]   2> 815717 INFO  (searcherExecutor-2467-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6e6b8d64[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 815950 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 815951 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 815952 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 815952 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 815952 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 815953 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 815953 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 815953 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 815954 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@161d998b{/,null,AVAILABLE}
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@647adf9d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45121}
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.Server Started @816003ms
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=45121, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard1/cores}
   [junit4]   2> 815955 ERROR (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 815955 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 815956 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-01T20:44:53.692009Z
   [junit4]   2> 815956 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 815960 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 815960 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 815962 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 816005 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 816007 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2bcf0217[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 816011 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@75ba67be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 816030 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 816030 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 816061 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816084 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816084 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816087 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard1/cores
   [junit4]   2> 816087 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 816088 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 816113 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 816133 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 816287 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 816299 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 816299 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816299 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 816302 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=73.2646484375, floorSegmentMB=1.9052734375, forceMergeDeletesPctAllowed=9.92460485173445, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3416450175840994, deletesPctAllowed=35.29855953709676
   [junit4]   2> 816305 WARN  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 816363 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 816363 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 816365 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 816365 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 816367 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 816367 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e795d5d[collection1] main]
   [junit4]   2> 816368 WARN  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 816369 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 816369 INFO  (coreLoadExecutor-2480-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632363866074644480
   [junit4]   2> 816372 INFO  (searcherExecutor-2481-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2e795d5d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 816547 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 816548 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 816548 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 816549 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 816549 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 816550 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 816550 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 816550 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 816551 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18a1f742{/,null,AVAILABLE}
   [junit4]   2> 816551 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b4930d2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42524}
   [junit4]   2> 816551 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.s.Server Started @816600ms
   [junit4]   2> 816551 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=42524, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard2/cores}
   [junit4]   2> 816552 ERROR (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 816552 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 816552 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 816552 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 816552 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 816552 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-01T20:44:54.288656Z
   [junit4]   2> 816553 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 816556 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 816556 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 816558 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 816667 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 816668 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@16ad4d72[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 816672 WARN  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1191fb6e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 816691 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 816691 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 816722 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816745 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816745 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816748 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard2/cores
   [junit4]   2> 816748 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 816749 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 816773 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 816792 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 816907 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 816917 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 816918 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ebd0e02
   [junit4]   2> 816918 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_66DB77823B55D558-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 816921 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=73.2646484375, floorSegmentMB=1.9052734375, forceMergeDeletesPctAllowed=9.92460485173445, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3416450175840994, deletesPctAllowed=35.29855953709676
   [junit4]   2> 816923 WARN  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 816981 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 816981 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 816983 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 816983 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 816984 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 816985 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ae258f8[collection1] main]
   [junit4]   2> 816985 WARN  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 816986 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 816986 INFO  (coreLoadExecutor-2494-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632363866721615872
   [junit4]   2> 816990 INFO  (searcherExecutor-2495-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6ae258f8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 817490 INFO  (TEST-PeerSyncTest.test-seed#[66DB77823B55D558]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 817498 INFO  (qtp682709506-8465) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 2
   [junit4]   2> 817501 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= START replicas=[http://127.0.0.1:45169/collection1] nUpdates=100
   [junit4]   2> 817514 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ecf662c[collection1] realtime]
   [junit4]   2> 817515 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:5.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 817515 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 817516 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 817516 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE.  We have no versions.  sync failed.
   [junit4]   2> 817517 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 817517 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 817517 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={qt=/get&getVersions=100&sync=http://127.0.0.1:45169/collection1&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 817520 INFO  (qtp1646006474-8487) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 1
   [junit4]   2> 817521 INFO  (qtp1646006474-8488) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= START replicas=[http://127.0.0.1:45169/collection1] nUpdates=100
   [junit4]   2> 817522 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 817522 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 817526 INFO  (qtp1646006474-8488) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a66a2e3[collection1] realtime]
   [junit4]   2> 817526 INFO  (qtp1646006474-8488) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:4.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 817526 INFO  (qtp1646006474-8488) [    x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 817526 INFO  (qtp1646006474-8488) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={qt=/get&getVersions=100&sync=http://127.0.0.1:45169/collection1&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 817527 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632363867288895488,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 817527 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@76e4c86d commitCommandVersion:1632363867288895488
   [junit4]   2> 817529 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ab0335a[collection1] main]
   [junit4]   2> 817530 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817532 INFO  (searcherExecutor-2467-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ab0335a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556743495248, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}])))}
   [junit4]   2> 817533 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 5
   [junit4]   2> 817534 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632363867296235520,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 817534 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1bc11b61 commitCommandVersion:1632363867296235520
   [junit4]   2> 817535 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a841ca4[collection1] main]
   [junit4]   2> 817536 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817539 INFO  (searcherExecutor-2481-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2a841ca4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556743495260, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}])))}
   [junit4]   2> 817539 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 5
   [junit4]   2> 817540 INFO  (qtp682709506-8464) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 817542 INFO  (qtp1646006474-8485) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 817547 INFO  (qtp682709506-8465) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[2 (2)]} 0 2
   [junit4]   2> 817548 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= START replicas=[http://127.0.0.1:45169/collection1] nUpdates=100
   [junit4]   2> 817552 INFO  (qtp682709506-8466) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d8d769e[collection1] realtime]
   [junit4]   2> 817553 INFO  (qtp682709506-8466) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:4.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 817553 INFO  (qtp682709506-8466) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 817553 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 817555 INFO  (qtp682709506-8466) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 817556 INFO  (qtp682709506-8466) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 817578 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=  Received 2 versions from http://127.0.0.1:45169/collection1 fingerprint:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 817598 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= Requesting updates from http://127.0.0.1:45169/collection1n=1 versions=2
   [junit4]   2> 817601 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 817601 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={getUpdates=2&distrib=false&qt=/get&fingerprint=true&onlyIfActive=false&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 817618 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (2)]} 0 16
   [junit4]   2> 817625 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@357122ab[collection1] realtime]
   [junit4]   2> 817626 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:8.0 result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 817626 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.u.PeerSync Fingerprint comparison: 0
   [junit4]   2> 817626 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 817626 INFO  (qtp1646006474-8486) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={qt=/get&getVersions=100&sync=http://127.0.0.1:45169/collection1&wt=javabin&version=2} status=0 QTime=79
   [junit4]   2> 817627 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632363867393753088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 817628 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@76e4c86d commitCommandVersion:1632363867393753088
   [junit4]   2> 817628 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4720ad0f[collection1] main]
   [junit4]   2> 817629 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817632 INFO  (searcherExecutor-2467-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4720ad0f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556743495248, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]) Uninverting(_1(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556743495287, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}])))}
   [junit4]   2> 817632 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 817633 INFO  (qtp1646006474-8487) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632363867400044544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 817633 INFO  (qtp1646006474-8487) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1bc11b61 commitCommandVersion:1632363867400044544
   [junit4]   2> 817634 INFO  (qtp1646006474-8487) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@50fc5d13[collection1] main]
   [junit4]   2> 817634 INFO  (qtp1646006474-8487) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817637 INFO  (searcherExecutor-2481-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@50fc5d13[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556743495260, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]) Uninverting(_1(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556743495356, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}])))}
   [junit4]   2> 817637 INFO  (qtp1646006474-8487) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 817638 INFO  (qtp682709506-8464) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 817640 INFO  (qtp1646006474-8488) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 817644 INFO  (qtp682709506-8465) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[3 (3)]} 0 2
   [junit4]   2> 817646 INFO  (qtp682709506-8466) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[4 (4)]} 0 1
   [junit4]   2> 817647 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[5 (5)]} 0 0
   [junit4]   2> 817649 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[6 (6)]} 0 0
   [junit4]   2> 817650 INFO  (qtp682709506-8464) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[7 (7)]} 0 0
   [junit4]   2> 817652 INFO  (qtp682709506-8465) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[8 (8)]} 0 0
   [junit4]   2> 817653 INFO  (qtp682709506-8466) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[9 (9)]} 0 0
   [junit4]   2> 817655 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[10 (10)]} 0 0
   [junit4]   2> 817656 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= START replicas=[http://127.0.0.1:45169/collection1] nUpdates=100
   [junit4]   2> 817662 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@760d4869[collection1] realtime]
   [junit4]   2> 817662 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:5.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 817662 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 817663 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 817664 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 817665 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 817665 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=  Received 10 versions from http://127.0.0.1:45169/collection1 fingerprint:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 817665 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= Requesting updates from http://127.0.0.1:45169/collection1n=8 versions=10,9,8,7,6,5,4,3
   [junit4]   2> 817666 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=10, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 817666 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={getUpdates=10,9,8,7,6,5,4,3&distrib=false&qt=/get&fingerprint=true&onlyIfActive=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 817678 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (3), 4 (4), 5 (5), 6 (6), 7 (7), 8 (8), 9 (9), 10 (10)]} 0 11
   [junit4]   2> 817690 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@32f66a57[collection1] realtime]
   [junit4]   2> 817690 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:12.0 result:{maxVersionSpecified=10, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 817690 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.PeerSync Fingerprint comparison: 0
   [junit4]   2> 817690 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 817691 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={qt=/get&getVersions=100&sync=http://127.0.0.1:45169/collection1&wt=javabin&version=2} status=0 QTime=35
   [junit4]   2> 817692 INFO  (qtp682709506-8464) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632363867461910528,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 817692 INFO  (qtp682709506-8464) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@76e4c86d commitCommandVersion:1632363867461910528
   [junit4]   2> 817692 INFO  (qtp682709506-8464) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6eb2c0d9[collection1] main]
   [junit4]   2> 817693 INFO  (qtp682709506-8464) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817695 INFO  (searcherExecutor-2467-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6eb2c0d9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556743495248, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]) Uninverting(_1(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556743495287, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]) Uninverting(_2(9.0.0):c8:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556743495396, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}])))}
   [junit4]   2> 817696 INFO  (qtp682709506-8464) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 817697 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632363867467153408,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 817697 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1bc11b61 commitCommandVersion:1632363867467153408
   [junit4]   2> 817700 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d002d1d[collection1] main]
   [junit4]   2> 817704 INFO  (searcherExecutor-2481-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2d002d1d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556743495260, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]) Uninverting(_1(9.0.0):c1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556743495356, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]) Uninverting(_2(9.0.0):c8:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556743495421, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}])))}
   [junit4]   2> 817704 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817704 INFO  (qtp1646006474-8489) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 8
   [junit4]   2> 817706 INFO  (qtp682709506-8466) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&sort=_version_+desc&rows=10000&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 817709 INFO  (qtp1646006474-8485) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&sort=_version_+desc&rows=10000&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 817715 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[11 (11)]} 0 2
   [junit4]   2> 817717 INFO  (qtp682709506-8465) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[12 (12)]} 0 0
   [junit4]   2> 817718 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[13 (13)]} 0 0
   [junit4]   2> 817719 INFO  (qtp682709506-8464) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[14 (14)]} 0 0
   [junit4]   2> 817720 INFO  (qtp682709506-8466) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[15 (15)]} 0 0
   [junit4]   2> 817721 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[16 (16)]} 0 0
   [junit4]   2> 817722 INFO  (qtp682709506-8465) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[17 (17)]} 0 0
   [junit4]   2> 817723 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[18 (18)]} 0 0
   [junit4]   2> 817724 INFO  (qtp682709506-8464) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[19 (19)]} 0 0
   [junit4]   2> 817725 INFO  (qtp682709506-8466) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[20 (20)]} 0 0
   [junit4]   2> 817725 INFO  (qtp682709506-8467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[21 (21)]} 0 0
   [junit4]   2> 817726 INFO  (qtp682709506-8465) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[22 (22)]} 0 0
   [junit4]   2> 817727 INFO  (qtp682709506-8468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[23 (23)]} 0 0
   [junit4]   2> 817728 INFO  (qtp682709506-8464) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&w

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

erty disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null589955976
     [copy] Copying 239 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null589955976
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null589955976

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene1-us-west
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 77ms :: artifacts dl 7ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 126 minutes 42 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
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)