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/19 13:43:30 UTC

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 461 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/461/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C63F959953740A23:7C33A2160C9CDC6C]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.junit.Assert.assertNull(Assert.java:562)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1585)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([C63F959953740A23:ABC33164E93CF524]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:241)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 14144 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> 3628659 INFO  (SUITE-TriggerIntegrationTest-seed#[C63F959953740A23]-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_C63F959953740A23-001/init-core-data-001
   [junit4]   2> 3628661 WARN  (SUITE-TriggerIntegrationTest-seed#[C63F959953740A23]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
   [junit4]   2> 3628662 INFO  (SUITE-TriggerIntegrationTest-seed#[C63F959953740A23]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3628672 INFO  (SUITE-TriggerIntegrationTest-seed#[C63F959953740A23]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3628683 INFO  (SUITE-TriggerIntegrationTest-seed#[C63F959953740A23]-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_C63F959953740A23-001/tempDir-001
   [junit4]   2> 3628684 INFO  (SUITE-TriggerIntegrationTest-seed#[C63F959953740A23]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3628684 INFO  (Thread-4113) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3628684 INFO  (Thread-4113) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3628697 ERROR (Thread-4113) [    ] 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> 3628787 INFO  (SUITE-TriggerIntegrationTest-seed#[C63F959953740A23]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:53779
   [junit4]   2> 3628824 INFO  (zkConnectionManagerCallback-7617-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3628837 INFO  (jetty-launcher-7614-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3628839 INFO  (jetty-launcher-7614-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3628839 INFO  (jetty-launcher-7614-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3628839 INFO  (jetty-launcher-7614-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3628840 INFO  (jetty-launcher-7614-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3628840 INFO  (jetty-launcher-7614-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71f11572{/solr,null,AVAILABLE}
   [junit4]   2> 3628840 INFO  (jetty-launcher-7614-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3628840 INFO  (jetty-launcher-7614-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3628840 INFO  (jetty-launcher-7614-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3628840 INFO  (jetty-launcher-7614-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@694d410{/solr,null,AVAILABLE}
   [junit4]   2> 3628853 INFO  (jetty-launcher-7614-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@73b2ce22{SSL,[ssl, http/1.1]}{127.0.0.1:53781}
   [junit4]   2> 3628853 INFO  (jetty-launcher-7614-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@28464b07{SSL,[ssl, http/1.1]}{127.0.0.1:53782}
   [junit4]   2> 3628853 INFO  (jetty-launcher-7614-thread-1) [    ] o.e.j.s.Server Started @3630802ms
   [junit4]   2> 3628853 INFO  (jetty-launcher-7614-thread-2) [    ] o.e.j.s.Server Started @3630802ms
   [junit4]   2> 3628854 INFO  (jetty-launcher-7614-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53782}
   [junit4]   2> 3628854 INFO  (jetty-launcher-7614-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53781}
   [junit4]   2> 3628854 ERROR (jetty-launcher-7614-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3628854 ERROR (jetty-launcher-7614-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3628855 INFO  (jetty-launcher-7614-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3628855 INFO  (jetty-launcher-7614-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3628855 INFO  (jetty-launcher-7614-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3628855 INFO  (jetty-launcher-7614-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3628855 INFO  (jetty-launcher-7614-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3628855 INFO  (jetty-launcher-7614-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3628856 INFO  (jetty-launcher-7614-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-19T13:16:00.832626Z
   [junit4]   2> 3628856 INFO  (jetty-launcher-7614-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-19T13:16:00.832627Z
   [junit4]   2> 3628860 INFO  (zkConnectionManagerCallback-7621-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3628860 INFO  (zkConnectionManagerCallback-7620-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3628860 INFO  (jetty-launcher-7614-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3628861 INFO  (jetty-launcher-7614-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3628966 INFO  (jetty-launcher-7614-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53779/solr
   [junit4]   2> 3628966 INFO  (jetty-launcher-7614-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53779/solr
   [junit4]   2> 3628968 INFO  (zkConnectionManagerCallback-7627-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3628975 INFO  (zkConnectionManagerCallback-7629-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3628982 INFO  (zkConnectionManagerCallback-7633-thread-1-processing-n:127.0.0.1:53781_solr) [n:127.0.0.1:53781_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3628982 INFO  (zkConnectionManagerCallback-7631-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3629338 INFO  (jetty-launcher-7614-thread-1) [n:127.0.0.1:53781_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3629339 INFO  (jetty-launcher-7614-thread-1) [n:127.0.0.1:53781_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53781_solr
   [junit4]   2> 3629341 INFO  (jetty-launcher-7614-thread-1) [n:127.0.0.1:53781_solr    ] o.a.s.c.Overseer Overseer (id=72087378805719046-127.0.0.1:53781_solr-n_0000000000) starting
   [junit4]   2> 3629343 INFO  (jetty-launcher-7614-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3629353 INFO  (jetty-launcher-7614-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53782_solr
   [junit4]   2> 3629361 INFO  (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3629367 INFO  (zkCallback-7632-thread-1-processing-n:127.0.0.1:53781_solr) [n:127.0.0.1:53781_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3629376 DEBUG (OverseerAutoScalingTriggerThread-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 3629463 DEBUG (OverseerAutoScalingTriggerThread-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 3629465 DEBUG (OverseerAutoScalingTriggerThread-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:53782_solr]
   [junit4]   2> 3629465 DEBUG (OverseerAutoScalingTriggerThread-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 3629465 DEBUG (OverseerAutoScalingTriggerThread-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 3629466 INFO  (jetty-launcher-7614-thread-1) [n:127.0.0.1:53781_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53781_solr
   [junit4]   2> 3629467 INFO  (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3629468 INFO  (zkCallback-7632-thread-1-processing-n:127.0.0.1:53781_solr) [n:127.0.0.1:53781_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3629469 DEBUG (OverseerAutoScalingTriggerThread-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3629470 DEBUG (OverseerAutoScalingTriggerThread-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3629470 DEBUG (ScheduledTrigger-9827-thread-1) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 3629554 INFO  (jetty-launcher-7614-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53782.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3629577 INFO  (jetty-launcher-7614-thread-1) [n:127.0.0.1:53781_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53781.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3629581 INFO  (jetty-launcher-7614-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53782.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3629581 INFO  (jetty-launcher-7614-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53782.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3629583 INFO  (jetty-launcher-7614-thread-2) [n:127.0.0.1:53782_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_C63F959953740A23-001/tempDir-001/node2/.
   [junit4]   2> 3629588 INFO  (jetty-launcher-7614-thread-1) [n:127.0.0.1:53781_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53781.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3629589 INFO  (jetty-launcher-7614-thread-1) [n:127.0.0.1:53781_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53781.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3629590 INFO  (jetty-launcher-7614-thread-1) [n:127.0.0.1:53781_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_C63F959953740A23-001/tempDir-001/node1/.
   [junit4]   2> 3629633 INFO  (zkConnectionManagerCallback-7639-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3629639 INFO  (zkConnectionManagerCallback-7643-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3629641 INFO  (SUITE-TriggerIntegrationTest-seed#[C63F959953740A23]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3629642 INFO  (SUITE-TriggerIntegrationTest-seed#[C63F959953740A23]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53779/solr ready
   [junit4]   2> 3629703 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testListeners
   [junit4]   2> 3629736 INFO  (qtp1544115971-26813) [n:127.0.0.1:53781_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3629788 INFO  (qtp1544115971-26813) [n:127.0.0.1:53781_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=52
   [junit4]   2> 3629791 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: .auto_add_replicas
   [junit4]   2> 3629794 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 3629795 DEBUG (zkCallback-7632-thread-1-processing-n:127.0.0.1:53781_solr) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 3629805 DEBUG (OverseerAutoScalingTriggerThread-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 3629806 DEBUG (OverseerAutoScalingTriggerThread-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 3629806 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@73b2ce22{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3629806 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1269512336
   [junit4]   2> 3629806 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3629806 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3fd61f0c: rootName = solr_53781, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3e6f65bc
   [junit4]   2> 3629807 DEBUG (OverseerAutoScalingTriggerThread-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3629807 DEBUG (OverseerAutoScalingTriggerThread-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 3629816 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3629816 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@532b6a35: rootName = solr_53781, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@26ecfcb8
   [junit4]   2> 3629837 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3629837 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@210b815a: rootName = solr_53781, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5b3b768c
   [junit4]   2> 3629840 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:53781_solr
   [junit4]   2> 3629841 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3629842 INFO  (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3629842 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3629843 INFO  (zkCallback-7642-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3629843 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.Overseer Overseer (id=72087378805719046-127.0.0.1:53781_solr-n_0000000000) closing
   [junit4]   2> 3629843 INFO  (OverseerStateUpdate-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:53781_solr
   [junit4]   2> 3629843 INFO  (zkCallback-7632-thread-1-processing-n:127.0.0.1:53781_solr) [n:127.0.0.1:53781_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3629844 WARN  (OverseerAutoScalingTriggerThread-72087378805719046-127.0.0.1:53781_solr-n_0000000000) [n:127.0.0.1:53781_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3629844 DEBUG (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3629846 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@71f11572{/solr,null,UNAVAILABLE}
   [junit4]   2> 3629846 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3629846 INFO  (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53782_solr
   [junit4]   2> 3629852 INFO  (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.Overseer Overseer (id=72087378805719045-127.0.0.1:53782_solr-n_0000000001) starting
   [junit4]   2> 3629885 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 3629886 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 3629887 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:53782_solr]
   [junit4]   2> 3629887 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion -1
   [junit4]   2> 3629887 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 3629898 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3629899 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 3629899 DEBUG (ScheduledTrigger-9836-thread-1) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3630907 DEBUG (ScheduledTrigger-9836-thread-1) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3631922 DEBUG (ScheduledTrigger-9836-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3632930 DEBUG (ScheduledTrigger-9836-thread-1) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3633940 DEBUG (ScheduledTrigger-9836-thread-1) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3634866 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3634868 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3634868 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3634868 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3634869 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@303eb611{/solr,null,AVAILABLE}
   [junit4]   2> 3634869 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@c8aa077{SSL,[ssl, http/1.1]}{127.0.0.1:53803}
   [junit4]   2> 3634869 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.Server Started @3636818ms
   [junit4]   2> 3634870 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53803}
   [junit4]   2> 3634870 ERROR (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3634870 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3634870 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3634870 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3634870 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-19T13:16:06.847767Z
   [junit4]   2> 3634874 INFO  (zkConnectionManagerCallback-7645-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3634875 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3634884 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53779/solr
   [junit4]   2> 3634886 INFO  (zkConnectionManagerCallback-7649-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3634896 INFO  (zkConnectionManagerCallback-7651-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3634953 DEBUG (ScheduledTrigger-9836-thread-1) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3634962 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3634967 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53803_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3634971 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53803_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53803_solr
   [junit4]   2> 3634984 INFO  (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3634984 INFO  (zkCallback-7642-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3634995 INFO  (zkCallback-7650-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3635094 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53803.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3635110 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53803.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3635110 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53803.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3635112 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53803_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_C63F959953740A23-001/tempDir-001/node3/.
   [junit4]   2> 3635199 INFO  (qtp1083801988-26822) [n:127.0.0.1:53782_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> 3635221 INFO  (qtp280675668-26887) [n:127.0.0.1:53803_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> 3635222 DEBUG (qtp1083801988-26824) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3635223 INFO  (qtp1083801988-26824) [n:127.0.0.1:53782_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=45
   [junit4]   2> 3635223 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 3635225 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:53803_solr, 127.0.0.1:53782_solr]
   [junit4]   2> 3635225 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}, {name=test1, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestDummyAction}], enabled=true}
   [junit4]   2> 3635226 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:53803_solr, 127.0.0.1:53782_solr]
   [junit4]   2> 3635226 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 3635229 INFO  (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 3635232 DEBUG (ScheduledTrigger-9836-thread-3) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3635232 DEBUG (ScheduledTrigger-9836-thread-3) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 3635234 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 3635247 INFO  (qtp1083801988-26824) [n:127.0.0.1:53782_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> 3635253 INFO  (qtp280675668-26885) [n:127.0.0.1:53803_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> 3635254 DEBUG (qtp1083801988-26825) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3635255 INFO  (qtp1083801988-26825) [n:127.0.0.1:53782_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 3635255 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 3635255 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:53803_solr, 127.0.0.1:53782_solr]
   [junit4]   2> 3635256 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}, {name=test1, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestDummyAction}], enabled=true}
   [junit4]   2> 3635256 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:53803_solr, 127.0.0.1:53782_solr]
   [junit4]   2> 3635256 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 3635258 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 3635295 INFO  (qtp1083801988-26825) [n:127.0.0.1:53782_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> 3635377 INFO  (qtp280675668-26888) [n:127.0.0.1:53803_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> 3635378 DEBUG (qtp280675668-26887) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3635378 INFO  (qtp280675668-26887) [n:127.0.0.1:53803_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=88
   [junit4]   2> 3635379 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 3635380 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:53803_solr, 127.0.0.1:53782_solr]
   [junit4]   2> 3635380 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}, {name=test1, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestDummyAction}], enabled=true}
   [junit4]   2> 3635381 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:53803_solr, 127.0.0.1:53782_solr]
   [junit4]   2> 3635381 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 3635381 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3635382 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 3635388 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3635388 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3635388 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3635390 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3936b436{/solr,null,AVAILABLE}
   [junit4]   2> 3635391 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@66fdc54b{SSL,[ssl, http/1.1]}{127.0.0.1:53813}
   [junit4]   2> 3635391 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.Server Started @3637340ms
   [junit4]   2> 3635391 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53813}
   [junit4]   2> 3635391 ERROR (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3635391 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3635391 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3635391 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3635391 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-19T13:16:07.368841Z
   [junit4]   2> 3635402 INFO  (zkConnectionManagerCallback-7655-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3635403 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3635424 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 0x1001b16ce81000c, likely client has closed socket
   [junit4]   2> 3635429 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53779/solr
   [junit4]   2> 3635433 INFO  (zkConnectionManagerCallback-7659-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3635467 INFO  (zkConnectionManagerCallback-7661-thread-1-processing-n:127.0.0.1:53813_solr) [n:127.0.0.1:53813_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3635506 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3635510 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53813_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3635513 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53813_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53813_solr
   [junit4]   2> 3635516 INFO  (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3635516 INFO  (zkCallback-7650-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3635516 INFO  (zkCallback-7642-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3635589 INFO  (zkCallback-7660-thread-1-processing-n:127.0.0.1:53813_solr) [n:127.0.0.1:53813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3635640 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53813_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53813.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3635655 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53813_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53813.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3635655 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53813_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53813.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3635669 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53813_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_C63F959953740A23-001/tempDir-001/node4/.
   [junit4]   2> 3635980 DEBUG (ScheduledTrigger-9836-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3636248 DEBUG (ScheduledTrigger-9836-thread-1) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3636249 DEBUG (ScheduledTrigger-9836-thread-1) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 3636249 DEBUG (ScheduledTrigger-9836-thread-1) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:53813_solr at time 454487044184714
   [junit4]   2> 3636996 DEBUG (ScheduledTrigger-9836-thread-4) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3637259 DEBUG (ScheduledTrigger-9836-thread-4) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3637260 DEBUG (ScheduledTrigger-9836-thread-4) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 3638021 DEBUG (ScheduledTrigger-9836-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3638268 DEBUG (ScheduledTrigger-9836-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3638268 DEBUG (ScheduledTrigger-9836-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 3638269 DEBUG (ScheduledTrigger-9836-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL firing registered processor for nodes: [127.0.0.1:53813_solr] added at times [454487044184714], now=454489064091857
   [junit4]   2> 3638269 DEBUG (ScheduledTrigger-9836-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"19d5a82d2da8aT5vm6ieky98u2clnxj9cofoy1x",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":454487044184714,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[454487044184714],
   [junit4]   2>     "nodeNames":["127.0.0.1:53813_solr"]}}
   [junit4]   2> 3638269 DEBUG (ScheduledTrigger-9836-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_triggerL]
   [junit4]   2> 3638271 INFO  (ScheduledTrigger-9836-thread-2) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 3638297 DEBUG (AutoscalingActionExecutor-9837-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"19d5a82d2da8aT5vm6ieky98u2clnxj9cofoy1x",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":454487044184714,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[454487044184714],
   [junit4]   2>     "_enqueue_time_":454489064951275,
   [junit4]   2>     "nodeNames":["127.0.0.1:53813_solr"]}}
   [junit4]   2> 3638308 DEBUG (AutoscalingActionExecutor-9837-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 3638308 DEBUG (AutoscalingActionExecutor-9837-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_triggerL after 5000ms
   [junit4]   2> 3638309 DEBUG (AutoscalingActionExecutor-9837-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 11 ms for event id=19d5a82d2da8aT5vm6ieky98u2clnxj9cofoy1x
   [junit4]   2> 3640326 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3640328 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3640328 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3640328 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3640328 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77ef5901{/solr,null,AVAILABLE}
   [junit4]   2> 3640329 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3d27c3bb{SSL,[ssl, http/1.1]}{127.0.0.1:53817}
   [junit4]   2> 3640329 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.e.j.s.Server Started @3642277ms
   [junit4]   2> 3640329 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53817}
   [junit4]   2> 3640329 ERROR (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3640330 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3640330 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3640330 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3640330 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-19T13:16:12.307847Z
   [junit4]   2> 3640340 INFO  (zkConnectionManagerCallback-7665-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3640341 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3640370 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53779/solr
   [junit4]   2> 3640372 INFO  (zkConnectionManagerCallback-7669-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3640378 INFO  (zkConnectionManagerCallback-7671-thread-1-processing-n:127.0.0.1:53817_solr) [n:127.0.0.1:53817_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3640402 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3640407 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53817_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3640411 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53817_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53817_solr
   [junit4]   2> 3640414 INFO  (zkCallback-7642-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3640414 INFO  (zkCallback-7660-thread-1-processing-n:127.0.0.1:53813_solr) [n:127.0.0.1:53813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3640414 INFO  (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3640414 INFO  (zkCallback-7650-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3640415 INFO  (zkCallback-7670-thread-1-processing-n:127.0.0.1:53817_solr) [n:127.0.0.1:53817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3640486 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53817_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53817.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3640500 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53817_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53817.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3640500 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53817_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53817.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@19cb02e9
   [junit4]   2> 3640502 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [n:127.0.0.1:53817_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_C63F959953740A23-001/tempDir-001/node5/.
   [junit4]   2> 3643311 DEBUG (ScheduledTrigger-9836-thread-4) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 3643311 DEBUG (ScheduledTrigger-9836-thread-1) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3643312 DEBUG (ScheduledTrigger-9836-thread-1) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 3643312 DEBUG (ScheduledTrigger-9836-thread-1) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:53817_solr at time 454494107119082
   [junit4]   2> 3644319 DEBUG (ScheduledTrigger-9836-thread-4) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 3644320 DEBUG (ScheduledTrigger-9836-thread-3) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3644320 DEBUG (ScheduledTrigger-9836-thread-3) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 3645324 DEBUG (ScheduledTrigger-9836-thread-4) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 3645324 DEBUG (ScheduledTrigger-9836-thread-4) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3645324 DEBUG (ScheduledTrigger-9836-thread-4) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 3645324 DEBUG (ScheduledTrigger-9836-thread-4) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL firing registered processor for nodes: [127.0.0.1:53817_solr] added at times [454494107119082], now=454496119772580
   [junit4]   2> 3645324 DEBUG (ScheduledTrigger-9836-thread-4) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"19d5c27ceadeaT5vm6ieky98u2clnxj9cofoy1z",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":454494107119082,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[454494107119082],
   [junit4]   2>     "nodeNames":["127.0.0.1:53817_solr"]}}
   [junit4]   2> 3645324 DEBUG (ScheduledTrigger-9836-thread-4) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_triggerL]
   [junit4]   2> 3645325 DEBUG (AutoscalingActionExecutor-9837-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"19d5c27ceadeaT5vm6ieky98u2clnxj9cofoy1z",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":454494107119082,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[454494107119082],
   [junit4]   2>     "_enqueue_time_":454496119994135,
   [junit4]   2>     "nodeNames":["127.0.0.1:53817_solr"]}}
   [junit4]   2> 3645326 WARN  (AutoscalingActionExecutor-9837-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> java.lang.Exception: Error executing action: test1 for trigger event: {
   [junit4]   2>   "id":"19d5c27ceadeaT5vm6ieky98u2clnxj9cofoy1z",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":454494107119082,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[454494107119082],
   [junit4]   2>     "_enqueue_time_":454496119994135,
   [junit4]   2>     "nodeNames":["127.0.0.1:53817_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:301)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.lang.RuntimeException: failure
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestDummyAction.process(TriggerIntegrationTest.java:999)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:298)
   [junit4]   2> 	... 6 more
   [junit4]   2> 3645326 DEBUG (AutoscalingActionExecutor-9837-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 3645326 DEBUG (AutoscalingActionExecutor-9837-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_triggerL after 5000ms
   [junit4]   2> 3645326 DEBUG (AutoscalingActionExecutor-9837-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 0 ms for event id=19d5c27ceadeaT5vm6ieky98u2clnxj9cofoy1z
   [junit4]   2> 3647335 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[C63F959953740A23]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testListeners
   [junit4]   2> 3647366 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLostTrigger
   [junit4]   2> 3647369 INFO  (qtp1083801988-26822) [n:127.0.0.1:53782_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3647378 INFO  (qtp1083801988-26822) [n:127.0.0.1:53782_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 3647378 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: .auto_add_replicas
   [junit4]   2> 3647381 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: node_added_triggerL
   [junit4]   2> 3647384 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 7
   [junit4]   2> 3647385 DEBUG (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 3647385 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 3647385 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 3647387 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3647387 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@28464b07{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3647387 DEBUG (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 3647387 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=26248239
   [junit4]   2> 3647388 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3647388 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@27747a50: rootName = solr_53782, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@76d48de
   [junit4]   2> 3647398 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3647398 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d7a6f2f: rootName = solr_53782, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@26ecfcb8
   [junit4]   2> 3647405 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3647405 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67505df3: rootName = solr_53782, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5b3b768c
   [junit4]   2> 3647409 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:53782_solr
   [junit4]   2> 3647412 INFO  (zkCallback-7630-thread-1-processing-n:127.0.0.1:53782_solr) [n:127.0.0.1:53782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3647412 INFO  (zkCallback-7642-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3647412 INFO  (zkCallback-7650-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3647412 INFO  (zkCallback-7670-thread-1-processing-n:127.0.0.1:53817_solr) [n:127.0.0.1:53817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3647412 INFO  (zkCallback-7660-thread-1-processing-n:127.0.0.1:53813_solr) [n:127.0.0.1:53813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3647413 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3647416 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3647417 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.c.Overseer Overseer (id=72087378805719045-127.0.0.1:53782_solr-n_0000000001) closing
   [junit4]   2> 3647417 INFO  (OverseerStateUpdate-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:53782_solr
   [junit4]   2> 3647418 WARN  (OverseerAutoScalingTriggerThread-72087378805719045-127.0.0.1:53782_solr-n_0000000001) [n:127.0.0.1:53782_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3647418 DEBUG (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3647447 INFO  (zkCallback-7650-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53803_solr
   [junit4]   2> 3647449 INFO  (zkCallback-7650-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.Overseer Overseer (id=72087378805719051-127.0.0.1:53803_solr-n_0000000002) starting
   [junit4]   2> 3647452 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@694d410{/solr,null,UNAVAILABLE}
   [junit4]   2> 3647452 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3647460 DEBUG (OverseerAutoScalingTriggerThread-72087378805719051-127.0.0.1:53803_solr-n_0000000002) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 3647461 DEBUG (OverseerAutoScalingTriggerThread-72087378805719051-127.0.0.1:53803_solr-n_0000000002) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 3647462 DEBUG (OverseerAutoScalingTriggerThread-72087378805719051-127.0.0.1:53803_solr-n_0000000002) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:53817_solr, 127.0.0.1:53803_solr, 127.0.0.1:53813_solr]
   [junit4]   2> 3647462 DEBUG (OverseerAutoScalingTriggerThread-72087378805719051-127.0.0.1:53803_solr-n_0000000002) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion -1
   [junit4]   2> 3647462 DEBUG (OverseerAutoScalingTriggerThread-72087378805719051-127.0.0.1:53803_solr-n_0000000002) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 3647465 DEBUG (OverseerAutoScalingTriggerThread-72087378805719051-127.0.0.1:53803_solr-n_0000000002) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3647466 DEBUG (OverseerAutoScalingTriggerThread-72087378805719051-127.0.0.1:53803_solr-n_0000000002) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 3647466 DEBUG (ScheduledTrigger-9859-thread-1) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3648468 DEBUG (ScheduledTrigger-9859-thread-1) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3649473 DEBUG (ScheduledTrigger-9859-thread-2) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3650477 DEBUG (ScheduledTrigger-9859-thread-1) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3651482 DEBUG (ScheduledTrigger-9859-thread-1) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3652472 INFO  (qtp280675668-26885) [n:127.0.0.1:53803_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3652482 INFO  (qtp280675668-26885) [n:127.0.0.1:53803_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 3652490 DEBUG (ScheduledTrigger-9859-thread-1) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3652559 INFO  (qtp280675668-26888) [n:127.0.0.1:53803_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> 3652587 INFO  (qtp2114415361-26913) [n:127.0.0.1:53813_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> 3652599 INFO  (qtp1032959635-26938) [n:127.0.0.1:53817_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> 3652600 DEBUG (qtp1032959635-26936) [n:127.0.0.1:53817_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3652601 INFO  (qtp1032959635-26936) [n:127.0.0.1:53817_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=51
   [junit4]   2> 3652602 DEBUG (zkCallback-7650-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 3652606 DEBUG (zkCallback-7650-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:53817_solr, 127.0.0.1:53803_solr, 127.0.0.1:53813_solr]
   [junit4]   2> 3652607 DEBUG (zkCallback-7650-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:53817_solr, 127.0.0.1:53803_solr, 127.0.0.1:53813_solr]
   [junit4]   2> 3652608 DEBUG (OverseerAutoScalingTriggerThread-72087378805719051-127.0.0.1:53803_solr-n_0000000002) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 3652611 INFO  (OverseerAutoScalingTriggerThread-72087378805719051-127.0.0.1:53803_solr-n_0000000002) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 3652613 DEBUG (ScheduledTrigger-9859-thread-3) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 3
   [junit4]   2> 3652615 DEBUG (OverseerAutoScalingTriggerThread-72087378805719051-127.0.0.1:53803_solr-n_0000000002) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3652616 DEBUG (OverseerAutoScalingTriggerThread-72087378805719051-127.0.0.1:53803_solr-n_0000000002) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 3652616 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3d27c3bb{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3652616 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1648921039
   [junit4]   2> 3652617 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3652617 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3971295f: rootName = solr_53817, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7a5b9547
   [junit4]   2> 3652648 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3652648 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6a6c7988: rootName = solr_53817, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@26ecfcb8
   [junit4]   2> 3652714 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3652714 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1294ad81: rootName = solr_53817, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5b3b768c
   [junit4]   2> 3652716 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:53817_solr
   [junit4]   2> 3652718 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3652718 INFO  (zkCallback-7660-thread-1-processing-n:127.0.0.1:53813_solr) [n:127.0.0.1:53813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3652719 INFO  (zkCallback-7670-thread-1-processing-n:127.0.0.1:53817_solr) [n:127.0.0.1:53817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3652719 INFO  (zkCallback-7642-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3652719 INFO  (zkCallback-7650-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3652720 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3652739 WARN  (zkCallback-7670-thread-1-processing-n:127.0.0.1:53817_solr) [n:127.0.0.1:53817_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:53817_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:53817_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:885)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.base/java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4724)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 3652740 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77ef5901{/solr,null,UNAVAILABLE}
   [junit4]   2> 3652740 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[C63F959953740A23]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3653491 DEBUG (ScheduledTrigger-9859-thread-2) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 3653491 DEBUG (ScheduledTrigger-9859-thread-2) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:53817_solr
   [junit4]   2> 3653618 DEBUG (ScheduledTrigger-9859-thread-1) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 3653618 DEBUG (ScheduledTrigger-9859-thread-1) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:53817_solr
   [junit4]   2> 3654495 DEBUG (ScheduledTrigger-9859-thread-4) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 3654495 INFO  (OverseerCollectionConfigSetProcessor-72087378805719051-127.0.0.1:53803_solr-n_0000000002) [n:127.0.0.1:53803_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3654621 DEBUG (ScheduledTrigger-9859-thread-3) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 3654621 DEBUG (ScheduledTrigger-9859-thread-3) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:53817_solr]
   [junit4]   2> 3654621 DEBUG (ScheduledTrigger-9859-thread-3) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"19d5e8e194ce0T5vm6ieky98u2clnxj9cofoy20",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":454504413220064,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[454504413220064],
   [junit4]   2>     "nodeNames":["127.0.0.1:53817_solr"]}}
   [junit4]   2> 3654622 DEBUG (ScheduledTrigger-9859-thread-3) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_lost_trigger]
   [junit4]   2> 3654623 INFO  (ScheduledTrigger-9859-thread-3) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 3654623 DEBUG (AutoscalingActionExecutor-9860-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"19d5e8e194ce0T5vm6ieky98u2clnxj9cofoy20",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":454504413220064,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[454504413220064],
   [junit4]   2>     "_enqueue_time_":454505417368470,
   [junit4]   2>     "nodeNames":["127.0.0.1:53817_solr"]}}
   [junit4]   2> 3654626 DEBUG (AutoscalingActionExecutor-9860-thread-1-processing-n:127.0.0.1:53803_solr) [n:127.0.0.1:53803_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 3654626 DEBUG (AutoscalingActionExecutor-9860-thread-1-processing-

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

00000000) closing
   [junit4]   2> 3930397 INFO  (OverseerStateUpdate-72087397665079303-127.0.0.1:54535_solr-n_0000000000) [n:127.0.0.1:54535_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54535_solr
   [junit4]   2> 3930398 WARN  (OverseerAutoScalingTriggerThread-72087397665079303-127.0.0.1:54535_solr-n_0000000000) [n:127.0.0.1:54535_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3930401 DEBUG (jetty-closer-7993-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3930402 INFO  (jetty-closer-7993-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@28db66e0{/solr,null,UNAVAILABLE}
   [junit4]   2> 3930403 INFO  (jetty-closer-7993-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3930405 INFO  (jetty-closer-7993-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ab281c3{/solr,null,UNAVAILABLE}
   [junit4]   2> 3930407 INFO  (jetty-closer-7993-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3930408 INFO  (zkCallback-8016-thread-1-processing-n:127.0.0.1:54534_solr) [n:127.0.0.1:54534_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54534_solr
   [junit4]   2> 3930412 INFO  (jetty-closer-7993-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@60afb240{/solr,null,UNAVAILABLE}
   [junit4]   2> 3930413 INFO  (jetty-closer-7993-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3930414 ERROR (SUITE-AutoscalingHistoryHandlerTest-seed#[C63F959953740A23]-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> 3930415 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[C63F959953740A23]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54531 54531
   [junit4]   2> 3930424 INFO  (Thread-4451) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54531 54531
   [junit4]   2> 3930610 WARN  (Thread-4451) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	9	/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
   [junit4]   2> 	9	/solr/collections/.system/terms/shard1
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/configs/.system
   [junit4]   2> 	3	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2> 	3	/solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	28	/solr/collections/.system/state.json
   [junit4]   2> 	25	/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 	11	/solr/clusterprops.json
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [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.handler.admin.AutoscalingHistoryHandlerTest_C63F959953740A23-001
   [junit4]   2> Feb 19, 2018 1:21:02 PM 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): {action_s=BlockTreeOrds(blocksize=128), event.source_s=Lucene50(blocksize=128), type=PostingsFormat(name=LuceneVarGapFixedInterval), before.actions_ss=FSTOrd50, event.property._enqueue_time__ss=BlockTreeOrds(blocksize=128), after.actions_ss=BlockTreeOrds(blocksize=128), stage_s=BlockTreeOrds(blocksize=128), event.id_s=Lucene50(blocksize=128), event.property.eventTimes_ss=PostingsFormat(name=LuceneVarGapFixedInterval), source_s=Lucene50(blocksize=128), event.type_s=PostingsFormat(name=LuceneVarGapFixedInterval), id=Lucene50(blocksize=128), event.property.nodeNames_ss=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{_version_=DocValuesFormat(name=Direct), event.time_l=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1545, maxMBSortInHeap=6.320873878486075, sim=RandomSimilarity(queryNorm=false): {}, locale=cu, timezone=America/New_York
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=112668192,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ConjunctionSolrSpellCheckerTest, TestSolrJ, QueryEqualityTest, HdfsRecoverLeaseTest, TestInPlaceUpdatesDistrib, SimpleMLTQParserTest, RequiredFieldsTest, SecurityConfHandlerTest, TestFunctionQuery, OverseerTaskQueueTest, TestLazyCores, TestBulkSchemaConcurrent, StatelessScriptUpdateProcessorFactoryTest, SaslZkACLProviderTest, DeleteInactiveReplicaTest, TestBM25SimilarityFactory, V2StandaloneTest, TestTolerantSearch, TestSortByMinMaxFunction, ForceLeaderTest, TermVectorComponentDistributedTest, BadCopyFieldTest, FieldMutatingUpdateProcessorTest, TestBinaryField, TestQueryWrapperFilter, AutoScalingHandlerTest, TestNodeAddedTrigger, PolyFieldTest, RegexBytesRefFilterTest, TestSweetSpotSimilarityFactory, TestJsonRequest, TestRangeQuery, DateMathParserTest, TestQuerySenderNoQuery, FileUtilsTest, TestLeaderElectionZkExpiry, TestConfigSets, TestRealTimeGet, TestBackupRepositoryFactory, CacheHeaderTest, AnalysisAfterCoreReloadTest, TestUninvertingReader, TestConfigReload, SearchHandlerTest, OverseerCollectionConfigSetProcessorTest, ImplicitSnitchTest, SolrRequestParserTest, TestManagedResource, OverseerRolesTest, DistributedVersionInfoTest, CurrencyRangeFacetCloudTest, TestPhraseSuggestions, TestReload, LeaderFailureAfterFreshStartTest, TestIBSimilarityFactory, TestManagedSchemaAPI, TestRecoveryHdfs, DistribJoinFromCollectionTest, TestDocTermOrds, ZkFailoverTest, LukeRequestHandlerTest, TestTriggerIntegration, TestUtilizeNode, TestSurroundQueryParser, TestRemoteStreaming, TestRawResponseWriter, SuggesterTSTTest, ResourceLoaderTest, TestPostingsSolrHighlighter, TestRetrieveFieldsOptimizer, LargeFieldTest, TestDynamicLoading, SolrCLIZkUtilsTest, TestUtils, TestDistributedStatsComponentCardinality, TestNumericRangeQuery64, NumberUtilsTest, TestFaceting, ConnectionReuseTest, CollectionTooManyReplicasTest, ReplicationFactorTest, TestStressCloudBlindAtomicUpdates, TestCharFilters, TestStandardQParsers, TestHdfsCloudBackupRestore, CoreMergeIndexesAdminHandlerTest, TestOmitPositions, ChangedSchemaMergeTest, TestCollectionAPI, TestSchemalessBufferedUpdates, TestPointFields, TestExceedMaxTermLength, AtomicUpdatesTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestStreamBody, TestDelegationWithHadoopAuth, DistributedFacetPivotLongTailTest, RollingRestartTest, UnloadDistributedZkTest, TestExactSharedStatsCache, HttpSolrCallGetCoreTest, SolrIndexMetricsTest, TestPerFieldSimilarityWithDefaultOverride, LeaderElectionIntegrationTest, TestSolrConfigHandler, RAMDirectoryFactoryTest, MissingSegmentRecoveryTest, AlternateDirectoryTest, TestMissingGroups, HttpPartitionTest, PreAnalyzedUpdateProcessorTest, TestSQLHandler, TestEmbeddedSolrServerSchemaAPI, UUIDUpdateProcessorFallbackTest, CollectionsAPISolrJTest, TestNoOpRegenerator, SolrMetricManagerTest, DateRangeFieldTest, DeleteNodeTest, ConfigureRecoveryStrategyTest, ZkCLITest, QueryElevationComponentTest, IndexSchemaRuntimeFieldTest, CreateCollectionCleanupTest, MetricUtilsTest, CoreAdminCreateDiscoverTest, MoreLikeThisHandlerTest, PingRequestHandlerTest, TestDefaultStatsCache, CustomCollectionTest, TestReplicaProperties, TestFieldCacheReopen, XmlUpdateRequestHandlerTest, TestSystemCollAutoCreate, HdfsThreadLeakTest, ShufflingReplicaListTransformerTest, ZkNodePropsTest, CdcrBidirectionalTest, TestTrackingShardHandlerFactory, TestReqParamsAPI, TestSuggestSpellingConverter, TestAuthorizationFramework, TestFieldTypeResource, FastVectorHighlighterTest, MetricsHandlerTest, HdfsUnloadDistributedZkTest, TestNRTOpen, TestInfoStreamLogging, TestPseudoReturnFields, ExecutePlanActionTest, ShardSplitTest, TestRestManager, TestSolrConfigHandlerCloud, SolrCloudReportersTest, TestCSVResponseWriter, ClassificationUpdateProcessorIntegrationTest, TestIndexSearcher, TestCoreContainer, SampleTest, DistribCursorPagingTest, TestLRUStatsCache, RecoveryZkTest, DocumentBuilderTest, TestCloudJSONFacetJoinDomain, TestZkChroot, TestRuleBasedAuthorizationPlugin, HdfsRestartWhileUpdatingTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, SynonymTokenizerTest, TestShardHandlerFactory, OpenExchangeRatesOrgProviderTest, ConfigSetsAPITest, UtilsToolTest, NumericFieldsTest, TimeRoutedAliasUpdateProcessorTest, TestAddFieldRealTimeGet, TestOnReconnectListenerSupport, DeleteShardTest, TestCloudSearcherWarming, SpatialFilterTest, TestDynamicFieldResource, TestMinMaxOnMultiValuedField, TestDeleteCollectionOnDownNodes, TestQueryUtils, TestConfigSetsAPI, TestAnalyzeInfixSuggestions, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestXmlQParserPlugin, AutoAddReplicasIntegrationTest, SolrMetricsIntegrationTest, TestCloudSchemaless, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, ConcurrentCreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistributedQueueTest, LIRRollingUpdatesTest, MultiThreadedOCPTest, TriggerIntegrationTest, RequestLoggingTest, ResponseBuilderTest, TestBlobHandler, TestSQLHandlerNonCloud, V2ApiIntegrationTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [642/777 (2!)] on J0 in 14.92s, 1 test, 1 failure <<< FAILURES!

[...truncated 41702 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 464 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/464/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeWithMultipleReplicasLost

Error Message:
The operations computed by ComputePlanAction should not be null SolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should not be null SolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}
	at __randomizedtesting.SeedInfo.seed([A6398EDFF83E473B:96F96F5D704CA667]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeWithMultipleReplicasLost(ComputePlanActionTest.java:291)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.join.TestCloudNestedDocsSort

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.search.join.TestCloudNestedDocsSort:     1) Thread[id=817, name=qtp728727687-817, state=TIMED_WAITING, group=TGRP-TestCloudNestedDocsSort]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192)         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.search.join.TestCloudNestedDocsSort: 
   1) Thread[id=817, name=qtp728727687-817, state=TIMED_WAITING, group=TGRP-TestCloudNestedDocsSort]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([A6398EDFF83E473B]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.join.TestCloudNestedDocsSort

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=817, name=qtp728727687-817, state=TIMED_WAITING, group=TGRP-TestCloudNestedDocsSort]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192)         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=817, name=qtp728727687-817, state=TIMED_WAITING, group=TGRP-TestCloudNestedDocsSort]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([A6398EDFF83E473B]:0)




Build Log:
[...truncated 12122 lines...]
   [junit4] Suite: org.apache.solr.search.join.TestCloudNestedDocsSort
   [junit4]   2> 134789 INFO  (SUITE-TestCloudNestedDocsSort-seed#[A6398EDFF83E473B]-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.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/init-core-data-001
   [junit4]   2> 134789 WARN  (SUITE-TestCloudNestedDocsSort-seed#[A6398EDFF83E473B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 134790 INFO  (SUITE-TestCloudNestedDocsSort-seed#[A6398EDFF83E473B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 134790 INFO  (SUITE-TestCloudNestedDocsSort-seed#[A6398EDFF83E473B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 134791 INFO  (SUITE-TestCloudNestedDocsSort-seed#[A6398EDFF83E473B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001
   [junit4]   2> 134791 INFO  (SUITE-TestCloudNestedDocsSort-seed#[A6398EDFF83E473B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 134791 INFO  (Thread-126) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 134791 INFO  (Thread-126) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 134796 ERROR (Thread-126) [    ] 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> 134901 INFO  (SUITE-TestCloudNestedDocsSort-seed#[A6398EDFF83E473B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:57277
   [junit4]   2> 134912 INFO  (zkConnectionManagerCallback-178-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134920 INFO  (jetty-launcher-175-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> 134920 INFO  (jetty-launcher-175-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 134920 INFO  (jetty-launcher-175-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 134920 INFO  (jetty-launcher-175-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> 134920 INFO  (jetty-launcher-175-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 134922 INFO  (jetty-launcher-175-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 134922 INFO  (jetty-launcher-175-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 134922 INFO  (jetty-launcher-175-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 134924 INFO  (jetty-launcher-175-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f28604a{/solr,null,AVAILABLE}
   [junit4]   2> 134924 INFO  (jetty-launcher-175-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 134924 INFO  (jetty-launcher-175-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 134924 INFO  (jetty-launcher-175-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 134925 INFO  (jetty-launcher-175-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 134925 INFO  (jetty-launcher-175-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 134925 INFO  (jetty-launcher-175-thread-5) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 134926 INFO  (jetty-launcher-175-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 134926 INFO  (jetty-launcher-175-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 134926 INFO  (jetty-launcher-175-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 134927 INFO  (jetty-launcher-175-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@745d261e{/solr,null,AVAILABLE}
   [junit4]   2> 134928 INFO  (jetty-launcher-175-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@efaed5e{HTTP/1.1,[http/1.1]}{127.0.0.1:57281}
   [junit4]   2> 134928 INFO  (jetty-launcher-175-thread-1) [    ] o.e.j.s.Server Started @137242ms
   [junit4]   2> 134928 INFO  (jetty-launcher-175-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 134928 INFO  (jetty-launcher-175-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57281}
   [junit4]   2> 134928 INFO  (jetty-launcher-175-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 134928 INFO  (jetty-launcher-175-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 134928 ERROR (jetty-launcher-175-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 134928 INFO  (jetty-launcher-175-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@282458d7{/solr,null,AVAILABLE}
   [junit4]   2> 134928 INFO  (jetty-launcher-175-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 134928 INFO  (jetty-launcher-175-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 134929 INFO  (jetty-launcher-175-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 134929 INFO  (jetty-launcher-175-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-20T20:35:53.519018Z
   [junit4]   2> 134929 INFO  (jetty-launcher-175-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b7cfef4{/solr,null,AVAILABLE}
   [junit4]   2> 134929 INFO  (jetty-launcher-175-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1682fdca{HTTP/1.1,[http/1.1]}{127.0.0.1:57283}
   [junit4]   2> 134929 INFO  (jetty-launcher-175-thread-5) [    ] o.e.j.s.Server Started @137243ms
   [junit4]   2> 134929 INFO  (jetty-launcher-175-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57283}
   [junit4]   2> 134929 INFO  (jetty-launcher-175-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5449ec7f{HTTP/1.1,[http/1.1]}{127.0.0.1:57284}
   [junit4]   2> 134929 ERROR (jetty-launcher-175-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 134929 INFO  (jetty-launcher-175-thread-2) [    ] o.e.j.s.Server Started @137243ms
   [junit4]   2> 134929 INFO  (jetty-launcher-175-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57284}
   [junit4]   2> 134929 INFO  (jetty-launcher-175-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 134929 INFO  (jetty-launcher-175-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 134929 ERROR (jetty-launcher-175-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 134929 INFO  (jetty-launcher-175-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 134930 INFO  (jetty-launcher-175-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-20T20:35:53.519985Z
   [junit4]   2> 134930 INFO  (jetty-launcher-175-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 134930 INFO  (jetty-launcher-175-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 134930 INFO  (jetty-launcher-175-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 134931 INFO  (jetty-launcher-175-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-20T20:35:53.521113Z
   [junit4]   2> 134931 INFO  (jetty-launcher-175-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2257e8a7{/solr,null,AVAILABLE}
   [junit4]   2> 134930 INFO  (jetty-launcher-175-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5691f41a{HTTP/1.1,[http/1.1]}{127.0.0.1:57282}
   [junit4]   2> 134932 INFO  (jetty-launcher-175-thread-3) [    ] o.e.j.s.Server Started @137245ms
   [junit4]   2> 134932 INFO  (jetty-launcher-175-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57282}
   [junit4]   2> 134932 ERROR (jetty-launcher-175-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 134932 INFO  (jetty-launcher-175-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 134932 INFO  (jetty-launcher-175-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 134932 INFO  (jetty-launcher-175-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 134932 INFO  (jetty-launcher-175-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-20T20:35:53.522743Z
   [junit4]   2> 134933 INFO  (jetty-launcher-175-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a1c9b71{HTTP/1.1,[http/1.1]}{127.0.0.1:57286}
   [junit4]   2> 134933 INFO  (jetty-launcher-175-thread-4) [    ] o.e.j.s.Server Started @137247ms
   [junit4]   2> 134933 INFO  (jetty-launcher-175-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57286}
   [junit4]   2> 134934 INFO  (zkConnectionManagerCallback-180-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134936 INFO  (zkConnectionManagerCallback-182-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134936 INFO  (jetty-launcher-175-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 134937 ERROR (jetty-launcher-175-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 134937 INFO  (jetty-launcher-175-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 134938 INFO  (jetty-launcher-175-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 134938 INFO  (jetty-launcher-175-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 134938 INFO  (jetty-launcher-175-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-20T20:35:53.528095Z
   [junit4]   2> 134938 INFO  (jetty-launcher-175-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 134939 INFO  (zkConnectionManagerCallback-186-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134945 INFO  (zkConnectionManagerCallback-184-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134948 INFO  (jetty-launcher-175-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 134948 INFO  (jetty-launcher-175-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 134949 INFO  (zkConnectionManagerCallback-188-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134952 INFO  (jetty-launcher-175-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57277/solr
   [junit4]   2> 134953 INFO  (jetty-launcher-175-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57277/solr
   [junit4]   2> 134955 INFO  (jetty-launcher-175-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 134976 INFO  (zkConnectionManagerCallback-196-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134977 INFO  (zkConnectionManagerCallback-193-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134981 INFO  (jetty-launcher-175-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57277/solr
   [junit4]   2> 134986 INFO  (jetty-launcher-175-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57277/solr
   [junit4]   2> 134995 INFO  (zkConnectionManagerCallback-202-thread-1-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134996 INFO  (zkConnectionManagerCallback-200-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134997 INFO  (jetty-launcher-175-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57277/solr
   [junit4]   2> 135001 INFO  (zkConnectionManagerCallback-206-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135006 INFO  (zkConnectionManagerCallback-210-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135007 INFO  (zkConnectionManagerCallback-212-thread-1-processing-n:127.0.0.1:57281_solr) [n:127.0.0.1:57281_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135014 INFO  (zkConnectionManagerCallback-214-thread-1-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135017 INFO  (zkConnectionManagerCallback-216-thread-1-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135019 INFO  (zkConnectionManagerCallback-218-thread-1-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135094 INFO  (jetty-launcher-175-thread-1) [n:127.0.0.1:57281_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135097 INFO  (jetty-launcher-175-thread-1) [n:127.0.0.1:57281_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57281_solr
   [junit4]   2> 135100 INFO  (jetty-launcher-175-thread-1) [n:127.0.0.1:57281_solr    ] o.a.s.c.Overseer Overseer (id=72094770790662156-127.0.0.1:57281_solr-n_0000000000) starting
   [junit4]   2> 135183 INFO  (jetty-launcher-175-thread-1) [n:127.0.0.1:57281_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57281_solr
   [junit4]   2> 135189 INFO  (zkCallback-211-thread-1-processing-n:127.0.0.1:57281_solr) [n:127.0.0.1:57281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 135253 INFO  (jetty-launcher-175-thread-2) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 135261 INFO  (jetty-launcher-175-thread-2) [n:127.0.0.1:57284_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135268 INFO  (jetty-launcher-175-thread-2) [n:127.0.0.1:57284_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57284_solr
   [junit4]   2> 135272 INFO  (zkCallback-215-thread-1-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 135288 INFO  (zkCallback-211-thread-1-processing-n:127.0.0.1:57281_solr) [n:127.0.0.1:57281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 135330 INFO  (jetty-launcher-175-thread-5) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 135333 INFO  (jetty-launcher-175-thread-4) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 135336 INFO  (jetty-launcher-175-thread-5) [n:127.0.0.1:57283_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135341 INFO  (jetty-launcher-175-thread-4) [n:127.0.0.1:57286_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135342 INFO  (jetty-launcher-175-thread-5) [n:127.0.0.1:57283_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57283_solr
   [junit4]   2> 135346 INFO  (zkCallback-211-thread-1-processing-n:127.0.0.1:57281_solr) [n:127.0.0.1:57281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 135347 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 135359 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 135367 INFO  (zkCallback-215-thread-1-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 135368 INFO  (jetty-launcher-175-thread-3) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 135371 INFO  (jetty-launcher-175-thread-4) [n:127.0.0.1:57286_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57286_solr
   [junit4]   2> 135373 INFO  (jetty-launcher-175-thread-3) [n:127.0.0.1:57282_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135374 INFO  (zkCallback-215-thread-1-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 135374 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 135375 INFO  (zkCallback-211-thread-1-processing-n:127.0.0.1:57281_solr) [n:127.0.0.1:57281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 135377 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 135392 INFO  (jetty-launcher-175-thread-2) [n:127.0.0.1:57284_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57284.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135401 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 135407 INFO  (jetty-launcher-175-thread-2) [n:127.0.0.1:57284_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57284.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135408 INFO  (jetty-launcher-175-thread-2) [n:127.0.0.1:57284_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57284.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135421 INFO  (jetty-launcher-175-thread-3) [n:127.0.0.1:57282_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57282_solr
   [junit4]   2> 135423 INFO  (zkCallback-211-thread-1-processing-n:127.0.0.1:57281_solr) [n:127.0.0.1:57281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 135423 INFO  (zkCallback-215-thread-1-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 135424 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 135424 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 135424 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 135433 INFO  (jetty-launcher-175-thread-5) [n:127.0.0.1:57283_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57283.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135443 INFO  (jetty-launcher-175-thread-1) [n:127.0.0.1:57281_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57281.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135443 INFO  (jetty-launcher-175-thread-2) [n:127.0.0.1:57284_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.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node2/.
   [junit4]   2> 135451 INFO  (jetty-launcher-175-thread-5) [n:127.0.0.1:57283_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57283.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135451 INFO  (jetty-launcher-175-thread-5) [n:127.0.0.1:57283_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57283.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135452 INFO  (jetty-launcher-175-thread-5) [n:127.0.0.1:57283_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.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node5/.
   [junit4]   2> 135478 INFO  (jetty-launcher-175-thread-1) [n:127.0.0.1:57281_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57281.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135478 INFO  (jetty-launcher-175-thread-1) [n:127.0.0.1:57281_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57281.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135479 INFO  (jetty-launcher-175-thread-1) [n:127.0.0.1:57281_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.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node1/.
   [junit4]   2> 135499 INFO  (jetty-launcher-175-thread-4) [n:127.0.0.1:57286_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57286.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135527 INFO  (jetty-launcher-175-thread-3) [n:127.0.0.1:57282_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57282.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135559 INFO  (jetty-launcher-175-thread-4) [n:127.0.0.1:57286_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57286.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135559 INFO  (jetty-launcher-175-thread-4) [n:127.0.0.1:57286_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57286.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135565 INFO  (jetty-launcher-175-thread-4) [n:127.0.0.1:57286_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.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node4/.
   [junit4]   2> 135580 INFO  (jetty-launcher-175-thread-3) [n:127.0.0.1:57282_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57282.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135580 INFO  (jetty-launcher-175-thread-3) [n:127.0.0.1:57282_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57282.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 135581 INFO  (jetty-launcher-175-thread-3) [n:127.0.0.1:57282_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.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node3/.
   [junit4]   2> 135803 INFO  (zkConnectionManagerCallback-230-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135810 INFO  (zkConnectionManagerCallback-234-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135813 INFO  (SUITE-TestCloudNestedDocsSort-seed#[A6398EDFF83E473B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 135815 INFO  (SUITE-TestCloudNestedDocsSort-seed#[A6398EDFF83E473B]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57277/solr ready
   [junit4]   2> 137149 INFO  (qtp949583619-776) [n:127.0.0.1:57281_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&property.schema=schema.xml&property.config=solrconfig-minimal.xml&collection.configName=solrCloudCollectionConfig&name=collection1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 137164 INFO  (OverseerThreadFactory-423-thread-1-processing-n:127.0.0.1:57281_solr) [n:127.0.0.1:57281_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 137285 INFO  (OverseerStateUpdate-72094770790662156-127.0.0.1:57281_solr-n_0000000000) [n:127.0.0.1:57281_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57286/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137290 INFO  (OverseerStateUpdate-72094770790662156-127.0.0.1:57281_solr-n_0000000000) [n:127.0.0.1:57281_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57284/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137295 INFO  (OverseerStateUpdate-72094770790662156-127.0.0.1:57281_solr-n_0000000000) [n:127.0.0.1:57281_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57283/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137300 INFO  (OverseerStateUpdate-72094770790662156-127.0.0.1:57281_solr-n_0000000000) [n:127.0.0.1:57281_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57282/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 137524 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema.xml&property.config=solrconfig-minimal.xml&coreNodeName=core_node3&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 137524 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 137526 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema.xml&property.config=solrconfig-minimal.xml&coreNodeName=core_node8&name=collection1_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 137527 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 137529 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema.xml&property.config=solrconfig-minimal.xml&coreNodeName=core_node5&name=collection1_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 137530 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema.xml&property.config=solrconfig-minimal.xml&coreNodeName=core_node7&name=collection1_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 137530 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 137533 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 137661 INFO  (zkCallback-215-thread-1-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 137662 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 137662 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 137663 INFO  (zkCallback-215-thread-2-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 137664 INFO  (zkCallback-217-thread-2-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 137665 INFO  (zkCallback-213-thread-2-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 137666 INFO  (zkCallback-201-thread-2-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 137667 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 138601 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138602 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138609 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138611 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 138636 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.s.IndexSchema [collection1_shard2_replica_n4] Schema name=test
   [junit4]   2> 138642 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 138656 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.s.IndexSchema [collection1_shard2_replica_n6] Schema name=test
   [junit4]   2> 138660 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=test
   [junit4]   2> 138982 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 139003 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 139014 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 139038 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 139039 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57284.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 139039 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139039 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node2/collection1_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 139040 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 139040 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57286.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 139041 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139041 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node4/collection1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node4/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 139043 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=0.4384765625, floorSegmentMB=0.4609375, forceMergeDeletesPctAllowed=12.307114706651008, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 139044 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=0.4384765625, floorSegmentMB=0.4609375, forceMergeDeletesPctAllowed=12.307114706651008, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 139057 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 139062 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n6' using configuration from collection collection1, trusted=true
   [junit4]   2> 139063 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57282.solr.core.collection1.shard2.replica_n6' (registry 'solr.core.collection1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 139063 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139063 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SolrCore [[collection1_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node3/collection1_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node3/./collection1_shard2_replica_n6/data/]
   [junit4]   2> 139067 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=0.4384765625, floorSegmentMB=0.4609375, forceMergeDeletesPctAllowed=12.307114706651008, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 139100 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n4' using configuration from collection collection1, trusted=true
   [junit4]   2> 139101 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57283.solr.core.collection1.shard2.replica_n4' (registry 'solr.core.collection1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1f46a7
   [junit4]   2> 139101 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139101 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrCore [[collection1_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node5/collection1_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.join.TestCloudNestedDocsSort_A6398EDFF83E473B-001/tempDir-001/node5/./collection1_shard2_replica_n4/data/]
   [junit4]   2> 139105 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=0.4384765625, floorSegmentMB=0.4609375, forceMergeDeletesPctAllowed=12.307114706651008, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 139211 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 139211 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 139212 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 139213 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 139213 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 139213 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 139213 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 139214 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 139215 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 139225 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3405b0d0[collection1_shard1_replica_n1] main]
   [junit4]   2> 139225 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ee48914[collection1_shard2_replica_n6] main]
   [junit4]   2> 139227 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4fe47f28[collection1_shard1_replica_n2] main]
   [junit4]   2> 139228 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 139228 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 139229 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 139230 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 139230 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 139231 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 139231 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 139235 INFO  (searcherExecutor-436-thread-1-processing-n:127.0.0.1:57282_solr x:collection1_shard2_replica_n6 s:shard2 c:collection1 r:core_node8) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SolrCore [collection1_shard2_replica_n6] Registered new searcher Searcher@6ee48914[collection1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 139235 INFO  (searcherExecutor-435-thread-1-processing-n:127.0.0.1:57286_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@3405b0d0[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 139235 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 139236 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 139238 INFO  (searcherExecutor-434-thread-1-processing-n:127.0.0.1:57284_solr x:collection1_shard1_replica_n2 s:shard1 c:collection1 r:core_node5) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@4fe47f28[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 139247 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
   [junit4]   2> 139260 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 139261 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 139261 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 139261 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57284/solr/collection1_shard1_replica_n2/
   [junit4]   2> 139261 ERROR (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy No UpdateLog found - cannot sync
   [junit4]   2> 139261 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 139261 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 139269 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57284/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 139276 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 139276 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 139278 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 139288 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e318968[collection1_shard2_replica_n4] main]
   [junit4]   2> 139290 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 139291 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 139292 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 139293 INFO  (searcherExecutor-437-thread-1-processing-n:127.0.0.1:57283_solr x:collection1_shard2_replica_n4 s:shard2 c:collection1 r:core_node7) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrCore [collection1_shard2_replica_n4] Registered new searcher Searcher@3e318968[collection1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 139380 INFO  (zkCallback-215-thread-1-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139380 INFO  (zkCallback-217-thread-2-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139380 INFO  (zkCallback-213-thread-2-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139380 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139380 INFO  (zkCallback-201-thread-2-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139380 INFO  (zkCallback-215-thread-2-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139380 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139380 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139382 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 139385 INFO  (qtp728727687-780) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema.xml&property.config=solrconfig-minimal.xml&coreNodeName=core_node5&name=collection1_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=1856
   [junit4]   2> 139491 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139491 INFO  (zkCallback-201-thread-2-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139491 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139491 INFO  (zkCallback-215-thread-1-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139491 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139491 INFO  (zkCallback-213-thread-2-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139492 INFO  (zkCallback-217-thread-2-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139491 INFO  (zkCallback-215-thread-2-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139772 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 139772 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 139772 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57282/solr/collection1_shard2_replica_n6/
   [junit4]   2> 139772 ERROR (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SyncStrategy No UpdateLog found - cannot sync
   [junit4]   2> 139784 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 139784 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 139790 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57282/solr/collection1_shard2_replica_n6/ shard2
   [junit4]   2> 139900 INFO  (zkCallback-215-thread-2-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139900 INFO  (zkCallback-213-thread-2-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139900 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139900 INFO  (zkCallback-215-thread-1-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139900 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139900 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139900 INFO  (zkCallback-201-thread-2-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139900 INFO  (zkCallback-217-thread-2-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 139952 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 139954 INFO  (qtp1550825292-782) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema.xml&property.config=solrconfig-minimal.xml&coreNodeName=core_node8&name=collection1_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2428
   [junit4]   2> 140068 INFO  (zkCallback-215-thread-1-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140068 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140068 INFO  (zkCallback-215-thread-2-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140068 INFO  (zkCallback-217-thread-2-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140068 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140068 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140068 INFO  (zkCallback-201-thread-2-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140068 INFO  (zkCallback-213-thread-2-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140269 INFO  (qtp1891471299-784) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema.xml&property.config=solrconfig-minimal.xml&coreNodeName=core_node3&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=2745
   [junit4]   2> 140309 INFO  (qtp1245584920-778) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema.xml&property.config=solrconfig-minimal.xml&coreNodeName=core_node7&name=collection1_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2779
   [junit4]   2> 140317 INFO  (qtp949583619-776) [n:127.0.0.1:57281_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 140421 INFO  (zkCallback-201-thread-2-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140421 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57283_solr) [n:127.0.0.1:57283_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140421 INFO  (zkCallback-217-thread-2-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140421 INFO  (zkCallback-213-thread-2-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140421 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57282_solr) [n:127.0.0.1:57282_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140421 INFO  (zkCallback-215-thread-1-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140421 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:57286_solr) [n:127.0.0.1:57286_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 140421 INFO  (zkCallback-215-thread-2-processing-n:127.0.0.1:57284_solr) [n:127.0.0.1:57284_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 141181 INFO  (OverseerCollectionConfigSetProcessor-72094770790662156-127.0.0.1:57281_solr-n_0000000000) [n:127.0.0.1:57281_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 141320 INFO  (qtp949583619-776) [n:127.0.0.1:57281_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&property.schema=schema.xml&property.config=solrconfig-minimal.xml&collection.configName=solrCloudCollectionConfig&name=collection1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=4171
   [junit4]   2> 141321 INFO  (SUITE-TestCloudNestedDocsSort-seed#[A6398EDFF83E473B]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   1> -
   [junit4]   1> replica:core_node3 rstate:active live:true
   [junit4]   1> replica:core_node5 rstate:active live:true
   [junit4]   1> replica:core_node7 rstate:active live:true
   [junit4]   1> replica:core_node8 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 141322 INFO  (SUITE-TestCloudNestedDocsSort-seed#[A6398EDFF83E473B]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 141501 INFO  (qtp1245584920-799) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:57282/solr/collection1_shard2_replica_n6/&wt=javabin&version=2}{add=[-1363362739, -606074278, -618871048, 1444874567]} 0 84
   [junit4]   2> 141502 INFO  (qtp1550825292-792) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[-1363362739, -606074278, -618871048, 1444874567]} 0 139
   [junit4]   2> 141541 INFO  (qtp1891471299-810) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:57284/solr/collection1_shard1_replica_n2/&wt=javabin&version=2}{add=[2103750598, 592609334, -1272993381, 2058271494, 1999781871, -1297671224, -1500884437, -985834942, -1405905247]} 0 132
   [junit4]   2> 141541 INFO  (qtp728727687-815) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2103750598, 592609334, -1272993381, 2058271494, 1999781871, -1297671224, -1500884437, -985834942, -1405905247]} 0 165
   [junit4]   2> 141549 INFO  (qtp1891471299-811) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 141549 INFO  (qtp1891471299-811) [n:127.0.0.1:57286_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6486da2 commitCommandVersion:0
   [junit4]   2> 141551 INFO  (qtp1245584920-799) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 141551 INFO  (qtp1550825292-792) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 141551 INFO  (qtp1550825292-792) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@46cd8a91 commitCommandVersion:0
   [junit4]   2> 141551 INFO  (qtp728727687-816) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 141551 INFO  (qtp728727687-816) [n:127.0.0.1:57284_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2d5ecaa3 commitCommandVersion:0
   [junit4]   2> 141551 INFO  (qtp1245584920-799) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68e38b35 commitCommandVersion:0
   [junit4]   2> 141682 INFO  (qtp1550825292-792) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@62070fa9[collection1_shard2_replica_n6] main]
   [junit4]   2> 141683 INFO  (qtp1550825292-792) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 141684 INFO  (searcherExecutor-436-thread-1-processing-n:127.0.0.1:57282_solr x:collection1_shard2_replica_n6 s:shard2 c:collection1 r:core_node8) [n:127.0.0.1:57282_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SolrCore [collection1_shard2_replica_n6] Registered new searcher Searcher@62070fa9[collection1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C116)))}
   [junit4]   2> 141684 INFO  (qtp1245584920-799) [n:127.0.0.1:57283_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n

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

ty-closer-1138-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@303fc1b7: rootName = solr_58224, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@223bdd3b
   [junit4]   2> 540941 INFO  (jetty-closer-1138-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:58224_solr
   [junit4]   2> 540942 INFO  (jetty-closer-1138-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 540942 DEBUG (OverseerStateUpdate-72094794379689995-127.0.0.1:58224_solr-n_0000000002) [n:127.0.0.1:58224_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:58224_solr"} current state version: 0
   [junit4]   2> 540942 DEBUG (OverseerStateUpdate-72094794379689995-127.0.0.1:58224_solr-n_0000000002) [n:127.0.0.1:58224_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:58224_solr
   [junit4]   2> 540942 DEBUG (OverseerStateUpdate-72094794379689995-127.0.0.1:58224_solr-n_0000000002) [n:127.0.0.1:58224_solr    ] o.a.s.c.o.NodeMutator Update replica state for core_node4:{"core":"testNodeLost_shard1_replica_n2","base_url":"http://127.0.0.1:58224/solr","node_name":"127.0.0.1:58224_solr","state":"active","type":"NRT","leader":"true"} to down
   [junit4]   2> 540943 INFO  (zkCallback-1174-thread-5-processing-n:127.0.0.1:58224_solr) [n:127.0.0.1:58224_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 540943 INFO  (coreCloseExecutor-2100-thread-1) [n:127.0.0.1:58224_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore [testNodeLost_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@34e07d44
   [junit4]   2> 540943 INFO  (coreCloseExecutor-2100-thread-1) [n:127.0.0.1:58224_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testNodeLost.shard1.replica_n2, tag=887127364
   [junit4]   2> 540943 INFO  (coreCloseExecutor-2100-thread-1) [n:127.0.0.1:58224_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4a725ee0: rootName = solr_58224, domain = solr.core.testNodeLost.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.testNodeLost.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@2ed9d0eb
   [junit4]   2> 540943 DEBUG (OverseerStateUpdate-72094794379689995-127.0.0.1:58224_solr-n_0000000002) [n:127.0.0.1:58224_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 7
   [junit4]   2> 540944 INFO  (zkCallback-1174-thread-4-processing-n:127.0.0.1:58224_solr) [n:127.0.0.1:58224_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 540944 INFO  (zkCallback-1174-thread-2-processing-n:127.0.0.1:58224_solr) [n:127.0.0.1:58224_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 540950 INFO  (coreCloseExecutor-2100-thread-1) [n:127.0.0.1:58224_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testNodeLost.shard1.leader, tag=887127364
   [junit4]   2> 540953 INFO  (jetty-closer-1138-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72094794379689995-127.0.0.1:58224_solr-n_0000000002) closing
   [junit4]   2> 540953 INFO  (OverseerStateUpdate-72094794379689995-127.0.0.1:58224_solr-n_0000000002) [n:127.0.0.1:58224_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58224_solr
   [junit4]   2> 540954 WARN  (OverseerAutoScalingTriggerThread-72094794379689995-127.0.0.1:58224_solr-n_0000000002) [n:127.0.0.1:58224_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 540955 DEBUG (jetty-closer-1138-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 540957 INFO  (jetty-closer-1138-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@71e4e54{/solr,null,UNAVAILABLE}
   [junit4]   2> 540957 INFO  (jetty-closer-1138-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 540958 ERROR (SUITE-ComputePlanActionTest-seed#[A6398EDFF83E473B]-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> 540958 INFO  (SUITE-ComputePlanActionTest-seed#[A6398EDFF83E473B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58210 58210
   [junit4]   2> 540960 INFO  (Thread-1031) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58210 58210
   [junit4]   2> 541085 WARN  (Thread-1031) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	15	/solr/clusterprops.json
   [junit4]   2> 	11	/solr/configs/conf
   [junit4]   2> 	10	/solr/security.json
   [junit4]   2> 	9	/solr/collections/testNodeWithMultipleReplicasLost/terms/shard2
   [junit4]   2> 	9	/solr/collections/testNodeWithMultipleReplicasLost/terms/shard1
   [junit4]   2> 	6	/solr/collections/testSelected2/terms/shard1
   [junit4]   2> 	5	/solr/collections/testNodeLost/terms/shard1
   [junit4]   2> 	5	/solr/collections/testNodeAdded/terms/shard1
   [junit4]   2> 	5	/solr/collections/testSelected1/terms/shard2
   [junit4]   2> 	5	/solr/collections/testSelected1/terms/shard1
   [junit4]   2> 	5	/solr/collections/testSelected2/terms/shard2
   [junit4]   2> 	5	/solr/collections/testSelected3/terms/shard2
   [junit4]   2> 	5	/solr/collections/testSelected3/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	41	/solr/collections/testSelected2/state.json
   [junit4]   2> 	39	/solr/collections/testSelected1/state.json
   [junit4]   2> 	35	/solr/collections/testNodeWithMultipleReplicasLost/state.json
   [junit4]   2> 	32	/solr/collections/testSelected3/state.json
   [junit4]   2> 	16	/solr/collections/testNodeLost/state.json
   [junit4]   2> 	15	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/collections/testNodeAdded/state.json
   [junit4]   2> 	6	/solr/overseer_elect/election/72094794379689995-127.0.0.1:58224_solr-n_0000000002
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	55	/solr/live_nodes
   [junit4]   2> 	40	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_trigger
   [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.ComputePlanActionTest_A6398EDFF83E473B-001
   [junit4]   2> Feb 20, 2018 8:42:39 PM 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): {}, docValues:{}, maxPointsInLeafNode=178, maxMBSortInHeap=5.392788030216834, sim=RandomSimilarity(queryNorm=false): {}, locale=mzn-IR, timezone=Etc/GMT+0
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=189597656,total=405798912
   [junit4]   2> NOTE: All tests run in this JVM: [TestHashPartitioner, TestRandomDVFaceting, TestSerializedLuceneMatchVersion, TestTolerantUpdateProcessorRandomCloud, BlockCacheTest, TestStressVersions, TestDistributedMissingSort, TestNamedUpdateProcessors, TestPullReplicaErrorHandling, CoreAdminRequestStatusTest, OverseerStatusTest, TestLargeCluster, GraphQueryTest, TestUpdate, TestRTimerTree, DocExpirationUpdateProcessorFactoryTest, CdcrVersionReplicationTest, SuggesterTest, SimplePostToolTest, TestEmbeddedSolrServerConstructors, BasicAuthIntegrationTest, TestDistributedGrouping, AtomicUpdateProcessorFactoryTest, TestSolrQueryResponse, TestCloudManagedSchema, HLLSerializationTest, DirectUpdateHandlerTest, TestDFRSimilarityFactory, DistanceUnitsTest, TestMiniSolrCloudClusterSSL, SuggestComponentTest, OverseerModifyCollectionTest, TestBadConfig, CoreSorterTest, TestCollapseQParserPlugin, CleanupOldIndexTest, SegmentsInfoRequestHandlerTest, HdfsBasicDistributedZk2Test, DeleteStatusTest, TestDocSet, TestExpandComponent, TestNodeLostTrigger, TestPayloadScoreQParserPlugin, AddBlockUpdateTest, TestStressReorder, BufferStoreTest, ReplicaListTransformerTest, ClassificationUpdateProcessorTest, TimeZoneUtilsTest, UninvertDocValuesMergePolicyTest, TestFieldTypeCollectionResource, SpellCheckCollatorWithCollapseTest, SortSpecParsingTest, ShardRoutingTest, QueryParsingTest, HighlighterConfigTest, ResponseHeaderTest, TestClusterStateMutator, TestUseDocValuesAsStored2, TestSolrCloudWithDelegationTokens, ComputePlanActionTest]
   [junit4] Completed [644/777 (2!)] on J1 in 46.93s, 4 tests, 1 failure <<< FAILURES!

[...truncated 41647 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 463 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/463/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.analytics.facet.ValueFacetTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.analytics.facet.ValueFacetTest:     1) Thread[id=680, name=qtp1702623346-680, state=TIMED_WAITING, group=TGRP-ValueFacetTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192)         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.analytics.facet.ValueFacetTest: 
   1) Thread[id=680, name=qtp1702623346-680, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([7DBA490494AB0410]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.analytics.facet.ValueFacetTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=680, name=qtp1702623346-680, state=TIMED_WAITING, group=TGRP-ValueFacetTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192)         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=680, name=qtp1702623346-680, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([7DBA490494AB0410]:0)




Build Log:
[...truncated 17882 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.ValueFacetTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-analytics/test/J0/temp/solr.analytics.facet.ValueFacetTest_7DBA490494AB0410-001/init-core-data-001
   [junit4]   2> Feb 20, 2018 12:08:46 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> Feb 20, 2018 12:09:06 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.analytics.facet.ValueFacetTest: 
   [junit4]   2>    1) Thread[id=680, name=qtp1702623346-680, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
   [junit4]   2>         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Feb 20, 2018 12:09:06 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=680, name=qtp1702623346-680, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
   [junit4]   2> Feb 20, 2018 12:09:09 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=680, name=qtp1702623346-680, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
   [junit4]   2>         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {string_s=PostingsFormat(name=Direct), id=Lucene50(blocksize=128), string_sm=BlockTreeOrds(blocksize=128)}, docValues:{int_i=DocValuesFormat(name=Lucene70), double_dm=DocValuesFormat(name=Lucene70), float_fm=DocValuesFormat(name=Asserting), int_im=DocValuesFormat(name=Asserting), date_dt=DocValuesFormat(name=Lucene70), date_dtm=DocValuesFormat(name=Direct), long_lm=DocValuesFormat(name=Direct), double_d=DocValuesFormat(name=Asserting), float_f=DocValuesFormat(name=Lucene70), long_l=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Direct), string_s=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70), string_sm=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=902, maxMBSortInHeap=7.736711387865962, sim=RandomSimilarity(queryNorm=true): {}, locale=as-IN, timezone=Asia/Saigon
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=2,free=73684888,total=261095424
   [junit4]   2> NOTE: All tests run in this JVM: [OverallAnalyticsTest, FloorFunctionTest, CastingDateValueTest, StringFieldsTest, TopFunctionTest, LegacyRangeFacetCloudTest, DateParseFunctionTest, LegacyAbstractAnalyticsTest, AddFunctionTest, LTEFunctionTest, LegacyNoFacetTest, CastingStringValueTest, BooleanFieldsTest, ConcatFunctionTest, CastingIntValueTest, QueryFacetTest, StringCastFunctionTest, ExpressionFactoryTest, ReplaceFunctionTest, BottomFunctionTest, ValueFacetTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ValueFacetTest -Dtests.seed=7DBA490494AB0410 -Dtests.slow=true -Dtests.locale=as-IN -Dtests.timezone=Asia/Saigon -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | ValueFacetTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.analytics.facet.ValueFacetTest: 
   [junit4]    >    1) Thread[id=680, name=qtp1702623346-680, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192)
   [junit4]    >         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7DBA490494AB0410]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=680, name=qtp1702623346-680, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192)
   [junit4]    >         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7DBA490494AB0410]:0)
   [junit4] Completed [78/78 (1!)] on J0 in 58.00s, 11 tests, 2 errors <<< FAILURES!

[...truncated 6091 lines...]
-validate-source-patterns:
[source-patterns] invalid logging pattern [not private static final, uses static class name]: solr/contrib/prometheus-exporter/src/java/org/apache/solr/prometheus/collector/SolrCollector.java
[source-patterns] invalid logging pattern [not private static final, uses static class name]: solr/contrib/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/SolrExporter.java
[source-patterns] invalid logging pattern [not private static final, uses static class name]: solr/contrib/prometheus-exporter/src/java/org/apache/solr/prometheus/scraper/SolrScraper.java

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:618: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:128: Found 3 violations in source files (invalid logging pattern [not private static final, uses static class name]).

Total time: 98 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 462 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/462/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Error from server at http://127.0.0.1:61498/solr: create the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:61498/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([4FBB6ACF56817E88:C7EF5515F87D1370]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.ReplaceNodeTest.test(ReplaceNodeTest.java:86)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([4FBB6ACF56817E88:C7EF5515F87D1370]: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([4FBB6ACF56817E88:2247CE32ECC9818F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:241)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12674 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> 647403 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[4FBB6ACF56817E88]-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/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/init-core-data-001
   [junit4]   2> 647403 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[4FBB6ACF56817E88]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 647403 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[4FBB6ACF56817E88]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 647404 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[4FBB6ACF56817E88]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 647404 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[4FBB6ACF56817E88]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001
   [junit4]   2> 647405 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[4FBB6ACF56817E88]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 647405 INFO  (Thread-1552) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 647405 INFO  (Thread-1552) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 647410 ERROR (Thread-1552) [    ] 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> 647515 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[4FBB6ACF56817E88]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:54027
   [junit4]   2> 647527 INFO  (zkConnectionManagerCallback-1914-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 647531 INFO  (jetty-launcher-1911-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> 647531 INFO  (jetty-launcher-1911-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> 647532 INFO  (jetty-launcher-1911-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> 647533 INFO  (jetty-launcher-1911-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 647533 INFO  (jetty-launcher-1911-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 647533 INFO  (jetty-launcher-1911-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 647534 INFO  (jetty-launcher-1911-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 647534 INFO  (jetty-launcher-1911-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 647534 INFO  (jetty-launcher-1911-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 647536 INFO  (jetty-launcher-1911-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@753812f0{/solr,null,AVAILABLE}
   [junit4]   2> 647536 INFO  (jetty-launcher-1911-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 647538 INFO  (jetty-launcher-1911-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 647539 INFO  (jetty-launcher-1911-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 647539 INFO  (jetty-launcher-1911-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@429ebb23{/solr,null,AVAILABLE}
   [junit4]   2> 647539 INFO  (jetty-launcher-1911-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ddc2fe1{/solr,null,AVAILABLE}
   [junit4]   2> 647540 INFO  (jetty-launcher-1911-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@70000843{HTTP/1.1,[http/1.1]}{127.0.0.1:54029}
   [junit4]   2> 647540 INFO  (jetty-launcher-1911-thread-2) [    ] o.e.j.s.Server Started @649590ms
   [junit4]   2> 647540 INFO  (jetty-launcher-1911-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4bf12ace{HTTP/1.1,[http/1.1]}{127.0.0.1:54031}
   [junit4]   2> 647540 INFO  (jetty-launcher-1911-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54029}
   [junit4]   2> 647540 INFO  (jetty-launcher-1911-thread-1) [    ] o.e.j.s.Server Started @649590ms
   [junit4]   2> 647540 INFO  (jetty-launcher-1911-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54031}
   [junit4]   2> 647541 ERROR (jetty-launcher-1911-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 647541 ERROR (jetty-launcher-1911-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 647541 INFO  (jetty-launcher-1911-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 647541 INFO  (jetty-launcher-1911-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 647541 INFO  (jetty-launcher-1911-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 647541 INFO  (jetty-launcher-1911-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-19T23:56:13.604701Z
   [junit4]   2> 647542 INFO  (jetty-launcher-1911-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@64e51c7e{HTTP/1.1,[http/1.1]}{127.0.0.1:54030}
   [junit4]   2> 647542 INFO  (jetty-launcher-1911-thread-3) [    ] o.e.j.s.Server Started @649592ms
   [junit4]   2> 647542 INFO  (jetty-launcher-1911-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54030}
   [junit4]   2> 647542 INFO  (jetty-launcher-1911-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 647542 INFO  (jetty-launcher-1911-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 647543 INFO  (jetty-launcher-1911-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 647543 INFO  (jetty-launcher-1911-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-19T23:56:13.606554Z
   [junit4]   2> 647550 ERROR (jetty-launcher-1911-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 647551 INFO  (jetty-launcher-1911-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 647551 INFO  (jetty-launcher-1911-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 647551 INFO  (jetty-launcher-1911-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 647551 INFO  (jetty-launcher-1911-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-19T23:56:13.614475Z
   [junit4]   2> 647552 INFO  (zkConnectionManagerCallback-1918-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 647553 INFO  (zkConnectionManagerCallback-1916-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 647553 INFO  (jetty-launcher-1911-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 647553 INFO  (zkConnectionManagerCallback-1920-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 647554 INFO  (jetty-launcher-1911-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 647554 INFO  (jetty-launcher-1911-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 647561 INFO  (jetty-launcher-1911-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54027/solr
   [junit4]   2> 647562 INFO  (jetty-launcher-1911-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54027/solr
   [junit4]   2> 647563 INFO  (jetty-launcher-1911-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54027/solr
   [junit4]   2> 647564 INFO  (zkConnectionManagerCallback-1926-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 647564 INFO  (zkConnectionManagerCallback-1929-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 647565 INFO  (zkConnectionManagerCallback-1932-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 647568 INFO  (zkConnectionManagerCallback-1934-thread-1-processing-n:127.0.0.1:54029_solr) [n:127.0.0.1:54029_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 647569 INFO  (zkConnectionManagerCallback-1936-thread-1-processing-n:127.0.0.1:54031_solr) [n:127.0.0.1:54031_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 647570 INFO  (zkConnectionManagerCallback-1938-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 647772 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:54031_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 647772 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:54030_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 647772 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:54029_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 647773 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:54030_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54030_solr
   [junit4]   2> 647774 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:54031_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54031_solr
   [junit4]   2> 647774 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:54029_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54029_solr
   [junit4]   2> 647775 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:54030_solr    ] o.a.s.c.Overseer Overseer (id=72089896227635209-127.0.0.1:54030_solr-n_0000000000) starting
   [junit4]   2> 647777 INFO  (zkCallback-1933-thread-1-processing-n:127.0.0.1:54029_solr) [n:127.0.0.1:54029_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 647779 INFO  (zkCallback-1935-thread-1-processing-n:127.0.0.1:54031_solr) [n:127.0.0.1:54031_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 647780 INFO  (zkCallback-1937-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 647793 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 647793 DEBUG (OverseerAutoScalingTriggerThread-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 647795 DEBUG (OverseerAutoScalingTriggerThread-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 647796 DEBUG (OverseerAutoScalingTriggerThread-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:54029_solr, 127.0.0.1:54031_solr]
   [junit4]   2> 647797 DEBUG (OverseerAutoScalingTriggerThread-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 647797 DEBUG (OverseerAutoScalingTriggerThread-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 647797 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:54030_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54030_solr
   [junit4]   2> 647799 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:54030_solr"} current state version: 0
   [junit4]   2> 647799 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:54030_solr
   [junit4]   2> 647810 INFO  (zkCallback-1933-thread-1-processing-n:127.0.0.1:54029_solr) [n:127.0.0.1:54029_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 647810 INFO  (zkCallback-1935-thread-1-processing-n:127.0.0.1:54031_solr) [n:127.0.0.1:54031_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 647810 INFO  (zkCallback-1937-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 647812 DEBUG (OverseerAutoScalingTriggerThread-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 647812 DEBUG (OverseerAutoScalingTriggerThread-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 647813 DEBUG (ScheduledTrigger-3528-thread-1) [n:127.0.0.1:54030_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 647855 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:54029_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54029.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@435879e
   [junit4]   2> 647857 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:54031_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54031.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@435879e
   [junit4]   2> 647871 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:54029_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54029.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@435879e
   [junit4]   2> 647871 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:54029_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54029.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@435879e
   [junit4]   2> 647872 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:54031_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54031.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@435879e
   [junit4]   2> 647873 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:54031_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54031.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@435879e
   [junit4]   2> 647873 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:54029_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/.
   [junit4]   2> 647874 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:54031_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node1/.
   [junit4]   2> 647878 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:54030_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54030.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@435879e
   [junit4]   2> 647887 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:54030_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54030.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@435879e
   [junit4]   2> 647888 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:54030_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54030.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@435879e
   [junit4]   2> 647889 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:54030_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/.
   [junit4]   2> 648011 INFO  (zkConnectionManagerCallback-1946-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 648014 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 0x1001d60f08b000a, likely client has closed socket
   [junit4]   2> 648040 INFO  (zkConnectionManagerCallback-1950-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 648041 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[4FBB6ACF56817E88]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 648057 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[4FBB6ACF56817E88]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54027/solr ready
   [junit4]   2> 648072 INFO  (qtp448059030-8297) [n:127.0.0.1:54029_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 648076 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 648082 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 648086 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 648089 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 648105 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 648107 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 648110 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 648114 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 648116 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 648119 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 648122 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 648125 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 648127 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 648129 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 648136 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 648139 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 648141 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 648145 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 648148 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 648166 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 648171 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 648174 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 648178 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 648187 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 648190 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 648193 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 648196 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 648200 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 648203 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 648205 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 648208 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 648210 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 648212 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 648215 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 648219 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 648222 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 648225 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 648228 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 648231 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 648234 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 648237 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 648240 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 648243 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 648247 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 648250 INFO  (OverseerThreadFactory-3530-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 648264 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 648264 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 648265 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 648380 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54030/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 648380 INFO  (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54030/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 648383 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 648383 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54030/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 648386 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54029/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 648386 INFO  (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54029/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 648388 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54030/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 648388 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54030/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:54029/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 648390 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54031/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 648390 INFO  (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54031/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 648391 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54030/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:54029/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 648391 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54030/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:54029/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:54031/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 648503 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 648618 INFO  (qtp448059030-8302) [n:127.0.0.1:54029_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 648619 INFO  (qtp448059030-8302) [n:127.0.0.1:54029_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 648628 INFO  (qtp11498771-8301) [n:127.0.0.1:54031_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 648630 INFO  (qtp11498771-8301) [n:127.0.0.1:54031_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 648629 INFO  (qtp299968252-8306) [n:127.0.0.1:54030_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 648639 INFO  (qtp299968252-8306) [n:127.0.0.1:54030_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 648650 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54029/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54029_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 648650 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54029/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54029_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 648650 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"http://127.0.0.1:54029/solr","node_name":"127.0.0.1:54029_solr","state":"down","type":"NRT"}
   [junit4]   2> 648650 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:54030/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:54029/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54029_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:54031/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 648653 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54031/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54031_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 648653 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54031/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54031_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 648653 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"http://127.0.0.1:54031/solr","node_name":"127.0.0.1:54031_solr","state":"down","type":"NRT"}
   [junit4]   2> 648653 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:54030/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:54029/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54029_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:54031/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54031_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 648653 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54030/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54030_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 648653 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54030/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54030_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 648653 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"http://127.0.0.1:54030/solr","node_name":"127.0.0.1:54030_solr","state":"down","type":"NRT"}
   [junit4]   2> 648653 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:54030/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54030_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:54029/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54029_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:54031/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54031_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 648764 DEBUG (OverseerStateUpdate-72089896227635209-127.0.0.1:54030_solr-n_0000000000) [n:127.0.0.1:54030_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 648765 INFO  (zkCallback-1933-thread-1-processing-n:127.0.0.1:54029_solr) [n:127.0.0.1:54029_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 648765 INFO  (zkCallback-1935-thread-1-processing-n:127.0.0.1:54031_solr) [n:127.0.0.1:54031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 648766 INFO  (zkCallback-1937-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 648767 INFO  (zkCallback-1937-thread-2-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 648768 INFO  (zkCallback-1933-thread-2-processing-n:127.0.0.1:54029_solr) [n:127.0.0.1:54029_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 648769 INFO  (zkCallback-1935-thread-2-processing-n:127.0.0.1:54031_solr) [n:127.0.0.1:54031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 648820 DEBUG (ScheduledTrigger-3528-thread-1) [n:127.0.0.1:54030_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 649719 INFO  (qtp448059030-8302) [n:127.0.0.1:54029_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 649719 INFO  (qtp448059030-8302) [n:127.0.0.1:54029_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 649720 WARN  (qtp448059030-8302) [n:127.0.0.1:54029_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 649720 WARN  (qtp448059030-8302) [n:127.0.0.1:54029_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 649720 WARN  (qtp448059030-8302) [n:127.0.0.1:54029_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 649721 WARN  (qtp448059030-8302) [n:127.0.0.1:54029_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 649721 WARN  (qtp448059030-8302) [n:127.0.0.1:54029_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 649729 WARN  (qtp448059030-8302) [n:127.0.0.1:54029_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 649730 WARN  (qtp448059030-8302) [n:127.0.0.1:54029_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 649730 WARN  (qtp448059030-8302) [n:127.0.0.1:54029_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 649729 INFO  (qtp299968252-8306) [n:127.0.0.1:54030_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 649735 INFO  (qtp299968252-8306) [n:127.0.0.1:54030_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 649812 INFO  (qtp448059030-8302) [n:127.0.0.1:54029_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 649814 WARN  (qtp299968252-8306) [n:127.0.0.1:54030_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 649814 WARN  (qtp299968252-8306) [n:127.0.0.1:54030_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 649814 WARN  (qtp299968252-8306) [n:127.0.0.1:54030_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 649815 WARN  (qtp299968252-8306) [n:127.0.0.1:54030_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 649815 WARN  (qtp299968252-8306) [n:127.0.0.1:54030_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 649815 WARN  (qtp299968252-8306) [n:127.0.0.1:54030_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 649815 WARN  (qtp299968252-8306) [n:127.0.0.1:54030_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 649815 WARN  (qtp299968252-8306) [n:127.0.0.1:54030_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 649822 INFO  (qtp299968252-8306) [n:127.0.0.1:54030_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 649851 DEBUG (ScheduledTrigger-3528-thread-2) [n:127.0.0.1:54030_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 649855 INFO  (qtp11498771-8301) [n:127.0.0.1:54031_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 649855 INFO  (qtp11498771-8301) [n:127.0.0.1:54031_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 649856 WARN  (qtp11498771-8301) [n:127.0.0.1:54031_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 649857 WARN  (qtp11498771-8301) [n:127.0.0.1:54031_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 649857 WARN  (qtp11498771-8301) [n:127.0.0.1:54031_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 649857 WARN  (qtp11498771-8301) [n:127.0.0.1:54031_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_4FBB6ACF56817E88-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 649857 WARN

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

7851-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2679019 WARN  (zkCallback-7874-thread-4-processing-n:127.0.0.1:61495_solr) [n:127.0.0.1:61495_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2679020 INFO  (jetty-closer-7851-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@615268a1{/solr,null,UNAVAILABLE}
   [junit4]   2> 2679020 INFO  (jetty-closer-7851-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2679026 ERROR (SUITE-ReplaceNodeTest-seed#[4FBB6ACF56817E88]-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> 2679027 INFO  (SUITE-ReplaceNodeTest-seed#[4FBB6ACF56817E88]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61493 61493
   [junit4]   2> 2679175 INFO  (Thread-4471) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61493 61493
   [junit4]   2> 2679278 WARN  (Thread-4471) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	5	/solr/collections/replacenodetest_coll/state.json
   [junit4]   2> 	5	/solr/collections/replacenodetest_coll/terms/shard5
   [junit4]   2> 	5	/solr/collections/replacenodetest_coll/terms/shard1
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	2	/solr/collections/replacenodetest_coll/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/collections/replacenodetest_coll/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72090017345962002-127.0.0.1:61497_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72090017345961994-127.0.0.1:61501_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [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.ReplaceNodeTest_4FBB6ACF56817E88-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=true): {}, locale=tr, timezone=Pacific/Tongatapu
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=149714136,total=523239424
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetImmutable, TestJavabinTupleStreamParser, AssignTest, MBeansHandlerTest, TestMinMaxOnMultiValuedField, ZkNodePropsTest, TestChildDocTransformer, TestPointFields, SpellingQueryConverterTest, TestEmbeddedSolrServerAdminHandler, TestLegacyField, DataDrivenBlockJoinTest, HdfsBasicDistributedZkTest, TestSubQueryTransformerCrossCore, TestSortByMinMaxFunction, ForceLeaderTest, UnloadDistributedZkTest, OutOfBoxZkACLAndCredentialsProvidersTest, InfixSuggestersTest, TestQuerySenderNoQuery, TestLegacyNumericRangeQueryBuilder, TestSolrCloudSnapshots, SuggesterTSTTest, LegacyCloudClusterPropTest, TestCursorMarkWithoutUniqueKey, TestUninvertingReader, BasicAuthStandaloneTest, TestHttpShardHandlerFactory, LukeRequestHandlerTest, LeaderElectionContextKeyTest, TestCSVResponseWriter, MoveReplicaHDFSTest, BlockJoinFacetSimpleTest, AtomicUpdatesTest, TestCloudNestedDocsSort, TestPseudoReturnFields, ZkStateReaderTest, TermVectorComponentDistributedTest, TestNumericRangeQuery64, SolrIndexConfigTest, SolrIndexMetricsTest, ChangedSchemaMergeTest, MetricUtilsTest, TestSolrJ, TestDeleteCollectionOnDownNodes, TestPolicyCloud, MetricsHandlerTest, TestRestManager, TestDelegationWithHadoopAuth, TestLFUCache, TestLeaderElectionZkExpiry, SOLR749Test, AutoAddReplicasIntegrationTest, TestHighFrequencyDictionaryFactory, TestCollationField, TestTrie, TestBinaryField, UpdateLogTest, TestRangeQuery, DistributedVersionInfoTest, TestDefaultStatsCache, TestSQLHandler, DateFieldTest, IndexSchemaRuntimeFieldTest, TestNodeAddedTrigger, TestNumericTerms32, RAMDirectoryFactoryTest, TermsComponentTest, CdcrReplicationDistributedZkTest, StressHdfsTest, CloudExitableDirectoryReaderTest, TestReplicationHandler, TestConfigSetsAPIZkFailure, TestSolrConfigHandler, DirectoryFactoryTest, XmlUpdateRequestHandlerTest, TestGeoJSONResponseWriter, V2StandaloneTest, UtilsToolTest, TestCollectionAPIs, DateRangeFieldTest, EnumFieldTest, StatelessScriptUpdateProcessorFactoryTest, DistributedFacetPivotSmallTest, TestCoreAdminApis, OpenExchangeRatesOrgProviderTest, SynonymTokenizerTest, DeleteShardTest, TestFieldCacheWithThreads, TestTrieFacet, HdfsRecoverLeaseTest, HDFSCollectionsAPITest, TestCloudJSONFacetJoinDomain, ShufflingReplicaListTransformerTest, TestGenericDistributedQueue, ExecutePlanActionTest, TestSolrCLIRunExample, AddReplicaTest, TestTriggerIntegration, CurrencyRangeFacetCloudTest, TestObjectReleaseTracker, TestCloudPseudoReturnFields, StatsComponentTest, TestHalfAndHalfDocValues, TestJsonRequest, DistributedFacetPivotLongTailTest, NumberUtilsTest, TestDFISimilarityFactory, ConnectionReuseTest, RecoveryZkTest, FileUtilsTest, TestIBSimilarityFactory, AlternateDirectoryTest, TimeRoutedAliasUpdateProcessorTest, SolrGraphiteReporterTest, TestManagedSchemaAPI, TestSmileRequest, DistributedSuggestComponentTest, BitVectorTest, TestPullReplica, OverseerTaskQueueTest, SearchRateTriggerTest, MissingSegmentRecoveryTest, TestSchemaVersionResource, CdcrBidirectionalTest, FastVectorHighlighterTest, TestReqParamsAPI, TestTolerantSearch, TestCloudDeleteByQuery, MultiThreadedOCPTest, SearchHandlerTest, CdcrRequestHandlerTest, HdfsChaosMonkeySafeLeaderTest, TestTrackingShardHandlerFactory, SecurityConfHandlerTest, SuggesterFSTTest, ResourceLoaderTest, TestFieldCacheSortRandom, TestZkChroot, TestPhraseSuggestions, TestCloudSchemaless, LargeFieldTest, TestMultiValuedNumericRangeQuery, TestAuthorizationFramework, CursorPagingTest, TestSystemCollAutoCreate, QueryElevationComponentTest, TestOmitPositions, TestRecoveryHdfs, TestSolrConfigHandlerCloud, TestDynamicLoading, RecoveryAfterSoftCommitTest, ConfigureRecoveryStrategyTest, BigEndianAscendingWordDeserializerTest, PluginInfoTest, HttpPartitionTest, HdfsUnloadDistributedZkTest, TestHashQParserPlugin, TestConfigSetsAPI, CustomCollectionTest, TestJoin, TestShortCircuitedRequests, SampleTest, DistribJoinFromCollectionTest, TestStressCloudBlindAtomicUpdates, TestQueryUtils, TestOnReconnectListenerSupport, HdfsThreadLeakTest, HdfsDirectoryTest, PreAnalyzedUpdateProcessorTest, TestMacros, TestSolrCloudWithKerberosAlt, DistributedQueryComponentCustomSortTest, ClassificationUpdateProcessorIntegrationTest, TestSurroundQueryParser, OverseerCollectionConfigSetProcessorTest, FullHLLTest, UUIDUpdateProcessorFallbackTest, TestConfigReload, SolrCLIZkUtilsTest, TestCollectionAPI, TestExclusionRuleCollectionAccess, HdfsDirectoryFactoryTest, TestUtilizeNode, TestComplexPhraseLeadingWildcard, RequestLoggingTest, TestFaceting, TestRecovery, TestRealTimeGet, TestStressReorder, TestReload, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, HighlighterTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoBeanTest, CacheHeaderTest, DisMaxRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, RequestHandlersTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, HighlighterConfigTest, UpdateParamsTest, CopyFieldTest, TestMergePolicyConfig, MultiTermTest, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestBM25SimilarityFactory, TestFastWriter, TestFastOutputStream, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestJettySolrRunner, AssignBackwardCompatibilityTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest, CollectionsAPISolrJTest, DistribCursorPagingTest, DocValuesNotIndexedTest, LeaderFailoverAfterPartitionTest, MoveReplicaHDFSFailoverTest, MoveReplicaTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest]
   [junit4] Completed [569/777 (3!)] on J0 in 183.68s, 1 test, 1 error <<< FAILURES!

[...truncated 41862 lines...]