You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/02/13 09:11:34 UTC

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 449 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/449/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue

Error Message:
org.apache.solr.cloud.autoscaling.SearchRateTrigger$SearchRateEvent cannot be cast to org.apache.solr.cloud.autoscaling.NodeAddedTrigger$NodeAddedEvent

Stack Trace:
java.lang.ClassCastException: org.apache.solr.cloud.autoscaling.SearchRateTrigger$SearchRateEvent cannot be cast to org.apache.solr.cloud.autoscaling.NodeAddedTrigger$NodeAddedEvent
	at __randomizedtesting.SeedInfo.seed([EF97395517728C0F:26227BFB1E154AFA]:0)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue(TriggerIntegrationTest.java:701)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeAddedTriggerRestoreState

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([EF97395517728C0F:67AAB02A2DB26DA2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeAddedTriggerRestoreState(TriggerIntegrationTest.java:426)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12570 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> 610377 INFO  (SUITE-TriggerIntegrationTest-seed#[EF97395517728C0F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF97395517728C0F-001/init-core-data-001
   [junit4]   2> 610378 WARN  (SUITE-TriggerIntegrationTest-seed#[EF97395517728C0F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 610379 INFO  (SUITE-TriggerIntegrationTest-seed#[EF97395517728C0F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 610383 INFO  (SUITE-TriggerIntegrationTest-seed#[EF97395517728C0F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 610383 INFO  (SUITE-TriggerIntegrationTest-seed#[EF97395517728C0F]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF97395517728C0F-001/tempDir-001
   [junit4]   2> 610383 INFO  (SUITE-TriggerIntegrationTest-seed#[EF97395517728C0F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 610383 INFO  (Thread-1056) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 610383 INFO  (Thread-1056) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 610390 ERROR (Thread-1056) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 610486 INFO  (SUITE-TriggerIntegrationTest-seed#[EF97395517728C0F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:57426
   [junit4]   2> 610497 INFO  (zkConnectionManagerCallback-1314-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 610502 INFO  (jetty-launcher-1311-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 610502 INFO  (jetty-launcher-1311-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 610503 INFO  (jetty-launcher-1311-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 610503 INFO  (jetty-launcher-1311-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 610503 INFO  (jetty-launcher-1311-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 610504 INFO  (jetty-launcher-1311-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d2c7c2c{/solr,null,AVAILABLE}
   [junit4]   2> 610505 INFO  (jetty-launcher-1311-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 610505 INFO  (jetty-launcher-1311-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 610505 INFO  (jetty-launcher-1311-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 610505 INFO  (jetty-launcher-1311-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7247325a{HTTP/1.1,[http/1.1]}{127.0.0.1:57428}
   [junit4]   2> 610505 INFO  (jetty-launcher-1311-thread-2) [    ] o.e.j.s.Server Started @616303ms
   [junit4]   2> 610505 INFO  (jetty-launcher-1311-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57428}
   [junit4]   2> 610506 ERROR (jetty-launcher-1311-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 610506 INFO  (jetty-launcher-1311-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 610506 INFO  (jetty-launcher-1311-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 610506 INFO  (jetty-launcher-1311-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 610506 INFO  (jetty-launcher-1311-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T07:45:35.075Z
   [junit4]   2> 610506 INFO  (jetty-launcher-1311-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c461a1b{/solr,null,AVAILABLE}
   [junit4]   2> 610507 INFO  (jetty-launcher-1311-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@759c1561{HTTP/1.1,[http/1.1]}{127.0.0.1:57429}
   [junit4]   2> 610507 INFO  (jetty-launcher-1311-thread-1) [    ] o.e.j.s.Server Started @616304ms
   [junit4]   2> 610507 INFO  (jetty-launcher-1311-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57429}
   [junit4]   2> 610507 ERROR (jetty-launcher-1311-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 610508 INFO  (jetty-launcher-1311-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 610508 INFO  (jetty-launcher-1311-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 610508 INFO  (jetty-launcher-1311-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 610508 INFO  (jetty-launcher-1311-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T07:45:35.077Z
   [junit4]   2> 610508 INFO  (zkConnectionManagerCallback-1316-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 610509 INFO  (jetty-launcher-1311-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 610510 INFO  (zkConnectionManagerCallback-1318-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 610510 INFO  (jetty-launcher-1311-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 610527 INFO  (jetty-launcher-1311-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57426/solr
   [junit4]   2> 610527 INFO  (jetty-launcher-1311-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57426/solr
   [junit4]   2> 610529 INFO  (zkConnectionManagerCallback-1324-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 610529 INFO  (zkConnectionManagerCallback-1326-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 610532 INFO  (zkConnectionManagerCallback-1328-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 610532 INFO  (zkConnectionManagerCallback-1330-thread-1-processing-n:127.0.0.1:57428_solr) [n:127.0.0.1:57428_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 610672 INFO  (jetty-launcher-1311-thread-2) [n:127.0.0.1:57428_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 610672 INFO  (jetty-launcher-1311-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 610673 INFO  (jetty-launcher-1311-thread-2) [n:127.0.0.1:57428_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57428_solr
   [junit4]   2> 610674 INFO  (jetty-launcher-1311-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57429_solr
   [junit4]   2> 610674 INFO  (jetty-launcher-1311-thread-2) [n:127.0.0.1:57428_solr    ] o.a.s.c.Overseer Overseer (id=72084698846986246-127.0.0.1:57428_solr-n_0000000000) starting
   [junit4]   2> 610676 INFO  (zkCallback-1329-thread-1-processing-n:127.0.0.1:57428_solr) [n:127.0.0.1:57428_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 610676 INFO  (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 610686 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 610688 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 610688 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:57429_solr]
   [junit4]   2> 610688 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 610688 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 610689 INFO  (jetty-launcher-1311-thread-2) [n:127.0.0.1:57428_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57428_solr
   [junit4]   2> 610691 INFO  (zkCallback-1329-thread-1-processing-n:127.0.0.1:57428_solr) [n:127.0.0.1:57428_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 610691 INFO  (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 610692 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 610701 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 610701 DEBUG (ScheduledTrigger-2298-thread-1) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 610857 INFO  (jetty-launcher-1311-thread-2) [n:127.0.0.1:57428_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57428.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2d30bc
   [junit4]   2> 610862 INFO  (jetty-launcher-1311-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57429.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2d30bc
   [junit4]   2> 610869 INFO  (jetty-launcher-1311-thread-2) [n:127.0.0.1:57428_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57428.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2d30bc
   [junit4]   2> 610870 INFO  (jetty-launcher-1311-thread-2) [n:127.0.0.1:57428_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57428.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2d30bc
   [junit4]   2> 610871 INFO  (jetty-launcher-1311-thread-2) [n:127.0.0.1:57428_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF97395517728C0F-001/tempDir-001/node2/.
   [junit4]   2> 610872 INFO  (jetty-launcher-1311-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57429.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2d30bc
   [junit4]   2> 610872 INFO  (jetty-launcher-1311-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57429.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2d30bc
   [junit4]   2> 610873 INFO  (jetty-launcher-1311-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF97395517728C0F-001/tempDir-001/node1/.
   [junit4]   2> 610931 INFO  (zkConnectionManagerCallback-1336-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 610935 INFO  (zkConnectionManagerCallback-1340-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 610936 INFO  (SUITE-TriggerIntegrationTest-seed#[EF97395517728C0F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 610937 INFO  (SUITE-TriggerIntegrationTest-seed#[EF97395517728C0F]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57426/solr ready
   [junit4]   2> 610956 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testContinueTriggersOnOverseerRestart
   [junit4]   2> 610957 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 610957 DEBUG (zkCallback-1329-thread-1-processing-n:127.0.0.1:57428_solr) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 610958 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 610959 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 610959 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 610964 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 610967 INFO  (qtp1111708817-5474) [n:127.0.0.1:57429_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 610974 INFO  (qtp1111708817-5474) [n:127.0.0.1:57429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 610993 INFO  (qtp1709180971-5469) [n:127.0.0.1:57428_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 610995 INFO  (qtp1111708817-5478) [n:127.0.0.1:57429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 610995 DEBUG (qtp1709180971-5465) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 610996 INFO  (qtp1709180971-5465) [n:127.0.0.1:57428_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 610996 DEBUG (zkCallback-1329-thread-1-processing-n:127.0.0.1:57428_solr) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 611003 DEBUG (zkCallback-1329-thread-1-processing-n:127.0.0.1:57428_solr) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:57428_solr, 127.0.0.1:57429_solr]
   [junit4]   2> 611003 DEBUG (zkCallback-1329-thread-1-processing-n:127.0.0.1:57428_solr) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 611004 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 611006 INFO  (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 611007 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7247325a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 611008 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1621801561
   [junit4]   2> 611008 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 611008 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 611008 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@65fda681: rootName = solr_57428, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7b34796a
   [junit4]   2> 611009 DEBUG (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 611009 DEBUG (ScheduledTrigger-2298-thread-1) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 611010 DEBUG (ScheduledTrigger-2298-thread-1) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 611014 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 611014 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5ee621a: rootName = solr_57428, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@789ae418
   [junit4]   2> 611018 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 611018 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@79d57da4: rootName = solr_57428, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@85b04aa
   [junit4]   2> 611020 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:57428_solr
   [junit4]   2> 611021 INFO  (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 611021 INFO  (zkCallback-1329-thread-1-processing-n:127.0.0.1:57428_solr) [n:127.0.0.1:57428_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 611021 INFO  (zkCallback-1339-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 611022 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 611022 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 611023 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.c.Overseer Overseer (id=72084698846986246-127.0.0.1:57428_solr-n_0000000000) closing
   [junit4]   2> 611023 INFO  (OverseerStateUpdate-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57428_solr
   [junit4]   2> 611024 WARN  (OverseerAutoScalingTriggerThread-72084698846986246-127.0.0.1:57428_solr-n_0000000000) [n:127.0.0.1:57428_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 611025 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 611027 INFO  (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57429_solr
   [junit4]   2> 611029 INFO  (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.Overseer Overseer (id=72084698846986245-127.0.0.1:57429_solr-n_0000000001) starting
   [junit4]   2> 611034 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7d2c7c2c{/solr,null,UNAVAILABLE}
   [junit4]   2> 611035 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 611039 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 611040 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 611040 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:57429_solr]
   [junit4]   2> 611040 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 611043 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:57429_solr]
   [junit4]   2> 611043 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion -1
   [junit4]   2> 611043 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 611044 INFO  (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 611046 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 611046 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 611047 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 611047 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 612048 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 612048 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 612051 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 613053 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 613053 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 613053 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 614054 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 614054 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 614054 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 615054 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 615054 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 615054 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 616065 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 616065 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 616065 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 617075 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 617075 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 617075 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 618085 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 618085 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 618085 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 619090 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 619090 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 619090 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 620091 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 620091 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 620091 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 621043 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 621044 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 621044 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 621044 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 621044 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ba77dbb{/solr,null,AVAILABLE}
   [junit4]   2> 621044 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b038158{HTTP/1.1,[http/1.1]}{127.0.0.1:57469}
   [junit4]   2> 621044 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.e.j.s.Server Started @626842ms
   [junit4]   2> 621045 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57469}
   [junit4]   2> 621045 ERROR (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 621045 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 621045 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 621045 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 621045 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T07:45:45.614Z
   [junit4]   2> 621047 INFO  (zkConnectionManagerCallback-1342-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621048 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 621058 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57426/solr
   [junit4]   2> 621059 INFO  (zkConnectionManagerCallback-1346-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621063 INFO  (zkConnectionManagerCallback-1348-thread-1-processing-n:127.0.0.1:57469_solr) [n:127.0.0.1:57469_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621074 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [n:127.0.0.1:57469_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 621078 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [n:127.0.0.1:57469_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 621081 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [n:127.0.0.1:57469_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57469_solr
   [junit4]   2> 621083 INFO  (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 621083 INFO  (zkCallback-1339-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 621084 INFO  (zkCallback-1347-thread-1-processing-n:127.0.0.1:57469_solr) [n:127.0.0.1:57469_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 621099 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 621099 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 621099 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 621099 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:57469_solr at time 413597274765770
   [junit4]   2> 621166 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [n:127.0.0.1:57469_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57469.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2d30bc
   [junit4]   2> 621178 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [n:127.0.0.1:57469_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57469.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2d30bc
   [junit4]   2> 621178 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [n:127.0.0.1:57469_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57469.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2d30bc
   [junit4]   2> 621179 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [n:127.0.0.1:57469_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF97395517728C0F-001/tempDir-001/node3/.
   [junit4]   2> 622100 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 622101 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 622101 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 623107 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 623107 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 623108 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 623108 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR firing registered processor for nodes: [127.0.0.1:57469_solr] added at times [413597274765770], now=413599283207641
   [junit4]   2> 623108 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"1782a1ea479caT6xqz2722vcx8if59ejuihxwac",
   [junit4]   2>   "source":"node_added_triggerCTOOR",
   [junit4]   2>   "eventTime":413597274765770,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[413597274765770],
   [junit4]   2>     "nodeNames":["127.0.0.1:57469_solr"]}}
   [junit4]   2> 623112 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_triggerCTOOR]
   [junit4]   2> 623113 INFO  (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 623113 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"1782a1ea479caT6xqz2722vcx8if59ejuihxwac",
   [junit4]   2>   "source":"node_added_triggerCTOOR",
   [junit4]   2>   "eventTime":413597274765770,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[413597274765770],
   [junit4]   2>     "_enqueue_time_":413599287466564,
   [junit4]   2>     "nodeNames":["127.0.0.1:57469_solr"]}}
   [junit4]   2> 623114 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[EF97395517728C0F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testContinueTriggersOnOverseerRestart
   [junit4]   2> 623118 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 623119 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_triggerCTOOR after 5000ms
   [junit4]   2> 623119 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 5 ms for event id=1782a1ea479caT6xqz2722vcx8if59ejuihxwac
   [junit4]   2> 623131 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[EF97395517728C0F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSetProperties
   [junit4]   2> 623132 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[EF97395517728C0F]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 5
   [junit4]   2> 623132 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 623132 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 623139 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 623139 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 623140 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 624155 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[EF97395517728C0F]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerScheduleDelaySeconds from: 1 to: 4
   [junit4]   2> 628169 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[EF97395517728C0F]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerScheduleDelaySeconds from: 4 to: 1
   [junit4]   2> 638187 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[EF97395517728C0F]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerCorePoolSize from: 4 to: 6
   [junit4]   2> 648218 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[EF97395517728C0F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSetProperties
   [junit4]   2> 648248 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTriggerThrottling
   [junit4]   2> 648249 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 6
   [junit4]   2> 648250 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 648250 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 648250 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 648251 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 648251 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 648258 INFO  (qtp1111708817-5478) [n:127.0.0.1:57429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 648265 INFO  (qtp1661378004-5544) [n:127.0.0.1:57469_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 648265 DEBUG (qtp1661378004-5540) [n:127.0.0.1:57469_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 648267 INFO  (qtp1661378004-5540) [n:127.0.0.1:57469_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 648267 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 648268 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:57469_solr, 127.0.0.1:57429_solr]
   [junit4]   2> 648269 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 648269 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 648272 INFO  (qtp1111708817-5479) [n:127.0.0.1:57429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 648274 INFO  (qtp1661378004-5544) [n:127.0.0.1:57469_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 648274 DEBUG (qtp1111708817-5476) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 648275 INFO  (qtp1111708817-5476) [n:127.0.0.1:57429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 648277 INFO  (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 648277 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 648278 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 648278 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:57469_solr, 127.0.0.1:57429_solr]
   [junit4]   2> 648278 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 648279 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:57469_solr, 127.0.0.1:57429_solr]
   [junit4]   2> 648279 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 648280 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 7
   [junit4]   2> 648280 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 648280 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 648280 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 648283 INFO  (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 648284 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 648284 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 648285 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 648285 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 648285 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 648286 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 648286 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 648286 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 648287 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@789fa143{/solr,null,AVAILABLE}
   [junit4]   2> 648287 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7e1bf801{HTTP/1.1,[http/1.1]}{127.0.0.1:57566}
   [junit4]   2> 648287 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.e.j.s.Server Started @654084ms
   [junit4]   2> 648287 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57566}
   [junit4]   2> 648287 ERROR (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 648288 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 648288 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 648288 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 648288 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T07:46:12.857Z
   [junit4]   2> 648291 INFO  (zkConnectionManagerCallback-1352-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 648292 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 648304 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57426/solr
   [junit4]   2> 648310 INFO  (zkConnectionManagerCallback-1356-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 648315 INFO  (zkConnectionManagerCallback-1358-thread-1-processing-n:127.0.0.1:57566_solr) [n:127.0.0.1:57566_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 648327 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [n:127.0.0.1:57566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 648335 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [n:127.0.0.1:57566_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 648339 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [n:127.0.0.1:57566_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57566_solr
   [junit4]   2> 648347 INFO  (zkCallback-1347-thread-1-processing-n:127.0.0.1:57469_solr) [n:127.0.0.1:57469_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 648347 INFO  (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 648347 INFO  (zkCallback-1339-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 648368 INFO  (zkCallback-1357-thread-1-processing-n:127.0.0.1:57566_solr) [n:127.0.0.1:57566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 648466 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [n:127.0.0.1:57566_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57566.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2d30bc
   [junit4]   2> 648474 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [n:127.0.0.1:57566_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57566.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2d30bc
   [junit4]   2> 648474 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [n:127.0.0.1:57566_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57566.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2d30bc
   [junit4]   2> 648475 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [n:127.0.0.1:57566_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF97395517728C0F-001/tempDir-001/node4/.
   [junit4]   2> 649288 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 649289 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 649289 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 649289 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:57566_solr at time 413625464460769
   [junit4]   2> 649289 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 firing registered processor for nodes: [127.0.0.1:57566_solr] added at times [413625464460769], now=413625464605296
   [junit4]   2> 649289 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 649289 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:57566_solr at time 413625464767778
   [junit4]   2> 649289 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 firing registered processor for nodes: [127.0.0.1:57566_solr] added at times [413625464767778], now=413625464816415
   [junit4]   2> 649289 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"17830aee115e1T6xqz2722vcx8if59ejuihxwae",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":413625464460769,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[413625464460769],
   [junit4]   2>     "nodeNames":["127.0.0.1:57566_solr"]}}
   [junit4]   2> 649289 DEBUG (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"17830aee5c522T6xqz2722vcx8if59ejuihxwaf",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":413625464767778,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[413625464767778],
   [junit4]   2>     "nodeNames":["127.0.0.1:57566_solr"]}}
   [junit4]   2> 649289 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_trigger2, node_added_trigger1]
   [junit4]   2> 649290 INFO  (ScheduledTrigger-2307-thread-2) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 649290 INFO  (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 649291 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"17830aee115e1T6xqz2722vcx8if59ejuihxwae",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":413625464460769,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[413625464460769],
   [junit4]   2>     "_enqueue_time_":413625465003817,
   [junit4]   2>     "nodeNames":["127.0.0.1:57566_solr"]}}
   [junit4]   2> 649291 INFO  (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_added_trigger1
   [junit4]   2> 649292 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 649292 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 649292 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=17830aee115e1T6xqz2722vcx8if59ejuihxwae
   [junit4]   2> 654293 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 654293 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 654294 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 654294 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 firing registered processor for nodes: [127.0.0.1:57566_solr] added at times [413625464767778], now=413630469241454
   [junit4]   2> 654294 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 654294 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"17830aee5c522T6xqz2722vcx8if59ejuihxwai",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":413625464767778,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[413625464767778],
   [junit4]   2>     "nodeNames":["127.0.0.1:57566_solr"]}}
   [junit4]   2> 654294 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_trigger2, node_added_trigger1]
   [junit4]   2> 654295 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"17830aee5c522T6xqz2722vcx8if59ejuihxwai",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":413625464767778,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[413625464767778],
   [junit4]   2>     "_enqueue_time_":413630469418517,
   [junit4]   2>     "nodeNames":["127.0.0.1:57566_solr"]}}
   [junit4]   2> 654295 INFO  (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.TriggerIntegrationTest last action at 1518507973860000000 current time = 1518507978864000000
   [junit4]   2> real diff: 5004000000
   [junit4]   2>  min diff: 4998000000
   [junit4]   2> 654295 INFO  (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_added_trigger2
   [junit4]   2> 654296 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 654297 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 654297 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=17830aee5c522T6xqz2722vcx8if59ejuihxwai
   [junit4]   2> 654300 INFO  (qtp1111708817-5479) [n:127.0.0.1:57429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 654302 INFO  (qtp1661378004-5544) [n:127.0.0.1:57469_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 654303 INFO  (qtp1032910948-5576) [n:127.0.0.1:57566_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 654303 DEBUG (qtp1032910948-5572) [n:127.0.0.1:57566_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 654304 INFO  (qtp1032910948-5572) [n:127.0.0.1:57566_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 654305 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 654305 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:57469_solr, 127.0.0.1:57429_solr, 127.0.0.1:57566_solr]
   [junit4]   2> 654305 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 654306 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:57469_solr, 127.0.0.1:57429_solr, 127.0.0.1:57566_solr]
   [junit4]   2> 654307 INFO  (qtp1111708817-5478) [n:127.0.0.1:57429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 654307 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:57469_solr, 127.0.0.1:57429_solr, 127.0.0.1:57566_solr]
   [junit4]   2> 654307 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 654308 INFO  (qtp1661378004-5542) [n:127.0.0.1:57469_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 654308 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 654308 INFO  (qtp1032910948-5576) [n:127.0.0.1:57566_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 654308 DEBUG (qtp1032910948-5574) [n:127.0.0.1:57566_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 654309 INFO  (qtp1032910948-5574) [n:127.0.0.1:57566_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 654310 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 10
   [junit4]   2> 654310 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:57469_solr, 127.0.0.1:57429_solr, 127.0.0.1:57566_solr]
   [junit4]   2> 654310 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 654311 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:57469_solr, 127.0.0.1:57429_solr, 127.0.0.1:57566_solr]
   [junit4]   2> 654311 INFO  (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 654312 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:57469_solr, 127.0.0.1:57429_solr, 127.0.0.1:57566_solr]
   [junit4]   2> 654312 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 654312 DEBUG (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:57469_solr, 127.0.0.1:57429_solr, 127.0.0.1:57566_solr]
   [junit4]   2> 654312 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 10, lastZnodeVersion 9
   [junit4]   2> 654312 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 10
   [junit4]   2> 654313 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 3
   [junit4]   2> 654316 INFO  (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 654317 DEBUG (OverseerAutoScalingTriggerThread-72084698846986245-127.0.0.1:57429_solr-n_0000000001) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 10, lastZnodeVersion 10
   [junit4]   2> 654317 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7e1bf801{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 654318 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1079574213
   [junit4]   2> 654318 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger2 with currently live nodes: 3
   [junit4]   2> 654318 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 654318 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4cd3aa9a: rootName = solr_57566, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1b4dc7e7
   [junit4]   2> 654323 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 654323 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1eed1d22: rootName = solr_57566, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@789ae418
   [junit4]   2> 654329 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 654329 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7b8dd5bb: rootName = solr_57566, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@85b04aa
   [junit4]   2> 654332 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:57566_solr
   [junit4]   2> 654333 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 654334 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 654335 INFO  (zkCallback-1327-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 654335 INFO  (zkCallback-1347-thread-1-processing-n:127.0.0.1:57469_solr) [n:127.0.0.1:57469_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 654335 INFO  (zkCallback-1357-thread-1-processing-n:127.0.0.1:57566_solr) [n:127.0.0.1:57566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 654335 INFO  (zkCallback-1339-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 654336 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@789fa143{/solr,null,UNAVAILABLE}
   [junit4]   2> 654336 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[EF97395517728C0F]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 655314 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 2
   [junit4]   2> 655314 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:57566_solr
   [junit4]   2> 655314 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:57566_solr]
   [junit4]   2> 655314 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"178321603c6c8T6xqz2722vcx8if59ejuihxwaj",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":413631489754824,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[413631489754824],
   [junit4]   2>     "nodeNames":["127.0.0.1:57566_solr"]}}
   [junit4]   2> 655314 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_trigger2, node_added_trigger2, node_lost_trigger1, node_added_trigger1]
   [junit4]   2> 655315 INFO  (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 655315 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"178321603c6c8T6xqz2722vcx8if59ejuihxwaj",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":413631489754824,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[413631489754824],
   [junit4]   2>     "_enqueue_time_":413631489961784,
   [junit4]   2>     "nodeNames":["127.0.0.1:57566_solr"]}}
   [junit4]   2> 655316 INFO  (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_lost_trigger1
   [junit4]   2> 655317 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger2 after 5000ms
   [junit4]   2> 655317 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 655317 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger1 after 5000ms
   [junit4]   2> 655317 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 655317 DEBUG (AutoscalingActionExecutor-2308-thread-1-processing-n:127.0.0.1:57429_solr) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=178321603c6c8T6xqz2722vcx8if59ejuihxwaj
   [junit4]   2> 660321 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 660321 DEBUG (ScheduledTrigger-2307-thread-1) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 660322 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 2
   [junit4]   2> 660322 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 660322 DEBUG (ScheduledTrigger-2307-thread-4) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 660325 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger2 with currently live nodes: 2
   [junit4]   2> 660325 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:57566_solr
   [junit4]   2> 660325 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:57566_solr]
   [junit4]   2> 660325 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"1783340b29c60T6xqz2722vcx8if59ejuihxwal",
   [junit4]   2>   "source":"node_lost_trigger2",
   [junit4]   2>   "eventTime":413636500823136,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[413636500823136],
   [junit4]   2>     "nodeNames":["127.0.0.1:57566_solr"]}}
   [junit4]   2> 660325 DEBUG (ScheduledTrigger-2307-thread-3) [n:127.0.0.1:57429_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_trigger2, node_added_trigger2, node_los

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

:collection1_shard1_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1002439902
   [junit4]   2> 826633 INFO  (jetty-closer-1312-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72084698846986266-127.0.0.1:57622_solr-n_0000000007) closing
   [junit4]   2> 826633 INFO  (OverseerStateUpdate-72084698846986266-127.0.0.1:57622_solr-n_0000000007) [n:127.0.0.1:57622_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57622_solr
   [junit4]   2> 826633 WARN  (OverseerAutoScalingTriggerThread-72084698846986266-127.0.0.1:57622_solr-n_0000000007) [n:127.0.0.1:57622_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 826635 DEBUG (jetty-closer-1312-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 826637 INFO  (jetty-closer-1312-thread-7) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6ee8d76b{/solr,null,UNAVAILABLE}
   [junit4]   2> 826638 INFO  (jetty-closer-1312-thread-7) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 826638 INFO  (jetty-closer-1312-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6495635a{/solr,null,UNAVAILABLE}
   [junit4]   2> 826639 INFO  (jetty-closer-1312-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 826640 INFO  (zkCallback-1427-thread-1-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57692_solr
   [junit4]   2> 826653 INFO  (coreCloseExecutor-2526-thread-2) [n:127.0.0.1:57790_solr c:collection1 s:shard1 r:core_node16 x:collection1_shard1_replica_n15] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1127050645
   [junit4]   2> 826654 INFO  (coreCloseExecutor-2514-thread-2) [n:127.0.0.1:57692_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1687282884
   [junit4]   2> 826658 INFO  (jetty-closer-1312-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@25be89b2{/solr,null,UNAVAILABLE}
   [junit4]   2> 826658 INFO  (jetty-closer-1312-thread-6) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 826660 INFO  (jetty-closer-1312-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1dde58db{/solr,null,UNAVAILABLE}
   [junit4]   2> 826661 INFO  (jetty-closer-1312-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 827709 WARN  (zkCallback-1507-thread-1-processing-n:127.0.0.1:57962_solr) [n:127.0.0.1:57962_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 827710 INFO  (jetty-closer-1312-thread-11) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e1f5b9a{/solr,null,UNAVAILABLE}
   [junit4]   2> 827710 INFO  (jetty-closer-1312-thread-11) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 827752 WARN  (zkCallback-1547-thread-1-processing-n:127.0.0.1:58007_solr) [n:127.0.0.1:58007_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 827752 WARN  (zkCallback-1537-thread-2-processing-n:127.0.0.1:58003_solr) [n:127.0.0.1:58003_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 827752 INFO  (jetty-closer-1312-thread-14) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@170cb20b{/solr,null,UNAVAILABLE}
   [junit4]   2> 827752 INFO  (jetty-closer-1312-thread-14) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 827752 INFO  (jetty-closer-1312-thread-15) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@644b146f{/solr,null,UNAVAILABLE}
   [junit4]   2> 827753 INFO  (jetty-closer-1312-thread-15) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 827756 ERROR (SUITE-TriggerIntegrationTest-seed#[EF97395517728C0F]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 827756 INFO  (SUITE-TriggerIntegrationTest-seed#[EF97395517728C0F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57426 57426
   [junit4]   2> 827771 INFO  (Thread-1056) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57426 57426
   [junit4]   2> 827888 WARN  (Thread-1056) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	42	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	23	/solr/clusterprops.json
   [junit4]   2> 	23	/solr/aliases.json
   [junit4]   2> 	22	/solr/security.json
   [junit4]   2> 	10	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	165	/solr/collections/collection1/state.json
   [junit4]   2> 	50	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	23	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72084698846986285-127.0.0.1:57794_solr-n_0000000013
   [junit4]   2> 	3	/solr/overseer_elect/election/72084698846986291-127.0.0.1:57894_solr-n_0000000015
   [junit4]   2> 	3	/solr/collections/collection1/leader_elect/shard1/election/72084698846986275-core_node3-n_0000000000
   [junit4]   2> 	3	/solr/collections/collection1/leader_elect/shard1/election/72084698846986266-core_node6-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/72084698846986275-127.0.0.1:57692_solr-n_0000000010
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72084698846986282-core_node12-n_0000000005
   [junit4]   2> 	2	/solr/overseer_elect/election/72084698846986266-127.0.0.1:57622_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/72084698846986257-127.0.0.1:57599_solr-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/72084698846986269-127.0.0.1:57628_solr-n_0000000008
   [junit4]   2> 	2	/solr/overseer_elect/election/72084698846986245-127.0.0.1:57429_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/live_nodes
   [junit4]   2> 	23	/solr/collections
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF97395517728C0F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=Memory), x_s=FSTOrd50}, docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1863, maxMBSortInHeap=7.126827582675329, sim=RandomSimilarity(queryNorm=true): {}, locale=es-AR, timezone=Europe/Minsk
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=79855048,total=200253440
   [junit4]   2> NOTE: All tests run in this JVM: [RankQueryTest, ResourceLoaderTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestReload, SynonymTokenizerTest, TestStreamBody, LeaderElectionTest, TestPerFieldSimilarityWithDefaultOverride, TestSchemalessBufferedUpdates, TestSurroundQueryParser, TestZkChroot, SimpleMLTQParserTest, NumericFieldsTest, CoreMergeIndexesAdminHandlerTest, HdfsCollectionsAPIDistributedZkTest, BlobRepositoryCloudTest, OpenExchangeRatesOrgProviderTest, AlternateDirectoryTest, TestFiltering, FileUtilsTest, TestPullReplicaErrorHandling, DistributedFacetPivotLongTailTest, TestPseudoReturnFields, CoreAdminCreateDiscoverTest, TestRemoteStreaming, SolrInfoBeanTest, TestHighlightDedupGrouping, SolrRequestParserTest, ZkStateWriterTest, TestSlowCompositeReaderWrapper, CurrencyRangeFacetCloudTest, TestSchemaResource, CloudExitableDirectoryReaderTest, LukeRequestHandlerTest, RequestLoggingTest, RegexBytesRefFilterTest, TestBulkSchemaConcurrent, TestDynamicFieldResource, LeaderElectionIntegrationTest, TestTolerantSearch, TestMinMaxOnMultiValuedField, TestPostingsSolrHighlighter, DataDrivenBlockJoinTest, TestFastOutputStream, HdfsRecoveryZkTest, SampleTest, FieldMutatingUpdateProcessorTest, OverseerCollectionConfigSetProcessorTest, ShardRoutingCustomTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, BadCopyFieldTest, TestSmileRequest, SuggesterTSTTest, ClassificationUpdateProcessorIntegrationTest, RecoveryZkTest, DistributedQueryComponentCustomSortTest, MetricsHandlerTest, TestSystemCollAutoCreate, SolrMetricManagerTest, PingRequestHandlerTest, AssignBackwardCompatibilityTest, ChangedSchemaMergeTest, RAMDirectoryFactoryTest, CopyFieldTest, BigEndianAscendingWordDeserializerTest, DeleteInactiveReplicaTest, TestLegacyNumericUtils, UnloadDistributedZkTest, TestInfoStreamLogging, TestFileDictionaryLookup, TestCloudPseudoReturnFields, TestNumericRangeQuery64, TestSegmentSorting, DirectSolrConnectionTest, TriggerIntegrationTest]
   [junit4] Completed [160/775 (1!)] on J0 in 217.63s, 14 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 50565 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 451 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/451/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.solr.cloud.ReplaceNodeNoTargetTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([B15048C811FD891E:39047712BF01E4E6]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([B15048C811FD891E:39047712BF01E4E6]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeAddedTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([B15048C811FD891E:973AF6F10AF22672]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeAddedTrigger(TriggerIntegrationTest.java:456)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12079 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplaceNodeNoTargetTest
   [junit4]   2> 135905 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[B15048C811FD891E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/init-core-data-001
   [junit4]   2> 135906 WARN  (SUITE-ReplaceNodeNoTargetTest-seed#[B15048C811FD891E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 135906 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[B15048C811FD891E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 135910 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[B15048C811FD891E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 135914 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[B15048C811FD891E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001
   [junit4]   2> 135914 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[B15048C811FD891E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 135914 INFO  (Thread-178) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 135914 INFO  (Thread-178) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 135917 ERROR (Thread-178) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 136024 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[B15048C811FD891E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:62886
   [junit4]   2> 136038 INFO  (zkConnectionManagerCallback-218-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136058 INFO  (jetty-launcher-215-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 136058 INFO  (jetty-launcher-215-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 136058 INFO  (jetty-launcher-215-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 136059 INFO  (jetty-launcher-215-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 136059 INFO  (jetty-launcher-215-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 136059 INFO  (jetty-launcher-215-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 136060 INFO  (jetty-launcher-215-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48f4c956{/solr,null,AVAILABLE}
   [junit4]   2> 136061 INFO  (jetty-launcher-215-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 136061 INFO  (jetty-launcher-215-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 136061 INFO  (jetty-launcher-215-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 136061 INFO  (jetty-launcher-215-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d4144bc{/solr,null,AVAILABLE}
   [junit4]   2> 136063 INFO  (jetty-launcher-215-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 136064 INFO  (jetty-launcher-215-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4fc4bfcd{HTTP/1.1,[http/1.1]}{127.0.0.1:62889}
   [junit4]   2> 136064 INFO  (jetty-launcher-215-thread-2) [    ] o.e.j.s.Server Started @140049ms
   [junit4]   2> 136064 INFO  (jetty-launcher-215-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62889}
   [junit4]   2> 136064 INFO  (jetty-launcher-215-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2ea0a676{HTTP/1.1,[http/1.1]}{127.0.0.1:62888}
   [junit4]   2> 136064 INFO  (jetty-launcher-215-thread-1) [    ] o.e.j.s.Server Started @140049ms
   [junit4]   2> 136064 INFO  (jetty-launcher-215-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62888}
   [junit4]   2> 136065 ERROR (jetty-launcher-215-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 136065 ERROR (jetty-launcher-215-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 136065 INFO  (jetty-launcher-215-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 136065 INFO  (jetty-launcher-215-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 136065 INFO  (jetty-launcher-215-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 136065 INFO  (jetty-launcher-215-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 136065 INFO  (jetty-launcher-215-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 136065 INFO  (jetty-launcher-215-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 136065 INFO  (jetty-launcher-215-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 136065 INFO  (jetty-launcher-215-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T08:56:01.983Z
   [junit4]   2> 136065 INFO  (jetty-launcher-215-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T08:56:01.983Z
   [junit4]   2> 136066 INFO  (jetty-launcher-215-thread-6) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 136067 INFO  (jetty-launcher-215-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 136067 INFO  (jetty-launcher-215-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 136067 INFO  (jetty-launcher-215-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 136068 INFO  (jetty-launcher-215-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 136068 INFO  (jetty-launcher-215-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 136068 INFO  (jetty-launcher-215-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 136068 INFO  (jetty-launcher-215-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@419b936e{/solr,null,AVAILABLE}
   [junit4]   2> 136069 INFO  (jetty-launcher-215-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7d43cb37{HTTP/1.1,[http/1.1]}{127.0.0.1:62890}
   [junit4]   2> 136069 INFO  (jetty-launcher-215-thread-4) [    ] o.e.j.s.Server Started @140054ms
   [junit4]   2> 136069 INFO  (jetty-launcher-215-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62890}
   [junit4]   2> 136069 ERROR (jetty-launcher-215-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 136070 INFO  (jetty-launcher-215-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 136070 INFO  (jetty-launcher-215-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 136070 INFO  (jetty-launcher-215-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 136070 INFO  (jetty-launcher-215-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T08:56:01.988Z
   [junit4]   2> 136071 INFO  (jetty-launcher-215-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 136071 INFO  (jetty-launcher-215-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 136071 INFO  (jetty-launcher-215-thread-5) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 136071 INFO  (jetty-launcher-215-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2abdd238{/solr,null,AVAILABLE}
   [junit4]   2> 136071 INFO  (jetty-launcher-215-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71df46af{/solr,null,AVAILABLE}
   [junit4]   2> 136072 INFO  (jetty-launcher-215-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@521fbb4d{HTTP/1.1,[http/1.1]}{127.0.0.1:62894}
   [junit4]   2> 136072 INFO  (jetty-launcher-215-thread-3) [    ] o.e.j.s.Server Started @140057ms
   [junit4]   2> 136072 INFO  (jetty-launcher-215-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62894}
   [junit4]   2> 136072 INFO  (jetty-launcher-215-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 136072 INFO  (jetty-launcher-215-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 136072 INFO  (jetty-launcher-215-thread-6) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 136072 INFO  (jetty-launcher-215-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@230ab5f7{HTTP/1.1,[http/1.1]}{127.0.0.1:62893}
   [junit4]   2> 136072 INFO  (jetty-launcher-215-thread-5) [    ] o.e.j.s.Server Started @140057ms
   [junit4]   2> 136072 INFO  (jetty-launcher-215-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62893}
   [junit4]   2> 136072 ERROR (jetty-launcher-215-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 136072 ERROR (jetty-launcher-215-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T08:56:01.991Z
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3fcebd4c{/solr,null,AVAILABLE}
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T08:56:01.991Z
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@205d146{HTTP/1.1,[http/1.1]}{127.0.0.1:62895}
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-6) [    ] o.e.j.s.Server Started @140058ms
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62895}
   [junit4]   2> 136073 ERROR (jetty-launcher-215-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 136073 INFO  (jetty-launcher-215-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T08:56:01.991Z
   [junit4]   2> 136075 INFO  (zkConnectionManagerCallback-222-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136075 INFO  (zkConnectionManagerCallback-220-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136075 INFO  (zkConnectionManagerCallback-226-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136075 INFO  (zkConnectionManagerCallback-224-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136080 INFO  (zkConnectionManagerCallback-230-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136080 INFO  (zkConnectionManagerCallback-228-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136081 INFO  (jetty-launcher-215-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 136081 INFO  (jetty-launcher-215-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 136081 INFO  (jetty-launcher-215-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 136081 INFO  (jetty-launcher-215-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 136082 INFO  (jetty-launcher-215-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 136082 INFO  (jetty-launcher-215-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 136093 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 0x1000068fd270001, likely client has closed socket
   [junit4]   2> 136129 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 0x1000068fd270004, likely client has closed socket
   [junit4]   2> 136130 INFO  (jetty-launcher-215-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62886/solr
   [junit4]   2> 136131 INFO  (jetty-launcher-215-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62886/solr
   [junit4]   2> 136135 INFO  (zkConnectionManagerCallback-234-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136137 INFO  (jetty-launcher-215-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62886/solr
   [junit4]   2> 136131 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 0x1000068fd270002, likely client has closed socket
   [junit4]   2> 136137 INFO  (jetty-launcher-215-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62886/solr
   [junit4]   2> 136136 INFO  (jetty-launcher-215-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62886/solr
   [junit4]   2> 136142 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 0x1000068fd270006, likely client has closed socket
   [junit4]   2> 136142 INFO  (jetty-launcher-215-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62886/solr
   [junit4]   2> 136143 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 0x1000068fd270005, likely client has closed socket
   [junit4]   2> 136143 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 0x1000068fd270003, likely client has closed socket
   [junit4]   2> 136145 INFO  (zkConnectionManagerCallback-246-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136145 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 0x1000068fd270007, likely client has closed socket
   [junit4]   2> 136146 INFO  (zkConnectionManagerCallback-248-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136146 INFO  (zkConnectionManagerCallback-250-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136147 INFO  (zkConnectionManagerCallback-252-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136147 INFO  (zkConnectionManagerCallback-254-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136148 INFO  (zkConnectionManagerCallback-256-thread-1-processing-n:127.0.0.1:62888_solr) [n:127.0.0.1:62888_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136151 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 0x1000068fd27000a, likely client has closed socket
   [junit4]   2> 136154 INFO  (zkConnectionManagerCallback-260-thread-1-processing-n:127.0.0.1:62890_solr) [n:127.0.0.1:62890_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136155 INFO  (zkConnectionManagerCallback-258-thread-1-processing-n:127.0.0.1:62895_solr) [n:127.0.0.1:62895_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136156 INFO  (zkConnectionManagerCallback-262-thread-1-processing-n:127.0.0.1:62894_solr) [n:127.0.0.1:62894_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136156 INFO  (zkConnectionManagerCallback-264-thread-1-processing-n:127.0.0.1:62893_solr) [n:127.0.0.1:62893_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136156 INFO  (zkConnectionManagerCallback-266-thread-1-processing-n:127.0.0.1:62889_solr) [n:127.0.0.1:62889_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136434 INFO  (jetty-launcher-215-thread-3) [n:127.0.0.1:62894_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 136435 INFO  (jetty-launcher-215-thread-4) [n:127.0.0.1:62890_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 136436 INFO  (jetty-launcher-215-thread-6) [n:127.0.0.1:62895_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 136436 INFO  (jetty-launcher-215-thread-3) [n:127.0.0.1:62894_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62894_solr
   [junit4]   2> 136436 INFO  (jetty-launcher-215-thread-1) [n:127.0.0.1:62888_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 136437 INFO  (jetty-launcher-215-thread-4) [n:127.0.0.1:62890_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62890_solr
   [junit4]   2> 136438 INFO  (jetty-launcher-215-thread-6) [n:127.0.0.1:62895_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62895_solr
   [junit4]   2> 136439 INFO  (jetty-launcher-215-thread-1) [n:127.0.0.1:62888_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62888_solr
   [junit4]   2> 136440 INFO  (jetty-launcher-215-thread-3) [n:127.0.0.1:62894_solr    ] o.a.s.c.Overseer Overseer (id=72058044961718288-127.0.0.1:62894_solr-n_0000000000) starting
   [junit4]   2> 136442 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:62893_solr) [n:127.0.0.1:62893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136452 INFO  (zkCallback-261-thread-1-processing-n:127.0.0.1:62894_solr) [n:127.0.0.1:62894_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136452 INFO  (zkCallback-255-thread-1-processing-n:127.0.0.1:62888_solr) [n:127.0.0.1:62888_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136453 INFO  (zkCallback-259-thread-1-processing-n:127.0.0.1:62890_solr) [n:127.0.0.1:62890_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136453 INFO  (zkCallback-257-thread-1-processing-n:127.0.0.1:62895_solr) [n:127.0.0.1:62895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136488 INFO  (zkCallback-255-thread-1-processing-n:127.0.0.1:62888_solr) [n:127.0.0.1:62888_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 136489 INFO  (zkCallback-259-thread-1-processing-n:127.0.0.1:62890_solr) [n:127.0.0.1:62890_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 136489 INFO  (zkCallback-261-thread-1-processing-n:127.0.0.1:62894_solr) [n:127.0.0.1:62894_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 136491 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:62893_solr) [n:127.0.0.1:62893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 136491 INFO  (zkCallback-257-thread-1-processing-n:127.0.0.1:62895_solr) [n:127.0.0.1:62895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 136492 INFO  (jetty-launcher-215-thread-2) [n:127.0.0.1:62889_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 136493 INFO  (jetty-launcher-215-thread-5) [n:127.0.0.1:62893_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 136508 INFO  (jetty-launcher-215-thread-5) [n:127.0.0.1:62893_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62893_solr
   [junit4]   2> 136508 INFO  (jetty-launcher-215-thread-2) [n:127.0.0.1:62889_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 136510 INFO  (zkCallback-261-thread-1-processing-n:127.0.0.1:62894_solr) [n:127.0.0.1:62894_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 136510 INFO  (zkCallback-255-thread-1-processing-n:127.0.0.1:62888_solr) [n:127.0.0.1:62888_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 136510 INFO  (zkCallback-259-thread-1-processing-n:127.0.0.1:62890_solr) [n:127.0.0.1:62890_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 136510 INFO  (zkCallback-257-thread-1-processing-n:127.0.0.1:62895_solr) [n:127.0.0.1:62895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 136511 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:62893_solr) [n:127.0.0.1:62893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 136511 INFO  (zkCallback-265-thread-1-processing-n:127.0.0.1:62889_solr) [n:127.0.0.1:62889_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 136526 INFO  (jetty-launcher-215-thread-2) [n:127.0.0.1:62889_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62889_solr
   [junit4]   2> 136530 INFO  (zkCallback-259-thread-1-processing-n:127.0.0.1:62890_solr) [n:127.0.0.1:62890_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 136531 INFO  (zkCallback-265-thread-1-processing-n:127.0.0.1:62889_solr) [n:127.0.0.1:62889_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 136531 INFO  (zkCallback-255-thread-1-processing-n:127.0.0.1:62888_solr) [n:127.0.0.1:62888_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 136531 INFO  (zkCallback-261-thread-1-processing-n:127.0.0.1:62894_solr) [n:127.0.0.1:62894_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 136532 INFO  (zkCallback-257-thread-1-processing-n:127.0.0.1:62895_solr) [n:127.0.0.1:62895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 136532 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:62893_solr) [n:127.0.0.1:62893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 136557 INFO  (jetty-launcher-215-thread-3) [n:127.0.0.1:62894_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62894_solr
   [junit4]   2> 136560 INFO  (zkCallback-265-thread-1-processing-n:127.0.0.1:62889_solr) [n:127.0.0.1:62889_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 136560 INFO  (zkCallback-259-thread-1-processing-n:127.0.0.1:62890_solr) [n:127.0.0.1:62890_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 136560 INFO  (zkCallback-255-thread-1-processing-n:127.0.0.1:62888_solr) [n:127.0.0.1:62888_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 136560 INFO  (zkCallback-261-thread-1-processing-n:127.0.0.1:62894_solr) [n:127.0.0.1:62894_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 136561 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:62893_solr) [n:127.0.0.1:62893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 136561 INFO  (zkCallback-257-thread-1-processing-n:127.0.0.1:62895_solr) [n:127.0.0.1:62895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 136697 INFO  (jetty-launcher-215-thread-4) [n:127.0.0.1:62890_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62890.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136770 INFO  (jetty-launcher-215-thread-4) [n:127.0.0.1:62890_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62890.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136774 INFO  (jetty-launcher-215-thread-4) [n:127.0.0.1:62890_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62890.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136797 INFO  (jetty-launcher-215-thread-4) [n:127.0.0.1:62890_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node4/.
   [junit4]   2> 136847 INFO  (jetty-launcher-215-thread-3) [n:127.0.0.1:62894_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62894.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136852 INFO  (jetty-launcher-215-thread-5) [n:127.0.0.1:62893_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62893.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136853 INFO  (jetty-launcher-215-thread-1) [n:127.0.0.1:62888_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62888.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136857 INFO  (jetty-launcher-215-thread-2) [n:127.0.0.1:62889_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62889.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136859 INFO  (jetty-launcher-215-thread-6) [n:127.0.0.1:62895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62895.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136953 INFO  (jetty-launcher-215-thread-3) [n:127.0.0.1:62894_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62894.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136953 INFO  (jetty-launcher-215-thread-3) [n:127.0.0.1:62894_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62894.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136960 INFO  (jetty-launcher-215-thread-5) [n:127.0.0.1:62893_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62893.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136961 INFO  (jetty-launcher-215-thread-5) [n:127.0.0.1:62893_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62893.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136962 INFO  (jetty-launcher-215-thread-3) [n:127.0.0.1:62894_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node3/.
   [junit4]   2> 136963 INFO  (jetty-launcher-215-thread-1) [n:127.0.0.1:62888_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62888.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136964 INFO  (jetty-launcher-215-thread-2) [n:127.0.0.1:62889_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62889.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136964 INFO  (jetty-launcher-215-thread-1) [n:127.0.0.1:62888_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62888.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136964 INFO  (jetty-launcher-215-thread-2) [n:127.0.0.1:62889_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62889.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136966 INFO  (jetty-launcher-215-thread-6) [n:127.0.0.1:62895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62895.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136966 INFO  (jetty-launcher-215-thread-6) [n:127.0.0.1:62895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62895.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 136968 INFO  (jetty-launcher-215-thread-5) [n:127.0.0.1:62893_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node5/.
   [junit4]   2> 136971 INFO  (jetty-launcher-215-thread-1) [n:127.0.0.1:62888_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node1/.
   [junit4]   2> 136971 INFO  (jetty-launcher-215-thread-2) [n:127.0.0.1:62889_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node2/.
   [junit4]   2> 136976 INFO  (jetty-launcher-215-thread-6) [n:127.0.0.1:62895_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node6/.
   [junit4]   2> 137220 INFO  (zkConnectionManagerCallback-280-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 137225 INFO  (zkConnectionManagerCallback-284-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 137227 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[B15048C811FD891E]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 137228 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[B15048C811FD891E]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62886/solr ready
   [junit4]   2> 137276 INFO  (TEST-ReplaceNodeNoTargetTest.test-seed#[B15048C811FD891E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 137278 INFO  (zkConnectionManagerCallback-286-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 137281 INFO  (TEST-ReplaceNodeNoTargetTest.test-seed#[B15048C811FD891E]) [    ] o.a.s.c.ReplaceNodeNoTargetTest total_jettys: 6
   [junit4]   2> 137388 INFO  (qtp2135695005-1195) [n:127.0.0.1:62888_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=4
   [junit4]   2> 137390 INFO  (qtp707581495-1202) [n:127.0.0.1:62889_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 137394 INFO  (qtp884105613-1227) [n:127.0.0.1:62890_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 137400 INFO  (qtp1640168111-1223) [n:127.0.0.1:62893_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 137404 INFO  (qtp1181337890-1218) [n:127.0.0.1:62894_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 137408 INFO  (qtp363569600-1229) [n:127.0.0.1:62895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 137410 INFO  (qtp1181337890-1204) [n:127.0.0.1:62894_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=97
   [junit4]   2> 137413 INFO  (qtp884105613-1232) [n:127.0.0.1:62890_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=2&collection.configName=conf1&name=replacenodetest_coll_notarget&nrtReplicas=2&action=CREATE&numShards=5&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 137416 INFO  (OverseerThreadFactory-541-thread-1-processing-n:127.0.0.1:62894_solr) [n:127.0.0.1:62894_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection replacenodetest_coll_notarget
   [junit4]   2> 137445 INFO  (qtp2135695005-1197) [n:127.0.0.1:62888_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 137446 INFO  (qtp707581495-1207) [n:127.0.0.1:62889_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 137447 INFO  (qtp884105613-1230) [n:127.0.0.1:62890_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 137448 INFO  (qtp1640168111-1240) [n:127.0.0.1:62893_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 137449 INFO  (qtp1181337890-1216) [n:127.0.0.1:62894_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 137450 INFO  (qtp363569600-1249) [n:127.0.0.1:62895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 137482 INFO  (OverseerThreadFactory-541-thread-1-processing-n:127.0.0.1:62894_solr) [n:127.0.0.1:62894_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 6882116 sessionWrapper.createTime 6882084970747, this.sessionWrapper.createTime 6882084970747 
   [junit4]   2> 137596 INFO  (OverseerStateUpdate-72058044961718288-127.0.0.1:62894_solr-n_0000000000) [n:127.0.0.1:62894_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62895/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137601 INFO  (OverseerStateUpdate-72058044961718288-127.0.0.1:62894_solr-n_0000000000) [n:127.0.0.1:62894_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62894/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137606 INFO  (OverseerStateUpdate-72058044961718288-127.0.0.1:62894_solr-n_0000000000) [n:127.0.0.1:62894_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62893/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137609 INFO  (OverseerStateUpdate-72058044961718288-127.0.0.1:62894_solr-n_0000000000) [n:127.0.0.1:62894_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62890/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137615 INFO  (OverseerStateUpdate-72058044961718288-127.0.0.1:62894_solr-n_0000000000) [n:127.0.0.1:62894_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62889/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137620 INFO  (OverseerStateUpdate-72058044961718288-127.0.0.1:62894_solr-n_0000000000) [n:127.0.0.1:62894_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard3_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62888/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137624 INFO  (OverseerStateUpdate-72058044961718288-127.0.0.1:62894_solr-n_0000000000) [n:127.0.0.1:62894_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard4_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62888/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137627 INFO  (OverseerStateUpdate-72058044961718288-127.0.0.1:62894_solr-n_0000000000) [n:127.0.0.1:62894_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard4_replica_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62889/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137631 INFO  (OverseerStateUpdate-72058044961718288-127.0.0.1:62894_solr-n_0000000000) [n:127.0.0.1:62894_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard5_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62890/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137634 INFO  (OverseerStateUpdate-72058044961718288-127.0.0.1:62894_solr-n_0000000000) [n:127.0.0.1:62894_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard5_replica_n18",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62893/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137849 INFO  (qtp1640168111-1240) [n:127.0.0.1:62893_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard2_replica_n4&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 137849 INFO  (qtp884105613-1230) [n:127.0.0.1:62890_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard2_replica_n6&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 137850 INFO  (qtp1640168111-1240) [n:127.0.0.1:62893_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 137850 INFO  (qtp884105613-1230) [n:127.0.0.1:62890_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 137850 INFO  (qtp2135695005-1197) [n:127.0.0.1:62888_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard4_replica_n12&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 137851 INFO  (qtp2135695005-1197) [n:127.0.0.1:62888_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 137852 INFO  (qtp707581495-1207) [n:127.0.0.1:62889_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node17&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard4_replica_n14&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 137852 INFO  (qtp707581495-1207) [n:127.0.0.1:62889_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 137853 INFO  (qtp363569600-1249) [n:127.0.0.1:62895_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard1_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 137854 INFO  (qtp363569600-1249) [n:127.0.0.1:62895_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 137854 INFO  (qtp884105613-1234) [n:127.0.0.1:62890_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node19&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard5_replica_n16&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 137857 INFO  (qtp2135695005-1200) [n:127.0.0.1:62888_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard3_replica_n10&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 137857 INFO  (qtp707581495-1211) [n:127.0.0.1:62889_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard3_replica_n8&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 137858 INFO  (qtp1640168111-1243) [n:127.0.0.1:62893_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node20&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard5_replica_n18&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 137858 INFO  (qtp1181337890-1216) [n:127.0.0.1:62894_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard1_replica_n2&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 137859 INFO  (qtp1181337890-1216) [n:127.0.0.1:62894_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 137984 INFO  (zkCallback-265-thread-1-processing-n:127.0.0.1:62889_solr) [n:127.0.0.1:62889_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 137984 INFO  (zkCallback-259-thread-1-processing-n:127.0.0.1:62890_solr) [n:127.0.0.1:62890_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 137984 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:62893_solr) [n:127.0.0.1:62893_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 137984 INFO  (zkCallback-257-thread-1-processing-n:127.0.0.1:62895_solr) [n:127.0.0.1:62895_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 137984 INFO  (zkCallback-261-thread-1-processing-n:127.0.0.1:62894_solr) [n:127.0.0.1:62894_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 137984 INFO  (zkCallback-255-thread-1-processing-n:127.0.0.1:62888_solr) [n:127.0.0.1:62888_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 137984 INFO  (zkCallback-265-thread-2-processing-n:127.0.0.1:62889_solr) [n:127.0.0.1:62889_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 137985 INFO  (zkCallback-261-thread-2-processing-n:127.0.0.1:62894_solr) [n:127.0.0.1:62894_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 137986 INFO  (zkCallback-257-thread-2-processing-n:127.0.0.1:62895_solr) [n:127.0.0.1:62895_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 137987 INFO  (zkCallback-263-thread-2-processing-n:127.0.0.1:62893_solr) [n:127.0.0.1:62893_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 137987 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:62893_solr) [n:127.0.0.1:62893_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 137987 INFO  (zkCallback-255-thread-2-processing-n:127.0.0.1:62888_solr) [n:127.0.0.1:62888_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 137987 INFO  (zkCallback-259-thread-2-processing-n:127.0.0.1:62890_solr) [n:127.0.0.1:62890_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 138931 INFO  (qtp1640168111-1240) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138935 INFO  (qtp363569600-1249) [n:127.0.0.1:62895_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138938 INFO  (qtp884105613-1230) [n:127.0.0.1:62890_solr c:replacenodetest_coll_notarget s:shard2 r:core_node9 x:replacenodetest_coll_notarget_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138959 INFO  (qtp884105613-1234) [n:127.0.0.1:62890_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138964 INFO  (qtp1640168111-1243) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138977 INFO  (qtp2135695005-1200) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138978 INFO  (qtp2135695005-1197) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138981 INFO  (qtp1181337890-1216) [n:127.0.0.1:62894_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138983 INFO  (qtp707581495-1211) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138985 INFO  (qtp707581495-1207) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138988 INFO  (qtp2135695005-1200) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard3_replica_n10] Schema name=cloud-dynamic
   [junit4]   2> 138989 INFO  (qtp2135695005-1197) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard4_replica_n12] Schema name=cloud-dynamic
   [junit4]   2> 138991 INFO  (qtp1181337890-1216) [n:127.0.0.1:62894_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard1_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 139018 INFO  (qtp1640168111-1240) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard2_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 139020 INFO  (qtp1640168111-1243) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard5_replica_n18] Schema name=cloud-dynamic
   [junit4]   2> 139021 INFO  (qtp707581495-1207) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard4_replica_n14] Schema name=cloud-dynamic
   [junit4]   2> 139022 INFO  (qtp707581495-1211) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard3_replica_n8] Schema name=cloud-dynamic
   [junit4]   2> 139031 INFO  (qtp2135695005-1200) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 139031 INFO  (qtp2135695005-1200) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard3_replica_n10' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 139032 INFO  (qtp2135695005-1200) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62888.solr.core.replacenodetest_coll_notarget.shard3.replica_n10' (registry 'solr.core.replacenodetest_coll_notarget.shard3.replica_n10') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 139032 INFO  (qtp2135695005-1200) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139032 INFO  (qtp2135695005-1200) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard3_replica_n10] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node1/replacenodetest_coll_notarget_shard3_replica_n10], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node1/./replacenodetest_coll_notarget_shard3_replica_n10/data/]
   [junit4]   2> 139034 INFO  (qtp2135695005-1197) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 139034 INFO  (qtp2135695005-1197) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard4_replica_n12' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 139034 INFO  (qtp1181337890-1216) [n:127.0.0.1:62894_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 139034 INFO  (qtp1181337890-1216) [n:127.0.0.1:62894_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard1_replica_n2' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 139034 INFO  (qtp2135695005-1197) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62888.solr.core.replacenodetest_coll_notarget.shard4.replica_n12' (registry 'solr.core.replacenodetest_coll_notarget.shard4.replica_n12') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 139034 INFO  (qtp2135695005-1197) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139034 INFO  (qtp2135695005-1197) [n:127.0.0.1:62888_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard4_replica_n12] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node1/replacenodetest_coll_notarget_shard4_replica_n12], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node1/./replacenodetest_coll_notarget_shard4_replica_n12/data/]
   [junit4]   2> 139034 INFO  (qtp1181337890-1216) [n:127.0.0.1:62894_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62894.solr.core.replacenodetest_coll_notarget.shard1.replica_n2' (registry 'solr.core.replacenodetest_coll_notarget.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 139034 INFO  (qtp1181337890-1216) [n:127.0.0.1:62894_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139035 INFO  (qtp1181337890-1216) [n:127.0.0.1:62894_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node3/replacenodetest_coll_notarget_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node3/./replacenodetest_coll_notarget_shard1_replica_n2/data/]
   [junit4]   2> 139039 INFO  (qtp884105613-1234) [n:127.0.0.1:62890_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard5_replica_n16] Schema name=cloud-dynamic
   [junit4]   2> 139041 INFO  (qtp363569600-1249) [n:127.0.0.1:62895_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 139046 INFO  (qtp1640168111-1240) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 139046 INFO  (qtp1640168111-1240) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard2_replica_n4' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 139046 INFO  (qtp1640168111-1240) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62893.solr.core.replacenodetest_coll_notarget.shard2.replica_n4' (registry 'solr.core.replacenodetest_coll_notarget.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 139046 INFO  (qtp1640168111-1240) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139072 INFO  (qtp1640168111-1240) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node5/replacenodetest_coll_notarget_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node5/./replacenodetest_coll_notarget_shard2_replica_n4/data/]
   [junit4]   2> 139079 INFO  (qtp884105613-1234) [n:127.0.0.1:62890_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 139079 INFO  (qtp884105613-1234) [n:127.0.0.1:62890_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard5_replica_n16' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 139079 INFO  (qtp884105613-1234) [n:127.0.0.1:62890_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62890.solr.core.replacenodetest_coll_notarget.shard5.replica_n16' (registry 'solr.core.replacenodetest_coll_notarget.shard5.replica_n16') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 139079 INFO  (qtp884105613-1234) [n:127.0.0.1:62890_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139079 INFO  (qtp884105613-1234) [n:127.0.0.1:62890_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard5_replica_n16] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node4/replacenodetest_coll_notarget_shard5_replica_n16], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node4/./replacenodetest_coll_notarget_shard5_replica_n16/data/]
   [junit4]   2> 139080 INFO  (qtp884105613-1230) [n:127.0.0.1:62890_solr c:replacenodetest_coll_notarget s:shard2 r:core_node9 x:replacenodetest_coll_notarget_shard2_replica_n6] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard2_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 139085 INFO  (qtp1640168111-1243) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 139085 INFO  (qtp1640168111-1243) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard5_replica_n18' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 139085 INFO  (qtp1640168111-1243) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62893.solr.core.replacenodetest_coll_notarget.shard5.replica_n18' (registry 'solr.core.replacenodetest_coll_notarget.shard5.replica_n18') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 139085 INFO  (qtp1640168111-1243) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139085 INFO  (qtp1640168111-1243) [n:127.0.0.1:62893_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard5_replica_n18] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node5/replacenodetest_coll_notarget_shard5_replica_n18], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node5/./replacenodetest_coll_notarget_shard5_replica_n18/data/]
   [junit4]   2> 139087 INFO  (qtp707581495-1211) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 139087 INFO  (qtp707581495-1211) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard3_replica_n8' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 139087 INFO  (qtp707581495-1211) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62889.solr.core.replacenodetest_coll_notarget.shard3.replica_n8' (registry 'solr.core.replacenodetest_coll_notarget.shard3.replica_n8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 139087 INFO  (qtp707581495-1211) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139087 INFO  (qtp707581495-1211) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard3_replica_n8] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node2/replacenodetest_coll_notarget_shard3_replica_n8], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node2/./replacenodetest_coll_notarget_shard3_replica_n8/data/]
   [junit4]   2> 139091 INFO  (qtp363569600-1249) [n:127.0.0.1:62895_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 139091 INFO  (qtp363569600-1249) [n:127.0.0.1:62895_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard1_replica_n1' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 139091 INFO  (qtp363569600-1249) [n:127.0.0.1:62895_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62895.solr.core.replacenodetest_coll_notarget.shard1.replica_n1' (registry 'solr.core.replacenodetest_coll_notarget.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 139091 INFO  (qtp363569600-1249) [n:127.0.0.1:62895_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139092 INFO  (qtp363569600-1249) [n:127.0.0.1:62895_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node6/replacenodetest_coll_notarget_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node6/./replacenodetest_coll_notarget_shard1_replica_n1/data/]
   [junit4]   2> 139094 INFO  (qtp707581495-1207) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 139094 INFO  (qtp707581495-1207) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard4_replica_n14' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 139094 INFO  (qtp707581495-1207) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62889.solr.core.replacenodetest_coll_notarget.shard4.replica_n14' (registry 'solr.core.replacenodetest_coll_notarget.shard4.replica_n14') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c8df939
   [junit4]   2> 139095 INFO  (qtp707581495-1207) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139095 INFO  (qtp707581495-1207) [n:127.0.0.1:62889_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard4_replica_n14] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node2/replacenodetest_coll_notarget_shard4_replica_n14], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_B15048C811FD891E-001/tempDir-001/node2/./replacenodetest_coll_notarget_shard4_replica_n14/data/]
   [junit4]   2> 139095 INFO  (qtp884105613-1230) [n:127.0.0.1:62890_solr c:replacenodetest_coll_notarget s:shard2 r:cor

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

Server connecting to 127.0.0.1:58626 58626
   [junit4]   2> 3230817 INFO  (Thread-5056) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58626 58626
   [junit4]   2> 3230935 WARN  (Thread-5056) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	44	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	22	/solr/clusterprops.json
   [junit4]   2> 	22	/solr/aliases.json
   [junit4]   2> 	21	/solr/security.json
   [junit4]   2> 	11	/solr/configs/conf
   [junit4]   2> 	10	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	168	/solr/collections/collection1/state.json
   [junit4]   2> 	42	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	22	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72058233114853405-127.0.0.1:58762_solr-n_0000000008
   [junit4]   2> 	3	/solr/collections/collection1/leader_elect/shard1/election/72058233114853424-core_node3-n_0000000000
   [junit4]   2> 	3	/solr/overseer_elect/election/72058233114853427-127.0.0.1:58910_solr-n_0000000015
   [junit4]   2> 	2	/solr/overseer_elect/election/72058233114853414-127.0.0.1:58795_solr-n_0000000011
   [junit4]   2> 	2	/solr/overseer_elect/election/72058233114853382-127.0.0.1:58628_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72058233114853405-core_node10-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/72058233114853433-127.0.0.1:58995_solr-n_0000000017
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/live_nodes
   [junit4]   2> 	22	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_B15048C811FD891E-001
   [junit4]   2> Feb 14, 2018 9:47:36 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=Lucene50(blocksize=128), x_s=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=967, maxMBSortInHeap=7.688011329270401, sim=RandomSimilarity(queryNorm=true): {}, locale=uk, timezone=Pacific/Kwajalein
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=167256600,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ExecutePlanActionTest, TestFastLRUCache, ClusterStateTest, HttpPartitionOnCommitTest, DistanceUnitsTest, TestRestoreCore, SolrShardReporterTest, TestRandomDVFaceting, DeleteReplicaTest, TestExactStatsCache, TestStressUserVersions, TestNamedUpdateProcessors, TestImplicitCoreProperties, TestFieldCacheSort, ExplicitHLLTest, TestTolerantUpdateProcessorCloud, DistributedSpellCheckComponentTest, TestAuthenticationFramework, LoggingHandlerTest, TestClusterProperties, TestSubQueryTransformerDistrib, TestSimpleTrackingShardHandler, TestMacroExpander, TestOnReconnectListenerSupport, TestFieldSortValues, FieldAnalysisRequestHandlerTest, ReplicaListTransformerTest, DistributedFacetPivotWhiteBoxTest, TestDistributedMissingSort, TestXmlQParser, MergeStrategyTest, TestDocBasedVersionConstraints, CursorMarkTest, RulesTest, TriLevelCompositeIdRoutingTest, TestFastWriter, SharedFSAutoReplicaFailoverTest, AliasIntegrationTest, TestSolrFieldCacheBean, AtomicUpdateProcessorFactoryTest, OverseerModifyCollectionTest, CurrencyFieldTypeTest, TestDocumentBuilder, DeleteStatusTest, HDFSCollectionsAPITest, TestOverriddenPrefixQueryForCustomFieldType, TestCollapseQParserPlugin, DistributedIntervalFacetingTest, TestHdfsCloudBackupRestore, TestUpdate, TestApiFramework, TestDocSet, BooleanFieldTest, SpellCheckComponentTest, TestSubQueryTransformer, NoCacheHeaderTest, ZkStateReaderTest, DisMaxRequestHandlerTest, ClassificationUpdateProcessorTest, BlockJoinFacetRandomTest, HLLSerializationTest, MinimalSchemaTest, TestSchemaManager, GraphQueryTest, TestPullReplica, TestCSVLoader, SimpleFacetsTest, TestIntervalFaceting, TestCollationFieldDocValues, TestCloudManagedSchema, TestLegacyFieldReuse, TestRawTransformer, TestUnifiedSolrHighlighter, ParsingFieldUpdateProcessorsTest, TestShortCircuitedRequests, TestDistributedSearch, TestManagedStopFilterFactory, TestJettySolrRunner, ClusterStateUpdateTest, TestSolrConfigHandlerConcurrent, TestReloadAndDeleteDocs, PeerSyncReplicationTest, TestLockTree, TestLuceneMatchVersion, TestRTGBase, ChaosMonkeySafeLeaderWithPullReplicasTest, TestLMDirichletSimilarityFactory, BJQParserTest, ReplaceNodeTest, DistribDocExpirationUpdateProcessorTest, ShardRoutingTest, HdfsThreadLeakTest, RequestHandlersTest, TestBlendedInfixSuggestions, BasicAuthIntegrationTest, CleanupOldIndexTest, TestSolrCoreSnapshots, DefaultValueUpdateProcessorTest, TestConfigSetImmutable, ConfigureRecoveryStrategyTest, TestCloudInspectUtil, CreateRoutedAliasTest, TestLeaderElectionZkExpiry, TestManagedResourceStorage, BasicFunctionalityTest, LIRRollingUpdatesTest, TestStressRecovery, DistanceFunctionTest, TestDFRSimilarityFactory, TestCollectionAPI, CollectionsAPIDistributedZkTest, TestFuzzyAnalyzedSuggestions, MoveReplicaHDFSFailoverTest, ChaosMonkeySafeLeaderTest, XsltUpdateRequestHandlerTest, TestSolrCloudWithKerberosAlt, ReturnFieldsTest, TolerantUpdateProcessorTest, TestSolrDeletionPolicy2, JavabinLoaderTest, CdcrRequestHandlerTest, TestQuerySenderListener, TestCustomStream, SpellCheckCollatorTest, TestLegacyTerms, PeerSyncTest, BadIndexSchemaTest, AutoAddReplicasIntegrationTest, JsonLoaderTest, DocValuesTest, CircularListTest, ClassificationUpdateProcessorFactoryTest, TestSSLRandomization, TestRebalanceLeaders, TestRandomFaceting, UUIDFieldTest, TestCloudRecovery, ConnectionManagerTest, PrimitiveFieldTypeTest, TestReplicationHandlerBackup, TestUseDocValuesAsStored2, SegmentsInfoRequestHandlerTest, TestInitParams, SolrJmxReporterCloudTest, BufferStoreTest, TestBulkSchemaAPI, TestBlobHandler, PropertiesRequestHandlerTest, TestFieldCacheVsDocValues, IndexBasedSpellCheckerTest, AnalyticsQueryTest, ShardSplitTest, TestMaxTokenLenTokenizer, TestManagedSchemaThreadSafety, TestCoreBackup, TestInPlaceUpdatesStandalone, TestHdfsUpdateLog, SolrCmdDistributorTest, InfoHandlerTest, TestStressLiveNodes, SpellCheckCollatorWithCollapseTest, HdfsUnloadDistributedZkTest, HdfsDirectoryFactoryTest, TestSolr4Spatial2, QueryParsingTest, ExternalFileFieldSortTest, TestPayloadScoreQParserPlugin, TestPivotHelperCode, V2ApiIntegrationTest, TestReloadDeadlock, ConcurrentCreateRoutedAliasTest, TestConfig, SuggesterWFSTTest, SpellPossibilityIteratorTest, PrimUtilsTest, SolrCloudExampleTest, SpatialRPTFieldTypeTest, TestFieldCollectionResource, DistributedTermsComponentTest, CollectionStateFormat2Test, DistributedFacetPivotLargeTest, DocExpirationUpdateProcessorFactoryTest, TestWriterPerf, TestConfigsApi, SparseHLLTest, DistributedQueueTest, TestSha256AuthenticationProvider, IndexSchemaTest, TestComponentsName, ZkControllerTest, SuggesterTest, ShowFileRequestHandlerTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, CoreAdminHandlerTest, TestStressLucene, TestTrie, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DebugComponentTest, CacheHeaderTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, CSVRequestHandlerTest, TestLFUCache, BadComponentTest, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestCodecSupport, TestPerFieldSimilarity, TestIBSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, ConfigSetsAPITest, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DistributedVersionInfoTest, HttpPartitionTest, MissingSegmentRecoveryTest, MoveReplicaHDFSTest, MoveReplicaTest, RemoteQueryErrorTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, SolrXmlInZkTest, TestCloudPivotFacet, TestConfigSetsAPIExclusivity, TestCryptoKeys, TestDistribDocBasedVersion, TestLeaderInitiatedRecoveryThread, TestSizeLimitedDistributedMap, TestTlogReplica, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, ZkFailoverTest, CollectionTooManyReplicasTest, SimpleCollectionCreateDeleteTest, TestCollectionsAPIViaSolrCloudCluster, TestRequestStatusCollectionAPI, AutoScalingHandlerTest, HttpTriggerListenerTest, NodeAddedTriggerTest, SearchRateTriggerTest, TriggerIntegrationTest]
   [junit4] Completed [612/775 (3!)] on J1 in 224.55s, 14 tests, 1 failure <<< FAILURES!

[...truncated 49028 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 450 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/450/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

No tests ran.

Build Log:
[...truncated 13645 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplaceNodeNoTargetTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/init-core-data-001
   [junit4]   2> 3262117 WARN  (SUITE-ReplaceNodeNoTargetTest-seed#[C7832C94AAF83D8]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 3262117 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[C7832C94AAF83D8]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3262122 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[C7832C94AAF83D8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3262122 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[C7832C94AAF83D8]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3262123 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[C7832C94AAF83D8]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001
   [junit4]   2> 3262123 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[C7832C94AAF83D8]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3262124 INFO  (Thread-3569) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3262124 INFO  (Thread-3569) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3262127 ERROR (Thread-3569) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3262224 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[C7832C94AAF83D8]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:65215
   [junit4]   2> 3262244 INFO  (zkConnectionManagerCallback-4971-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262250 INFO  (jetty-launcher-4968-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3262250 INFO  (jetty-launcher-4968-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3262251 INFO  (jetty-launcher-4968-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3262251 INFO  (jetty-launcher-4968-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3262252 INFO  (jetty-launcher-4968-thread-6) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3262252 INFO  (jetty-launcher-4968-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3262253 INFO  (jetty-launcher-4968-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3262253 INFO  (jetty-launcher-4968-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3262253 INFO  (jetty-launcher-4968-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3262254 INFO  (jetty-launcher-4968-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75f87d6d{/solr,null,AVAILABLE}
   [junit4]   2> 3262255 INFO  (jetty-launcher-4968-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5dbd239e{HTTP/1.1,[http/1.1]}{127.0.0.1:65217}
   [junit4]   2> 3262255 INFO  (jetty-launcher-4968-thread-1) [    ] o.e.j.s.Server Started @3267898ms
   [junit4]   2> 3262255 INFO  (jetty-launcher-4968-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65217}
   [junit4]   2> 3262256 ERROR (jetty-launcher-4968-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3262256 INFO  (jetty-launcher-4968-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3262256 INFO  (jetty-launcher-4968-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3262256 INFO  (jetty-launcher-4968-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3262256 INFO  (jetty-launcher-4968-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T20:22:06.132Z
   [junit4]   2> 3262256 INFO  (jetty-launcher-4968-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3262256 INFO  (jetty-launcher-4968-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3262256 INFO  (jetty-launcher-4968-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3262257 INFO  (jetty-launcher-4968-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@527a5224{/solr,null,AVAILABLE}
   [junit4]   2> 3262257 INFO  (jetty-launcher-4968-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4c5ab8a3{HTTP/1.1,[http/1.1]}{127.0.0.1:65218}
   [junit4]   2> 3262257 INFO  (jetty-launcher-4968-thread-2) [    ] o.e.j.s.Server Started @3267900ms
   [junit4]   2> 3262257 INFO  (jetty-launcher-4968-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65218}
   [junit4]   2> 3262257 INFO  (jetty-launcher-4968-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3262257 INFO  (jetty-launcher-4968-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3262257 INFO  (jetty-launcher-4968-thread-4) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3262257 ERROR (jetty-launcher-4968-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3262258 INFO  (jetty-launcher-4968-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3262258 INFO  (jetty-launcher-4968-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3262258 INFO  (jetty-launcher-4968-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3262258 INFO  (jetty-launcher-4968-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3262258 INFO  (jetty-launcher-4968-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3262258 INFO  (jetty-launcher-4968-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3262258 INFO  (jetty-launcher-4968-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T20:22:06.134Z
   [junit4]   2> 3262258 INFO  (jetty-launcher-4968-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3262258 INFO  (jetty-launcher-4968-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3262258 INFO  (jetty-launcher-4968-thread-5) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3262259 INFO  (jetty-launcher-4968-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f9eab0{/solr,null,AVAILABLE}
   [junit4]   2> 3262259 INFO  (jetty-launcher-4968-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2bc47f82{HTTP/1.1,[http/1.1]}{127.0.0.1:65220}
   [junit4]   2> 3262259 INFO  (jetty-launcher-4968-thread-4) [    ] o.e.j.s.Server Started @3267902ms
   [junit4]   2> 3262259 INFO  (jetty-launcher-4968-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65220}
   [junit4]   2> 3262259 ERROR (jetty-launcher-4968-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3262260 INFO  (jetty-launcher-4968-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3262260 INFO  (jetty-launcher-4968-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3262260 INFO  (jetty-launcher-4968-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3262260 INFO  (jetty-launcher-4968-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T20:22:06.136Z
   [junit4]   2> 3262260 INFO  (jetty-launcher-4968-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3262260 INFO  (jetty-launcher-4968-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3262260 INFO  (jetty-launcher-4968-thread-6) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3262262 INFO  (jetty-launcher-4968-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64c3455e{/solr,null,AVAILABLE}
   [junit4]   2> 3262262 INFO  (jetty-launcher-4968-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b48b8e7{HTTP/1.1,[http/1.1]}{127.0.0.1:65223}
   [junit4]   2> 3262262 INFO  (jetty-launcher-4968-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@277e1ae5{/solr,null,AVAILABLE}
   [junit4]   2> 3262262 INFO  (jetty-launcher-4968-thread-5) [    ] o.e.j.s.Server Started @3267905ms
   [junit4]   2> 3262262 INFO  (jetty-launcher-4968-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65223}
   [junit4]   2> 3262262 ERROR (jetty-launcher-4968-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3262263 INFO  (zkConnectionManagerCallback-4973-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262263 INFO  (jetty-launcher-4968-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3262263 INFO  (jetty-launcher-4968-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ea844be{/solr,null,AVAILABLE}
   [junit4]   2> 3262263 INFO  (jetty-launcher-4968-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3262263 INFO  (jetty-launcher-4968-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3262263 INFO  (jetty-launcher-4968-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T20:22:06.139Z
   [junit4]   2> 3262263 INFO  (jetty-launcher-4968-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@63e8ea36{HTTP/1.1,[http/1.1]}{127.0.0.1:65224}
   [junit4]   2> 3262263 INFO  (zkConnectionManagerCallback-4975-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262263 INFO  (jetty-launcher-4968-thread-3) [    ] o.e.j.s.Server Started @3267906ms
   [junit4]   2> 3262263 INFO  (jetty-launcher-4968-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65224}
   [junit4]   2> 3262264 ERROR (jetty-launcher-4968-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3262264 INFO  (jetty-launcher-4968-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3262264 INFO  (jetty-launcher-4968-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3262264 INFO  (jetty-launcher-4968-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3262264 INFO  (jetty-launcher-4968-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T20:22:06.140Z
   [junit4]   2> 3262264 INFO  (jetty-launcher-4968-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3262265 INFO  (jetty-launcher-4968-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3262266 INFO  (zkConnectionManagerCallback-4977-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262267 INFO  (jetty-launcher-4968-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1cac4e4a{HTTP/1.1,[http/1.1]}{127.0.0.1:65225}
   [junit4]   2> 3262267 INFO  (jetty-launcher-4968-thread-6) [    ] o.e.j.s.Server Started @3267910ms
   [junit4]   2> 3262267 INFO  (jetty-launcher-4968-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65225}
   [junit4]   2> 3262267 ERROR (jetty-launcher-4968-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3262270 INFO  (jetty-launcher-4968-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3262271 INFO  (jetty-launcher-4968-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3262271 INFO  (jetty-launcher-4968-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3262271 INFO  (jetty-launcher-4968-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T20:22:06.147Z
   [junit4]   2> 3262271 INFO  (zkConnectionManagerCallback-4981-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262272 INFO  (jetty-launcher-4968-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3262273 INFO  (jetty-launcher-4968-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3262273 INFO  (zkConnectionManagerCallback-4979-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262277 INFO  (zkConnectionManagerCallback-4983-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262278 INFO  (jetty-launcher-4968-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3262279 INFO  (jetty-launcher-4968-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65215/solr
   [junit4]   2> 3262280 INFO  (jetty-launcher-4968-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3262280 INFO  (jetty-launcher-4968-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65215/solr
   [junit4]   2> 3262300 INFO  (jetty-launcher-4968-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65215/solr
   [junit4]   2> 3262302 INFO  (zkConnectionManagerCallback-4988-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262302 INFO  (zkConnectionManagerCallback-4995-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262302 INFO  (zkConnectionManagerCallback-4991-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262306 INFO  (jetty-launcher-4968-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65215/solr
   [junit4]   2> 3262308 INFO  (jetty-launcher-4968-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65215/solr
   [junit4]   2> 3262308 INFO  (zkConnectionManagerCallback-5001-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262308 INFO  (zkConnectionManagerCallback-5005-thread-1-processing-n:127.0.0.1:65218_solr) [n:127.0.0.1:65218_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262309 INFO  (zkConnectionManagerCallback-5003-thread-1-processing-n:127.0.0.1:65220_solr) [n:127.0.0.1:65220_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262309 INFO  (jetty-launcher-4968-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65215/solr
   [junit4]   2> 3262310 INFO  (zkConnectionManagerCallback-5008-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262311 INFO  (zkConnectionManagerCallback-5011-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262315 INFO  (zkConnectionManagerCallback-5015-thread-1-processing-n:127.0.0.1:65223_solr) [n:127.0.0.1:65223_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262316 INFO  (zkConnectionManagerCallback-5013-thread-1-processing-n:127.0.0.1:65225_solr) [n:127.0.0.1:65225_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262319 INFO  (zkConnectionManagerCallback-5017-thread-1-processing-n:127.0.0.1:65224_solr) [n:127.0.0.1:65224_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262379 INFO  (zkConnectionManagerCallback-5024-thread-1-processing-n:127.0.0.1:65217_solr) [n:127.0.0.1:65217_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3262413 INFO  (jetty-launcher-4968-thread-4) [n:127.0.0.1:65220_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3262415 INFO  (jetty-launcher-4968-thread-4) [n:127.0.0.1:65220_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:65220_solr
   [junit4]   2> 3262420 INFO  (jetty-launcher-4968-thread-4) [n:127.0.0.1:65220_solr    ] o.a.s.c.Overseer Overseer (id=72087673594839051-127.0.0.1:65220_solr-n_0000000000) starting
   [junit4]   2> 3262463 INFO  (jetty-launcher-4968-thread-4) [n:127.0.0.1:65220_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65220_solr
   [junit4]   2> 3262475 INFO  (OverseerStateUpdate-72087673594839051-127.0.0.1:65220_solr-n_0000000000) [n:127.0.0.1:65220_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3262478 INFO  (zkCallback-5023-thread-1-processing-n:127.0.0.1:65217_solr) [n:127.0.0.1:65217_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3262482 INFO  (jetty-launcher-4968-thread-1) [n:127.0.0.1:65217_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3262499 INFO  (jetty-launcher-4968-thread-1) [n:127.0.0.1:65217_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65217_solr
   [junit4]   2> 3262515 INFO  (zkCallback-5023-thread-1-processing-n:127.0.0.1:65217_solr) [n:127.0.0.1:65217_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3262516 INFO  (zkCallback-5002-thread-1-processing-n:127.0.0.1:65220_solr) [n:127.0.0.1:65220_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3262775 INFO  (jetty-launcher-4968-thread-2) [n:127.0.0.1:65218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3262776 INFO  (jetty-launcher-4968-thread-3) [n:127.0.0.1:65224_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3262776 INFO  (jetty-launcher-4968-thread-6) [n:127.0.0.1:65225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3262778 INFO  (jetty-launcher-4968-thread-5) [n:127.0.0.1:65223_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3262781 INFO  (jetty-launcher-4968-thread-2) [n:127.0.0.1:65218_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3262781 INFO  (jetty-launcher-4968-thread-3) [n:127.0.0.1:65224_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3262782 INFO  (jetty-launcher-4968-thread-6) [n:127.0.0.1:65225_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3262783 INFO  (jetty-launcher-4968-thread-5) [n:127.0.0.1:65223_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3262786 INFO  (jetty-launcher-4968-thread-2) [n:127.0.0.1:65218_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65218_solr
   [junit4]   2> 3262786 INFO  (jetty-launcher-4968-thread-3) [n:127.0.0.1:65224_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65224_solr
   [junit4]   2> 3262787 INFO  (jetty-launcher-4968-thread-6) [n:127.0.0.1:65225_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65225_solr
   [junit4]   2> 3262799 INFO  (zkCallback-5014-thread-1-processing-n:127.0.0.1:65223_solr) [n:127.0.0.1:65223_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 3262846 INFO  (zkCallback-5023-thread-1-processing-n:127.0.0.1:65217_solr) [n:127.0.0.1:65217_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 3262860 INFO  (zkCallback-5004-thread-1-processing-n:127.0.0.1:65218_solr) [n:127.0.0.1:65218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 3262898 INFO  (jetty-launcher-4968-thread-1) [n:127.0.0.1:65217_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65217.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3262907 INFO  (zkCallback-5002-thread-1-processing-n:127.0.0.1:65220_solr) [n:127.0.0.1:65220_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 3262921 INFO  (zkCallback-5016-thread-1-processing-n:127.0.0.1:65224_solr) [n:127.0.0.1:65224_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 3262935 INFO  (zkCallback-5012-thread-1-processing-n:127.0.0.1:65225_solr) [n:127.0.0.1:65225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 3262938 INFO  (jetty-launcher-4968-thread-1) [n:127.0.0.1:65217_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65217.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3262939 INFO  (jetty-launcher-4968-thread-1) [n:127.0.0.1:65217_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65217.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3262940 INFO  (jetty-launcher-4968-thread-1) [n:127.0.0.1:65217_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node1/.
   [junit4]   2> 3262955 INFO  (jetty-launcher-4968-thread-4) [n:127.0.0.1:65220_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65220.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3262958 INFO  (jetty-launcher-4968-thread-5) [n:127.0.0.1:65223_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65223_solr
   [junit4]   2> 3262958 INFO  (zkCallback-5004-thread-1-processing-n:127.0.0.1:65218_solr) [n:127.0.0.1:65218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3262959 INFO  (zkCallback-5014-thread-1-processing-n:127.0.0.1:65223_solr) [n:127.0.0.1:65223_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3262959 INFO  (zkCallback-5002-thread-1-processing-n:127.0.0.1:65220_solr) [n:127.0.0.1:65220_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3262959 INFO  (zkCallback-5023-thread-1-processing-n:127.0.0.1:65217_solr) [n:127.0.0.1:65217_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3262959 INFO  (zkCallback-5016-thread-1-processing-n:127.0.0.1:65224_solr) [n:127.0.0.1:65224_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3262959 INFO  (zkCallback-5012-thread-1-processing-n:127.0.0.1:65225_solr) [n:127.0.0.1:65225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3262962 INFO  (zkCallback-5014-thread-1-processing-n:127.0.0.1:65223_solr) [n:127.0.0.1:65223_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 3262962 INFO  (zkCallback-5002-thread-1-processing-n:127.0.0.1:65220_solr) [n:127.0.0.1:65220_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 3262962 INFO  (zkCallback-5016-thread-1-processing-n:127.0.0.1:65224_solr) [n:127.0.0.1:65224_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 3262963 INFO  (zkCallback-5004-thread-1-processing-n:127.0.0.1:65218_solr) [n:127.0.0.1:65218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 3262963 INFO  (zkCallback-5023-thread-1-processing-n:127.0.0.1:65217_solr) [n:127.0.0.1:65217_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 3262963 INFO  (zkCallback-5012-thread-1-processing-n:127.0.0.1:65225_solr) [n:127.0.0.1:65225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 3263073 INFO  (jetty-launcher-4968-thread-4) [n:127.0.0.1:65220_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65220.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263073 INFO  (jetty-launcher-4968-thread-4) [n:127.0.0.1:65220_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65220.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263074 INFO  (jetty-launcher-4968-thread-4) [n:127.0.0.1:65220_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node4/.
   [junit4]   2> 3263303 INFO  (jetty-launcher-4968-thread-2) [n:127.0.0.1:65218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65218.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263325 INFO  (jetty-launcher-4968-thread-6) [n:127.0.0.1:65225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65225.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263361 INFO  (jetty-launcher-4968-thread-2) [n:127.0.0.1:65218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65218.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263362 INFO  (jetty-launcher-4968-thread-2) [n:127.0.0.1:65218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65218.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263364 INFO  (jetty-launcher-4968-thread-2) [n:127.0.0.1:65218_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node2/.
   [junit4]   2> 3263368 INFO  (jetty-launcher-4968-thread-6) [n:127.0.0.1:65225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65225.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263369 INFO  (jetty-launcher-4968-thread-6) [n:127.0.0.1:65225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65225.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263370 INFO  (jetty-launcher-4968-thread-6) [n:127.0.0.1:65225_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node6/.
   [junit4]   2> 3263587 INFO  (jetty-launcher-4968-thread-5) [n:127.0.0.1:65223_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65223.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263611 INFO  (jetty-launcher-4968-thread-3) [n:127.0.0.1:65224_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65224.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263683 INFO  (jetty-launcher-4968-thread-5) [n:127.0.0.1:65223_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65223.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263683 INFO  (jetty-launcher-4968-thread-5) [n:127.0.0.1:65223_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65223.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263690 INFO  (jetty-launcher-4968-thread-5) [n:127.0.0.1:65223_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node5/.
   [junit4]   2> 3263694 INFO  (jetty-launcher-4968-thread-3) [n:127.0.0.1:65224_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65224.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263694 INFO  (jetty-launcher-4968-thread-3) [n:127.0.0.1:65224_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65224.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3263695 INFO  (jetty-launcher-4968-thread-3) [n:127.0.0.1:65224_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node3/.
   [junit4]   2> 3263912 INFO  (zkConnectionManagerCallback-5033-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3263917 INFO  (zkConnectionManagerCallback-5037-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3263920 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[C7832C94AAF83D8]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 3263922 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[C7832C94AAF83D8]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65215/solr ready
   [junit4]   2> 3264043 INFO  (TEST-ReplaceNodeNoTargetTest.test-seed#[C7832C94AAF83D8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 3264045 INFO  (zkConnectionManagerCallback-5039-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3264047 INFO  (TEST-ReplaceNodeNoTargetTest.test-seed#[C7832C94AAF83D8]) [    ] o.a.s.c.ReplaceNodeNoTargetTest total_jettys: 6
   [junit4]   2> 3264059 INFO  (qtp1322725636-20970) [n:127.0.0.1:65217_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3264064 INFO  (qtp11345307-20973) [n:127.0.0.1:65218_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 3264070 INFO  (qtp2005423291-20971) [n:127.0.0.1:65220_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=2
   [junit4]   2> 3264075 INFO  (qtp1852280592-20969) [n:127.0.0.1:65223_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3264080 INFO  (qtp495652782-20976) [n:127.0.0.1:65224_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 3264083 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3264087 INFO  (qtp1322725636-20965) [n:127.0.0.1:65217_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=36
   [junit4]   2> 3264090 INFO  (qtp11345307-20999) [n:127.0.0.1:65218_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=2&collection.configName=conf1&name=replacenodetest_coll_notarget&nrtReplicas=2&action=CREATE&numShards=5&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3264094 INFO  (OverseerThreadFactory-8338-thread-1-processing-n:127.0.0.1:65220_solr) [n:127.0.0.1:65220_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection replacenodetest_coll_notarget
   [junit4]   2> 3264097 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3264100 INFO  (qtp11345307-21000) [n:127.0.0.1:65218_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3264104 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3264106 INFO  (qtp1852280592-20993) [n:127.0.0.1:65223_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3264108 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3264110 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3264113 INFO  (OverseerThreadFactory-8338-thread-1-processing-n:127.0.0.1:65220_solr) [n:127.0.0.1:65220_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 458979601 sessionWrapper.createTime 458979598906160, this.sessionWrapper.createTime 458979598906160 
   [junit4]   2> 3264229 INFO  (OverseerStateUpdate-72087673594839051-127.0.0.1:65220_solr-n_0000000000) [n:127.0.0.1:65220_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65217/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3264235 INFO  (OverseerStateUpdate-72087673594839051-127.0.0.1:65220_solr-n_0000000000) [n:127.0.0.1:65220_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65217/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3264241 INFO  (OverseerStateUpdate-72087673594839051-127.0.0.1:65220_solr-n_0000000000) [n:127.0.0.1:65220_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65218/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3264247 INFO  (OverseerStateUpdate-72087673594839051-127.0.0.1:65220_solr-n_0000000000) [n:127.0.0.1:65220_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65223/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3264271 INFO  (OverseerStateUpdate-72087673594839051-127.0.0.1:65220_solr-n_0000000000) [n:127.0.0.1:65220_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65220/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3264275 INFO  (OverseerStateUpdate-72087673594839051-127.0.0.1:65220_solr-n_0000000000) [n:127.0.0.1:65220_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard3_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65224/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3264279 INFO  (OverseerStateUpdate-72087673594839051-127.0.0.1:65220_solr-n_0000000000) [n:127.0.0.1:65220_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard4_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65225/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3264283 INFO  (OverseerStateUpdate-72087673594839051-127.0.0.1:65220_solr-n_0000000000) [n:127.0.0.1:65220_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard4_replica_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65217/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3264288 INFO  (OverseerStateUpdate-72087673594839051-127.0.0.1:65220_solr-n_0000000000) [n:127.0.0.1:65220_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard5_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65218/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3264292 INFO  (OverseerStateUpdate-72087673594839051-127.0.0.1:65220_solr-n_0000000000) [n:127.0.0.1:65220_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard5_replica_n18",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65220/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3264497 INFO  (qtp11345307-21000) [n:127.0.0.1:65218_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard2_replica_n4&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3264497 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard1_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3264498 INFO  (qtp11345307-21000) [n:127.0.0.1:65218_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3264498 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard1_replica_n2&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3264499 INFO  (qtp1852280592-20993) [n:127.0.0.1:65223_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard2_replica_n6&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3264499 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3264499 INFO  (qtp1852280592-20993) [n:127.0.0.1:65223_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3264500 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard3_replica_n8&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3264500 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard3_replica_n10&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3264500 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3264501 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3264501 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard4_replica_n12&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3264502 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3264506 INFO  (qtp1322725636-20970) [n:127.0.0.1:65217_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node17&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard4_replica_n14&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3264506 INFO  (qtp11345307-21001) [n:127.0.0.1:65218_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node19&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard5_replica_n16&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3264507 INFO  (qtp2005423291-21006) [n:127.0.0.1:65220_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node20&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard5_replica_n18&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3264625 INFO  (zkCallback-5014-thread-1-processing-n:127.0.0.1:65223_solr) [n:127.0.0.1:65223_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3264625 INFO  (zkCallback-5023-thread-1-processing-n:127.0.0.1:65217_solr) [n:127.0.0.1:65217_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3264626 INFO  (zkCallback-5002-thread-1-processing-n:127.0.0.1:65220_solr) [n:127.0.0.1:65220_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3264626 INFO  (zkCallback-5016-thread-1-processing-n:127.0.0.1:65224_solr) [n:127.0.0.1:65224_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3264626 INFO  (zkCallback-5012-thread-1-processing-n:127.0.0.1:65225_solr) [n:127.0.0.1:65225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3264626 INFO  (zkCallback-5004-thread-1-processing-n:127.0.0.1:65218_solr) [n:127.0.0.1:65218_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3264626 INFO  (zkCallback-5014-thread-2-processing-n:127.0.0.1:65223_solr) [n:127.0.0.1:65223_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3264627 INFO  (zkCallback-5012-thread-2-processing-n:127.0.0.1:65225_solr) [n:127.0.0.1:65225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3264629 INFO  (zkCallback-5016-thread-2-processing-n:127.0.0.1:65224_solr) [n:127.0.0.1:65224_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3264629 INFO  (zkCallback-5002-thread-2-processing-n:127.0.0.1:65220_solr) [n:127.0.0.1:65220_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3264630 INFO  (zkCallback-5023-thread-2-processing-n:127.0.0.1:65217_solr) [n:127.0.0.1:65217_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3264631 INFO  (zkCallback-5004-thread-2-processing-n:127.0.0.1:65218_solr) [n:127.0.0.1:65218_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3265539 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3265540 INFO  (qtp1322725636-20970) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3265541 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3265554 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 3265556 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard1_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 3265632 INFO  (qtp11345307-21001) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3265632 INFO  (qtp11345307-21000) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3265637 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3265639 INFO  (qtp1852280592-20993) [n:127.0.0.1:65223_solr c:replacenodetest_coll_notarget s:shard2 r:core_node9 x:replacenodetest_coll_notarget_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3265640 INFO  (qtp2005423291-21006) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3265643 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3265663 INFO  (qtp11345307-21001) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard5_replica_n16] Schema name=cloud-dynamic
   [junit4]   2> 3265664 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3265663 INFO  (qtp1852280592-20993) [n:127.0.0.1:65223_solr c:replacenodetest_coll_notarget s:shard2 r:core_node9 x:replacenodetest_coll_notarget_shard2_replica_n6] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard2_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 3265673 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard3_replica_n8] Schema name=cloud-dynamic
   [junit4]   2> 3265673 INFO  (qtp2005423291-21006) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard5_replica_n18] Schema name=cloud-dynamic
   [junit4]   2> 3265700 INFO  (qtp1322725636-20970) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard4_replica_n14] Schema name=cloud-dynamic
   [junit4]   2> 3265704 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard4_replica_n12] Schema name=cloud-dynamic
   [junit4]   2> 3265704 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard3_replica_n10] Schema name=cloud-dynamic
   [junit4]   2> 3265749 INFO  (qtp11345307-21000) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard2_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 3265780 INFO  (qtp11345307-21001) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3265780 INFO  (qtp11345307-21001) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard5_replica_n16' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 3265780 INFO  (qtp11345307-21001) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65218.solr.core.replacenodetest_coll_notarget.shard5.replica_n16' (registry 'solr.core.replacenodetest_coll_notarget.shard5.replica_n16') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3265781 INFO  (qtp11345307-21001) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3265781 INFO  (qtp11345307-21001) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard5_replica_n16] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node2/replacenodetest_coll_notarget_shard5_replica_n16], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node2/./replacenodetest_coll_notarget_shard5_replica_n16/data/]
   [junit4]   2> 3265782 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3265782 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard3_replica_n8' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 3265783 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65220.solr.core.replacenodetest_coll_notarget.shard3.replica_n8' (registry 'solr.core.replacenodetest_coll_notarget.shard3.replica_n8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3265783 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3265783 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard3_replica_n8] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node4/replacenodetest_coll_notarget_shard3_replica_n8], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node4/./replacenodetest_coll_notarget_shard3_replica_n8/data/]
   [junit4]   2> 3265792 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3265792 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard3_replica_n10' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 3265793 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65224.solr.core.replacenodetest_coll_notarget.shard3.replica_n10' (registry 'solr.core.replacenodetest_coll_notarget.shard3.replica_n10') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3265793 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3265793 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard3_replica_n10] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node3/replacenodetest_coll_notarget_shard3_replica_n10], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node3/./replacenodetest_coll_notarget_shard3_replica_n10/data/]
   [junit4]   2> 3265863 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3265878 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard1_replica_n2' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 3265879 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65217.solr.core.replacenodetest_coll_notarget.shard1.replica_n2' (registry 'solr.core.replacenodetest_coll_notarget.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3265879 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3265879 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node1/replacenodetest_coll_notarget_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node1/./replacenodetest_coll_notarget_shard1_replica_n2/data/]
   [junit4]   2> 3265885 INFO  (qtp1852280592-20993) [n:127.0.0.1:65223_solr c:replacenodetest_coll_notarget s:shard2 r:core_node9 x:replacenodetest_coll_notarget_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3265885 INFO  (qtp1852280592-20993) [n:127.0.0.1:65223_solr c:replacenodetest_coll_notarget s:shard2 r:core_node9 x:replacenodetest_coll_notarget_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard2_replica_n6' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 3265886 INFO  (qtp1852280592-20993) [n:127.0.0.1:65223_solr c:replacenodetest_coll_notarget s:shard2 r:core_node9 x:replacenodetest_coll_notarget_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65223.solr.core.replacenodetest_coll_notarget.shard2.replica_n6' (registry 'solr.core.replacenodetest_coll_notarget.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3265886 INFO  (qtp1852280592-20993) [n:127.0.0.1:65223_solr c:replacenodetest_coll_notarget s:shard2 r:core_node9 x:replacenodetest_coll_notarget_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3265886 INFO  (qtp1852280592-20993) [n:127.0.0.1:65223_solr c:replacenodetest_coll_notarget s:shard2 r:core_node9 x:replacenodetest_coll_notarget_shard2_replica_n6] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node5/replacenodetest_coll_notarget_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node5/./replacenodetest_coll_notarget_shard2_replica_n6/data/]
   [junit4]   2> 3265890 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3265890 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard4_replica_n12' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 3265891 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65225.solr.core.replacenodetest_coll_notarget.shard4.replica_n12' (registry 'solr.core.replacenodetest_coll_notarget.shard4.replica_n12') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3265891 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3265891 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard4_replica_n12] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node6/replacenodetest_coll_notarget_shard4_replica_n12], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node6/./replacenodetest_coll_notarget_shard4_replica_n12/data/]
   [junit4]   2> 3265893 INFO  (qtp11345307-21000) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3265893 INFO  (qtp11345307-21000) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard2_replica_n4' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 3265891 INFO  (qtp1322725636-20970) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3265894 INFO  (qtp1322725636-20970) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard4_replica_n14' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 3265895 INFO  (qtp1322725636-20970) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65217.solr.core.replacenodetest_coll_notarget.shard4.replica_n14' (registry 'solr.core.replacenodetest_coll_notarget.shard4.replica_n14') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3265895 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3265895 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard1_replica_n1' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 3265896 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65217.solr.core.replacenodetest_coll_notarget.shard1.replica_n1' (registry 'solr.core.replacenodetest_coll_notarget.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3265896 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3265896 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node1/replacenodetest_coll_notarget_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node1/./replacenodetest_coll_notarget_shard1_replica_n1/data/]
   [junit4]   2> 3265897 INFO  (qtp2005423291-21006) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3265897 INFO  (qtp2005423291-21006) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard5_replica_n18' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 3265897 INFO  (qtp2005423291-21006) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65220.solr.core.replacenodetest_coll_notarget.shard5.replica_n18' (registry 'solr.core.replacenodetest_coll_notarget.shard5.replica_n18') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3265897 INFO  (qtp2005423291-21006) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3265898 INFO  (qtp2005423291-21006) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard5_replica_n18] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node4/replacenodetest_coll_notarget_shard5_replica_n18], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node4/./replacenodetest_coll_notarget_shard5_replica_n18/data/]
   [junit4]   2> 3265895 INFO  (qtp1322725636-20970) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3265898 INFO  (qtp1322725636-20970) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard4_replica_n14] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node1/replacenodetest_coll_notarget_shard4_replica_n14], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node1/./replacenodetest_coll_notarget_shard4_replica_n14/data/]
   [junit4]   2> 3265902 INFO  (qtp11345307-21000) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65218.solr.core.replacenodetest_coll_notarget.shard2.replica_n4' (registry 'solr.core.replacenodetest_coll_notarget.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@277b3b8e
   [junit4]   2> 3265902 INFO  (qtp11345307-21000) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3265902 INFO  (qtp11345307-21000) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard2 r:core_node7 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node2/replacenodetest_coll_notarget_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_C7832C94AAF83D8-001/tempDir-001/node2/./replacenodetest_coll_notarget_shard2_replica_n4/data/]
   [junit4]   2> 3266339 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3266339 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3266353 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3266353 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3266355 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3266355 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3266369 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3266369 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3266399 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3266400 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3266458 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3266459 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3266469 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5dc745d7[replacenodetest_coll_notarget_shard1_replica_n1] main]
   [junit4]   2> 3266476 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3266477 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3266486 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3266486 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592318576937664512
   [junit4]   2> 3266494 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.s.SolrIndexSearcher Opening [Searcher@591e5958[replacenodetest_coll_notarget_shard3_replica_n8] main]
   [junit4]   2> 3266497 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3266498 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3266508 INFO  (searcherExecutor-8359-thread-1-processing-n:127.0.0.1:65217_solr x:replacenodetest_coll_notarget_shard1_replica_n1 s:shard1 c:replacenodetest_coll_notarget r:core_node3) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.SolrCore [replacenodetest_coll_notarget_shard1_replica_n1] Registered new searcher Searcher@5dc745d7[replacenodetest_coll_notarget_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3266509 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3266509 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3266512 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3266512 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592318576964927488
   [junit4]   2> 3266516 INFO  (qtp1322725636-20967) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3266519 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3266519 INFO  (qtp1322725636-20974) [n:127.0.0.1:65217_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3266523 INFO  (qtp11345307-21001) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3266523 INFO  (qtp11345307-21001) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3266525 INFO  (searcherExecutor-8352-thread-1-processing-n:127.0.0.1:65220_solr x:replacenodetest_coll_notarget_shard3_replica_n8 s:shard3 c:replacenodetest_coll_notarget r:core_node11) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.c.SolrCore [replacenodetest_coll_notarget_shard3_replica_n8] Registered new searcher Searcher@591e5958[replacenodetest_coll_notarget_shard3_replica_n8] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3266532 INFO  (qtp2005423291-20991) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard3: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 3266532 INFO  (qtp11345307-21001) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3266533 INFO  (qtp11345307-21001) [n:127.0.0.1:65218_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3266535 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.s.SolrIndexSearcher Opening [Searcher@1264c277[replacenodetest_coll_notarget_shard3_replica_n10] main]
   [junit4]   2> 3266537 INFO  (qtp2005423291-21006) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3266537 INFO  (qtp2005423291-21006) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3266539 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3266540 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3266544 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3266544 INFO  (qtp325419992-20978) [n:127.0.0.1:65225_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3266545 INFO  (qtp2005423291-21006) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3266545 INFO  (qtp2005423291-21006) [n:127.0.0.1:65220_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3266545 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3266545 INFO  (qtp495652782-20981) [n:127.0.0.1:65224_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new cl

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

butedMissingSort, TestHdfsCloudBackupRestore, CloudMLTQParserTest, TestImplicitCoreProperties, TestFieldTypeCollectionResource, AutoscalingHistoryHandlerTest, ResponseLogComponentTest, TestInPlaceUpdatesStandalone, CurrencyFieldTypeTest, TestCollapseQParserPlugin, TestJettySolrRunner, TestDistribIDF, TestNumericTerms64, CollectionStateFormat2Test, TestSchemaNameResource, TestReloadDeadlock, TestSolrQueryParser, SpatialHeatmapFacetsTest, TestOverriddenPrefixQueryForCustomFieldType, TestSerializedLuceneMatchVersion, TestPushWriter, ReplicaListTransformerTest, TestConfigSets, ClassificationUpdateProcessorTest, TestExportWriter, TestReloadAndDeleteDocs, CollectionsAPIDistributedZkTest, StressHdfsTest, TestNodeAddedTrigger, MoveReplicaHDFSFailoverTest, TestGenericDistributedQueue, TestConfigSetsAPIExclusivity, TestSolrCloudWithKerberosAlt, FacetPivotSmallTest, ExecutePlanActionTest, SolrMetricReporterTest, TestAtomicUpdateErrorCases, TestCloudInspectUtil, SortSpecParsingTest, TestNamedUpdateProcessors, ShardRoutingTest, TestReplicaProperties, TestSolrIndexConfig, AsyncCallRequestStatusResponseTest, TestFreeTextSuggestions, TestSubQueryTransformer, IndexBasedSpellCheckerTest, TestShortCircuitedRequests, TestDFRSimilarityFactory, TestSchemaManager, TestNestedDocsSort, TestSortableTextField, TestManagedStopFilterFactory, DocValuesMultiTest, ImplicitSnitchTest, IndexSchemaTest, TestStressLucene, TestManagedSynonymGraphFilterFactory, SolrCloudExampleTest, InfoHandlerTest, TestAnalyzedSuggestions, TestTestInjection, SparseHLLTest, TestLeaderElectionZkExpiry, SystemInfoHandlerTest, DistanceUnitsTest, UninvertDocValuesMergePolicyTest, SolrGangliaReporterTest, TestUseDocValuesAsStored2, DistributedTermsComponentTest, TestLegacyTerms, TestCSVLoader, HdfsBasicDistributedZkTest, TriLevelCompositeIdRoutingTest, JavabinLoaderTest, HLLSerializationTest, ChaosMonkeySafeLeaderWithPullReplicasTest, FieldAnalysisRequestHandlerTest, ZkControllerTest, ZkSolrClientTest, TestSolrCoreSnapshots, TestClusterProperties, TestGraphMLResponseWriter, TestStressVersions, TestFieldCollectionResource, SpellCheckCollatorWithCollapseTest, LoggingHandlerTest, DistributedFacetPivotWhiteBoxTest, CdcrUpdateLogTest, DistributedFacetSimpleRefinementLongTailTest, TestApiFramework, OverseerStatusTest, DefaultValueUpdateProcessorTest, BasicFunctionalityTest, TestCloudManagedSchema, UpdateRequestProcessorFactoryTest, ManagedSchemaRoundRobinCloudTest, TestSolrQueryResponse, TestFieldCache, TestDocumentBuilder, SliceStateTest, DistributedExpandComponentTest, ExternalFileFieldSortTest, TestSolr4Spatial2, TestZkAclsWithHadoopAuth, DistributedFacetPivotLargeTest, CreateRoutedAliasTest, UpdateParamsTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, BasicZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestJoin, SolrCoreTest, SpellCheckComponentTest, PeerSyncTest, BadIndexSchemaTest, TestSort, TestFiltering, TestFunctionQuery, TestBadConfig, ShowFileRequestHandlerTest, SolrIndexSplitterTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestTrie, SuggesterWFSTTest, PolyFieldTest, TestPseudoReturnFields, TestUpdate, QueryEqualityTest, DistanceFunctionTest, SolrInfoBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, LukeRequestHandlerTest, TestQueryUtils, TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, RequestHandlersTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, FastVectorHighlighterTest, RegexBoostProcessorTest, TestJmxIntegration, ReturnFieldsTest, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, TestLFUCache, HighlighterConfigTest, AlternateDirectoryTest, CopyFieldTest, TestStressRecovery, PreAnalyzedFieldTest, ZkNodePropsTest, TestRTGBase, TestHighlightDedupGrouping, TestTolerantSearch, TestLuceneIndexBackCompat, AliasIntegrationTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, CreateCollectionCleanupTest, DeleteNodeTest, DeleteStatusTest, DistributedQueueTest, HttpPartitionTest, LIRRollingUpdatesTest, MissingSegmentRecoveryTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerTaskQueueTest, PeerSyncReplicationTest, TestCloudRecovery, TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestLockTree, TestOnReconnectListenerSupport, TestPullReplica, TestRandomFlRTGCloud, TestRebalanceLeaders, TestTlogReplica]
   [junit4] Completed [568/775 (2!)] on J1 in 114.42s, 13 tests, 1 failure <<< FAILURES!

[...truncated 1503 lines...]
ERROR: command execution failed.
Archiving artifacts
ERROR: Failed to archive artifacts: **/*.events,heapdumps/**,**/*_pid*.log
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2671)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3146)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:858)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:354)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:48)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused: hudson.remoting.ChannelClosedException: Channel "unknown": Remote call on MacOSX VBOX failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:945)
	at hudson.FilePath.act(FilePath.java:998)
Caused: java.io.IOException: remote file operation failed: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX at hudson.remoting.Channel@30aa5a8d:MacOSX VBOX
	at hudson.FilePath.act(FilePath.java:1005)
	at hudson.FilePath.act(FilePath.java:987)
	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:1752)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ‘Publish JUnit test result report’ aborted due to exception: 
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2671)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3146)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:858)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:354)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:48)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused: hudson.remoting.ChannelClosedException: Channel "unknown": Remote call on MacOSX VBOX failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:945)
	at hudson.FilePath.act(FilePath.java:998)
Caused: java.io.IOException: remote file operation failed: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX at hudson.remoting.Channel@30aa5a8d:MacOSX VBOX
	at hudson.FilePath.act(FilePath.java:1005)
	at hudson.FilePath.act(FilePath.java:987)
	at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114)
	at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:136)
	at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:166)
	at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:153)
	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:1752)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any