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/01/24 19:11:11 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1644 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1644/
Java: 64bit/jdk1.8.0 -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([55D11B3EBB1AD2B5:EFDD2CB1E4F204FA]: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:1575)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testNodeLost

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([55D11B3EBB1AD2B5:EAC4D5C038F0B733]:0)
	at org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.waitForState(SimSolrCloudTestCase.java:271)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.doTestNodeLost(TestLargeCluster.java:456)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testNodeLost(TestLargeCluster.java:298)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12359 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> 1126004 INFO  (SUITE-TriggerIntegrationTest-seed#[55D11B3EBB1AD2B5]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_55D11B3EBB1AD2B5-001/init-core-data-001
   [junit4]   2> 1126005 WARN  (SUITE-TriggerIntegrationTest-seed#[55D11B3EBB1AD2B5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1126005 INFO  (SUITE-TriggerIntegrationTest-seed#[55D11B3EBB1AD2B5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1126006 INFO  (SUITE-TriggerIntegrationTest-seed#[55D11B3EBB1AD2B5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1126006 INFO  (SUITE-TriggerIntegrationTest-seed#[55D11B3EBB1AD2B5]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_55D11B3EBB1AD2B5-001/tempDir-001
   [junit4]   2> 1126006 INFO  (SUITE-TriggerIntegrationTest-seed#[55D11B3EBB1AD2B5]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1126006 INFO  (Thread-4439) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1126006 INFO  (Thread-4439) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1126008 ERROR (Thread-4439) [    ] 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> 1126106 INFO  (SUITE-TriggerIntegrationTest-seed#[55D11B3EBB1AD2B5]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:59934
   [junit4]   2> 1126108 INFO  (zkConnectionManagerCallback-6354-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1126112 INFO  (jetty-launcher-6351-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1126112 INFO  (jetty-launcher-6351-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1126113 INFO  (jetty-launcher-6351-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1126113 INFO  (jetty-launcher-6351-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1126113 INFO  (jetty-launcher-6351-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1126114 INFO  (jetty-launcher-6351-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1126114 INFO  (jetty-launcher-6351-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1126114 INFO  (jetty-launcher-6351-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1126114 INFO  (jetty-launcher-6351-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ba8ece4{/solr,null,AVAILABLE}
   [junit4]   2> 1126114 INFO  (jetty-launcher-6351-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1deb6042{/solr,null,AVAILABLE}
   [junit4]   2> 1126115 INFO  (jetty-launcher-6351-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7c816f14{HTTP/1.1,[http/1.1]}{127.0.0.1:64368}
   [junit4]   2> 1126115 INFO  (jetty-launcher-6351-thread-2) [    ] o.e.j.s.Server Started @1129445ms
   [junit4]   2> 1126115 INFO  (jetty-launcher-6351-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64368}
   [junit4]   2> 1126115 ERROR (jetty-launcher-6351-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1126115 INFO  (jetty-launcher-6351-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1126115 INFO  (jetty-launcher-6351-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1126115 INFO  (jetty-launcher-6351-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1126115 INFO  (jetty-launcher-6351-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-24T17:43:45.131Z
   [junit4]   2> 1126115 INFO  (jetty-launcher-6351-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e681678{HTTP/1.1,[http/1.1]}{127.0.0.1:61163}
   [junit4]   2> 1126115 INFO  (jetty-launcher-6351-thread-1) [    ] o.e.j.s.Server Started @1129446ms
   [junit4]   2> 1126116 INFO  (jetty-launcher-6351-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61163}
   [junit4]   2> 1126116 ERROR (jetty-launcher-6351-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1126116 INFO  (jetty-launcher-6351-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1126116 INFO  (jetty-launcher-6351-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1126116 INFO  (jetty-launcher-6351-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1126116 INFO  (jetty-launcher-6351-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-24T17:43:45.132Z
   [junit4]   2> 1126117 INFO  (zkConnectionManagerCallback-6356-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1126117 INFO  (zkConnectionManagerCallback-6358-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1126118 INFO  (jetty-launcher-6351-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1126118 INFO  (jetty-launcher-6351-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1126123 INFO  (jetty-launcher-6351-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59934/solr
   [junit4]   2> 1126123 INFO  (jetty-launcher-6351-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59934/solr
   [junit4]   2> 1126125 INFO  (zkConnectionManagerCallback-6364-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1126125 INFO  (zkConnectionManagerCallback-6366-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1126127 INFO  (zkConnectionManagerCallback-6368-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1126128 INFO  (zkConnectionManagerCallback-6370-thread-1-processing-n:127.0.0.1:64368_solr) [n:127.0.0.1:64368_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1126264 INFO  (jetty-launcher-6351-thread-1) [n:127.0.0.1:61163_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1126265 INFO  (jetty-launcher-6351-thread-2) [n:127.0.0.1:64368_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1126265 INFO  (jetty-launcher-6351-thread-1) [n:127.0.0.1:61163_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61163_solr
   [junit4]   2> 1126266 INFO  (jetty-launcher-6351-thread-2) [n:127.0.0.1:64368_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64368_solr
   [junit4]   2> 1126268 INFO  (zkCallback-6369-thread-1-processing-n:127.0.0.1:64368_solr) [n:127.0.0.1:64368_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1126268 INFO  (jetty-launcher-6351-thread-1) [n:127.0.0.1:61163_solr    ] o.a.s.c.Overseer Overseer (id=99406041908707333-127.0.0.1:61163_solr-n_0000000000) starting
   [junit4]   2> 1126269 INFO  (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1126278 INFO  (jetty-launcher-6351-thread-1) [n:127.0.0.1:61163_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61163_solr
   [junit4]   2> 1126278 INFO  (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1126279 INFO  (zkCallback-6369-thread-1-processing-n:127.0.0.1:64368_solr) [n:127.0.0.1:64368_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1126346 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1126346 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1126347 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:61163_solr, 127.0.0.1:64368_solr]
   [junit4]   2> 1126347 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1126347 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1126347 INFO  (jetty-launcher-6351-thread-2) [n:127.0.0.1:64368_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64368.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1126348 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1126349 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1126349 DEBUG (ScheduledTrigger-5272-thread-1) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1126351 INFO  (jetty-launcher-6351-thread-2) [n:127.0.0.1:64368_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64368.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1126351 INFO  (jetty-launcher-6351-thread-2) [n:127.0.0.1:64368_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64368.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1126351 INFO  (jetty-launcher-6351-thread-2) [n:127.0.0.1:64368_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_55D11B3EBB1AD2B5-001/tempDir-001/node2/.
   [junit4]   2> 1126371 INFO  (jetty-launcher-6351-thread-1) [n:127.0.0.1:61163_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61163.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1126375 INFO  (jetty-launcher-6351-thread-1) [n:127.0.0.1:61163_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61163.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1126375 INFO  (jetty-launcher-6351-thread-1) [n:127.0.0.1:61163_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61163.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1126375 INFO  (jetty-launcher-6351-thread-1) [n:127.0.0.1:61163_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_55D11B3EBB1AD2B5-001/tempDir-001/node1/.
   [junit4]   2> 1126394 INFO  (zkConnectionManagerCallback-6376-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1126397 INFO  (zkConnectionManagerCallback-6380-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1126399 INFO  (SUITE-TriggerIntegrationTest-seed#[55D11B3EBB1AD2B5]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1126400 INFO  (SUITE-TriggerIntegrationTest-seed#[55D11B3EBB1AD2B5]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59934/solr ready
   [junit4]   2> 1126417 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTrigger
   [junit4]   2> 1126417 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 1126418 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1126418 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1126420 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1126421 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1126421 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1126425 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_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> 1126426 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_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> 1126426 DEBUG (qtp1498203554-19243) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1126427 INFO  (qtp1498203554-19243) [n:127.0.0.1:61163_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1126427 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1126431 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:61163_solr, 127.0.0.1:64368_solr]
   [junit4]   2> 1126431 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 1126431 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1126433 INFO  (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1126433 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1126434 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1126434 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1126434 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1126435 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b6d492e{/solr,null,AVAILABLE}
   [junit4]   2> 1126435 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@73968fde{HTTP/1.1,[http/1.1]}{127.0.0.1:34400}
   [junit4]   2> 1126435 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.Server Started @1129765ms
   [junit4]   2> 1126435 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34400}
   [junit4]   2> 1126435 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1126435 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1126435 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1126435 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1126435 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-24T17:43:45.451Z
   [junit4]   2> 1126437 INFO  (zkConnectionManagerCallback-6382-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1126437 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1126438 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1126438 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1126438 DEBUG (ScheduledTrigger-5272-thread-1) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 1126438 DEBUG (ScheduledTrigger-5272-thread-1) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1126443 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59934/solr
   [junit4]   2> 1126444 INFO  (zkConnectionManagerCallback-6386-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1126446 INFO  (zkConnectionManagerCallback-6388-thread-1-processing-n:127.0.0.1:34400_solr) [n:127.0.0.1:34400_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1126454 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:34400_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1126457 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:34400_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1126459 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:34400_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34400_solr
   [junit4]   2> 1126461 INFO  (zkCallback-6369-thread-1-processing-n:127.0.0.1:64368_solr) [n:127.0.0.1:64368_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1126461 INFO  (zkCallback-6379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1126461 INFO  (zkCallback-6387-thread-1-processing-n:127.0.0.1:34400_solr) [n:127.0.0.1:34400_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1126462 INFO  (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1126536 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:34400_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34400.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1126543 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:34400_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34400.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1126543 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:34400_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34400.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1126544 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:34400_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_55D11B3EBB1AD2B5-001/tempDir-001/node3/.
   [junit4]   2> 1127441 DEBUG (ScheduledTrigger-5272-thread-2) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 1127442 DEBUG (ScheduledTrigger-5272-thread-2) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1127442 DEBUG (ScheduledTrigger-5272-thread-2) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:34400_solr at time 517159990528776
   [junit4]   2> 1128454 DEBUG (ScheduledTrigger-5272-thread-2) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 1128454 DEBUG (ScheduledTrigger-5272-thread-2) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1129457 DEBUG (ScheduledTrigger-5272-thread-2) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 1129458 DEBUG (ScheduledTrigger-5272-thread-2) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1129458 DEBUG (ScheduledTrigger-5272-thread-2) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:34400_solr] added at times [517159990528776], now=517162140874517
   [junit4]   2> 1129458 DEBUG (ScheduledTrigger-5272-thread-2) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"1d65ab1870b08T8e0iv9f3af3s4f5aq606lcbuu",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":517159990528776,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[517159990528776],
   [junit4]   2>     "nodeNames":["127.0.0.1:34400_solr"]}}
   [junit4]   2> 1129459 DEBUG (ScheduledTrigger-5272-thread-2) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_trigger]
   [junit4]   2> 1129460 INFO  (ScheduledTrigger-5272-thread-2) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1129461 DEBUG (AutoscalingActionExecutor-5273-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"1d65ab1870b08T8e0iv9f3af3s4f5aq606lcbuu",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":517159990528776,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[517159990528776],
   [junit4]   2>     "_enqueue_time_":517162142359085,
   [junit4]   2>     "nodeNames":["127.0.0.1:34400_solr"]}}
   [junit4]   2> 1129465 DEBUG (AutoscalingActionExecutor-5273-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger after 5000ms
   [junit4]   2> 1129465 DEBUG (AutoscalingActionExecutor-5273-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 4 ms for event id=1d65ab1870b08T8e0iv9f3af3s4f5aq606lcbuu
   [junit4]   2> 1129468 INFO  (qtp2031349858-19309) [n:127.0.0.1:34400_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 1129471 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_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> 1129473 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_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> 1129473 DEBUG (qtp2031349858-19305) [n:127.0.0.1:34400_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1129474 INFO  (qtp2031349858-19305) [n:127.0.0.1:34400_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 1129475 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1129476 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:34400_solr, 127.0.0.1:61163_solr, 127.0.0.1:64368_solr]
   [junit4]   2> 1129476 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 1129476 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1129477 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1129478 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1131475 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAddedTrigger
   [junit4]   2> 1131518 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLostTrigger
   [junit4]   2> 1131519 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 5
   [junit4]   2> 1131520 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1131521 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1131523 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1131524 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1131525 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1131525 INFO  (qtp2031349858-19307) [n:127.0.0.1:34400_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1131541 INFO  (qtp2031349858-19307) [n:127.0.0.1:34400_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 1131544 INFO  (qtp2031349858-19307) [n:127.0.0.1:34400_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> 1131546 INFO  (qtp1498203554-19246) [n:127.0.0.1:61163_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> 1131548 INFO  (qtp1768845965-19256) [n:127.0.0.1:64368_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> 1131548 DEBUG (qtp2031349858-19309) [n:127.0.0.1:34400_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1131549 INFO  (qtp2031349858-19309) [n:127.0.0.1:34400_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1131550 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 1131551 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:34400_solr, 127.0.0.1:61163_solr, 127.0.0.1:64368_solr]
   [junit4]   2> 1131551 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 1131555 INFO  (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1131556 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1131557 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 1131557 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@73968fde{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1131558 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1016667169
   [junit4]   2> 1131558 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1131558 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@78ffcb1a: rootName = solr_34400, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@47beb1be
   [junit4]   2> 1131558 DEBUG (ScheduledTrigger-5272-thread-3) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 3
   [junit4]   2> 1131566 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1131566 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@596c557: rootName = solr_34400, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3d8a8194
   [junit4]   2> 1131571 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1131571 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a5cac11: rootName = solr_34400, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@71cb9e27
   [junit4]   2> 1131573 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34400_solr
   [junit4]   2> 1131574 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1131574 INFO  (zkCallback-6387-thread-1-processing-n:127.0.0.1:34400_solr) [n:127.0.0.1:34400_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1131574 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1131575 INFO  (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1131575 INFO  (zkCallback-6379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1131576 INFO  (zkCallback-6369-thread-1-processing-n:127.0.0.1:64368_solr) [n:127.0.0.1:64368_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1132562 DEBUG (ScheduledTrigger-5272-thread-3) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 1132563 DEBUG (ScheduledTrigger-5272-thread-3) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:34400_solr
   [junit4]   2> 1133076 WARN  (zkCallback-6387-thread-1-processing-n:127.0.0.1:34400_solr) [n:127.0.0.1:34400_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:34400_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:34400_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:364)
   [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:364)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [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:268)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1133079 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b6d492e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1133079 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1133535 INFO  (OverseerCollectionConfigSetProcessor-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_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> 1133566 DEBUG (ScheduledTrigger-5272-thread-3) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 1133566 DEBUG (ScheduledTrigger-5272-thread-3) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:34400_solr]
   [junit4]   2> 1133566 DEBUG (ScheduledTrigger-5272-thread-3) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"1d65bed46e962T8e0iv9f3af3s4f5aq606lcbuw",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":517165287926114,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[517165287926114],
   [junit4]   2>     "nodeNames":["127.0.0.1:34400_solr"]}}
   [junit4]   2> 1133566 DEBUG (ScheduledTrigger-5272-thread-3) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_trigger]
   [junit4]   2> 1133568 INFO  (ScheduledTrigger-5272-thread-3) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1133568 DEBUG (AutoscalingActionExecutor-5273-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"1d65bed46e962T8e0iv9f3af3s4f5aq606lcbuw",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":517165287926114,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[517165287926114],
   [junit4]   2>     "_enqueue_time_":517166292017095,
   [junit4]   2>     "nodeNames":["127.0.0.1:34400_solr"]}}
   [junit4]   2> 1133571 DEBUG (AutoscalingActionExecutor-5273-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger after 5000ms
   [junit4]   2> 1133571 DEBUG (AutoscalingActionExecutor-5273-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 3 ms for event id=1d65bed46e962T8e0iv9f3af3s4f5aq606lcbuw
   [junit4]   2> 1133574 INFO  (qtp1498203554-19246) [n:127.0.0.1:61163_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> 1133577 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_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> 1133577 DEBUG (qtp1498203554-19248) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1133578 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 1133579 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 1133580 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:61163_solr, 127.0.0.1:64368_solr]
   [junit4]   2> 1133580 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 1133581 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1133582 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 1135581 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeLostTrigger
   [junit4]   2> 1135595 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSearchRate
   [junit4]   2> 1135596 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 8
   [junit4]   2> 1135596 DEBUG (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 1135596 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 1135598 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1135598 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1135599 DEBUG (OverseerAutoScalingTriggerThread-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 1135599 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1135600 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1135600 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1135600 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1135600 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@662fe123{/solr,null,AVAILABLE}
   [junit4]   2> 1135601 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3715766d{HTTP/1.1,[http/1.1]}{127.0.0.1:62518}
   [junit4]   2> 1135601 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.Server Started @1139139ms
   [junit4]   2> 1135601 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62518}
   [junit4]   2> 1135601 ERROR (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1135602 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1135602 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1135602 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1135602 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-24T17:43:54.618Z
   [junit4]   2> 1135603 INFO  (zkConnectionManagerCallback-6392-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135604 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1135621 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59934/solr
   [junit4]   2> 1135622 INFO  (zkConnectionManagerCallback-6396-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135625 INFO  (zkConnectionManagerCallback-6398-thread-1-processing-n:127.0.0.1:62518_solr) [n:127.0.0.1:62518_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135635 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:62518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1135638 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:62518_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1135640 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:62518_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62518_solr
   [junit4]   2> 1135642 INFO  (zkCallback-6379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1135642 INFO  (zkCallback-6369-thread-1-processing-n:127.0.0.1:64368_solr) [n:127.0.0.1:64368_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1135642 INFO  (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1135643 INFO  (zkCallback-6397-thread-1-processing-n:127.0.0.1:62518_solr) [n:127.0.0.1:62518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1135738 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:62518_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62518.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1135749 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:62518_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62518.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1135750 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:62518_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62518.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1135753 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:62518_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_55D11B3EBB1AD2B5-001/tempDir-001/node4/.
   [junit4]   2> 1135788 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1135789 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1135789 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1135789 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1135789 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@726d1ea{/solr,null,AVAILABLE}
   [junit4]   2> 1135790 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3e19bb34{HTTP/1.1,[http/1.1]}{127.0.0.1:45926}
   [junit4]   2> 1135790 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.Server Started @1139328ms
   [junit4]   2> 1135790 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45926}
   [junit4]   2> 1135790 ERROR (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1135790 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1135790 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1135790 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1135790 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-24T17:43:54.806Z
   [junit4]   2> 1135792 INFO  (zkConnectionManagerCallback-6402-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135793 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1135799 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59934/solr
   [junit4]   2> 1135801 INFO  (zkConnectionManagerCallback-6406-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135804 INFO  (zkConnectionManagerCallback-6408-thread-1-processing-n:127.0.0.1:45926_solr) [n:127.0.0.1:45926_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135813 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:45926_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1135816 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:45926_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1135819 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:45926_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45926_solr
   [junit4]   2> 1135821 INFO  (zkCallback-6379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1135821 INFO  (zkCallback-6397-thread-1-processing-n:127.0.0.1:62518_solr) [n:127.0.0.1:62518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1135821 INFO  (zkCallback-6369-thread-1-processing-n:127.0.0.1:64368_solr) [n:127.0.0.1:64368_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1135821 INFO  (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1135822 INFO  (zkCallback-6407-thread-1-processing-n:127.0.0.1:45926_solr) [n:127.0.0.1:45926_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1135921 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:45926_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45926.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1135928 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:45926_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45926.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1135928 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:45926_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45926.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1135929 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:45926_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_55D11B3EBB1AD2B5-001/tempDir-001/node5/.
   [junit4]   2> 1135961 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1135962 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1135962 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1135962 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1135962 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7110cc40{/solr,null,AVAILABLE}
   [junit4]   2> 1135962 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@30c87668{HTTP/1.1,[http/1.1]}{127.0.0.1:49575}
   [junit4]   2> 1135962 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.e.j.s.Server Started @1139501ms
   [junit4]   2> 1135962 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49575}
   [junit4]   2> 1135963 ERROR (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1135963 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1135963 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1135963 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1135963 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-24T17:43:54.979Z
   [junit4]   2> 1135965 INFO  (zkConnectionManagerCallback-6412-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135965 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1135972 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59934/solr
   [junit4]   2> 1135973 INFO  (zkConnectionManagerCallback-6416-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135976 INFO  (zkConnectionManagerCallback-6418-thread-1-processing-n:127.0.0.1:49575_solr) [n:127.0.0.1:49575_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135987 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:49575_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1135990 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:49575_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1135992 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:49575_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49575_solr
   [junit4]   2> 1135994 INFO  (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1135994 INFO  (zkCallback-6369-thread-1-processing-n:127.0.0.1:64368_solr) [n:127.0.0.1:64368_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1135994 INFO  (zkCallback-6397-thread-1-processing-n:127.0.0.1:62518_solr) [n:127.0.0.1:62518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1135994 INFO  (zkCallback-6407-thread-1-processing-n:127.0.0.1:45926_solr) [n:127.0.0.1:45926_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1135994 INFO  (zkCallback-6379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1135996 INFO  (zkCallback-6417-thread-1-processing-n:127.0.0.1:49575_solr) [n:127.0.0.1:49575_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1136108 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:49575_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49575.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1136115 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:49575_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49575.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1136115 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:49575_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49575.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1136115 INFO  (TEST-TriggerIntegrationTest.testSearchRate-seed#[55D11B3EBB1AD2B5]) [n:127.0.0.1:49575_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_55D11B3EBB1AD2B5-001/tempDir-001/node6/.
   [junit4]   2> 1136154 INFO  (qtp761739816-19359) [n:127.0.0.1:45926_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1136157 INFO  (OverseerThreadFactory-5274-thread-2-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1136276 INFO  (OverseerStateUpdate-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_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:64368/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1136282 INFO  (OverseerStateUpdate-99406041908707333-127.0.0.1:61163_solr-n_0000000000) [n:127.0.0.1:61163_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:61163/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1136487 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1136487 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1136487 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1136488 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1136599 INFO  (zkCallback-6369-thread-1-processing-n:127.0.0.1:64368_solr) [n:127.0.0.1:64368_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> 1136599 INFO  (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_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> 1136600 INFO  (zkCallback-6367-thread-2-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_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> 1136600 INFO  (zkCallback-6369-thread-2-processing-n:127.0.0.1:64368_solr) [n:127.0.0.1:64368_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> 1137520 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1137521 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1137530 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1137530 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1137534 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1137534 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 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> 1137534 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1137535 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_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> 1137535 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61163.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1137535 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64368.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b049a70
   [junit4]   2> 1137535 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1137535 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1137535 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_55D11B3EBB1AD2B5-001/tempDir-001/node1/collection1_shard1_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_55D11B3EBB1AD2B5-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1137535 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_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 [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_55D11B3EBB1AD2B5-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_55D11B3EBB1AD2B5-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1137597 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1137597 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1137597 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1137597 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1137598 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1137598 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1137598 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1137598 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1137599 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b6b14e4[collection1_shard1_replica_n2] main]
   [junit4]   2> 1137599 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@754d55e7[collection1_shard1_replica_n1] main]
   [junit4]   2> 1137600 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1137601 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1137601 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1137601 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_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/conf
   [junit4]   2> 1137601 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1137602 INFO  (qtp1498203554-19248) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590496682697555968
   [junit4]   2> 1137602 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_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> 1137602 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590496682697555968
   [junit4]   2> 1137602 INFO  (searcherExecutor-5304-thread-1-processing-n:127.0.0.1:61163_solr x:collection1_shard1_replica_n2 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@7b6b14e4[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1137603 INFO  (searcherExecutor-5305-thread-1-processing-n:127.0.0.1:64368_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:64368_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@754d55e7[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1137609 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1137609 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1137609 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64368/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1137610 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=http://127.0.0.1:64368/solr START replicas=[http://127.0.0.1:61163/solr/collection1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1137611 INFO  (qtp1498203554-19246) [n:127.0.0.1:61163_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1137712 INFO  (zkCallback-6367-thread-2-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_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> 1137713 INFO  (zkCallback-6369-thread-2-processing-n:127.0.0.1:64368_solr) [n:127.0.0.1:64368_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> 1137713 INFO  (zkCallback-6367-thread-1-processing-n:127.0.0.1:61163_solr) [n:127.0.0.1:61163_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> 1137713 INFO  (zkCallback-6369-thread-1-processing-n:127.0.0.1:64368_solr) [n:127.0.0.1:64368_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> 1137911 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=http://127.0.0.1:64368/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1137911 INFO  (qtp1768845965-19245) [n:127.0.0.1:64368_so

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

   675732858825406,
   [junit4]   2>       675732861106156,
   [junit4]   2>       675732851570256,
   [junit4]   2>       675732870649156,
   [junit4]   2>       675732849313406,
   [junit4]   2>       675732863278406],
   [junit4]   2>     "_enqueue_time_":675738563441406,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10124_solr",
   [junit4]   2>       "127.0.0.1:10157_solr",
   [junit4]   2>       "127.0.0.1:10163_solr",
   [junit4]   2>       "127.0.0.1:10142_solr",
   [junit4]   2>       "127.0.0.1:10099_solr",
   [junit4]   2>       "127.0.0.1:10154_solr",
   [junit4]   2>       "127.0.0.1:10044_solr",
   [junit4]   2>       "127.0.0.1:10083_solr",
   [junit4]   2>       "127.0.0.1:10165_solr",
   [junit4]   2>       "127.0.0.1:10063_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:120)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:299)
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected exception executing operation: action=MOVEREPLICA&async=node_lost_trigger/2669351665408T8e0iv9f3af3s4f5aq606lcep8/0&waitForFinalState=true&collection=testBasic&targetNode=127.0.0.1:10091_solr&inPlaceMove=true&replica=core_node33
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:110)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: java.io.IOException: java.lang.InterruptedException
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:460)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:80)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404)
   [junit4]   2> 	at java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:458)
   [junit4]   2> 	... 8 more
   [junit4]   2> 4188995 DEBUG (AutoscalingActionExecutor-10796-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 5702 ms for event id=2669351665408T8e0iv9f3af3s4f5aq606lcep8
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestLargeCluster_55D11B3EBB1AD2B5-001
   [junit4]   2> Jan 24, 2018 6:34:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 61 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=2002, maxMBSortInHeap=5.487872961858834, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@b9ad5ea), locale=es-US, timezone=America/Matamoros
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=279178360,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SyncSliceTest, TestCollectionAPI, SpellPossibilityIteratorTest, PeerSyncTest, TestSolrIndexConfig, JavabinLoaderTest, ExternalFileFieldSortTest, SolrCoreMetricManagerTest, TestNoOpRegenerator, TestSolrDeletionPolicy2, TestCloudSearcherWarming, TestLeaderElectionWithEmptyReplica, TestCustomSort, TestGraphMLResponseWriter, AddSchemaFieldsUpdateProcessorFactoryTest, ZkControllerTest, SchemaApiFailureTest, TestRestoreCore, TestSolrConfigHandlerConcurrent, TestLuceneIndexBackCompat, RuleEngineTest, TestConfig, SliceStateTest, SimpleMLTQParserTest, BasicAuthStandaloneTest, VMParamsZkACLAndCredentialsProvidersTest, TestDocTermOrds, TestHashQParserPlugin, AutoscalingHistoryHandlerTest, TestSearchPerf, TestRandomDVFaceting, BlockDirectoryTest, ClassificationUpdateProcessorIntegrationTest, TestHighFrequencyDictionaryFactory, LeaderElectionContextKeyTest, TestSolrCoreProperties, SolrMetricReporterTest, TestPayloadCheckQParserPlugin, OverseerStatusTest, TestDynamicLoading, DocumentAnalysisRequestHandlerTest, CoreAdminHandlerTest, ExitableDirectoryReaderTest, SolrGangliaReporterTest, DebugComponentTest, RequestLoggingTest, TestJsonFacetRefinement, TestCoreDiscovery, CloneFieldUpdateProcessorFactoryTest, MoveReplicaHDFSFailoverTest, JSONWriterTest, ManagedSchemaRoundRobinCloudTest, OverseerModifyCollectionTest, AutoAddReplicasIntegrationTest, TestInPlaceUpdatesDistrib, TestReplicationHandlerBackup, TestShardHandlerFactory, TestStressRecovery, TimeZoneUtilsTest, MigrateRouteKeyTest, TestFieldCacheReopen, TestSolrCoreParser, DistribDocExpirationUpdateProcessorTest, BlobRepositoryCloudTest, TestConfigSetsAPI, TestRuleBasedAuthorizationPlugin, TestPushWriter, SolrCoreCheckLockOnStartupTest, TestLRUCache, TestLMJelinekMercerSimilarityFactory, ZkSolrClientTest, HdfsDirectoryTest, DistributedFacetPivotSmallAdvancedTest, TestSQLHandlerNonCloud, TestSolrCloudWithHadoopAuthPlugin, CustomCollectionTest, TestSolrConfigHandler, ClusterStateTest, JsonLoaderTest, XsltUpdateRequestHandlerTest, TestPolicyCloud, TestWordDelimiterFilterFactory, HttpTriggerListenerTest, DistributedQueryComponentOptimizationTest, SoftAutoCommitTest, DistributedQueueTest, TestHdfsCloudBackupRestore, OverriddenZkACLAndCredentialsProvidersTest, UninvertDocValuesMergePolicyTest, PreAnalyzedFieldTest, TestSubQueryTransformer, DistributedExpandComponentTest, TestNumericTokenStream, TestPullReplicaErrorHandling, TestClusterStateMutator, SearchRateTriggerTest, TestPivotHelperCode, TestUpdate, TestRandomRequestDistribution, TestDFISimilarityFactory, SolrShardReporterTest, DirectUpdateHandlerTest, RegexBoostProcessorTest, TestSort, TestMiniSolrCloudClusterSSL, ReplicaListTransformerTest, TestTlogReplica, TestEmbeddedSolrServerConstructors, V2ApiIntegrationTest, CollectionTooManyReplicasTest, TestRawTransformer, TestHashPartitioner, TestUnifiedSolrHighlighter, TestComplexPhraseLeadingWildcard, TestFieldTypeCollectionResource, TestLeaderInitiatedRecoveryThread, HdfsRecoveryZkTest, TestValueSourceCache, UtilsToolTest, TestPerFieldSimilarityWithDefaultOverride, TestUseDocValuesAsStored, SimplePostToolTest, TestTriggerIntegration, PeerSyncReplicationTest, IndexBasedSpellCheckerTest, TestNumericTerms32, HighlighterConfigTest, TestIndexingPerformance, CdcrReplicationDistributedZkTest, TestCloudPseudoReturnFields, TestReplicaProperties, DistributedIntervalFacetingTest, BitVectorTest, DisMaxRequestHandlerTest, BadIndexSchemaTest, TestSolrCloudWithSecureImpersonation, TestCodecSupport, TestClusterStateProvider, FullHLLTest, DocValuesTest, BooleanFieldTest, AutoScalingHandlerTest, TestMissingGroups, TestDocumentBuilder, NoCacheHeaderTest, CleanupOldIndexTest, TestExactSharedStatsCache, CircularListTest, TestSubQueryTransformerDistrib, TestStressReorder, SolrJmxReporterCloudTest, TestCSVLoader, DistributedTermsComponentTest, TestJettySolrRunner, ShowFileRequestHandlerTest, TestRTGBase, QueryResultKeyTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestDefaultStatsCache, SpellCheckCollatorTest, TestSegmentSorting, TestNodeAddedTrigger, SortByFunctionTest, TestCloudJSONFacetJoinDomain, ReturnFieldsTest, TestConfigSetProperties, LeaderInitiatedRecoveryOnShardRestartTest, TestLRUStatsCache, DeleteLastCustomShardedReplicaTest, HealthCheckHandlerTest, TlogReplayBufferedWhileIndexingTest, HdfsBasicDistributedZk2Test, PreAnalyzedUpdateProcessorTest, TestCoreBackup, UpdateLogTest, TestObjectReleaseTracker, URLClassifyProcessorTest, BasicDistributedZk2Test, TestSearcherReuse, TestSolrQueryResponse, CSVRequestHandlerTest, TestFastLRUCache, TestManagedStopFilterFactory, SolrIndexMetricsTest, BigEndianAscendingWordDeserializerTest, TestSolr4Spatial, RankQueryTest, TestBinaryResponseWriter, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, TestDistributedGrouping, DistributedSpellCheckComponentTest, TestRealTimeGet, TestRangeQuery, QueryElevationComponentTest, TestBadConfig, SolrRequestParserTest, SuggesterTest, TestTrie, SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, TestWriterPerf, TestQueryTypes, TestOmitPositions, TermsComponentTest, TestSolrQueryParser, LoggingHandlerTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, TestLFUCache, TestElisionMultitermQuery, OutputWriterTest, NotRequiredUniqueKeyTest, TestCharFilters, SynonymTokenizerTest, TestDFRSimilarityFactory, TestBM25SimilarityFactory, ScriptEngineTest, PluginInfoTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestSimpleTrackingShardHandler, TestTolerantSearch, TestEmbeddedSolrServerAdminHandler, ActionThrottleTest, AliasIntegrationTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConfigSetsAPITest, CreateCollectionCleanupTest, DeleteShardTest, DeleteStatusTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, TestCollectionsAPIViaSolrCloudCluster, TestRequestStatusCollectionAPI, ComputePlanActionTest, ExecutePlanActionTest, NodeAddedTriggerTest, TestPolicyCloud, TestComputePlanAction, TestDistribStateManager, TestGenericDistributedQueue, TestLargeCluster]
   [junit4] Completed [580/768 (2!)] on J1 in 60.46s, 4 tests, 1 error <<< FAILURES!

[...truncated 48813 lines...]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1649 - Still Unstable!

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

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.PingRequestHandlerTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.PingRequestHandlerTest:     1) Thread[id=27624, name=qtp2011894227-27624, state=TIMED_WAITING, group=TGRP-PingRequestHandlerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.PingRequestHandlerTest: 
   1) Thread[id=27624, name=qtp2011894227-27624, state=TIMED_WAITING, group=TGRP-PingRequestHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([E141BBE5C606133F]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.PingRequestHandlerTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=27624, name=qtp2011894227-27624, state=TIMED_WAITING, group=TGRP-PingRequestHandlerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=27624, name=qtp2011894227-27624, state=TIMED_WAITING, group=TGRP-PingRequestHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([E141BBE5C606133F]:0)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDistributions

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DE7272572450C1AC:618D33FDFAAA2130]: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.client.solrj.io.stream.StreamExpressionTest.testDistributions(StreamExpressionTest.java:6637)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13151 lines...]
   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/init-core-data-001
   [junit4]   2> 2800035 WARN  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2800035 INFO  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2800037 INFO  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2800041 INFO  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2800042 INFO  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2800042 INFO  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2800075 INFO  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2800098 INFO  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2800203 INFO  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2800242 INFO  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2800246 INFO  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2800247 INFO  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2800247 INFO  (coreLoadExecutor-9398-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2800248 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2800279 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2800295 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2800376 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2800384 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2800384 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2800384 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2800384 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/init-core-data-001/]
   [junit4]   2> 2800386 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=39.359375, floorSegmentMB=1.8583984375, forceMergeDeletesPctAllowed=1.3254972769926976, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2800429 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2800429 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2800429 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2800429 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2800430 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2800430 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6da2f132[collection1] main]
   [junit4]   2> 2800430 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2800433 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2800447 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2800447 INFO  (searcherExecutor-9399-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2800447 INFO  (coreLoadExecutor-9398-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590716858417283072
   [junit4]   2> 2800448 INFO  (searcherExecutor-9399-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2800448 INFO  (searcherExecutor-9399-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2800448 INFO  (searcherExecutor-9399-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2800448 INFO  (searcherExecutor-9399-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2800448 INFO  (searcherExecutor-9399-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2800448 INFO  (searcherExecutor-9399-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2800448 INFO  (searcherExecutor-9399-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2800449 INFO  (searcherExecutor-9399-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2800449 INFO  (searcherExecutor-9399-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6da2f132[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2800450 INFO  (SUITE-PingRequestHandlerTest-seed#[E141BBE5C606133F]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2800454 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[E141BBE5C606133F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionRaisesException
   [junit4]   2> 2800455 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[E141BBE5C606133F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionRaisesException
   [junit4]   2> 2800458 INFO  (TEST-PingRequestHandlerTest.testGettingStatus-seed#[E141BBE5C606133F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGettingStatus
   [junit4]   2> 2800460 INFO  (TEST-PingRequestHandlerTest.testGettingStatus-seed#[E141BBE5C606133F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGettingStatus
   [junit4]   2> 2800463 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[E141BBE5C606133F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEnablingServer
   [junit4]   2> 2800464 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[E141BBE5C606133F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2800464 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[E141BBE5C606133F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEnablingServer
   [junit4]   2> 2800467 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[E141BBE5C606133F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDisablingServer
   [junit4]   2> 2800468 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[E141BBE5C606133F]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2800468 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[E141BBE5C606133F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDisablingServer
   [junit4]   2> 2800471 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[E141BBE5C606133F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
   [junit4]   2> 2800472 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[E141BBE5C606133F]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001
   [junit4]   2> 2800472 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[E141BBE5C606133F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2800472 INFO  (Thread-4716) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2800472 INFO  (Thread-4716) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2800474 ERROR (Thread-4716) [    ] 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> 2800572 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[E141BBE5C606133F]) [    ] o.a.s.c.ZkTestServer start zk server on port:58347
   [junit4]   2> 2800576 INFO  (zkConnectionManagerCallback-8555-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800592 INFO  (jetty-launcher-8552-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2800592 INFO  (jetty-launcher-8552-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2800593 INFO  (jetty-launcher-8552-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2800594 INFO  (jetty-launcher-8552-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2800595 INFO  (jetty-launcher-8552-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2800595 INFO  (jetty-launcher-8552-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2800595 INFO  (jetty-launcher-8552-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30829e12{/solr,null,AVAILABLE}
   [junit4]   2> 2800596 INFO  (jetty-launcher-8552-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4608153f{SSL,[ssl, http/1.1]}{127.0.0.1:46156}
   [junit4]   2> 2800596 INFO  (jetty-launcher-8552-thread-1) [    ] o.e.j.s.Server Started @2806175ms
   [junit4]   2> 2800596 INFO  (jetty-launcher-8552-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46156}
   [junit4]   2> 2800596 ERROR (jetty-launcher-8552-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2800597 INFO  (jetty-launcher-8552-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2800597 INFO  (jetty-launcher-8552-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2800597 INFO  (jetty-launcher-8552-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2800597 INFO  (jetty-launcher-8552-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T04:03:32.697Z
   [junit4]   2> 2800595 INFO  (jetty-launcher-8552-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2800598 INFO  (jetty-launcher-8552-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2800599 INFO  (jetty-launcher-8552-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2800599 INFO  (jetty-launcher-8552-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2800599 INFO  (jetty-launcher-8552-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2800599 INFO  (jetty-launcher-8552-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66bc6dff{/solr,null,AVAILABLE}
   [junit4]   2> 2800608 INFO  (jetty-launcher-8552-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2800608 INFO  (jetty-launcher-8552-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2800608 INFO  (jetty-launcher-8552-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2800608 INFO  (jetty-launcher-8552-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63444bc1{/solr,null,AVAILABLE}
   [junit4]   2> 2800609 INFO  (jetty-launcher-8552-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@469465c4{SSL,[ssl, http/1.1]}{127.0.0.1:36840}
   [junit4]   2> 2800609 INFO  (jetty-launcher-8552-thread-4) [    ] o.e.j.s.Server Started @2806188ms
   [junit4]   2> 2800609 INFO  (jetty-launcher-8552-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36840}
   [junit4]   2> 2800609 ERROR (jetty-launcher-8552-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2800610 INFO  (jetty-launcher-8552-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2800610 INFO  (jetty-launcher-8552-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2800610 INFO  (jetty-launcher-8552-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2800610 INFO  (jetty-launcher-8552-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T04:03:32.710Z
   [junit4]   2> 2800611 INFO  (jetty-launcher-8552-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ddcce84{SSL,[ssl, http/1.1]}{127.0.0.1:49492}
   [junit4]   2> 2800611 INFO  (jetty-launcher-8552-thread-3) [    ] o.e.j.s.Server Started @2806190ms
   [junit4]   2> 2800611 INFO  (jetty-launcher-8552-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49492}
   [junit4]   2> 2800611 ERROR (jetty-launcher-8552-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2800612 INFO  (jetty-launcher-8552-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2800612 INFO  (jetty-launcher-8552-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2800612 INFO  (jetty-launcher-8552-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2800612 INFO  (jetty-launcher-8552-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T04:03:32.712Z
   [junit4]   2> 2800614 INFO  (zkConnectionManagerCallback-8559-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800615 INFO  (jetty-launcher-8552-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2800616 INFO  (jetty-launcher-8552-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2800616 INFO  (jetty-launcher-8552-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2800616 INFO  (jetty-launcher-8552-thread-5) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2800616 INFO  (jetty-launcher-8552-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58f33474{/solr,null,AVAILABLE}
   [junit4]   2> 2800616 INFO  (jetty-launcher-8552-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3cef499a{SSL,[ssl, http/1.1]}{127.0.0.1:60164}
   [junit4]   2> 2800617 INFO  (jetty-launcher-8552-thread-5) [    ] o.e.j.s.Server Started @2806195ms
   [junit4]   2> 2800617 INFO  (jetty-launcher-8552-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60164}
   [junit4]   2> 2800617 ERROR (jetty-launcher-8552-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2800617 INFO  (jetty-launcher-8552-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2800617 INFO  (jetty-launcher-8552-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2800617 INFO  (jetty-launcher-8552-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2800617 INFO  (jetty-launcher-8552-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T04:03:32.717Z
   [junit4]   2> 2800618 INFO  (jetty-launcher-8552-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2800618 INFO  (jetty-launcher-8552-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2800618 INFO  (jetty-launcher-8552-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2800618 INFO  (jetty-launcher-8552-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69b6b234{/solr,null,AVAILABLE}
   [junit4]   2> 2800619 INFO  (zkConnectionManagerCallback-8557-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800621 INFO  (zkConnectionManagerCallback-8563-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800622 INFO  (jetty-launcher-8552-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2800623 INFO  (jetty-launcher-8552-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@44f55853{SSL,[ssl, http/1.1]}{127.0.0.1:52209}
   [junit4]   2> 2800623 INFO  (jetty-launcher-8552-thread-2) [    ] o.e.j.s.Server Started @2806201ms
   [junit4]   2> 2800623 INFO  (jetty-launcher-8552-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52209}
   [junit4]   2> 2800623 ERROR (jetty-launcher-8552-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2800623 INFO  (jetty-launcher-8552-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2800624 INFO  (jetty-launcher-8552-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58347/solr
   [junit4]   2> 2800624 INFO  (jetty-launcher-8552-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2800624 INFO  (jetty-launcher-8552-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2800624 INFO  (jetty-launcher-8552-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T04:03:32.724Z
   [junit4]   2> 2800625 INFO  (zkConnectionManagerCallback-8561-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800627 INFO  (zkConnectionManagerCallback-8567-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800628 INFO  (zkConnectionManagerCallback-8569-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800628 INFO  (jetty-launcher-8552-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2800628 INFO  (jetty-launcher-8552-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2800629 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16135c8e05d0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2800629 INFO  (jetty-launcher-8552-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2800635 INFO  (zkConnectionManagerCallback-8571-thread-1-processing-n:127.0.0.1:36840_solr) [n:127.0.0.1:36840_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800635 INFO  (jetty-launcher-8552-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58347/solr
   [junit4]   2> 2800637 INFO  (jetty-launcher-8552-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58347/solr
   [junit4]   2> 2800638 INFO  (zkConnectionManagerCallback-8575-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800639 INFO  (jetty-launcher-8552-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58347/solr
   [junit4]   2> 2800640 INFO  (jetty-launcher-8552-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58347/solr
   [junit4]   2> 2800642 INFO  (zkConnectionManagerCallback-8580-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800643 INFO  (zkConnectionManagerCallback-8584-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800644 INFO  (zkConnectionManagerCallback-8587-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800645 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16135c8e05d000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2800645 INFO  (zkConnectionManagerCallback-8589-thread-1-processing-n:127.0.0.1:60164_solr) [n:127.0.0.1:60164_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800645 INFO  (zkConnectionManagerCallback-8591-thread-1-processing-n:127.0.0.1:46156_solr) [n:127.0.0.1:46156_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800646 INFO  (zkConnectionManagerCallback-8593-thread-1-processing-n:127.0.0.1:49492_solr) [n:127.0.0.1:49492_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800647 INFO  (zkConnectionManagerCallback-8595-thread-1-processing-n:127.0.0.1:52209_solr) [n:127.0.0.1:52209_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800833 INFO  (jetty-launcher-8552-thread-1) [n:127.0.0.1:46156_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2800833 INFO  (jetty-launcher-8552-thread-5) [n:127.0.0.1:60164_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2800834 INFO  (jetty-launcher-8552-thread-5) [n:127.0.0.1:60164_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60164_solr
   [junit4]   2> 2800835 INFO  (jetty-launcher-8552-thread-1) [n:127.0.0.1:46156_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46156_solr
   [junit4]   2> 2800837 INFO  (jetty-launcher-8552-thread-5) [n:127.0.0.1:60164_solr    ] o.a.s.c.Overseer Overseer (id=99419803652784140-127.0.0.1:60164_solr-n_0000000000) starting
   [junit4]   2> 2800838 INFO  (zkCallback-8588-thread-1-processing-n:127.0.0.1:60164_solr) [n:127.0.0.1:60164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2800839 INFO  (zkCallback-8590-thread-1-processing-n:127.0.0.1:46156_solr) [n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2800841 INFO  (jetty-launcher-8552-thread-2) [n:127.0.0.1:52209_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2800842 INFO  (zkCallback-8570-thread-1-processing-n:127.0.0.1:36840_solr) [n:127.0.0.1:36840_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2800843 INFO  (jetty-launcher-8552-thread-3) [n:127.0.0.1:49492_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2800843 INFO  (jetty-launcher-8552-thread-4) [n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2800846 INFO  (jetty-launcher-8552-thread-4) [n:127.0.0.1:36840_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36840_solr
   [junit4]   2> 2800848 INFO  (jetty-launcher-8552-thread-2) [n:127.0.0.1:52209_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2800853 INFO  (jetty-launcher-8552-thread-5) [n:127.0.0.1:60164_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60164_solr
   [junit4]   2> 2800876 INFO  (zkCallback-8592-thread-1-processing-n:127.0.0.1:49492_solr) [n:127.0.0.1:49492_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2800876 INFO  (zkCallback-8590-thread-1-processing-n:127.0.0.1:46156_solr) [n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 2800886 INFO  (zkCallback-8588-thread-1-processing-n:127.0.0.1:60164_solr) [n:127.0.0.1:60164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 2800887 INFO  (zkCallback-8570-thread-1-processing-n:127.0.0.1:36840_solr) [n:127.0.0.1:36840_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 2800887 INFO  (zkCallback-8594-thread-1-processing-n:127.0.0.1:52209_solr) [n:127.0.0.1:52209_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 2800911 INFO  (zkCallback-8592-thread-2-processing-n:127.0.0.1:49492_solr) [n:127.0.0.1:49492_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2800947 INFO  (jetty-launcher-8552-thread-3) [n:127.0.0.1:49492_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2800949 INFO  (jetty-launcher-8552-thread-3) [n:127.0.0.1:49492_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49492_solr
   [junit4]   2> 2800963 INFO  (zkCallback-8594-thread-1-processing-n:127.0.0.1:52209_solr) [n:127.0.0.1:52209_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2800963 INFO  (zkCallback-8588-thread-2-processing-n:127.0.0.1:60164_solr) [n:127.0.0.1:60164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2800963 INFO  (zkCallback-8570-thread-1-processing-n:127.0.0.1:36840_solr) [n:127.0.0.1:36840_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2800978 INFO  (jetty-launcher-8552-thread-4) [n:127.0.0.1:36840_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36840.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2800983 INFO  (jetty-launcher-8552-thread-4) [n:127.0.0.1:36840_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36840.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2800983 INFO  (jetty-launcher-8552-thread-4) [n:127.0.0.1:36840_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36840.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2800984 INFO  (jetty-launcher-8552-thread-4) [n:127.0.0.1:36840_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node4/.
   [junit4]   2> 2800992 INFO  (jetty-launcher-8552-thread-1) [n:127.0.0.1:46156_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46156.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2800997 INFO  (jetty-launcher-8552-thread-1) [n:127.0.0.1:46156_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46156.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2800997 INFO  (jetty-launcher-8552-thread-1) [n:127.0.0.1:46156_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46156.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2800998 INFO  (jetty-launcher-8552-thread-1) [n:127.0.0.1:46156_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node3/.
   [junit4]   2> 2800999 INFO  (zkCallback-8590-thread-1-processing-n:127.0.0.1:46156_solr) [n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2800999 INFO  (zkCallback-8592-thread-2-processing-n:127.0.0.1:49492_solr) [n:127.0.0.1:49492_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2801017 INFO  (jetty-launcher-8552-thread-2) [n:127.0.0.1:52209_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52209_solr
   [junit4]   2> 2801034 INFO  (zkCallback-8594-thread-1-processing-n:127.0.0.1:52209_solr) [n:127.0.0.1:52209_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2801051 INFO  (zkCallback-8588-thread-1-processing-n:127.0.0.1:60164_solr) [n:127.0.0.1:60164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2801059 INFO  (zkCallback-8590-thread-1-processing-n:127.0.0.1:46156_solr) [n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2801060 INFO  (zkCallback-8592-thread-2-processing-n:127.0.0.1:49492_solr) [n:127.0.0.1:49492_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2801063 INFO  (jetty-launcher-8552-thread-5) [n:127.0.0.1:60164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60164.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2801069 INFO  (jetty-launcher-8552-thread-5) [n:127.0.0.1:60164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60164.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2801070 INFO  (jetty-launcher-8552-thread-5) [n:127.0.0.1:60164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60164.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2801071 INFO  (jetty-launcher-8552-thread-5) [n:127.0.0.1:60164_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node5/.
   [junit4]   2> 2801072 INFO  (zkCallback-8570-thread-1-processing-n:127.0.0.1:36840_solr) [n:127.0.0.1:36840_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2801098 INFO  (jetty-launcher-8552-thread-3) [n:127.0.0.1:49492_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49492.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2801107 INFO  (jetty-launcher-8552-thread-3) [n:127.0.0.1:49492_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49492.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2801107 INFO  (jetty-launcher-8552-thread-3) [n:127.0.0.1:49492_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49492.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2801108 INFO  (jetty-launcher-8552-thread-3) [n:127.0.0.1:49492_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node2/.
   [junit4]   2> 2801233 INFO  (jetty-launcher-8552-thread-2) [n:127.0.0.1:52209_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52209.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2801238 INFO  (jetty-launcher-8552-thread-2) [n:127.0.0.1:52209_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52209.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2801238 INFO  (jetty-launcher-8552-thread-2) [n:127.0.0.1:52209_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52209.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2801238 INFO  (jetty-launcher-8552-thread-2) [n:127.0.0.1:52209_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node1/.
   [junit4]   2> 2801274 INFO  (zkConnectionManagerCallback-8607-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2801278 INFO  (zkConnectionManagerCallback-8610-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2802166 INFO  (zkConnectionManagerCallback-8613-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2802168 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[E141BBE5C606133F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2802170 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[E141BBE5C606133F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58347/solr ready
   [junit4]   2> 2802212 INFO  (qtp1946127635-27663) [n:127.0.0.1:60164_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=solrCloudCollectionConfig&name=testSolrCloudCollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2802216 INFO  (OverseerThreadFactory-9428-thread-1-processing-n:127.0.0.1:60164_solr) [n:127.0.0.1:60164_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSolrCloudCollection
   [junit4]   2> 2802332 INFO  (OverseerStateUpdate-99419803652784140-127.0.0.1:60164_solr-n_0000000000) [n:127.0.0.1:60164_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSolrCloudCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSolrCloudCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:49492/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2802340 INFO  (OverseerStateUpdate-99419803652784140-127.0.0.1:60164_solr-n_0000000000) [n:127.0.0.1:60164_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSolrCloudCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSolrCloudCollection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52209/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2802344 INFO  (OverseerStateUpdate-99419803652784140-127.0.0.1:60164_solr-n_0000000000) [n:127.0.0.1:60164_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSolrCloudCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSolrCloudCollection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46156/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2802352 INFO  (OverseerStateUpdate-99419803652784140-127.0.0.1:60164_solr-n_0000000000) [n:127.0.0.1:60164_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSolrCloudCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSolrCloudCollection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36840/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2802618 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testSolrCloudCollection_shard2_replica_n6&action=CREATE&numShards=2&collection=testSolrCloudCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2802618 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testSolrCloudCollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testSolrCloudCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2802619 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2802619 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2802621 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testSolrCloudCollection_shard1_replica_n2&action=CREATE&numShards=2&collection=testSolrCloudCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2802621 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testSolrCloudCollection_shard2_replica_n4&action=CREATE&numShards=2&collection=testSolrCloudCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2802622 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2802622 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2802736 INFO  (zkCallback-8592-thread-2-processing-n:127.0.0.1:49492_solr) [n:127.0.0.1:49492_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2802736 INFO  (zkCallback-8592-thread-1-processing-n:127.0.0.1:49492_solr) [n:127.0.0.1:49492_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2802736 INFO  (zkCallback-8590-thread-1-processing-n:127.0.0.1:46156_solr) [n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2802736 INFO  (zkCallback-8590-thread-2-processing-n:127.0.0.1:46156_solr) [n:127.0.0.1:46156_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2802736 INFO  (zkCallback-8594-thread-2-processing-n:127.0.0.1:52209_solr) [n:127.0.0.1:52209_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2802736 INFO  (zkCallback-8570-thread-2-processing-n:127.0.0.1:36840_solr) [n:127.0.0.1:36840_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2802736 INFO  (zkCallback-8570-thread-1-processing-n:127.0.0.1:36840_solr) [n:127.0.0.1:36840_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2802736 INFO  (zkCallback-8594-thread-1-processing-n:127.0.0.1:52209_solr) [n:127.0.0.1:52209_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSolrCloudCollection/state.json] for collection [testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2803664 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2803671 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2803673 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2803716 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2803717 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.s.IndexSchema [testSolrCloudCollection_shard1_replica_n2] Schema name=test
   [junit4]   2> 2803758 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.s.IndexSchema [testSolrCloudCollection_shard2_replica_n6] Schema name=test
   [junit4]   2> 2803778 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.s.IndexSchema [testSolrCloudCollection_shard2_replica_n4] Schema name=test
   [junit4]   2> 2803905 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.s.IndexSchema [testSolrCloudCollection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2803965 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2803986 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2803995 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2804009 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSolrCloudCollection_shard2_replica_n6' using configuration from collection testSolrCloudCollection, trusted=true
   [junit4]   2> 2804010 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36840.solr.core.testSolrCloudCollection.shard2.replica_n6' (registry 'solr.core.testSolrCloudCollection.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2804010 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2804010 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.SolrCore [[testSolrCloudCollection_shard2_replica_n6] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node4/testSolrCloudCollection_shard2_replica_n6], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node4/./testSolrCloudCollection_shard2_replica_n6/data/]
   [junit4]   2> 2804013 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=39.359375, floorSegmentMB=1.8583984375, forceMergeDeletesPctAllowed=1.3254972769926976, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2804027 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2804030 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSolrCloudCollection_shard1_replica_n2' using configuration from collection testSolrCloudCollection, trusted=true
   [junit4]   2> 2804030 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52209.solr.core.testSolrCloudCollection.shard1.replica_n2' (registry 'solr.core.testSolrCloudCollection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2804031 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2804031 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.SolrCore [[testSolrCloudCollection_shard1_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node1/testSolrCloudCollection_shard1_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node1/./testSolrCloudCollection_shard1_replica_n2/data/]
   [junit4]   2> 2804033 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=39.359375, floorSegmentMB=1.8583984375, forceMergeDeletesPctAllowed=1.3254972769926976, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2804069 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSolrCloudCollection_shard2_replica_n4' using configuration from collection testSolrCloudCollection, trusted=true
   [junit4]   2> 2804069 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46156.solr.core.testSolrCloudCollection.shard2.replica_n4' (registry 'solr.core.testSolrCloudCollection.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2804084 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2804084 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.c.SolrCore [[testSolrCloudCollection_shard2_replica_n4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node3/testSolrCloudCollection_shard2_replica_n4], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node3/./testSolrCloudCollection_shard2_replica_n4/data/]
   [junit4]   2> 2804087 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=39.359375, floorSegmentMB=1.8583984375, forceMergeDeletesPctAllowed=1.3254972769926976, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2804090 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSolrCloudCollection_shard1_replica_n1' using configuration from collection testSolrCloudCollection, trusted=true
   [junit4]   2> 2804091 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49492.solr.core.testSolrCloudCollection.shard1.replica_n1' (registry 'solr.core.testSolrCloudCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@160a179e
   [junit4]   2> 2804091 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2804091 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.SolrCore [[testSolrCloudCollection_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node2/testSolrCloudCollection_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_E141BBE5C606133F-001/tempDir-001/node2/./testSolrCloudCollection_shard1_replica_n1/data/]
   [junit4]   2> 2804094 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=39.359375, floorSegmentMB=1.8583984375, forceMergeDeletesPctAllowed=1.3254972769926976, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2804231 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2804231 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2804232 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2804232 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2804239 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2804240 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@608b2e5f[testSolrCloudCollection_shard2_replica_n6] main]
   [junit4]   2> 2804242 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2804248 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2804248 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2804250 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2804250 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2804252 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2804252 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@45599f55[testSolrCloudCollection_shard1_replica_n1] main]
   [junit4]   2> 2804253 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2804260 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2804263 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2804263 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2804264 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2804264 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2804270 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2804272 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@66579318[testSolrCloudCollection_shard1_replica_n2] main]
   [junit4]   2> 2804272 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2804273 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2804273 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2804276 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2804279 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2804280 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2804284 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2804284 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@6eadffd8[testSolrCloudCollection_shard2_replica_n4] main]
   [junit4]   2> 2804290 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2804292 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2804300 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2804318 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2804318 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590716862476320768
   [junit4]   2> 2804319 INFO  (searcherExecutor-9438-thread-1-processing-n:127.0.0.1:36840_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2804320 INFO  (searcherExecutor-9438-thread-1-processing-n:127.0.0.1:36840_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2804321 INFO  (searcherExecutor-9438-thread-1-processing-n:127.0.0.1:36840_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2804321 INFO  (searcherExecutor-9438-thread-1-processing-n:127.0.0.1:36840_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2804321 INFO  (searcherExecutor-9438-thread-1-processing-n:127.0.0.1:36840_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2804321 INFO  (searcherExecutor-9438-thread-1-processing-n:127.0.0.1:36840_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2804322 INFO  (searcherExecutor-9438-thread-1-processing-n:127.0.0.1:36840_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2804322 INFO  (searcherExecutor-9438-thread-1-processing-n:127.0.0.1:36840_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2804324 INFO  (searcherExecutor-9438-thread-1-processing-n:127.0.0.1:36840_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2804326 INFO  (searcherExecutor-9438-thread-1-processing-n:127.0.0.1:36840_solr x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection r:core_node8) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.SolrCore [testSolrCloudCollection_shard2_replica_n6] Registered new searcher Searcher@608b2e5f[testSolrCloudCollection_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2804331 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2804332 INFO  (searcherExecutor-9440-thread-1-processing-n:127.0.0.1:46156_solr x:testSolrCloudCollection_shard2_replica_n4 s:shard2 c:testSolrCloudCollection r:core_node7) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2804332 INFO  (qtp1106985196-27641) [n:127.0.0.1:36840_solr c:testSolrCloudCollection s:shard2 r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2804332 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2804331 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2804333 INFO  (qtp34070631-27646) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590716862492049408
   [junit4]   2> 2804333 INFO  (searcherExecutor-9440-thread-1-processing-n:127.0.0.1:46156_solr x:testSolrCloudCollection_shard2_replica_n4 s:shard2 c:testSolrCloudCollection r:core_node7) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2804333 INFO  (qtp1007833257-27633) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590716862492049408
   [junit4]   2> 2804333 INFO  (searcherExecutor-9440-thread-1-processing-n:127.0.0.1:46156_solr x:testSolrCloudCollection_shard2_replica_n4 s:shard2 c:testSolrCloudCollection r:core_node7) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2804333 INFO  (searcherExecutor-9440-thread-1-processing-n:127.0.0.1:46156_solr x:testSolrCloudCollection_shard2_replica_n4 s:shard2 c:testSolrCloudCollection r:core_node7) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2804334 INFO  (searcherExecutor-9440-thread-1-processing-n:127.0.0.1:46156_solr x:testSolrCloudCollection_shard2_replica_n4 s:shard2 c:testSolrCloudCollection r:core_node7) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2804334 INFO  (searcherExecutor-9440-thread-1-processing-n:127.0.0.1:46156_solr x:testSolrCloudCollection_shard2_replica_n4 s:shard2 c:testSolrCloudCollection r:core_node7) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2804335 INFO  (searcherExecutor-9441-thread-1-processing-n:127.0.0.1:49492_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2804335 INFO  (searcherExecutor-9440-thread-1-processing-n:127.0.0.1:46156_solr x:testSolrCloudCollection_shard2_replica_n4 s:shard2 c:testSolrCloudCollection r:core_node7) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2804335 INFO  (searcherExecutor-9441-thread-1-processing-n:127.0.0.1:49492_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2804335 INFO  (searcherExecutor-9440-thread-1-processing-n:127.0.0.1:46156_solr x:testSolrCloudCollection_shard2_replica_n4 s:shard2 c:testSolrCloudCollection r:core_node7) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2804335 INFO  (searcherExecutor-9439-thread-1-processing-n:127.0.0.1:52209_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2804336 INFO  (qtp2011894227-27627) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590716862495195136
   [junit4]   2> 2804336 INFO  (searcherExecutor-9441-thread-1-processing-n:127.0.0.1:49492_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2804336 INFO  (searcherExecutor-9441-thread-1-processing-n:127.0.0.1:49492_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2804336 INFO  (searcherExecutor-9440-thread-1-processing-n:127.0.0.1:46156_solr x:testSolrCloudCollection_shard2_replica_n4 s:shard2 c:testSolrCloudCollection r:core_node7) [n:127.0.0.1:46156_solr c:testSolrCloudCollection s:shard2 r:core_node7 x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2804337 INFO  (searcherExecutor-9439-thread-1-processing-n:127.0.0.1:52209_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2804337 INFO  (searcherExecutor-9441-thread-1-processing-n:127.0.0.1:49492_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2804337 INFO  (searcherExecutor-9439-thread-1-processing-n:127.0.0.1:52209_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2804338 INFO  (searcherExecutor-9439-thread-1-processing-n:127.0.0.1:52209_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2804338 INFO  (searcherExecutor-9441-thread-1-processing-n:127.0.0.1:49492_solr x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection r:core_node3) [n:127.0.0.1:49492_solr c:testSolrCloudCollection s:shard1 r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2804338 INFO  (searcherExecutor-9439-thread-1-processing-n:127.0.0.1:52209_solr x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection r:core_node5) [n:127.0.0.1:52209_solr c:testSolrCloudCollection s:shard1 r:core_node5 x:testS

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

_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2b703a95
   [junit4]   2> 341774 INFO  (coreCloseExecutor-859-thread-1) [n:127.0.0.1:61765_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=728775317
   [junit4]   2> 341774 INFO  (coreCloseExecutor-859-thread-1) [n:127.0.0.1:61765_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1014dde3: rootName = solr_61765, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@4bbeaf78
   [junit4]   2> 341782 INFO  (jetty-closer-406-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7c550c22{/solr,null,UNAVAILABLE}
   [junit4]   2> 341783 INFO  (jetty-closer-406-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 341790 INFO  (coreCloseExecutor-859-thread-1) [n:127.0.0.1:61765_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=728775317
   [junit4]   2> 341793 INFO  (jetty-closer-406-thread-4) [    ] o.a.s.c.Overseer Overseer (id=99419832600100873-127.0.0.1:61765_solr-n_0000000000) closing
   [junit4]   2> 341793 INFO  (OverseerStateUpdate-99419832600100873-127.0.0.1:61765_solr-n_0000000000) [n:127.0.0.1:61765_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:61765_solr
   [junit4]   2> 341793 WARN  (OverseerAutoScalingTriggerThread-99419832600100873-127.0.0.1:61765_solr-n_0000000000) [n:127.0.0.1:61765_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 341808 INFO  (jetty-closer-406-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7c5a20d5{/solr,null,UNAVAILABLE}
   [junit4]   2> 341810 INFO  (jetty-closer-406-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 341814 ERROR (SUITE-StreamExpressionTest-seed#[DE7272572450C1AC]-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> 341814 INFO  (SUITE-StreamExpressionTest-seed#[DE7272572450C1AC]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47583 47583
   [junit4]   2> 349589 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception
   [junit4]   2> java.nio.channels.CancelledKeyException
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:182)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 349589 INFO  (Thread-408) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47583 47583
   [junit4]   2> 349591 WARN  (Thread-408) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/aliases.json
   [junit4]   2> 	100	/solr/clusterprops.json
   [junit4]   2> 	12	/solr/configs/conf
   [junit4]   2> 	7	/solr/configs/ml
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/clusterstate.json
   [junit4]   2> 	38	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	26	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	20	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	12	/solr/collections/collection1/state.json
   [junit4]   2> 	10	/solr/collections/mainCorpus1/state.json
   [junit4]   2> 	10	/solr/collections/destination/state.json
   [junit4]   2> 	10	/solr/collections/destination1/state.json
   [junit4]   2> 	10	/solr/collections/workQueue1/state.json
   [junit4]   2> 	10	/solr/collections/workQueue/state.json
   [junit4]   2> 	10	/solr/collections/uknownCollection/state.json
   [junit4]   2> 	10	/solr/collections/modelCollection/state.json
   [junit4]   2> 	10	/solr/collections/checkpointCollection/state.json
   [junit4]   2> 	10	/solr/collections/mainCorpus/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99419832600100873-127.0.0.1:61765_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/live_nodes
   [junit4]   2> 	100	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_DE7272572450C1AC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {expr_s=PostingsFormat(name=Asserting), name_s=PostingsFormat(name=Direct), terms_ss=FSTOrd50, join2_s=FSTOrd50, field_s=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=FSTOrd50, subject=FSTOrd50, a1_s=PostingsFormat(name=LuceneVarGapFixedInterval), a2_s=PostingsFormat(name=Asserting), level1_s=PostingsFormat(name=Asserting), body_t=PostingsFormat(name=Direct), s_multi=PostingsFormat(name=Asserting), col_s=PostingsFormat(name=LuceneVarGapFixedInterval), a_ss=FSTOrd50, level2_s=PostingsFormat(name=LuceneVarGapFixedInterval), a_s=PostingsFormat(name=Asserting), tv_text=PostingsFormat(name=LuceneVarGapFixedInterval), term_s=FSTOrd50, a_t=FSTOrd50, text_s=PostingsFormat(name=Asserting), id=PostingsFormat(name=Direct), text=PostingsFormat(name=Asserting), featureSet_s=PostingsFormat(name=LuceneVarGapFixedInterval), checkpoint_ss=PostingsFormat(name=Direct), test_t=PostingsFormat(name=Direct), ident_s=PostingsFormat(name=LuceneVarGapFixedInterval), whitetok=PostingsFormat(name=Direct), side_s=PostingsFormat(name=Direct)}, docValues:{expr_s=DocValuesFormat(name=Direct), name_s=DocValuesFormat(name=Lucene70), iteration_i=DocValuesFormat(name=Lucene70), terms_ss=DocValuesFormat(name=Asserting), join2_s=DocValuesFormat(name=Asserting), multiDefault=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Lucene70), intDefault=DocValuesFormat(name=Lucene70), a2_s=DocValuesFormat(name=Direct), falseNegative_i=DocValuesFormat(name=Lucene70), a_i=DocValuesFormat(name=Lucene70), level1_s=DocValuesFormat(name=Direct), a_s=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene70), alpha_d=DocValuesFormat(name=Lucene70), i_multi=DocValuesFormat(name=Lucene70), idf_d=DocValuesFormat(name=Lucene70), b_ls=DocValuesFormat(name=Lucene70), checkpoint_ss=DocValuesFormat(name=Lucene70), ident_s=DocValuesFormat(name=Lucene70), order_i=DocValuesFormat(name=Asserting), error_d=DocValuesFormat(name=Direct), side_s=DocValuesFormat(name=Lucene70), truePositive_i=DocValuesFormat(name=Direct), miles_i=DocValuesFormat(name=Lucene70), field_s=DocValuesFormat(name=Lucene70), price_f=DocValuesFormat(name=Asserting), a1_s=DocValuesFormat(name=Lucene70), join1_i=DocValuesFormat(name=Direct), join3_i=DocValuesFormat(name=Lucene70), test_i=DocValuesFormat(name=Asserting), falsePositive_i=DocValuesFormat(name=Lucene70), field_i=DocValuesFormat(name=Asserting), s_multi=DocValuesFormat(name=Direct), col_s=DocValuesFormat(name=Lucene70), a_ss=DocValuesFormat(name=Asserting), level2_s=DocValuesFormat(name=Lucene70), score_f=DocValuesFormat(name=Direct), term_s=DocValuesFormat(name=Asserting), text_s=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Asserting), idfs_ds=DocValuesFormat(name=Asserting), featureSet_s=DocValuesFormat(name=Lucene70), weights_ds=DocValuesFormat(name=Lucene70), trueNegative_i=DocValuesFormat(name=Direct), index_i=DocValuesFormat(name=Lucene70), test_dt=DocValuesFormat(name=Direct), out_i=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=667, maxMBSortInHeap=7.0409295865828065, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4ab82fc9), locale=ca-ES, timezone=Asia/Tomsk
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=80854272,total=237342720
   [junit4]   2> NOTE: All tests run in this JVM: [ArcTangentEvaluatorTest, NaturalLogEvaluatorTest, TestNamedListCodec, TestSolrJErrorHandling, DocumentAnalysisResponseTest, CorrelationEvaluatorTest, QueryResponseTest, LargeVolumeEmbeddedTest, GreaterThanEqualToEvaluatorTest, SolrZkClientTest, CloudSolrClientTest, StreamExpressionToExplanationTest, TestFastInputStream, SolrExampleJettyTest, RoundEvaluatorTest, SolrSchemalessExampleTest, EqualToEvaluatorTest, HyperbolicCosineEvaluatorTest, StreamExpressionParserTest, LessThanEqualToEvaluatorTest, OrEvaluatorTest, SolrQueryTest, AnlysisResponseBaseTest, CoalesceEvaluatorTest, JDBCStreamTest, SolrParamTest, SolrExampleBinaryTest, ModuloEvaluatorTest, LargeVolumeJettyTest, SolrExampleStreamingBinaryTest, ConcurrentUpdateSolrClientTest, CommonParamsTest, RawValueEvaluatorTest, SolrExceptionTest, SquareRootEvaluatorTest, LargeVolumeBinaryJettyTest, TestBatchUpdate, JettyWebappTest, TestSpellCheckResponse, TestSolrProperties, TermsResponseTest, MergeIndexesEmbeddedTest, TestHash, ModifiableSolrParamsTest, NamedListTest, CollectionAdminRequestRequiredParamsTest, TestLBHttpSolrClient, CloudSolrClientBuilderTest, CloudSolrClientCacheTest, HttpSolrClientConPoolTest, GraphExpressionTest, StreamExpressionTest]
   [junit4] Completed [146/146 (1!)] on J1 in 143.89s, 153 tests, 1 failure <<< FAILURES!

[...truncated 47201 lines...]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1648 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1648/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:44329/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:52786/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:44329/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:52786/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([7D4AEC96A8F8D441:D7873F641F2B0191]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	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.requestWithRetryOnStaleState(CloudSolrClient.java:991)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:991)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:44329/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard1
	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:436)
	... 47 more


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData

Error Message:
Node watch should have fired!

Stack Trace:
java.lang.AssertionError: Node watch should have fired!
	at __randomizedtesting.SeedInfo.seed([7D4AEC96A8F8D441:5BDA03C4FC76124B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData(TestDistribStateManager.java:256)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([7D4AEC96A8F8D441:2002F21F673E720E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate(TestLargeCluster.java:547)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12054 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7D4AEC96A8F8D441-001/init-core-data-001
   [junit4]   2> 993469 WARN  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 993469 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 993471 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 993471 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 993471 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7D4AEC96A8F8D441-001/tempDir-001
   [junit4]   2> 993471 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 993471 INFO  (Thread-1432) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 993472 INFO  (Thread-1432) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 993474 ERROR (Thread-1432) [    ] 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> 993572 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44646
   [junit4]   2> 993578 INFO  (zkConnectionManagerCallback-1469-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993586 INFO  (jetty-launcher-1466-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 993586 INFO  (jetty-launcher-1466-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 993587 INFO  (jetty-launcher-1466-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 993588 INFO  (jetty-launcher-1466-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 993589 INFO  (jetty-launcher-1466-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 993589 INFO  (jetty-launcher-1466-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 993589 INFO  (jetty-launcher-1466-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 993590 INFO  (jetty-launcher-1466-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 993590 INFO  (jetty-launcher-1466-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 993590 INFO  (jetty-launcher-1466-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 993591 INFO  (jetty-launcher-1466-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@aff3836{/solr,null,AVAILABLE}
   [junit4]   2> 993593 INFO  (jetty-launcher-1466-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 993593 INFO  (jetty-launcher-1466-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 993593 INFO  (jetty-launcher-1466-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 993595 INFO  (jetty-launcher-1466-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 993595 INFO  (jetty-launcher-1466-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 993595 INFO  (jetty-launcher-1466-thread-4) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 993595 INFO  (jetty-launcher-1466-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13d9e549{/solr,null,AVAILABLE}
   [junit4]   2> 993596 INFO  (jetty-launcher-1466-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@114fcaa4{/solr,null,AVAILABLE}
   [junit4]   2> 993598 INFO  (jetty-launcher-1466-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@664f25f8{HTTP/1.1,[http/1.1]}{127.0.0.1:44081}
   [junit4]   2> 993598 INFO  (jetty-launcher-1466-thread-4) [    ] o.e.j.s.Server Started @996615ms
   [junit4]   2> 993598 INFO  (jetty-launcher-1466-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44081}
   [junit4]   2> 993598 ERROR (jetty-launcher-1466-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 993598 INFO  (jetty-launcher-1466-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 993598 INFO  (jetty-launcher-1466-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 993598 INFO  (jetty-launcher-1466-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 993598 INFO  (jetty-launcher-1466-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T16:28:12.234Z
   [junit4]   2> 993600 INFO  (jetty-launcher-1466-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2512bcda{HTTP/1.1,[http/1.1]}{127.0.0.1:46362}
   [junit4]   2> 993600 INFO  (jetty-launcher-1466-thread-2) [    ] o.e.j.s.Server Started @996617ms
   [junit4]   2> 993600 INFO  (jetty-launcher-1466-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46362}
   [junit4]   2> 993600 ERROR (jetty-launcher-1466-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 993600 INFO  (jetty-launcher-1466-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 993600 INFO  (jetty-launcher-1466-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 993601 INFO  (jetty-launcher-1466-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 993601 INFO  (jetty-launcher-1466-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T16:28:12.237Z
   [junit4]   2> 993601 INFO  (jetty-launcher-1466-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@747ac918{/solr,null,AVAILABLE}
   [junit4]   2> 993602 INFO  (jetty-launcher-1466-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2efaac4b{HTTP/1.1,[http/1.1]}{127.0.0.1:60595}
   [junit4]   2> 993602 INFO  (jetty-launcher-1466-thread-3) [    ] o.e.j.s.Server Started @996619ms
   [junit4]   2> 993602 INFO  (jetty-launcher-1466-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60595}
   [junit4]   2> 993603 ERROR (jetty-launcher-1466-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 993603 INFO  (jetty-launcher-1466-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 993603 INFO  (jetty-launcher-1466-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 993603 INFO  (jetty-launcher-1466-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 993603 INFO  (jetty-launcher-1466-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T16:28:12.239Z
   [junit4]   2> 993606 INFO  (zkConnectionManagerCallback-1471-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993607 INFO  (jetty-launcher-1466-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 993612 INFO  (jetty-launcher-1466-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1d2d788d{HTTP/1.1,[http/1.1]}{127.0.0.1:52786}
   [junit4]   2> 993612 INFO  (jetty-launcher-1466-thread-1) [    ] o.e.j.s.Server Started @996629ms
   [junit4]   2> 993612 INFO  (jetty-launcher-1466-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52786}
   [junit4]   2> 993612 ERROR (jetty-launcher-1466-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 993612 INFO  (jetty-launcher-1466-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 993612 INFO  (jetty-launcher-1466-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 993612 INFO  (jetty-launcher-1466-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 993612 INFO  (jetty-launcher-1466-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T16:28:12.248Z
   [junit4]   2> 993618 INFO  (zkConnectionManagerCallback-1475-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993618 INFO  (zkConnectionManagerCallback-1477-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993619 INFO  (jetty-launcher-1466-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 993619 INFO  (jetty-launcher-1466-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 993625 INFO  (zkConnectionManagerCallback-1473-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993625 INFO  (jetty-launcher-1466-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44646/solr
   [junit4]   2> 993626 INFO  (jetty-launcher-1466-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 993628 INFO  (zkConnectionManagerCallback-1481-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993628 INFO  (jetty-launcher-1466-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44646/solr
   [junit4]   2> 993628 INFO  (jetty-launcher-1466-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44646/solr
   [junit4]   2> 993630 INFO  (zkConnectionManagerCallback-1489-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993630 DEBUG (jetty-launcher-1466-thread-1) [n:127.0.0.1:52786_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$247/1331067058@4c66a001
   [junit4]   2> 993641 DEBUG (jetty-launcher-1466-thread-3) [n:127.0.0.1:60595_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$247/1331067058@5b3fb1e3
   [junit4]   2> 993642 INFO  (zkConnectionManagerCallback-1485-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993642 INFO  (zkConnectionManagerCallback-1491-thread-1-processing-n:127.0.0.1:52786_solr) [n:127.0.0.1:52786_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993643 INFO  (zkConnectionManagerCallback-1493-thread-1-processing-n:127.0.0.1:60595_solr) [n:127.0.0.1:60595_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993643 INFO  (jetty-launcher-1466-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44646/solr
   [junit4]   2> 993646 INFO  (zkConnectionManagerCallback-1497-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993648 DEBUG (jetty-launcher-1466-thread-2) [n:127.0.0.1:46362_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$247/1331067058@3bbfe498
   [junit4]   2> 993650 INFO  (zkConnectionManagerCallback-1499-thread-1-processing-n:127.0.0.1:46362_solr) [n:127.0.0.1:46362_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993656 DEBUG (jetty-launcher-1466-thread-4) [n:127.0.0.1:44081_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$247/1331067058@3942ce6c
   [junit4]   2> 993664 INFO  (zkConnectionManagerCallback-1503-thread-1-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 993681 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 993682 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993682 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 993683 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 993684 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 993685 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 993691 INFO  (jetty-launcher-1466-thread-4) [n:127.0.0.1:44081_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 993692 DEBUG (jetty-launcher-1466-thread-4) [n:127.0.0.1:44081_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/99417069460520972-127.0.0.1:44081_solr-n_0000000000
   [junit4]   2> 993692 INFO  (jetty-launcher-1466-thread-4) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44081_solr
   [junit4]   2> 993695 INFO  (jetty-launcher-1466-thread-4) [n:127.0.0.1:44081_solr    ] o.a.s.c.Overseer Overseer (id=99417069460520972-127.0.0.1:44081_solr-n_0000000000) starting
   [junit4]   2> 993710 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 993710 DEBUG (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 993710 INFO  (jetty-launcher-1466-thread-4) [n:127.0.0.1:44081_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44081_solr
   [junit4]   2> 993711 DEBUG (OverseerAutoScalingTriggerThread-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 993713 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 993713 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993713 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 993714 DEBUG (OverseerAutoScalingTriggerThread-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 993714 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 993714 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 993714 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 993714 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 993714 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 993714 INFO  (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 993714 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 993715 DEBUG (OverseerAutoScalingTriggerThread-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44081_solr]
   [junit4]   2> 993715 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 993715 DEBUG (OverseerAutoScalingTriggerThread-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 993715 DEBUG (OverseerAutoScalingTriggerThread-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 993716 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 993716 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 993720 DEBUG (OverseerAutoScalingTriggerThread-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 993721 DEBUG (OverseerAutoScalingTriggerThread-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 993721 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 993722 DEBUG (ScheduledTrigger-2246-thread-1) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 993785 INFO  (jetty-launcher-1466-thread-4) [n:127.0.0.1:44081_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44081.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 993790 INFO  (jetty-launcher-1466-thread-4) [n:127.0.0.1:44081_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44081.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 993790 INFO  (jetty-launcher-1466-thread-4) [n:127.0.0.1:44081_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44081.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 993791 INFO  (jetty-launcher-1466-thread-4) [n:127.0.0.1:44081_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7D4AEC96A8F8D441-001/tempDir-001/node4/.
   [junit4]   2> 993812 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 993813 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993813 INFO  (jetty-launcher-1466-thread-3) [n:127.0.0.1:60595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 993814 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 993815 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 993816 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 993817 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 993817 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 993817 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993817 INFO  (jetty-launcher-1466-thread-2) [n:127.0.0.1:46362_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 993818 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 993818 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 993819 INFO  (jetty-launcher-1466-thread-3) [n:127.0.0.1:60595_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 993819 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 993819 DEBUG (jetty-launcher-1466-thread-3) [n:127.0.0.1:60595_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/99417069460520969-127.0.0.1:60595_solr-n_0000000001
   [junit4]   2> 993820 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/99417069460520972-127.0.0.1:44081_solr-n_0000000000
   [junit4]   2> 993820 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 993820 DEBUG (jetty-launcher-1466-thread-3) [n:127.0.0.1:60595_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/99417069460520972-127.0.0.1:44081_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 993821 DEBUG (jetty-launcher-1466-thread-3) [n:127.0.0.1:60595_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:60595_solr as DOWN
   [junit4]   2> 993823 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 993823 INFO  (jetty-launcher-1466-thread-3) [n:127.0.0.1:60595_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60595_solr
   [junit4]   2> 993823 INFO  (jetty-launcher-1466-thread-2) [n:127.0.0.1:46362_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 993824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 993824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 993824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 993824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 993825 DEBUG (jetty-launcher-1466-thread-2) [n:127.0.0.1:46362_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/99417069460520971-127.0.0.1:46362_solr-n_0000000002
   [junit4]   2> 993825 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993825 DEBUG (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:60595_solr"} current state version: 0
   [junit4]   2> 993825 DEBUG (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:60595_solr
   [junit4]   2> 993825 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993825 INFO  (zkCallback-1502-thread-1-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 993825 INFO  (zkCallback-1492-thread-1-processing-n:127.0.0.1:60595_solr) [n:127.0.0.1:60595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 993826 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993827 INFO  (zkCallback-1498-thread-1-processing-n:127.0.0.1:46362_solr) [n:127.0.0.1:46362_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 993827 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/99417069460520969-127.0.0.1:60595_solr-n_0000000001
   [junit4]   2> 993827 DEBUG (jetty-launcher-1466-thread-2) [n:127.0.0.1:46362_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/99417069460520969-127.0.0.1:60595_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 993827 DEBUG (jetty-launcher-1466-thread-2) [n:127.0.0.1:46362_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:46362_solr as DOWN
   [junit4]   2> 993829 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 993829 INFO  (jetty-launcher-1466-thread-2) [n:127.0.0.1:46362_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46362_solr
   [junit4]   2> 993830 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 993830 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 993831 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 993831 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 993831 DEBUG (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46362_solr"} current state version: 0
   [junit4]   2> 993831 DEBUG (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46362_solr
   [junit4]   2> 993831 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993831 INFO  (zkCallback-1502-thread-1-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 993831 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993831 INFO  (zkCallback-1492-thread-1-processing-n:127.0.0.1:60595_solr) [n:127.0.0.1:60595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 993832 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993832 INFO  (zkCallback-1498-thread-1-processing-n:127.0.0.1:46362_solr) [n:127.0.0.1:46362_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 993834 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 993835 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993835 INFO  (jetty-launcher-1466-thread-1) [n:127.0.0.1:52786_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 993835 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 993835 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 993835 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 993836 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 993837 INFO  (jetty-launcher-1466-thread-1) [n:127.0.0.1:52786_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 993838 DEBUG (jetty-launcher-1466-thread-1) [n:127.0.0.1:52786_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/99417069460520968-127.0.0.1:52786_solr-n_0000000003
   [junit4]   2> 993838 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/99417069460520971-127.0.0.1:46362_solr-n_0000000002
   [junit4]   2> 993838 DEBUG (jetty-launcher-1466-thread-1) [n:127.0.0.1:52786_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/99417069460520971-127.0.0.1:46362_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 993838 DEBUG (jetty-launcher-1466-thread-1) [n:127.0.0.1:52786_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:52786_solr as DOWN
   [junit4]   2> 993839 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 993839 INFO  (jetty-launcher-1466-thread-1) [n:127.0.0.1:52786_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52786_solr
   [junit4]   2> 993840 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 993840 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 993840 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 993840 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 993841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 993841 INFO  (zkCallback-1502-thread-2-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 993841 INFO  (zkCallback-1492-thread-1-processing-n:127.0.0.1:60595_solr) [n:127.0.0.1:60595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 993843 INFO  (zkCallback-1490-thread-1-processing-n:127.0.0.1:52786_solr) [n:127.0.0.1:52786_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 993843 INFO  (zkCallback-1498-thread-1-processing-n:127.0.0.1:46362_solr) [n:127.0.0.1:46362_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 993845 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 993854 DEBUG (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:52786_solr"} current state version: 0
   [junit4]   2> 993854 DEBUG (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:52786_solr
   [junit4]   2> 993887 INFO  (jetty-launcher-1466-thread-2) [n:127.0.0.1:46362_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46362.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 993892 INFO  (jetty-launcher-1466-thread-2) [n:127.0.0.1:46362_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46362.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 993892 INFO  (jetty-launcher-1466-thread-2) [n:127.0.0.1:46362_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46362.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 993893 INFO  (jetty-launcher-1466-thread-2) [n:127.0.0.1:46362_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7D4AEC96A8F8D441-001/tempDir-001/node2/.
   [junit4]   2> 993943 INFO  (jetty-launcher-1466-thread-3) [n:127.0.0.1:60595_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60595.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 993949 INFO  (jetty-launcher-1466-thread-3) [n:127.0.0.1:60595_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60595.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 993949 INFO  (jetty-launcher-1466-thread-3) [n:127.0.0.1:60595_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60595.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 993950 INFO  (jetty-launcher-1466-thread-3) [n:127.0.0.1:60595_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7D4AEC96A8F8D441-001/tempDir-001/node3/.
   [junit4]   2> 993954 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 993955 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 993991 INFO  (jetty-launcher-1466-thread-1) [n:127.0.0.1:52786_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52786.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 993996 INFO  (jetty-launcher-1466-thread-1) [n:127.0.0.1:52786_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52786.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 993996 INFO  (jetty-launcher-1466-thread-1) [n:127.0.0.1:52786_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52786.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 993997 INFO  (jetty-launcher-1466-thread-1) [n:127.0.0.1:52786_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7D4AEC96A8F8D441-001/tempDir-001/node1/.
   [junit4]   2> 994036 INFO  (zkConnectionManagerCallback-1511-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 994038 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x161334c45ce000d, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 994040 INFO  (zkConnectionManagerCallback-1515-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 994041 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 994041 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 994041 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 994041 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 994042 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 994042 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 994042 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44646/solr ready
   [junit4]   2> 994049 INFO  (qtp1863476961-6109) [n:127.0.0.1:46362_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 994050 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 994050 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 994051 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 994051 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 994051 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 994052 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 994052 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 994052 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 994052 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 994052 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 994052 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{"operation":"overseerstatus"}
   [junit4]   2> 994053 DEBUG (OverseerThreadFactory-2248-thread-1-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 994058 DEBUG (OverseerThreadFactory-2248-thread-1-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"}
   [junit4]   2> 994058 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 994058 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 994058 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 994058 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 994058 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 994058 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 994059 DEBUG (OverseerThreadFactory-2248-thread-1-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 994060 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 994061 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 994061 DEBUG (zkCallback-1498-thread-1-processing-n:127.0.0.1:46362_solr) [n:127.0.0.1:46362_solr    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 994061 DEBUG (OverseerThreadFactory-2248-thread-1-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 994061 DEBUG (OverseerThreadFactory-2248-thread-1-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 994061 DEBUG (OverseerThreadFactory-2248-thread-1-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 994061 DEBUG (OverseerThreadFactory-2248-thread-1-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 994061 DEBUG (OverseerThreadFactory-2248-thread-1-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 994061 DEBUG (OverseerThreadFactory-2248-thread-1-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{leader=127.0.0.1:44081_solr,overseer_queue_size=0,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=8.576370790860512,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.7746963333333332,medianRequestTime=0.948937,75thPcRequestTime=0.968484,95thPcRequestTime=0.968484,99thPcRequestTime=0.968484,999thPcRequestTime=0.968484},downnode={requests=3,errors=0,avgRequestsPerSecond=12.800423649648,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.036206333333333326,medianRequestTime=0.040481,75thPcRequestTime=0.042093,95thPcRequestTime=0.042093,99thPcRequestTime=0.042093,999thPcRequestTime=0.042093}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=8.591715575723558,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=2.270513333333333,medianRequestTime=1.120194,75thPcRequestTime=4.855975,95thPcRequestTime=4.855975,99thPcRequestTime=4.855975,999thPcRequestTime=4.855975},overseerstatus={requests=0,errors=0,avgRequestsPerSecond=0.0,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.0,medianRequestTime=0.0,75thPcRequestTime=0.0,95thPcRequestTime=0.0,99thPcRequestTime=0.0,999thPcRequestTime=0.0}},overseer_queue={},overseer_internal_queue={peek={avgRequestsPerSecond=2.9084829071324405,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.539383,medianRequestTime=0.539383,75thPcRequestTime=0.539383,95thPcRequestTime=0.539383,99thPcRequestTime=0.539383,999thPcRequestTime=0.539383}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=2.9006547082245207,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=337.988918,medianRequestTime=337.988918,75thPcRequestTime=337.988918,95thPcRequestTime=337.988918,99thPcRequestTime=337.988918,999thPcRequestTime=337.988918}}}
   [junit4]   2> 994061 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 994062 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 994062 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 994062 INFO  (qtp1863476961-6109) [n:127.0.0.1:46362_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 994062 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 994095 WARN  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 994118 WARN  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 994122 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 994134 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.m.log Extract jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_serv1.vm3_33777_hdfs____.z5t494/webapp
   [junit4]   2> 994725 DEBUG (ScheduledTrigger-2246-thread-1) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 994761 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@serv1-vm3:33777
   [junit4]   2> 994921 WARN  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 994922 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 994931 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.m.log Extract jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_37224_datanode____gf320n/webapp
   [junit4]   2> 995366 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37224
   [junit4]   2> 995465 WARN  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 995467 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 995487 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.m.log Extract jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_38673_datanode____.a1zf0/webapp
   [junit4]   2> 995520 ERROR (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7D4AEC96A8F8D441-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7D4AEC96A8F8D441-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to serv1-vm3/127.0.0.1:53412) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 995539 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x26f9765577ba1: from storage DS-af474e70-fd20-49c2-b651-6781128ba8f6 node DatanodeRegistration(127.0.0.1:34708, datanodeUuid=235b60bc-2964-4678-8931-a388cd1ea7e8, infoPort=59606, infoSecurePort=0, ipcPort=59536, storageInfo=lv=-56;cid=testClusterID;nsid=2106696905;c=0), blocks: 0, hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 995539 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x26f9765577ba1: from storage DS-4690b371-1565-4217-abec-cfecc748648e node DatanodeRegistration(127.0.0.1:34708, datanodeUuid=235b60bc-2964-4678-8931-a388cd1ea7e8, infoPort=59606, infoSecurePort=0, ipcPort=59536, storageInfo=lv=-56;cid=testClusterID;nsid=2106696905;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 995733 DEBUG (ScheduledTrigger-2246-thread-2) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 995961 INFO  (SUITE-MoveReplicaHDFSTest-seed#[7D4AEC96A8F8D441]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38673
   [junit4]   2> 996064 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 996065 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 996066 INFO  (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_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> 996067 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 996067 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 996067 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 996067 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 996067 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 996095 ERROR (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7D4AEC96A8F8D441-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7D4AEC96A8F8D441-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to serv1-vm3/127.0.0.1:53412) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 996112 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x26f97877c6f17: from storage DS-6949156c-8e78-431e-b1f9-73ac742e000a node DatanodeRegistration(127.0.0.1:46472, datanodeUuid=72db035b-bfd7-4990-bb6b-7d58e39bf60b, infoPort=34817, infoSecurePort=0, ipcPort=56396, storageInfo=lv=-56;cid=testClusterID;nsid=2106696905;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 996112 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x26f97877c6f17: from storage DS-47be2573-eaff-45e1-8c41-c432ba69b8d8 node DatanodeRegistration(127.0.0.1:46472, datanodeUuid=72db035b-bfd7-4990-bb6b-7d58e39bf60b, infoPort=34817, infoSecurePort=0, ipcPort=56396, storageInfo=lv=-56;cid=testClusterID;nsid=2106696905;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 996331 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedMove
   [junit4]   2> 996332 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 996332 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 996333 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 996333 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 996333 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 996333 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 996334 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 996336 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 996336 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 996336 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 996336 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@726b9c40{/solr,null,AVAILABLE}
   [junit4]   2> 996336 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@774edbdf{HTTP/1.1,[http/1.1]}{127.0.0.1:44329}
   [junit4]   2> 996336 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.e.j.s.Server Started @999354ms
   [junit4]   2> 996336 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44329}
   [junit4]   2> 996336 ERROR (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 996337 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 996337 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 996337 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 996337 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T16:28:14.973Z
   [junit4]   2> 996338 INFO  (zkConnectionManagerCallback-1518-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 996339 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 996345 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44646/solr
   [junit4]   2> 996347 INFO  (zkConnectionManagerCallback-1522-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 996349 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [n:127.0.0.1:44329_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$247/1331067058@4abe9a6a
   [junit4]   2> 996350 INFO  (zkConnectionManagerCallback-1524-thread-1-processing-n:127.0.0.1:44329_solr) [n:127.0.0.1:44329_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 996358 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 996359 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 996359 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [n:127.0.0.1:44329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 996359 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 996359 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 996359 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 996360 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 996362 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [n:127.0.0.1:44329_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 996362 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [n:127.0.0.1:44329_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/99417069460520977-127.0.0.1:44329_solr-n_0000000004
   [junit4]   2> 996363 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/99417069460520968-127.0.0.1:52786_solr-n_0000000003
   [junit4]   2> 996363 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [n:127.0.0.1:44329_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/99417069460520968-127.0.0.1:52786_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 996363 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [n:127.0.0.1:44329_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:44329_solr as DOWN
   [junit4]   2> 996364 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 996365 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [n:127.0.0.1:44329_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44329_solr
   [junit4]   2> 996365 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 996365 DEBUG (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44329_solr"} current state version: 0
   [junit4]   2> 996365 DEBUG (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:44329_solr
   [junit4]   2> 996365 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 996366 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 996366 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 996366 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 996366 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 996366 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 996366 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 996366 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 996366 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 996366 INFO  (zkCallback-1492-thread-1-processing-n:127.0.0.1:60595_solr) [n:127.0.0.1:60595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 996366 INFO  (zkCallback-1502-thread-2-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 996366 INFO  (zkCallback-1490-thread-1-processing-n:127.0.0.1:52786_solr) [n:127.0.0.1:52786_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 996367 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 996367 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 996367 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 996367 INFO  (zkCallback-1498-thread-1-processing-n:127.0.0.1:46362_solr) [n:127.0.0.1:46362_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 996368 INFO  (zkCallback-1514-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 996368 INFO  (zkCallback-1514-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 996368 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 996369 INFO  (zkCallback-1523-thread-1-processing-n:127.0.0.1:44329_solr) [n:127.0.0.1:44329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 996476 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [n:127.0.0.1:44329_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44329.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 996486 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 996486 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 996489 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [n:127.0.0.1:44329_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44329.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 996489 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [n:127.0.0.1:44329_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44329.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6fbc34
   [junit4]   2> 996493 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[7D4AEC96A8F8D441]) [n:127.0.0.1:44329_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7D4AEC96A8F8D441-001/tempDir-001/node5/.
   [junit4]   2> 996531 INFO  (zkConnectionManagerCallback-1528-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 996534 INFO  (qtp314980407-6117) [n:127.0.0.1:44081_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&autoAddReplicas=false&name=MoveReplicaHDFSTest_failed_coll_true&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 996536 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 996537 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000002
   [junit4]   2> 996537 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 996537 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 996537 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 996538 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 996538 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 996538 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000002, ]
   [junit4]   2> 996538 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 996538 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 996539 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 996539 DEBUG (OverseerThreadFactory-2248-thread-2-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 996539 DEBUG (OverseerThreadFactory-2248-thread-2-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 996539 INFO  (OverseerThreadFactory-2248-thread-2-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 996539 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 996539 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 996539 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 996539 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 996539 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 996539 DEBUG (OverseerCollectionConfigSetProcessor-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000002],[]
   [junit4]   2> 996540 DEBUG (OverseerThreadFactory-2248-thread-2-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 996540 DEBUG (OverseerThreadFactory-2248-thread-2-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/MoveReplicaHDFSTest_failed_coll_true 
   [junit4]   2> 996541 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 996541 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 996541 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 996541 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 996542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 996542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 996542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 996542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 996542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 996542 DEBUG (OverseerThreadFactory-2248-thread-2-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 996542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 996542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 996542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 996543 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 996543 DEBUG (OverseerThreadFactory-2248-thread-2-processing-n:127.0.0.1:44081_solr) [n:127.0.0.1:44081_solr    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 996544 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 996545 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 996545 DEBUG (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 996545 DEBUG (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 996545 DEBUG (OverseerStateUpdate-99417069460520972-127.0.0.1:44081_solr-n_0000000000) [n:127.0.0.1:44081_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/MoveReplicaHDFSTest_failed_coll_true/state.json
   [junit

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

eLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- CREATE             1
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- DELETESTATUS      40
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- MOVEREPLICA       40
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- REQUESTSTATUS     40
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- autoscaling        1
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- update            14
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Autoscaling event counts ###########
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## * Trigger: .auto_add_replicas
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- STARTED         3
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- SUCCEEDED       3
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## * Trigger: node_lost_trigger
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- IGNORED         2
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- STARTED         3
   [junit4]   2> 3480766 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[7D4AEC96A8F8D441]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- SUCCEEDED       3
   [junit4]   2> 3480767 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3480767 DEBUG (SUITE-TestLargeCluster-seed#[7D4AEC96A8F8D441]-worker) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestLargeCluster_7D4AEC96A8F8D441-001
   [junit4]   2> Jan 26, 2018 5:09:39 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 32 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1131, maxMBSortInHeap=6.145593173473017, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5a9dd0f7), locale=sr, timezone=Chile/EasterIsland
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=122771320,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SoftAutoCommitTest, ReplicaListTransformerTest, TestStressInPlaceUpdates, TestSQLHandlerNonCloud, SimpleFacetsTest, SpellCheckComponentTest, TestDocSet, SolrCoreMetricManagerTest, TestPayloadCheckQParserPlugin, BlockDirectoryTest, JavabinLoaderTest, TestSolr4Spatial, BlockJoinFacetSimpleTest, RuleEngineTest, TestJettySolrRunner, AnalysisErrorHandlingTest, SolrGangliaReporterTest, TestDistributedMissingSort, TestAnalyzedSuggestions, DistributedFacetPivotLargeTest, TestApiFramework, SolrJmxReporterCloudTest, JvmMetricsTest, LeaderInitiatedRecoveryOnShardRestartTest, PeerSyncTest, TestReplicaProperties, SystemInfoHandlerTest, TestSubQueryTransformer, TestTriggerIntegration, TestNumericRangeQuery32, DocValuesMultiTest, TestManagedSchemaThreadSafety, CollectionTooManyReplicasTest, QueryResultKeyTest, TestFieldCollectionResource, TestSolrCloudWithSecureImpersonation, TestFuzzyAnalyzedSuggestions, HighlighterConfigTest, TestTolerantUpdateProcessorRandomCloud, TestConfigOverlay, TestDistributedSearch, TestWriterPerf, TestMissingGroups, TestDefaultStatsCache, TestPrepRecovery, SpatialHeatmapFacetsTest, DistribDocExpirationUpdateProcessorTest, TestComplexPhraseLeadingWildcard, MigrateRouteKeyTest, DocValuesNotIndexedTest, XsltUpdateRequestHandlerTest, AutoScalingHandlerTest, LargeFieldTest, TestCoreBackup, TestDelegationWithHadoopAuth, TestGraphMLResponseWriter, TestClusterStateProvider, PeerSyncReplicationTest, TestLMJelinekMercerSimilarityFactory, TestFastWriter, SolrCoreCheckLockOnStartupTest, TestSolrDeletionPolicy2, NodeMutatorTest, TestDFRSimilarityFactory, AutoAddReplicasIntegrationTest, LeaderElectionContextKeyTest, SyncSliceTest, SortByFunctionTest, TimeRoutedAliasUpdateProcessorTest, CleanupOldIndexTest, ReturnFieldsTest, SegmentsInfoRequestHandlerTest, TestLegacyFieldReuse, UninvertDocValuesMergePolicyTest, SolrSlf4jReporterTest, DistributedQueueTest, LoggingHandlerTest, RequestHandlersTest, SuggestComponentTest, TestSolrCloudWithDelegationTokens, BlockJoinFacetDistribTest, HttpSolrCallGetCoreTest, TestManagedStopFilterFactory, DOMUtilTest, ZkSolrClientTest, MoveReplicaHDFSFailoverTest, TestLuceneMatchVersion, TestSizeLimitedDistributedMap, TestSolrCLIRunExample, TestPerFieldSimilarityWithDefaultOverride, TestIndexingPerformance, IndexBasedSpellCheckerTest, AnalyticsMergeStrategyTest, ChaosMonkeySafeLeaderTest, SolrMetricReporterTest, BooleanFieldTest, TestSchemaNameResource, RollingRestartTest, TestUpdate, TestExpandComponent, TestStressVersions, SimplePostToolTest, TestFastLRUCache, SchemaApiFailureTest, TestLeaderElectionWithEmptyReplica, TestRandomFaceting, TestManagedSynonymGraphFilterFactory, BasicFunctionalityTest, CircularListTest, RemoteQueryErrorTest, TestSolrCloudWithHadoopAuthPlugin, TestFilteredDocIdSet, ChaosMonkeySafeLeaderWithPullReplicasTest, MinimalSchemaTest, BlobRepositoryCloudTest, TestDeleteCollectionOnDownNodes, TestExactSharedStatsCache, TestStressReorder, DirectUpdateHandlerTest, TestSolrCoreProperties, CustomCollectionTest, HdfsTlogReplayBufferedWhileIndexingTest, AssignTest, TestExtendedDismaxParser, TestAddFieldRealTimeGet, TestFileDictionaryLookup, HLLUtilTest, ReplicationFactorTest, TestConfigSetsAPI, VMParamsZkACLAndCredentialsProvidersTest, TestCrossCoreJoin, TestSubQueryTransformerDistrib, TestCodecSupport, RankQueryTest, ExternalFileFieldSortTest, TestXmlQParserPlugin, SpellCheckCollatorTest, CustomHighlightComponentTest, TestSearchPerf, DeleteLastCustomShardedReplicaTest, TestNodeAddedTrigger, FullSolrCloudDistribCmdsTest, SimpleMLTQParserTest, SpatialRPTFieldTypeTest, SolrShardReporterTest, TestConfigSetProperties, TimeZoneUtilsTest, TestDownShardTolerantSearch, DefaultValueUpdateProcessorTest, TestSolrCoreParser, EchoParamsTest, TestInfoStreamLogging, TestNumericTerms32, CheckHdfsIndexTest, ZkControllerTest, ClusterStateTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestWordDelimiterFilterFactory, BitVectorTest, TestNumericTokenStream, TestDynamicLoading, TestCustomSort, TestQuerySenderListener, OverriddenZkACLAndCredentialsProvidersTest, TestMacroExpander, AutoscalingHistoryHandlerTest, TestSegmentSorting, AliasIntegrationTest, TestStressRecovery, RequestLoggingTest, ZkStateWriterTest, TestQueryWrapperFilter, IndexSchemaTest, TestCloudSearcherWarming, DistributedQueryComponentOptimizationTest, DocumentAnalysisRequestHandlerTest, NotRequiredUniqueKeyTest, OverseerModifyCollectionTest, TestAnalyzeInfixSuggestions, FacetPivotSmallTest, TestSolrCloudSnapshots, TestCollectionAPI, SolrCmdDistributorTest, UpdateParamsTest, CoreSorterTest, TestUseDocValuesAsStored, TestPolicyCloud, TestLegacyNumericRangeQueryBuilder, OverseerStatusTest, ExecutePlanActionTest, BigEndianAscendingWordDeserializerTest, LeaderElectionIntegrationTest, TestReplicationHandler, TestHashPartitioner, TestJoin, DistributedTermsComponentTest, TestCoreContainer, StatsComponentTest, TestSort, TestIndexSearcher, ShowFileRequestHandlerTest, TestCoreDiscovery, SolrRequestParserTest, DocValuesTest, DirectUpdateHandlerOptimizeTest, DistanceFunctionTest, TestSolrDeletionPolicy1, LukeRequestHandlerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, TestValueSourceCache, TermVectorComponentTest, FastVectorHighlighterTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, PreAnalyzedFieldTest, PrimUtilsTest, DateFieldTest, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, ActionThrottleTest, AddReplicaTest, AsyncCallRequestStatusResponseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DeleteStatusTest, DistribCursorPagingTest, HealthCheckHandlerTest, HttpPartitionTest, MultiThreadedOCPTest, TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, TestCloudPseudoReturnFields, TestClusterProperties, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, TestPullReplica, TestRequestForwarding, TestSSLRandomization, TestSolrCloudWithKerberosAlt, TestStressLiveNodes, TestTlogReplica, ShardSplitTest, TestExecutePlanAction, TestGenericDistributedQueue, TestLargeCluster]
   [junit4] Completed [582/768 (3!)] on J1 in 47.39s, 4 tests, 1 failure <<< FAILURES!

[...truncated 48829 lines...]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1647 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1647/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
java.lang.InternalError: Memory Pool not found

Stack Trace:
javax.management.RuntimeErrorException: java.lang.InternalError: Memory Pool not found
	at __randomizedtesting.SeedInfo.seed([B7C05AA798C091D3:39113E9DF581C9B6]:0)
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:841)
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:852)
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:651)
	at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.InternalError: Memory Pool not found
	at sun.management.MemoryPoolImpl.getUsage0(Native Method)
	at sun.management.MemoryPoolImpl.getUsage(MemoryPoolImpl.java:96)
	at com.codahale.metrics.jvm.MemoryUsageGaugeSet$15.getRatio(MemoryUsageGaugeSet.java:154)
	at com.codahale.metrics.RatioGauge.getValue(RatioGauge.java:64)
	at com.codahale.metrics.RatioGauge.getValue(RatioGauge.java:11)
	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxGauge.getValue(JmxMetricsReporter.java:209)
	at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
	at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
	at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
	at com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83)
	at com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206)
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
	... 41 more


FAILED:  junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:     1) Thread[id=15317, name=jetty-launcher-3455-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)    2) Thread[id=15314, name=jetty-launcher-3455-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   1) Thread[id=15317, name=jetty-launcher-3455-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   2) Thread[id=15314, name=jetty-launcher-3455-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
	at __randomizedtesting.SeedInfo.seed([B7C05AA798C091D3]:0)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDistributions

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([6DA8B33341DCAA18:D257F2999F264A84]: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.client.solrj.io.stream.StreamExpressionTest.testDistributions(StreamExpressionTest.java:6637)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.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([B7C05AA798C091D3:DA3CFE5A22886ED4]: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:274)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12260 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_B7C05AA798C091D3-001/init-core-data-001
   [junit4]   2> 1458970 WARN  (SUITE-TestImpersonationWithHadoopAuth-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1458971 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1458972 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1458972 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1459039 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_B7C05AA798C091D3-001/tempDir-001
   [junit4]   2> 1459039 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1459039 INFO  (Thread-3285) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1459039 INFO  (Thread-3285) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1459041 ERROR (Thread-3285) [    ] 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> 1459141 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:33926
   [junit4]   2> 1459144 INFO  (zkConnectionManagerCallback-3458-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1459154 INFO  (jetty-launcher-3455-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T10:27:37+13:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1459154 INFO  (jetty-launcher-3455-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T10:27:37+13:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1459155 INFO  (jetty-launcher-3455-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1459155 INFO  (jetty-launcher-3455-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1459156 INFO  (jetty-launcher-3455-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1459156 INFO  (jetty-launcher-3455-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29dbd28d{/solr,null,AVAILABLE}
   [junit4]   2> 1459156 INFO  (jetty-launcher-3455-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1459157 INFO  (jetty-launcher-3455-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1459157 INFO  (jetty-launcher-3455-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1459157 INFO  (jetty-launcher-3455-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1892ed2d{/solr,null,AVAILABLE}
   [junit4]   2> 1459159 INFO  (jetty-launcher-3455-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@8f0ba4b{HTTP/1.1,[http/1.1]}{127.0.0.1:65298}
   [junit4]   2> 1459159 INFO  (jetty-launcher-3455-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@703bd087{HTTP/1.1,[http/1.1]}{127.0.0.1:44877}
   [junit4]   2> 1459159 INFO  (jetty-launcher-3455-thread-1) [    ] o.e.j.s.Server Started @1463825ms
   [junit4]   2> 1459160 INFO  (jetty-launcher-3455-thread-2) [    ] o.e.j.s.Server Started @1463825ms
   [junit4]   2> 1459160 INFO  (jetty-launcher-3455-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65298}
   [junit4]   2> 1459160 INFO  (jetty-launcher-3455-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44877}
   [junit4]   2> 1459160 ERROR (jetty-launcher-3455-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1459160 ERROR (jetty-launcher-3455-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1459160 INFO  (jetty-launcher-3455-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1459160 INFO  (jetty-launcher-3455-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1459160 INFO  (jetty-launcher-3455-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1459160 INFO  (jetty-launcher-3455-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1459160 INFO  (jetty-launcher-3455-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1459160 INFO  (jetty-launcher-3455-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T05:03:27.759Z
   [junit4]   2> 1459160 INFO  (jetty-launcher-3455-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1459160 INFO  (jetty-launcher-3455-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T05:03:27.759Z
   [junit4]   2> 1459168 INFO  (zkConnectionManagerCallback-3460-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1459168 INFO  (zkConnectionManagerCallback-3462-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1459168 INFO  (jetty-launcher-3455-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1459168 INFO  (jetty-launcher-3455-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1459182 INFO  (jetty-launcher-3455-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33926/solr
   [junit4]   2> 1459182 INFO  (jetty-launcher-3455-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33926/solr
   [junit4]   2> 1459185 INFO  (zkConnectionManagerCallback-3468-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1459186 INFO  (zkConnectionManagerCallback-3470-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1459198 INFO  (zkConnectionManagerCallback-3472-thread-1-processing-n:127.0.0.1:65298_solr) [n:127.0.0.1:65298_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1459198 INFO  (zkConnectionManagerCallback-3474-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1459337 INFO  (jetty-launcher-3455-thread-1) [n:127.0.0.1:65298_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1459338 INFO  (jetty-launcher-3455-thread-1) [n:127.0.0.1:65298_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:65298_solr
   [junit4]   2> 1459338 INFO  (jetty-launcher-3455-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1459339 INFO  (jetty-launcher-3455-thread-1) [n:127.0.0.1:65298_solr    ] o.a.s.c.Overseer Overseer (id=99414376948695045-127.0.0.1:65298_solr-n_0000000000) starting
   [junit4]   2> 1459340 INFO  (jetty-launcher-3455-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44877_solr
   [junit4]   2> 1459350 INFO  (jetty-launcher-3455-thread-1) [n:127.0.0.1:65298_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65298_solr
   [junit4]   2> 1459379 INFO  (zkCallback-3473-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1459379 INFO  (zkCallback-3471-thread-1-processing-n:127.0.0.1:65298_solr) [n:127.0.0.1:65298_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1459379 INFO  (zkCallback-3473-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1459385 INFO  (OverseerStateUpdate-99414376948695045-127.0.0.1:65298_solr-n_0000000000) [n:127.0.0.1:65298_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1459485 INFO  (jetty-launcher-3455-thread-1) [n:127.0.0.1:65298_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 1459486 INFO  (jetty-launcher-3455-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 1459490 INFO  (jetty-launcher-3455-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.s.HadoopAuthPlugin Params: {proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1, proxyuser.bogusGroup.groups=__some_bogus_group, proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1, proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*, proxyuser.anyHostUsersGroup.groups=staff, proxyuser.noGroups.hosts=*, proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt, proxyuser.bogusGroup.hosts=*, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, proxyuser.localHostAnyGroup.hosts=serv1-vm3,localhost,127.0.0.1, proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 1459490 INFO  (jetty-launcher-3455-thread-1) [n:127.0.0.1:65298_solr    ] o.a.s.s.HadoopAuthPlugin Params: {proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1, proxyuser.bogusGroup.groups=__some_bogus_group, proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1, proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*, proxyuser.anyHostUsersGroup.groups=staff, proxyuser.noGroups.hosts=*, proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt, proxyuser.bogusGroup.hosts=*, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, proxyuser.localHostAnyGroup.hosts=serv1-vm3,localhost,127.0.0.1, proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 1459499 INFO  (jetty-launcher-3455-thread-2) [n:127.0.0.1:44877_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1459499 INFO  (jetty-launcher-3455-thread-1) [n:127.0.0.1:65298_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1459506 INFO  (jetty-launcher-3455-thread-2-EventThread) [n:127.0.0.1:44877_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1459506 INFO  (jetty-launcher-3455-thread-1-EventThread) [n:127.0.0.1:65298_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1459524 INFO  (jetty-launcher-3455-thread-1) [n:127.0.0.1:65298_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 1459526 INFO  (jetty-launcher-3455-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 1459582 INFO  (jetty-launcher-3455-thread-1) [n:127.0.0.1:65298_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65298.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0091cf
   [junit4]   2> 1459588 INFO  (jetty-launcher-3455-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44877.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0091cf
   [junit4]   2> 1459596 INFO  (jetty-launcher-3455-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44877.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0091cf
   [junit4]   2> 1459596 INFO  (jetty-launcher-3455-thread-1) [n:127.0.0.1:65298_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65298.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0091cf
   [junit4]   2> 1459596 INFO  (jetty-launcher-3455-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44877.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0091cf
   [junit4]   2> 1459596 INFO  (jetty-launcher-3455-thread-1) [n:127.0.0.1:65298_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65298.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0091cf
   [junit4]   2> 1459597 INFO  (jetty-launcher-3455-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_B7C05AA798C091D3-001/tempDir-001/node1/.
   [junit4]   2> 1459597 INFO  (jetty-launcher-3455-thread-1) [n:127.0.0.1:65298_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_B7C05AA798C091D3-001/tempDir-001/node2/.
   [junit4]   2> 1459643 INFO  (zkConnectionManagerCallback-3480-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1459647 INFO  (zkConnectionManagerCallback-3484-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1459649 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1459650 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33926/solr ready
   [junit4]   2> 1459687 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 1459705 INFO  (qtp447219271-15262) [n:127.0.0.1:44877_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=bar&action=LIST&user.name=anyHostAnyUser&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1459705 INFO  (qtp447219271-15262) [n:127.0.0.1:44877_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=bar&action=LIST&user.name=anyHostAnyUser&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1459705 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 1459726 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 1474763 WARN  (jetty-launcher-3455-thread-2-SendThread(127.0.0.1:33926)) [n:127.0.0.1:44877_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15165ms for sessionid 0x16130d95f980006
   [junit4]   2> 1474763 WARN  (jetty-launcher-3455-thread-2-SendThread(127.0.0.1:33926)) [n:127.0.0.1:44877_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15219ms for sessionid 0x16130d95f980007
   [junit4]   2> 1474763 WARN  (jetty-launcher-3455-thread-1-SendThread(127.0.0.1:33926)) [n:127.0.0.1:65298_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15165ms for sessionid 0x16130d95f980005
   [junit4]   2> 1474763 WARN  (jetty-launcher-3455-thread-1-SendThread(127.0.0.1:33926)) [n:127.0.0.1:65298_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15220ms for sessionid 0x16130d95f980008
   [junit4]   2> 1474763 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16130d95f980006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1474764 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16130d95f980007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1474765 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16130d95f980008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1474765 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16130d95f980005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1474776 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 1474793 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 1474795 INFO  (qtp447219271-15269) [    ] o.a.s.s.SolrDispatchFilter Error authenticating
   [junit4]   2> java.lang.IllegalArgumentException: userName is NULL, empty or contains a '&'
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:195)
   [junit4]   2> 	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2> 	at org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:518)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:449)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:349)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1474795 WARN  (qtp447219271-15269) [    ] o.e.j.s.HttpChannel /solr/admin/collections
   [junit4]   2> org.apache.solr.common.SolrException: Error during request authentication, 
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:455)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:349)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: userName is NULL, empty or contains a '&'
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:195)
   [junit4]   2> 	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2> 	at org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:518)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:449)
   [junit4]   2> 	... 31 more
   [junit4]   2> 1474797 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 1474819 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 1474840 WARN  (qtp447219271-15264) [    ] o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for user bar: id: invalid user name: "bar"
   [junit4]   2> id: invalid user name: "bar"
   [junit4]   2> 
   [junit4]   2> 1474844 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4]   2> 1474867 WARN  (zkConnectionManagerCallback-3474-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5ec45926 name: ZooKeeperConnection Watcher:127.0.0.1:33926/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1474867 WARN  (zkConnectionManagerCallback-3474-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1474868 INFO  (jetty-launcher-3455-thread-2-EventThread) [n:127.0.0.1:44877_solr    ] o.a.c.f.s.ConnectionStateManager State change: SUSPENDED
   [junit4]   2> 1474870 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 1474878 WARN  (zkConnectionManagerCallback-3484-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b45a1bd name: ZooKeeperConnection Watcher:127.0.0.1:33926/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1474878 WARN  (zkConnectionManagerCallback-3484-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1474879 WARN  (zkConnectionManagerCallback-3472-thread-1-processing-n:127.0.0.1:65298_solr) [n:127.0.0.1:65298_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2cf2f054 name: ZooKeeperConnection Watcher:127.0.0.1:33926/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1474879 WARN  (zkConnectionManagerCallback-3472-thread-1-processing-n:127.0.0.1:65298_solr) [n:127.0.0.1:65298_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1474882 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 1474915 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 1474918 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 1474944 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 1474946 INFO  (qtp447219271-15264) [n:127.0.0.1:44877_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=bar&action=LIST&user.name=localHostAnyGroup&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1474946 INFO  (qtp447219271-15264) [n:127.0.0.1:44877_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=bar&action=LIST&user.name=localHostAnyGroup&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1474946 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 1474968 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 1474971 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4] IGNOR/A 0.00s J0 | TestImpersonationWithHadoopAuth.testForwarding
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/HADOOP-9893))
   [junit4]   2> 1474998 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 1475027 INFO  (qtp447219271-15264) [n:127.0.0.1:44877_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=jenkins&action=LIST&user.name=anyHostUsersGroup&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1475027 INFO  (qtp447219271-15264) [n:127.0.0.1:44877_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=jenkins&action=LIST&user.name=anyHostUsersGroup&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1475027 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[B7C05AA798C091D3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 1475430 INFO  (jetty-closer-3456-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@703bd087{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1475430 INFO  (jetty-closer-3456-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@8f0ba4b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1475431 INFO  (jetty-closer-3456-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1525017725
   [junit4]   2> 1475431 INFO  (jetty-closer-3456-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=132860700
   [junit4]   2> 1475432 INFO  (jetty-closer-3456-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1475432 INFO  (jetty-closer-3456-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1475432 INFO  (jetty-closer-3456-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@160566d: rootName = solr_44877, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@672ced2b
   [junit4]   2> 1475432 INFO  (jetty-closer-3456-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@71be644c: rootName = solr_65298, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5bfd6f9
   [junit4]   2> 1475447 INFO  (jetty-closer-3456-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1475447 INFO  (jetty-closer-3456-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5852e59f: rootName = solr_44877, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5c89440
   [junit4]   2> 1475447 INFO  (jetty-closer-3456-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1475447 INFO  (jetty-closer-3456-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3eb70928: rootName = solr_65298, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5c89440
   [junit4]   2> 1475455 INFO  (jetty-closer-3456-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1475455 INFO  (jetty-closer-3456-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@147ed594: rootName = solr_65298, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2b0c110b
   [junit4]   2> 1475455 INFO  (jetty-closer-3456-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1475455 INFO  (jetty-closer-3456-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6a2a968: rootName = solr_44877, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2b0c110b
   [junit4]   2> 1476101 INFO  (zkConnectionManagerCallback-3474-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1476103 INFO  (jetty-closer-3456-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44877_solr
   [junit4]   2> 1476104 INFO  (jetty-closer-3456-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1476104 INFO  (jetty-closer-3456-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1476105 INFO  (zkCallback-3473-thread-4-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1476107 ERROR (Thread[Thread-3304,5,TGRP-TestImpersonationWithHadoopAuth]) [n:127.0.0.1:44877_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1476143 INFO  (jetty-launcher-3455-thread-1-EventThread) [n:127.0.0.1:65298_solr    ] o.a.c.f.s.ConnectionStateManager State change: SUSPENDED
   [junit4]   2> 1476213 INFO  (zkConnectionManagerCallback-3472-thread-1-processing-n:127.0.0.1:65298_solr) [n:127.0.0.1:65298_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1476215 INFO  (zkCallback-3471-thread-3-processing-n:127.0.0.1:65298_solr) [n:127.0.0.1:65298_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1476217 INFO  (jetty-closer-3456-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:65298_solr
   [junit4]   2> 1476218 INFO  (jetty-closer-3456-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1476219 INFO  (jetty-closer-3456-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1476219 INFO  (jetty-closer-3456-thread-2) [    ] o.a.s.c.Overseer Overseer (id=99414376948695045-127.0.0.1:65298_solr-n_0000000000) closing
   [junit4]   2> 1476219 WARN  (OverseerAutoScalingTriggerThread-99414376948695045-127.0.0.1:65298_solr-n_0000000000) [n:127.0.0.1:65298_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1476219 INFO  (OverseerCollectionConfigSetProcessor-99414376948695045-127.0.0.1:65298_solr-n_0000000000) [n:127.0.0.1:65298_solr    ] o.a.s.c.OverseerTaskProcessor According to ZK I (id=99414376948695045-127.0.0.1:65298_solr-n_0000000000) am no longer a leader.
   [junit4]   2> 1476220 INFO  (OverseerStateUpdate-99414376948695045-127.0.0.1:65298_solr-n_0000000000) [n:127.0.0.1:65298_solr    ] o.a.s.c.Overseer According to ZK I (id=99414376948695045-127.0.0.1:65298_solr-n_0000000000) am no longer a leader.
   [junit4]   2> 1476220 INFO  (OverseerStateUpdate-99414376948695045-127.0.0.1:65298_solr-n_0000000000) [n:127.0.0.1:65298_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:65298_solr
   [junit4]   2> 1476220 INFO  (zkCallback-3471-thread-3-processing-n:127.0.0.1:65298_solr) [n:127.0.0.1:65298_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1476222 WARN  (ScheduledTrigger-5289-thread-1) [n:127.0.0.1:65298_solr    ] o.a.s.c.a.TriggerBase Exception updating trigger state '/autoscaling/triggerState/.auto_add_replicas'
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryDelay(ZkCmdExecutor.java:111)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:70)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:315)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.hasData(ZkDistribStateManager.java:57)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.TriggerBase.saveState(TriggerBase.java:203)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$ScheduledTrigger.run(ScheduledTriggers.java:575)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1476228 ERROR (Thread[Thread-3302,5,TGRP-TestImpersonationWithHadoopAuth]) [n:127.0.0.1:65298_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1476236 INFO  (jetty-closer-3456-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1892ed2d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1476238 INFO  (jetty-closer-3456-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1476314 INFO  (jetty-closer-3456-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@29dbd28d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1476315 INFO  (jetty-closer-3456-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1476318 ERROR (SUITE-TestImpersonationWithHadoopAuth-seed#[B7C05AA798C091D3]-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> 1476319 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33926 33926
   [junit4]   2> 1478611 INFO  (Thread-3285) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33926 33926
   [junit4]   2> 1478612 WARN  (Thread-3285) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 
   [junit4]   2> 1478613 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Jan 26, 2018 5:03:47 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> Jan 26, 2018 5:04:07 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]   2>    1) Thread[id=15317, name=jetty-launcher-3455-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2>    2) Thread[id=15314, name=jetty-launcher-3455-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Jan 26, 2018 5:04:07 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=15317, name=jetty-launcher-3455-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2>    2) Thread[id=15314, name=jetty-launcher-3455-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2> 1498643 ERROR (jetty-launcher-3455-thread-1-EventThread) [n:127.0.0.1:65298_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2> 	at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2> 	at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2> 	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> 1498643 ERROR (jetty-launcher-3455-thread-2-EventThread) [n:127.0.0.1:44877_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2> 	at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2> 	at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2> 	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Jan 26, 2018 5:04:07 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=869, maxMBSortInHeap=6.0524974161162355, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@f71d888), locale=es-PA, timezone=Antarctica/Casey
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=233772928,total=518041600
   [junit4]   2> NOTE: All tests run in this JVM: [ShardRoutingCustomTest, TestLazyCores, TestJavabinTupleStreamParser, TestStressUserVersions, TestPseudoReturnFields, SignatureUpdateProcessorFactoryTest, TestSolrConfigHandlerCloud, TestLocalFSCloudBackupRestore, SuggesterTSTTest, TestReload, MetricsHandlerTest, AddBlockUpdateTest, StatsComponentTest, TestRawResponseWriter, BJQParserTest, TestCloudRecovery, TestDocBasedVersionConstraints, CursorMarkTest, TestLargeCluster, SolrJmxReporterTest, AnalyticsQueryTest, TolerantUpdateProcessorTest, TestXIncludeConfig, SolrRequestParserTest, TestRebalanceLeaders, TestTestInjection, TestSolrCoreSnapshots, TestHdfsUpdateLog, CacheHeaderTest, TestComplexPhraseQParserPlugin, TestExactStatsCache, UnloadDistributedZkTest, TestConfigSets, TestCloudSchemaless, TestSolrDeletionPolicy1, UniqFieldsUpdateProcessorFactoryTest, HdfsRecoverLeaseTest, TestHttpShardHandlerFactory, TestCollectionsAPIViaSolrCloudCluster, TestSolrCloudWithKerberosAlt, TestFoldingMultitermQuery, TestRealTimeGet, TestHdfsBackupRestoreCore, SimpleCollectionCreateDeleteTest, SearchHandlerTest, TestPointFields, TermVectorComponentDistributedTest, PKIAuthenticationIntegrationTest, RegexBytesRefFilterTest, FileUtilsTest, TestLockTree, ZkFailoverTest, RecoveryAfterSoftCommitTest, SpellingQueryConverterTest, TestUtilizeNode, TestRetrieveFieldsOptimizer, TestSkipOverseerOperations, TestImplicitCoreProperties, TestEmbeddedSolrServerAdminHandler, TestElisionMultitermQuery, MetricTriggerTest, TestCollationField, TestDistribIDF, TestCryptoKeys, TestCSVResponseWriter, TestRandomFlRTGCloud, OutOfBoxZkACLAndCredentialsProvidersTest, PolyFieldTest, LukeRequestHandlerTest, TestIBSimilarityFactory, TestSurroundQueryParser, DateFieldTest, TestMaxTokenLenTokenizer, TestSSLRandomization, RulesTest, NodeLostTriggerTest, MultiTermTest, SecurityConfHandlerTest, ImplicitSnitchTest, TestCursorMarkWithoutUniqueKey, TestGraphTermsQParserPlugin, MetricsConfigTest, TestLegacyNumericUtils, CursorPagingTest, SSLMigrationTest, SolrCloudReportersTest, TestNonDefinedSimilarityFactory, TestSystemCollAutoCreate, OverseerTaskQueueTest, DeleteNodeTest, CollectionsAPISolrJTest, PathHierarchyTokenizerFactoryTest, LegacyCloudClusterPropTest, DateMathParserTest, TestMultiValuedNumericRangeQuery, DistributedDebugComponentTest, TestMaxScoreQueryParser, TestOnReconnectListenerSupport, TestCollapseQParserPlugin, ClassificationUpdateProcessorFactoryTest, SystemLogListenerTest, CloudExitableDirectoryReaderTest, CopyFieldTest, CdcrVersionReplicationTest, SolrCoreTest, DistributedSuggestComponentTest, OpenCloseCoreStressTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, NumericFieldsTest, BufferStoreTest, AutoAddReplicasPlanActionTest, SOLR749Test, TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=B7C05AA798C091D3 -Dtests.slow=true -Dtests.locale=es-PA -Dtests.timezone=Antarctica/Casey -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestImpersonationWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]    >    1) Thread[id=15317, name=jetty-launcher-3455-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    >    2) Thread[id=15314, name=jetty-launcher-3455-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B7C05AA798C091D3]:0)
   [junit4] Completed [219/768 (1!)] on J0 in 39.69s, 10 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 138 lines...]
   [junit4] Suite: org.apache.solr.core.TestJmxIntegration
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestJmxIntegration_B7C05AA798C091D3-001/init-core-data-001
   [junit4]   2> 1702970 WARN  (SUITE-TestJmxIntegration-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1702971 INFO  (SUITE-TestJmxIntegration-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1702972 INFO  (SUITE-TestJmxIntegration-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1702973 INFO  (SUITE-TestJmxIntegration-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1702973 INFO  (SUITE-TestJmxIntegration-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1702974 INFO  (SUITE-TestJmxIntegration-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1703025 INFO  (SUITE-TestJmxIntegration-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1703045 INFO  (SUITE-TestJmxIntegration-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1703139 INFO  (SUITE-TestJmxIntegration-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1703190 INFO  (SUITE-TestJmxIntegration-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0091cf
   [junit4]   2> 1703198 INFO  (SUITE-TestJmxIntegration-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0091cf
   [junit4]   2> 1703198 INFO  (SUITE-TestJmxIntegration-seed#[B7C05AA798C091D3]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0091cf
   [junit4]   2> 1703199 INFO  (coreLoadExecutor-6461-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1703199 INFO  (coreLoadExecutor-6461-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1703232 INFO  (coreLoadExecutor-6461-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1703253 INFO  (coreLoadExecutor-6461-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1703352 INFO  (coreLoadExecutor-6461-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1703362 INFO  (coreLoadExecutor-6461-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1703362 INFO  (coreLoadExecutor-6461-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0091cf
   [junit4]   2> 1703362 INFO  (coreLoadExecutor-6461-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1703362 INFO  (coreLoadExecutor-6461-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestJmxIntegration_B7C05AA798C091D3-001/init-core-data-001/]
   [junit4]   2> 1703363 INFO  (coreLoadExecutor-6461-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1703422 INFO  (coreLoadExecutor-6461-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1703422 INFO  (coreLoadExecutor-6461-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1703435 INFO  (coreLoadExecutor-6461-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disab

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

ve in ZooKeeper:/live_nodes/127.0.0.1:37781_solr
   [junit4]   2> 303655 INFO  (jetty-closer-1287-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:56392_solr
   [junit4]   2> 303662 INFO  (jetty-closer-1287-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 303663 INFO  (zkCallback-1312-thread-2-processing-n:127.0.0.1:56392_solr) [n:127.0.0.1:56392_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 303663 INFO  (jetty-closer-1287-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 303664 INFO  (zkCallback-1302-thread-2-processing-n:127.0.0.1:40746_solr) [n:127.0.0.1:40746_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 303668 INFO  (zkCallback-1322-thread-3-processing-n:127.0.0.1:37781_solr) [n:127.0.0.1:37781_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 303725 INFO  (coreCloseExecutor-1429-thread-1) [n:127.0.0.1:56392_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2] o.a.s.c.SolrCore [collection1_collection_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b2b2c8f
   [junit4]   2> 303725 INFO  (coreCloseExecutor-1429-thread-1) [n:127.0.0.1:56392_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1_collection.shard2.replica_n2, tag=455814287
   [junit4]   2> 303725 INFO  (coreCloseExecutor-1429-thread-1) [n:127.0.0.1:56392_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7eaf781: rootName = solr_56392, domain = solr.core.collection1_collection.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection1_collection.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@6ff3cd4f
   [junit4]   2> 303736 INFO  (coreCloseExecutor-1429-thread-1) [n:127.0.0.1:56392_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1_collection.shard2.leader, tag=455814287
   [junit4]   2> 303737 INFO  (jetty-closer-1287-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@458696ab{/solr,null,UNAVAILABLE}
   [junit4]   2> 303738 INFO  (jetty-closer-1287-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 303748 INFO  (jetty-closer-1287-thread-2) [    ] o.a.s.c.Overseer Overseer (id=99414607504736262-127.0.0.1:40746_solr-n_0000000000) closing
   [junit4]   2> 303748 INFO  (OverseerStateUpdate-99414607504736262-127.0.0.1:40746_solr-n_0000000000) [n:127.0.0.1:40746_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40746_solr
   [junit4]   2> 303749 WARN  (OverseerAutoScalingTriggerThread-99414607504736262-127.0.0.1:40746_solr-n_0000000000) [n:127.0.0.1:40746_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 303759 INFO  (jetty-closer-1287-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5068c769{/solr,null,UNAVAILABLE}
   [junit4]   2> 303759 INFO  (jetty-closer-1287-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 303763 INFO  (jetty-closer-1287-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3b6dbfd1{/solr,null,UNAVAILABLE}
   [junit4]   2> 303764 INFO  (jetty-closer-1287-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 303765 ERROR (SUITE-StreamExpressionTest-seed#[6DA8B33341DCAA18]-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> 303765 INFO  (SUITE-StreamExpressionTest-seed#[6DA8B33341DCAA18]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33514 33514
   [junit4]   2> 314648 INFO  (Thread-739) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33514 33514
   [junit4]   2> 314650 WARN  (Thread-739) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	79	/solr/aliases.json
   [junit4]   2> 	79	/solr/clusterprops.json
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	79	/solr/clusterstate.json
   [junit4]   2> 	20	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	20	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	20	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	10	/solr/collections/mainCorpus1/state.json
   [junit4]   2> 	10	/solr/collections/destination/state.json
   [junit4]   2> 	10	/solr/collections/destination1/state.json
   [junit4]   2> 	10	/solr/collections/collection1_collection/state.json
   [junit4]   2> 	10	/solr/collections/workQueue1/state.json
   [junit4]   2> 	10	/solr/collections/workQueue/state.json
   [junit4]   2> 	10	/solr/collections/mainCorpus/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99414607504736262-127.0.0.1:40746_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	79	/solr/live_nodes
   [junit4]   2> 	79	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_6DA8B33341DCAA18-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {expr_s=FST50, join2_s=PostingsFormat(name=Memory), multiDefault=PostingsFormat(name=Memory), subject=PostingsFormat(name=Memory), a1_s=PostingsFormat(name=LuceneVarGapFixedInterval), price_f=PostingsFormat(name=Memory), a_f=PostingsFormat(name=LuceneVarGapFixedInterval), intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), a2_s=FST50, join1_i=FST50, a_i=PostingsFormat(name=Direct), test_i=PostingsFormat(name=Memory), join3_i=PostingsFormat(name=Direct), field_i=PostingsFormat(name=Memory), level1_s=FST50, body_t=PostingsFormat(name=Direct), s_multi=FST50, level2_s=PostingsFormat(name=LuceneVarGapFixedInterval), col_s=PostingsFormat(name=LuceneVarGapFixedInterval), a_ss=PostingsFormat(name=Memory), a_s=FST50, a_t=PostingsFormat(name=Memory), id=PostingsFormat(name=Direct), text=FST50, timestamp=PostingsFormat(name=Memory), i_multi=PostingsFormat(name=Direct), b_ls=PostingsFormat(name=LuceneVarGapFixedInterval), test_dt=FST50, test_t=PostingsFormat(name=Direct), ident_s=PostingsFormat(name=LuceneVarGapFixedInterval), order_i=PostingsFormat(name=Memory), _version_=PostingsFormat(name=LuceneVarGapFixedInterval), side_s=PostingsFormat(name=Direct), miles_i=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{expr_s=DocValuesFormat(name=Direct), join2_s=DocValuesFormat(name=Lucene70), multiDefault=DocValuesFormat(name=Lucene70), a1_s=DocValuesFormat(name=Asserting), price_f=DocValuesFormat(name=Lucene70), a_f=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Asserting), a2_s=DocValuesFormat(name=Direct), join1_i=DocValuesFormat(name=Direct), a_i=DocValuesFormat(name=Lucene70), test_i=DocValuesFormat(name=Lucene70), join3_i=DocValuesFormat(name=Lucene70), field_i=DocValuesFormat(name=Lucene70), level1_s=DocValuesFormat(name=Direct), s_multi=DocValuesFormat(name=Direct), level2_s=DocValuesFormat(name=Asserting), col_s=DocValuesFormat(name=Asserting), a_ss=DocValuesFormat(name=Lucene70), a_s=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Lucene70), i_multi=DocValuesFormat(name=Lucene70), b_ls=DocValuesFormat(name=Asserting), test_dt=DocValuesFormat(name=Direct), ident_s=DocValuesFormat(name=Asserting), order_i=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Asserting), side_s=DocValuesFormat(name=Lucene70), miles_i=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1079, maxMBSortInHeap=5.54059795188593, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5030e4a6), locale=hr, timezone=BET
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=42892872,total=212844544
   [junit4]   2> NOTE: All tests run in this JVM: [SchemaTest, TestCloudSolrClientConnections, TestDelegationTokenRequest, TestSpellCheckResponse, FloorEvaluatorTest, GetByIdTest, TestJavaBinCodec, JettyWebappTest, LengthEvaluatorTest, TestDocumentObjectBinder, ModifiableSolrParamsTest, CloudSolrClientMultiConstructorTest, JdbcTest, TestRetryUtil, EmpiricalDistributionEvaluatorTest, ConcurrentUpdateSolrClientBuilderTest, RecursiveEvaluatorTest, MultiplyEvaluatorTest, CloudSolrClientBuilderTest, TestCoreAdmin, PowerEvaluatorTest, SolrDocumentTest, TestEmbeddedSolrServer, TestUpdateRequestCodec, ReverseEvaluatorTest, SineEvaluatorTest, UuidEvaluatorTest, ConcatOperationTest, TestCollectionStateWatchers, TestPolicy, TestXMLEscaping, LessThanEvaluatorTest, ArcSineEvaluatorTest, CeilingEvaluatorTest, SolrExampleStreamingTest, CollectionAdminRequestRequiredParamsTest, TestLBHttpSolrClient, BasicHttpSolrClientTest, HttpSolrClientBuilderTest, HttpSolrClientSSLAuthConPoolTest, GraphExpressionTest, GraphTest, JDBCStreamTest, StreamExpressionTest]
   [junit4] Completed [146/146 (1!)] on J0 in 118.96s, 153 tests, 1 failure, 9 skipped <<< FAILURES!

[...truncated 47198 lines...]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1646 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1646/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.lucene.search.grouping.TestGrouping.testRandom

Error Message:
expected:<9> but was:<13>

Stack Trace:
java.lang.AssertionError: expected:<9> but was:<13>
	at __randomizedtesting.SeedInfo.seed([622967980126CBB3:10654297B0467DC0]: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.lucene.search.grouping.TestGrouping.assertEquals(TestGrouping.java:1286)
	at org.apache.lucene.search.grouping.TestGrouping.testRandom(TestGrouping.java:1128)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.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([3B7A26FCD0489D23:568682016A006224]: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:274)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 7337 lines...]
   [junit4] Suite: org.apache.lucene.search.grouping.TestGrouping
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestGrouping -Dtests.method=testRandom -Dtests.seed=622967980126CBB3 -Dtests.slow=true -Dtests.locale=vi -Dtests.timezone=Pacific/Palau -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.87s J0 | TestGrouping.testRandom <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<9> but was:<13>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([622967980126CBB3:10654297B0467DC0]:0)
   [junit4]    > 	at org.apache.lucene.search.grouping.TestGrouping.assertEquals(TestGrouping.java:1286)
   [junit4]    > 	at org.apache.lucene.search.grouping.TestGrouping.testRandom(TestGrouping.java:1128)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {groupend=PostingsFormat(name=Memory), sort1=PostingsFormat(name=LuceneVarGapFixedInterval), sort2=PostingsFormat(name=Memory), content=PostingsFormat(name=Memory), group=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{author=DocValuesFormat(name=Memory), sort1=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory), sort2=DocValuesFormat(name=Lucene70), group=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1338, maxMBSortInHeap=7.121235768654987, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1c4c429b), locale=vi, timezone=Pacific/Palau
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=68613264,total=123731968
   [junit4]   2> NOTE: All tests run in this JVM: [TestGrouping]
   [junit4] Completed [2/6 (1!)] on J0 in 2.61s, 2 tests, 1 failure <<< FAILURES!

[...truncated 5396 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/init-core-data-001
   [junit4]   2> 2421636 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[3B7A26FCD0489D23]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2421637 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3B7A26FCD0489D23]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2421638 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3B7A26FCD0489D23]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2421638 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3B7A26FCD0489D23]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2421639 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3B7A26FCD0489D23]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001
   [junit4]   2> 2421639 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3B7A26FCD0489D23]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2421639 INFO  (Thread-6842) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2421639 INFO  (Thread-6842) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2421642 ERROR (Thread-6842) [    ] 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> 2421739 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3B7A26FCD0489D23]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:62653
   [junit4]   2> 2421744 INFO  (zkConnectionManagerCallback-3560-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2421753 INFO  (jetty-launcher-3557-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2421753 INFO  (jetty-launcher-3557-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2421753 INFO  (jetty-launcher-3557-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2421753 INFO  (jetty-launcher-3557-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2421753 INFO  (jetty-launcher-3557-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2421754 INFO  (jetty-launcher-3557-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2421754 INFO  (jetty-launcher-3557-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2cf66f91{/solr,null,AVAILABLE}
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@d5d191{HTTP/1.1,[http/1.1]}{127.0.0.1:37452}
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-2) [    ] o.e.j.s.Server Started @2429342ms
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37452}
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2421755 ERROR (jetty-launcher-3557-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@91c45ee{/solr,null,AVAILABLE}
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@386508ef{/solr,null,AVAILABLE}
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T17:01:19.811Z
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6eabbedd{HTTP/1.1,[http/1.1]}{127.0.0.1:40931}
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-3) [    ] o.e.j.s.Server Started @2429342ms
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@79ffd24a{HTTP/1.1,[http/1.1]}{127.0.0.1:61703}
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40931}
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-1) [    ] o.e.j.s.Server Started @2429342ms
   [junit4]   2> 2421755 INFO  (jetty-launcher-3557-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61703}
   [junit4]   2> 2421755 ERROR (jetty-launcher-3557-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2421756 ERROR (jetty-launcher-3557-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2421756 INFO  (jetty-launcher-3557-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2421756 INFO  (jetty-launcher-3557-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2421756 INFO  (jetty-launcher-3557-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2421756 INFO  (jetty-launcher-3557-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2421756 INFO  (jetty-launcher-3557-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2421756 INFO  (jetty-launcher-3557-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2421756 INFO  (jetty-launcher-3557-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T17:01:19.812Z
   [junit4]   2> 2421756 INFO  (jetty-launcher-3557-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T17:01:19.812Z
   [junit4]   2> 2421758 INFO  (zkConnectionManagerCallback-3564-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2421758 INFO  (zkConnectionManagerCallback-3562-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2421758 INFO  (zkConnectionManagerCallback-3566-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2421758 INFO  (jetty-launcher-3557-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2421758 INFO  (jetty-launcher-3557-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2421758 INFO  (jetty-launcher-3557-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2421764 INFO  (jetty-launcher-3557-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62653/solr
   [junit4]   2> 2421766 INFO  (zkConnectionManagerCallback-3570-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2421767 INFO  (jetty-launcher-3557-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62653/solr
   [junit4]   2> 2421768 INFO  (jetty-launcher-3557-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62653/solr
   [junit4]   2> 2421768 INFO  (zkConnectionManagerCallback-3575-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2421769 INFO  (zkConnectionManagerCallback-3580-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2421769 INFO  (zkConnectionManagerCallback-3577-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2421773 INFO  (zkConnectionManagerCallback-3584-thread-1-processing-n:127.0.0.1:37452_solr) [n:127.0.0.1:37452_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2421774 INFO  (zkConnectionManagerCallback-3583-thread-1-processing-n:127.0.0.1:61703_solr) [n:127.0.0.1:61703_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2421902 INFO  (jetty-launcher-3557-thread-3) [n:127.0.0.1:40931_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2421902 INFO  (jetty-launcher-3557-thread-3) [n:127.0.0.1:40931_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40931_solr
   [junit4]   2> 2421904 INFO  (jetty-launcher-3557-thread-3) [n:127.0.0.1:40931_solr    ] o.a.s.c.Overseer Overseer (id=99411537408557063-127.0.0.1:40931_solr-n_0000000000) starting
   [junit4]   2> 2421909 INFO  (jetty-launcher-3557-thread-2) [n:127.0.0.1:37452_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2421910 INFO  (jetty-launcher-3557-thread-2) [n:127.0.0.1:37452_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37452_solr
   [junit4]   2> 2421913 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2421913 DEBUG (OverseerAutoScalingTriggerThread-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 2421913 DEBUG (OverseerAutoScalingTriggerThread-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2421914 DEBUG (OverseerAutoScalingTriggerThread-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 2421914 DEBUG (OverseerAutoScalingTriggerThread-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 2421914 DEBUG (OverseerAutoScalingTriggerThread-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2421916 DEBUG (OverseerAutoScalingTriggerThread-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2421916 DEBUG (OverseerAutoScalingTriggerThread-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2421916 INFO  (jetty-launcher-3557-thread-3) [n:127.0.0.1:40931_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40931_solr
   [junit4]   2> 2421917 DEBUG (ScheduledTrigger-7498-thread-1) [n:127.0.0.1:40931_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 0
   [junit4]   2> 2421944 INFO  (zkCallback-3582-thread-1-processing-n:127.0.0.1:37452_solr) [n:127.0.0.1:37452_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2421944 INFO  (zkCallback-3582-thread-2-processing-n:127.0.0.1:37452_solr) [n:127.0.0.1:37452_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2421945 INFO  (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2421947 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40931_solr"} current state version: 0
   [junit4]   2> 2421947 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40931_solr
   [junit4]   2> 2422009 INFO  (jetty-launcher-3557-thread-3) [n:127.0.0.1:40931_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40931.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ac8398
   [junit4]   2> 2422014 INFO  (jetty-launcher-3557-thread-3) [n:127.0.0.1:40931_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40931.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ac8398
   [junit4]   2> 2422015 INFO  (jetty-launcher-3557-thread-3) [n:127.0.0.1:40931_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40931.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ac8398
   [junit4]   2> 2422015 INFO  (jetty-launcher-3557-thread-3) [n:127.0.0.1:40931_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/.
   [junit4]   2> 2422034 INFO  (jetty-launcher-3557-thread-1) [n:127.0.0.1:61703_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2422037 INFO  (jetty-launcher-3557-thread-1) [n:127.0.0.1:61703_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2422039 INFO  (jetty-launcher-3557-thread-1) [n:127.0.0.1:61703_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61703_solr
   [junit4]   2> 2422040 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:61703_solr"} current state version: 0
   [junit4]   2> 2422040 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:61703_solr
   [junit4]   2> 2422040 INFO  (zkCallback-3576-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2422041 INFO  (zkCallback-3582-thread-2-processing-n:127.0.0.1:37452_solr) [n:127.0.0.1:37452_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2422043 INFO  (zkCallback-3581-thread-1-processing-n:127.0.0.1:61703_solr) [n:127.0.0.1:61703_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2422061 INFO  (jetty-launcher-3557-thread-2) [n:127.0.0.1:37452_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37452.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ac8398
   [junit4]   2> 2422066 INFO  (jetty-launcher-3557-thread-2) [n:127.0.0.1:37452_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37452.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ac8398
   [junit4]   2> 2422066 INFO  (jetty-launcher-3557-thread-2) [n:127.0.0.1:37452_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37452.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ac8398
   [junit4]   2> 2422067 INFO  (jetty-launcher-3557-thread-2) [n:127.0.0.1:37452_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/.
   [junit4]   2> 2422185 INFO  (jetty-launcher-3557-thread-1) [n:127.0.0.1:61703_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61703.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ac8398
   [junit4]   2> 2422191 INFO  (jetty-launcher-3557-thread-1) [n:127.0.0.1:61703_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61703.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ac8398
   [junit4]   2> 2422191 INFO  (jetty-launcher-3557-thread-1) [n:127.0.0.1:61703_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61703.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ac8398
   [junit4]   2> 2422192 INFO  (jetty-launcher-3557-thread-1) [n:127.0.0.1:61703_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/.
   [junit4]   2> 2422213 INFO  (zkConnectionManagerCallback-3592-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2422217 INFO  (zkConnectionManagerCallback-3596-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2422219 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3B7A26FCD0489D23]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2422221 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3B7A26FCD0489D23]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62653/solr ready
   [junit4]   2> 2422235 INFO  (qtp1965171966-20850) [n:127.0.0.1:40931_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> 2422238 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 2422239 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 2422242 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 2422245 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2422248 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 2422251 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 2422255 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 2422259 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422265 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422270 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422275 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422280 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422288 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422292 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422296 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422299 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422303 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422306 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422309 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422312 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422318 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422322 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422325 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422328 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422331 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422334 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422337 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422341 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422344 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422347 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422350 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422353 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422356 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422359 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422361 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422364 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422367 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422370 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422373 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422374 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422380 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422384 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422387 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422389 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422391 INFO  (OverseerThreadFactory-7500-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422405 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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> 2422405 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 2422406 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 2422513 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 2422513 INFO  (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2422515 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 2422515 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 2422517 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:37452/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 2422517 INFO  (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:37452/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2422518 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 2422518 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/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:37452/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 2422520 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:61703/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 2422520 INFO  (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:61703/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2422521 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/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:37452/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 2422521 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/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:37452/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:61703/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 2422623 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 2422722 INFO  (qtp1392558331-20848) [n:127.0.0.1:37452_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> 2422725 INFO  (qtp1965171966-20864) [n:127.0.0.1:40931_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> 2422734 INFO  (qtp1965171966-20864) [n:127.0.0.1:40931_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2422734 INFO  (qtp1392558331-20848) [n:127.0.0.1:37452_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2422735 INFO  (qtp1552664382-20869) [n:127.0.0.1:61703_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> 2422735 INFO  (qtp1552664382-20869) [n:127.0.0.1:61703_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2422742 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:37452/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37452_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> 2422742 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:37452/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37452_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> 2422743 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:37452/solr","node_name":"127.0.0.1:37452_solr","state":"down","type":"NRT"}
   [junit4]   2> 2422743 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/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:37452/solr",
   [junit4]   2>           "node_name":"127.0.0.1:37452_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:61703/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 2422744 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:61703/solr",
   [junit4]   2>   "node_name":"127.0.0.1:61703_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> 2422744 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:61703/solr",
   [junit4]   2>   "node_name":"127.0.0.1:61703_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> 2422744 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:61703/solr","node_name":"127.0.0.1:61703_solr","state":"down","type":"NRT"}
   [junit4]   2> 2422744 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/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:37452/solr",
   [junit4]   2>           "node_name":"127.0.0.1:37452_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:61703/solr",
   [junit4]   2>           "node_name":"127.0.0.1:61703_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 2422744 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40931_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> 2422744 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40931_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> 2422744 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/solr","node_name":"127.0.0.1:40931_solr","state":"down","type":"NRT"}
   [junit4]   2> 2422744 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_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:40931/solr",
   [junit4]   2>           "node_name":"127.0.0.1:40931_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:37452/solr",
   [junit4]   2>           "node_name":"127.0.0.1:37452_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:61703/solr",
   [junit4]   2>           "node_name":"127.0.0.1:61703_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 2422846 DEBUG (OverseerStateUpdate-99411537408557063-127.0.0.1:40931_solr-n_0000000000) [n:127.0.0.1:40931_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 2422847 INFO  (zkCallback-3582-thread-2-processing-n:127.0.0.1:37452_solr) [n:127.0.0.1:37452_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> 2422847 INFO  (zkCallback-3582-thread-1-processing-n:127.0.0.1:37452_solr) [n:127.0.0.1:37452_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> 2422847 INFO  (zkCallback-3581-thread-1-processing-n:127.0.0.1:61703_solr) [n:127.0.0.1:61703_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> 2422847 INFO  (zkCallback-3576-thread-1-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422847 INFO  (zkCallback-3581-thread-2-processing-n:127.0.0.1:61703_solr) [n:127.0.0.1:61703_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> 2422848 INFO  (zkCallback-3576-thread-2-processing-n:127.0.0.1:40931_solr) [n:127.0.0.1:40931_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> 2422924 DEBUG (ScheduledTrigger-7498-thread-1) [n:127.0.0.1:40931_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2423766 INFO  (qtp1392558331-20848) [n:127.0.0.1:37452_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> 2423767 INFO  (qtp1392558331-20848) [n:127.0.0.1:37452_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> 2423769 WARN  (qtp1392558331-20848) [n:127.0.0.1:37452_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 2423770 WARN  (qtp1392558331-20848) [n:127.0.0.1:37452_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 2423770 WARN  (qtp1392558331-20848) [n:127.0.0.1:37452_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 2423771 WARN  (qtp1392558331-20848) [n:127.0.0.1:37452_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 2423771 INFO  (qtp1965171966-20864) [n:127.0.0.1:40931_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> 2423771 WARN  (qtp1392558331-20848) [n:127.0.0.1:37452_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 2423771 INFO  (qtp1965171966-20864) [n:127.0.0.1:40931_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> 2423772 WARN  (qtp1392558331-20848) [n:127.0.0.1:37452_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 2423772 WARN  (qtp1392558331-20848) [n:127.0.0.1:37452_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 2423773 WARN  (qtp1392558331-20848) [n:127.0.0.1:37452_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 2423773 WARN  (qtp1965171966-20864) [n:127.0.0.1:40931_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2423773 WARN  (qtp1965171966-20864) [n:127.0.0.1:40931_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 2423773 INFO  (qtp1552664382-20869) [n:127.0.0.1:61703_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> 2423774 INFO  (qtp1552664382-20869) [n:127.0.0.1:61703_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> 2423774 WARN  (qtp1965171966-20864) [n:127.0.0.1:40931_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2423774 WARN  (qtp1965171966-20864) [n:127.0.0.1:40931_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 2423774 WARN  (qtp1965171966-20864) [n:127.0.0.1:40931_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2423774 WARN  (qtp1552664382-20869) [n:127.0.0.1:61703_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 2423774 WARN  (qtp1965171966-20864) [n:127.0.0.1:40931_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 2423775 WARN  (qtp1552664382-20869) [n:127.0.0.1:61703_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 2423775 WARN  (qtp1965171966-20864) [n:127.0.0.1:40931_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2423775 WARN  (qtp1552664382-20869) [n:127.0.0.1:61703_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 2423775 WARN  (qtp1552664382-20869) [n:127.0.0.1:61703_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 2423775 WARN  (qtp1965171966-20864) [n:127.0.0.1:40931_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 2423776 WARN  (qtp1552664382-20869) [n:127.0.0.1:61703_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 2423776 WARN  (qtp1552664382-20869) [n:127.0.0.1:61703_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 2423776 WARN  (qtp1552664382-20869) [n:127.0.0.1:61703_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 2423776 WARN  (qtp1552664382-20869) [n:127.0.0.1:61703_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 /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD048

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

2458589 INFO  (jetty-closer-3558-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@386508ef{/solr,null,UNAVAILABLE}
   [junit4]   2> 2458591 INFO  (jetty-closer-3558-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2458592 WARN  (zkCallback-3582-thread-3-processing-n:127.0.0.1:37452_solr) [n:127.0.0.1:37452_solr    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 2458598 INFO  (jetty-closer-3558-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@494f0255{/solr,null,UNAVAILABLE}
   [junit4]   2> 2458599 INFO  (jetty-closer-3558-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99411537408557065-127.0.0.1:37452_solr-n_0000000001) closing
   [junit4]   2> 2458603 INFO  (jetty-closer-3558-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2458603 INFO  (OverseerStateUpdate-99411537408557065-127.0.0.1:37452_solr-n_0000000001) [n:127.0.0.1:37452_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37452_solr
   [junit4]   2> 2458610 DEBUG (jetty-closer-3558-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2458611 WARN  (OverseerAutoScalingTriggerThread-99411537408557065-127.0.0.1:37452_solr-n_0000000001) [n:127.0.0.1:37452_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2458615 INFO  (jetty-closer-3558-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2cf66f91{/solr,null,UNAVAILABLE}
   [junit4]   2> 2458618 INFO  (jetty-closer-3558-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2458620 ERROR (SUITE-AutoscalingHistoryHandlerTest-seed#[3B7A26FCD0489D23]-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> 2458620 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3B7A26FCD0489D23]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62653 62653
   [junit4]   2> 2463838 INFO  (Thread-6842) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62653 62653
   [junit4]   2> 2463856 WARN  (Thread-6842) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/configs/.system
   [junit4]   2> 	5	/solr/configs/.system/managed-schema
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 	4	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	59	/solr/collections/.system/state.json
   [junit4]   2> 	43	/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/99411537408557065-core_node5-n_0000000000
   [junit4]   2> 	2	/solr/collections/.system/leader_elect/shard1/election/99411537408557064-core_node3-n_0000000001
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/99411537408557064-core_node6-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/99411537408557065-127.0.0.1:37452_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/autoscaling/events/AutoscalingHistoryHandlerTest_node_lost_trigger
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3B7A26FCD0489D23-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {action_s=PostingsFormat(name=Memory), event.source_s=PostingsFormat(name=Asserting), type=FST50, before.actions_ss=BlockTreeOrds(blocksize=128), event.property._enqueue_time__ss=PostingsFormat(name=Memory), after.actions_ss=PostingsFormat(name=Memory), stage_s=PostingsFormat(name=Memory), event.id_s=PostingsFormat(name=Asserting), event.property.eventTimes_ss=FST50, source_s=PostingsFormat(name=Asserting), event.type_s=FST50, responses_ts=PostingsFormat(name=Memory), id=PostingsFormat(name=Asserting), collections_ss=FST50, operations.params_ts=PostingsFormat(name=Memory), event.property.nodeNames_ss=FST50}, docValues:{_version_=DocValuesFormat(name=Asserting), event.time_l=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1583, maxMBSortInHeap=6.485752745455915, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@601a8226), locale=ar-SD, timezone=Indian/Kerguelen
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=143861512,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [TestNumericTerms32, TestSortByMinMaxFunction, TestUnifiedSolrHighlighter, MoveReplicaHDFSFailoverTest, RollingRestartTest, TestPullReplicaErrorHandling, DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, TestUpdate, TestRandomFaceting, TestWordDelimiterFilterFactory, TestDelegationWithHadoopAuth, AutoScalingHandlerTest, TestFileDictionaryLookup, DocumentAnalysisRequestHandlerTest, AddSchemaFieldsUpdateProcessorFactoryTest, InfoHandlerTest, ResponseLogComponentTest, V2ApiIntegrationTest, CollectionStateFormat2Test, ClusterStateTest, ExternalFileFieldSortTest, DistributedFacetPivotLargeTest, ZkSolrClientTest, TestPolicyCloud, TestRecoveryHdfs, DirectUpdateHandlerTest, ChaosMonkeyNothingIsSafeTest, DistributedQueueTest, RuleEngineTest, PrimUtilsTest, TestSolrCloudWithSecureImpersonation, MetricUtilsTest, TestRestoreCore, OverseerStatusTest, TestApiFramework, TestDistributedSearch, DistributedTermsComponentTest, TestLuceneMatchVersion, TestTrieFacet, BadIndexSchemaTest, HealthCheckHandlerTest, TestSizeLimitedDistributedMap, UninvertDocValuesMergePolicyTest, TestNodeAddedTrigger, ReplicationFactorTest, DistributedSpellCheckComponentTest, ClassificationUpdateProcessorIntegrationTest, TestFuzzyAnalyzedSuggestions, TestFieldCacheWithThreads, TestManagedResourceStorage, TestDocTermOrds, TestManagedSchema, LeaderElectionContextKeyTest, TestDistributedMissingSort, TestSolrCloudWithDelegationTokens, SimpleMLTQParserTest, BitVectorTest, TestStressVersions, TestUseDocValuesAsStored, AnalyticsMergeStrategyTest, RequestHandlersTest, SolrCLIZkUtilsTest, TestQuerySenderListener, SolrIndexMetricsTest, CdcrRequestHandlerTest, FileBasedSpellCheckerTest, SpellCheckCollatorTest, TestManagedSynonymGraphFilterFactory, BlockJoinFacetSimpleTest, TestLeaderInitiatedRecoveryThread, TermVectorComponentTest, SaslZkACLProviderTest, CurrencyRangeFacetCloudTest, AutoAddReplicasIntegrationTest, HttpTriggerListenerTest, TestTlogReplica, TestStressInPlaceUpdates, ClusterStateUpdateTest, UtilsToolTest, TestPivotHelperCode, TestSolrCloudWithHadoopAuthPlugin, CoreSorterTest, HighlighterConfigTest, TestFieldCacheReopen, ExitableDirectoryReaderTest, SpatialHeatmapFacetsTest, TestSolrDeletionPolicy2, TestCustomSort, JSONWriterTest, URLClassifyProcessorTest, TestTriggerIntegration, SearchRateTriggerTest, CollectionsAPIDistributedZkTest, TestRawTransformer, TimeZoneUtilsTest, LargeFieldTest, HdfsSyncSliceTest, TestExceedMaxTermLength, TestBlobHandler, AssignTest, CoreAdminRequestStatusTest, TestDynamicFieldCollectionResource, AsyncCallRequestStatusResponseTest, NodeMutatorTest, TestSolrQueryParser, ConfigSetsAPITest, DistributedIntervalFacetingTest, CircularListTest, TestBinaryResponseWriter, ChaosMonkeySafeLeaderTest, UpdateRequestProcessorFactoryTest, TestCSVLoader, TestCloudManagedSchema, HdfsWriteToMultipleCollectionsTest, BlobRepositoryCloudTest, MigrateRouteKeyTest, DistributedFacetPivotSmallAdvancedTest, BasicFunctionalityTest, SortByFunctionTest, TestHighFrequencyDictionaryFactory, TestCoreDiscovery, HdfsTlogReplayBufferedWhileIndexingTest, BlockDirectoryTest, TestIntervalFaceting, SolrShardReporterTest, ManagedSchemaRoundRobinCloudTest, DocValuesMissingTest, MoveReplicaTest, TestShardHandlerFactory, SpellCheckComponentTest, TestPerFieldSimilarityWithDefaultOverride, FacetPivotSmallTest, CurrencyFieldTypeTest, TestSort, TestCollectionAPI, TestStandardQParsers, TestClusterStateMutator, RankQueryTest, TestNRTOpen, TestConfigOverlay, TestFilteredDocIdSet, DistanceFunctionTest, TemplateUpdateProcessorTest, ReturnFieldsTest, TestCorePropertiesReload, TestSolrQueryResponse, ConjunctionSolrSpellCheckerTest, SimpleFacetsTest, TestCloudPseudoReturnFields, PreAnalyzedFieldTest, TestSubQueryTransformerDistrib, TestExtendedDismaxParser, TestSolr4Spatial, ActionThrottleTest, TestClusterStateProvider, TestStressRecovery, ShardSplitTest, TestNumericRangeQuery32, TestUninvertingReader, TestObjectReleaseTracker, TestDocumentBuilder, SolrSlf4jReporterTest, TestExportWriter, TestSegmentSorting, NotRequiredUniqueKeyTest, TestManagedStopFilterFactory, DocValuesMultiTest, SystemInfoHandlerTest, TestComponentsName, TestStressLucene, TestLRUCache, TestBulkSchemaAPI, SolrMetricReporterTest, NodeAddedTriggerTest, DebugComponentTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [337/768 (1!)] on J1 in 42.29s, 1 test, 1 failure <<< FAILURES!

[...truncated 49523 lines...]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1645 - Still Unstable!

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

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestCloudDeleteByQuery

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.TestCloudDeleteByQuery:     1) Thread[id=30399, name=qtp477159732-30399, state=TIMED_WAITING, group=TGRP-TestCloudDeleteByQuery]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestCloudDeleteByQuery: 
   1) Thread[id=30399, name=qtp477159732-30399, state=TIMED_WAITING, group=TGRP-TestCloudDeleteByQuery]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([5F5FC887741571]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestCloudDeleteByQuery

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=30399, name=qtp477159732-30399, state=TIMED_WAITING, group=TGRP-TestCloudDeleteByQuery]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=30399, name=qtp477159732-30399, state=TIMED_WAITING, group=TGRP-TestCloudDeleteByQuery]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([5F5FC887741571]:0)




Build Log:
[...truncated 13395 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudDeleteByQuery
   [junit4]   2> 2875682 INFO  (SUITE-TestCloudDeleteByQuery-seed#[5F5FC887741571]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/init-core-data-001
   [junit4]   2> 2875683 WARN  (SUITE-TestCloudDeleteByQuery-seed#[5F5FC887741571]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 2875683 INFO  (SUITE-TestCloudDeleteByQuery-seed#[5F5FC887741571]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2875684 INFO  (SUITE-TestCloudDeleteByQuery-seed#[5F5FC887741571]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2875684 INFO  (SUITE-TestCloudDeleteByQuery-seed#[5F5FC887741571]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001
   [junit4]   2> 2875684 INFO  (SUITE-TestCloudDeleteByQuery-seed#[5F5FC887741571]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2875685 INFO  (Thread-7070) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2875685 INFO  (Thread-7070) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2875686 ERROR (Thread-7070) [    ] 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> 2875785 INFO  (SUITE-TestCloudDeleteByQuery-seed#[5F5FC887741571]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46478
   [junit4]   2> 2875789 INFO  (zkConnectionManagerCallback-7687-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875799 INFO  (jetty-launcher-7684-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2875799 INFO  (jetty-launcher-7684-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2875799 INFO  (jetty-launcher-7684-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2875802 INFO  (jetty-launcher-7684-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2875803 INFO  (jetty-launcher-7684-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2875803 INFO  (jetty-launcher-7684-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2875802 INFO  (jetty-launcher-7684-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2875804 INFO  (jetty-launcher-7684-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2875804 INFO  (jetty-launcher-7684-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2875804 INFO  (jetty-launcher-7684-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2875801 INFO  (jetty-launcher-7684-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2875807 INFO  (jetty-launcher-7684-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2875807 INFO  (jetty-launcher-7684-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2875807 INFO  (jetty-launcher-7684-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2875809 INFO  (jetty-launcher-7684-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2875809 INFO  (jetty-launcher-7684-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2875809 INFO  (jetty-launcher-7684-thread-5) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2875812 INFO  (jetty-launcher-7684-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2875812 INFO  (jetty-launcher-7684-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2875812 INFO  (jetty-launcher-7684-thread-4) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2875812 INFO  (jetty-launcher-7684-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b20a6e3{/solr,null,AVAILABLE}
   [junit4]   2> 2875813 INFO  (jetty-launcher-7684-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@514a93b9{/solr,null,AVAILABLE}
   [junit4]   2> 2875813 INFO  (jetty-launcher-7684-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64057248{/solr,null,AVAILABLE}
   [junit4]   2> 2875814 INFO  (jetty-launcher-7684-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3608a9cb{/solr,null,AVAILABLE}
   [junit4]   2> 2875814 INFO  (jetty-launcher-7684-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2abe35f7{/solr,null,AVAILABLE}
   [junit4]   2> 2875814 INFO  (jetty-launcher-7684-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@219b1760{HTTP/1.1,[http/1.1]}{127.0.0.1:36237}
   [junit4]   2> 2875814 INFO  (jetty-launcher-7684-thread-5) [    ] o.e.j.s.Server Started @2881692ms
   [junit4]   2> 2875815 INFO  (jetty-launcher-7684-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36237}
   [junit4]   2> 2875815 INFO  (jetty-launcher-7684-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@439b9c2f{HTTP/1.1,[http/1.1]}{127.0.0.1:45353}
   [junit4]   2> 2875815 INFO  (jetty-launcher-7684-thread-3) [    ] o.e.j.s.Server Started @2881692ms
   [junit4]   2> 2875815 ERROR (jetty-launcher-7684-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2875815 INFO  (jetty-launcher-7684-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@61c39d7d{HTTP/1.1,[http/1.1]}{127.0.0.1:56956}
   [junit4]   2> 2875815 INFO  (jetty-launcher-7684-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2875815 INFO  (jetty-launcher-7684-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45353}
   [junit4]   2> 2875817 ERROR (jetty-launcher-7684-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2875816 INFO  (jetty-launcher-7684-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d95d5ee{HTTP/1.1,[http/1.1]}{127.0.0.1:48205}
   [junit4]   2> 2875817 INFO  (jetty-launcher-7684-thread-2) [    ] o.e.j.s.Server Started @2881694ms
   [junit4]   2> 2875817 INFO  (jetty-launcher-7684-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=48205}
   [junit4]   2> 2875817 INFO  (jetty-launcher-7684-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2875818 INFO  (jetty-launcher-7684-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2875818 ERROR (jetty-launcher-7684-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2875816 INFO  (jetty-launcher-7684-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6bf93c8b{HTTP/1.1,[http/1.1]}{127.0.0.1:36738}
   [junit4]   2> 2875818 INFO  (jetty-launcher-7684-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2875815 INFO  (jetty-launcher-7684-thread-1) [    ] o.e.j.s.Server Started @2881692ms
   [junit4]   2> 2875818 INFO  (jetty-launcher-7684-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56956}
   [junit4]   2> 2875818 INFO  (jetty-launcher-7684-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2875818 INFO  (jetty-launcher-7684-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2875818 ERROR (jetty-launcher-7684-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2875818 INFO  (jetty-launcher-7684-thread-4) [    ] o.e.j.s.Server Started @2881695ms
   [junit4]   2> 2875819 INFO  (jetty-launcher-7684-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2875819 INFO  (jetty-launcher-7684-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2875818 INFO  (jetty-launcher-7684-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T05:16:34.965Z
   [junit4]   2> 2875817 INFO  (jetty-launcher-7684-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2875819 INFO  (jetty-launcher-7684-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2875820 INFO  (jetty-launcher-7684-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2875819 INFO  (jetty-launcher-7684-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2875820 INFO  (jetty-launcher-7684-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T05:16:34.967Z
   [junit4]   2> 2875819 INFO  (jetty-launcher-7684-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36738}
   [junit4]   2> 2875819 INFO  (jetty-launcher-7684-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T05:16:34.965Z
   [junit4]   2> 2875820 ERROR (jetty-launcher-7684-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2875821 INFO  (jetty-launcher-7684-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2875821 INFO  (jetty-launcher-7684-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2875821 INFO  (jetty-launcher-7684-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2875821 INFO  (jetty-launcher-7684-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T05:16:34.968Z
   [junit4]   2> 2875820 INFO  (jetty-launcher-7684-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T05:16:34.967Z
   [junit4]   2> 2875825 INFO  (zkConnectionManagerCallback-7693-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875825 INFO  (zkConnectionManagerCallback-7691-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875825 INFO  (zkConnectionManagerCallback-7695-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875826 INFO  (zkConnectionManagerCallback-7689-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875826 INFO  (zkConnectionManagerCallback-7697-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875826 INFO  (jetty-launcher-7684-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2875826 INFO  (jetty-launcher-7684-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2875827 INFO  (jetty-launcher-7684-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2875826 INFO  (jetty-launcher-7684-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2875827 INFO  (jetty-launcher-7684-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2875850 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1612bbf06910003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2875851 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1612bbf06910001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2875853 INFO  (jetty-launcher-7684-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46478/solr
   [junit4]   2> 2875853 INFO  (jetty-launcher-7684-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46478/solr
   [junit4]   2> 2875855 INFO  (zkConnectionManagerCallback-7704-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875855 INFO  (jetty-launcher-7684-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46478/solr
   [junit4]   2> 2875856 INFO  (zkConnectionManagerCallback-7706-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875856 INFO  (jetty-launcher-7684-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46478/solr
   [junit4]   2> 2875856 INFO  (jetty-launcher-7684-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46478/solr
   [junit4]   2> 2875857 INFO  (zkConnectionManagerCallback-7710-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875858 INFO  (zkConnectionManagerCallback-7715-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875858 INFO  (zkConnectionManagerCallback-7719-thread-1-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875859 INFO  (zkConnectionManagerCallback-7721-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875860 INFO  (zkConnectionManagerCallback-7725-thread-1-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875860 INFO  (zkConnectionManagerCallback-7723-thread-1-processing-n:127.0.0.1:56956_solr) [n:127.0.0.1:56956_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875861 INFO  (zkConnectionManagerCallback-7717-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2875869 INFO  (zkConnectionManagerCallback-7727-thread-1-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2876072 INFO  (jetty-launcher-7684-thread-5) [n:127.0.0.1:36237_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2876073 INFO  (jetty-launcher-7684-thread-5) [n:127.0.0.1:36237_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36237_solr
   [junit4]   2> 2876075 INFO  (jetty-launcher-7684-thread-1) [n:127.0.0.1:56956_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2876075 INFO  (jetty-launcher-7684-thread-5) [n:127.0.0.1:36237_solr    ] o.a.s.c.Overseer Overseer (id=99408766227775499-127.0.0.1:36237_solr-n_0000000000) starting
   [junit4]   2> 2876077 INFO  (jetty-launcher-7684-thread-1) [n:127.0.0.1:56956_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56956_solr
   [junit4]   2> 2876080 INFO  (zkCallback-7720-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2876080 INFO  (zkCallback-7722-thread-1-processing-n:127.0.0.1:56956_solr) [n:127.0.0.1:56956_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2876080 INFO  (jetty-launcher-7684-thread-3) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2876081 INFO  (zkCallback-7726-thread-1-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2876083 INFO  (jetty-launcher-7684-thread-2) [n:127.0.0.1:48205_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2876084 INFO  (jetty-launcher-7684-thread-4) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2876084 INFO  (jetty-launcher-7684-thread-3) [n:127.0.0.1:45353_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2876088 INFO  (jetty-launcher-7684-thread-2) [n:127.0.0.1:48205_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48205_solr
   [junit4]   2> 2876091 INFO  (jetty-launcher-7684-thread-3) [n:127.0.0.1:45353_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45353_solr
   [junit4]   2> 2876092 INFO  (zkCallback-7718-thread-1-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2876092 INFO  (zkCallback-7722-thread-1-processing-n:127.0.0.1:56956_solr) [n:127.0.0.1:56956_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2876093 INFO  (zkCallback-7726-thread-1-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2876104 INFO  (zkCallback-7718-thread-1-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2876106 INFO  (zkCallback-7722-thread-1-processing-n:127.0.0.1:56956_solr) [n:127.0.0.1:56956_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2876109 INFO  (zkCallback-7724-thread-1-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 2876109 INFO  (OverseerStateUpdate-99408766227775499-127.0.0.1:36237_solr-n_0000000000) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 2876115 INFO  (zkCallback-7726-thread-1-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2876115 INFO  (jetty-launcher-7684-thread-5) [n:127.0.0.1:36237_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36237_solr
   [junit4]   2> 2876121 INFO  (jetty-launcher-7684-thread-4) [n:127.0.0.1:36738_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2876124 INFO  (zkCallback-7724-thread-1-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2876125 INFO  (zkCallback-7720-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2876125 INFO  (zkCallback-7722-thread-1-processing-n:127.0.0.1:56956_solr) [n:127.0.0.1:56956_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2876131 INFO  (zkCallback-7726-thread-1-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2876131 INFO  (zkCallback-7718-thread-1-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2876167 INFO  (jetty-launcher-7684-thread-4) [n:127.0.0.1:36738_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36738_solr
   [junit4]   2> 2876213 INFO  (zkCallback-7718-thread-1-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2876213 INFO  (zkCallback-7726-thread-1-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2876216 INFO  (zkCallback-7724-thread-1-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2876216 INFO  (zkCallback-7720-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2876223 INFO  (jetty-launcher-7684-thread-1) [n:127.0.0.1:56956_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56956.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876228 INFO  (jetty-launcher-7684-thread-1) [n:127.0.0.1:56956_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56956.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876229 INFO  (jetty-launcher-7684-thread-1) [n:127.0.0.1:56956_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56956.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876229 INFO  (jetty-launcher-7684-thread-1) [n:127.0.0.1:56956_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node1/.
   [junit4]   2> 2876233 INFO  (zkCallback-7722-thread-1-processing-n:127.0.0.1:56956_solr) [n:127.0.0.1:56956_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2876235 INFO  (jetty-launcher-7684-thread-3) [n:127.0.0.1:45353_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45353.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876241 INFO  (jetty-launcher-7684-thread-3) [n:127.0.0.1:45353_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45353.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876241 INFO  (jetty-launcher-7684-thread-3) [n:127.0.0.1:45353_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45353.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876242 INFO  (jetty-launcher-7684-thread-3) [n:127.0.0.1:45353_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node3/.
   [junit4]   2> 2876266 INFO  (jetty-launcher-7684-thread-5) [n:127.0.0.1:36237_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36237.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876342 INFO  (jetty-launcher-7684-thread-5) [n:127.0.0.1:36237_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36237.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876344 INFO  (jetty-launcher-7684-thread-5) [n:127.0.0.1:36237_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36237.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876344 INFO  (jetty-launcher-7684-thread-2) [n:127.0.0.1:48205_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48205.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876346 INFO  (jetty-launcher-7684-thread-4) [n:127.0.0.1:36738_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36738.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876353 INFO  (jetty-launcher-7684-thread-5) [n:127.0.0.1:36237_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node5/.
   [junit4]   2> 2876386 INFO  (jetty-launcher-7684-thread-2) [n:127.0.0.1:48205_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48205.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876386 INFO  (jetty-launcher-7684-thread-4) [n:127.0.0.1:36738_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36738.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876386 INFO  (jetty-launcher-7684-thread-2) [n:127.0.0.1:48205_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48205.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876386 INFO  (jetty-launcher-7684-thread-4) [n:127.0.0.1:36738_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36738.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2876387 INFO  (jetty-launcher-7684-thread-4) [n:127.0.0.1:36738_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node4/.
   [junit4]   2> 2876387 INFO  (jetty-launcher-7684-thread-2) [n:127.0.0.1:48205_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node2/.
   [junit4]   2> 2876491 INFO  (zkConnectionManagerCallback-7739-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2876494 INFO  (zkConnectionManagerCallback-7743-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2876496 INFO  (SUITE-TestCloudDeleteByQuery-seed#[5F5FC887741571]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2876497 INFO  (SUITE-TestCloudDeleteByQuery-seed#[5F5FC887741571]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46478/solr ready
   [junit4]   2> 2876968 INFO  (qtp860975917-30414) [n:127.0.0.1:48205_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&collection.configName=solrCloudCollectionConfig&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2876971 INFO  (OverseerThreadFactory-11073-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 2877088 INFO  (OverseerStateUpdate-99408766227775499-127.0.0.1:36237_solr-n_0000000000) [n:127.0.0.1:36237_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36738/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2877094 INFO  (OverseerStateUpdate-99408766227775499-127.0.0.1:36237_solr-n_0000000000) [n:127.0.0.1:36237_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36237/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2877102 INFO  (OverseerStateUpdate-99408766227775499-127.0.0.1:36237_solr-n_0000000000) [n:127.0.0.1:36237_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45353/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2877109 INFO  (OverseerStateUpdate-99408766227775499-127.0.0.1:36237_solr-n_0000000000) [n:127.0.0.1:36237_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:48205/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2877315 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 2877315 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 2877316 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2877316 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2877318 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 2877318 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 2877318 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2877319 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2877432 INFO  (zkCallback-7724-thread-1-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2877432 INFO  (zkCallback-7720-thread-2-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2877432 INFO  (zkCallback-7726-thread-2-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2877432 INFO  (zkCallback-7726-thread-1-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2877433 INFO  (zkCallback-7718-thread-1-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2877433 INFO  (zkCallback-7718-thread-2-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2877433 INFO  (zkCallback-7720-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2877433 INFO  (zkCallback-7724-thread-2-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2878373 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2878374 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2878376 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2878383 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2878385 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema name=test
   [junit4]   2> 2878395 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.IndexSchema [test_col_shard2_replica_n4] Schema name=test
   [junit4]   2> 2878403 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema name=test
   [junit4]   2> 2878405 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.IndexSchema [test_col_shard2_replica_n6] Schema name=test
   [junit4]   2> 2878462 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2878491 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2878506 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n2' using configuration from collection test_col, trusted=true
   [junit4]   2> 2878507 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36237.solr.core.test_col.shard1.replica_n2' (registry 'solr.core.test_col.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2878507 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2878507 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [[test_col_shard1_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node5/test_col_shard1_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node5/./test_col_shard1_replica_n2/data/]
   [junit4]   2> 2878509 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=10.287109375, floorSegmentMB=2.1953125, forceMergeDeletesPctAllowed=20.62421038487977, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15113424844762557
   [junit4]   2> 2878511 WARN  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2878512 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2878515 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2878533 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n6' using configuration from collection test_col, trusted=true
   [junit4]   2> 2878533 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48205.solr.core.test_col.shard2.replica_n6' (registry 'solr.core.test_col.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2878533 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2878533 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore [[test_col_shard2_replica_n6] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node2/test_col_shard2_replica_n6], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node2/./test_col_shard2_replica_n6/data/]
   [junit4]   2> 2878535 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=10.287109375, floorSegmentMB=2.1953125, forceMergeDeletesPctAllowed=20.62421038487977, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15113424844762557
   [junit4]   2> 2878538 WARN  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2878548 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n1' using configuration from collection test_col, trusted=true
   [junit4]   2> 2878548 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36738.solr.core.test_col.shard1.replica_n1' (registry 'solr.core.test_col.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2878548 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2878548 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [[test_col_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node4/test_col_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node4/./test_col_shard1_replica_n1/data/]
   [junit4]   2> 2878550 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=10.287109375, floorSegmentMB=2.1953125, forceMergeDeletesPctAllowed=20.62421038487977, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15113424844762557
   [junit4]   2> 2878552 WARN  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2878579 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2878579 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2878580 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2878580 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2878581 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n4' using configuration from collection test_col, trusted=true
   [junit4]   2> 2878582 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45353.solr.core.test_col.shard2.replica_n4' (registry 'solr.core.test_col.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28f55af0
   [junit4]   2> 2878582 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2878582 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [[test_col_shard2_replica_n4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node3/test_col_shard2_replica_n4], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_5F5FC887741571-001/tempDir-001/node3/./test_col_shard2_replica_n4/data/]
   [junit4]   2> 2878583 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=10.287109375, floorSegmentMB=2.1953125, forceMergeDeletesPctAllowed=20.62421038487977, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15113424844762557
   [junit4]   2> 2878585 WARN  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2878591 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=470650684, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2878592 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2878592 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2878593 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2878593 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2878595 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=470650684, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2878595 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@e8f8f08[test_col_shard1_replica_n2] main]
   [junit4]   2> 2878595 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3fa55a63[test_col_shard1_replica_n1] main]
   [junit4]   2> 2878601 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2878603 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2878603 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2878604 INFO  (searcherExecutor-11084-thread-1-processing-n:127.0.0.1:36237_solr x:test_col_shard1_replica_n2 s:shard1 c:test_col r:core_node5) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [test_col_shard1_replica_n2] Registered new searcher Searcher@e8f8f08[test_col_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2878615 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2878616 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2878616 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2878616 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2878618 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590540262718832640
   [junit4]   2> 2878620 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=470650684, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2878620 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@2fa4b100[test_col_shard2_replica_n6] main]
   [junit4]   2> 2878620 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2878621 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2878621 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2878622 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2878622 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2878623 INFO  (searcherExecutor-11086-thread-1-processing-n:127.0.0.1:36738_solr x:test_col_shard1_replica_n1 s:shard1 c:test_col r:core_node3) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [test_col_shard1_replica_n1] Registered new searcher Searcher@3fa55a63[test_col_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2878623 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2878623 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590540262724075520
   [junit4]   2> 2878623 INFO  (searcherExecutor-11085-thread-1-processing-n:127.0.0.1:48205_solr x:test_col_shard2_replica_n6 s:shard2 c:test_col r:core_node8) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore [test_col_shard2_replica_n6] Registered new searcher Searcher@2fa4b100[test_col_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2878624 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590540262725124096
   [junit4]   2> 2878630 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2878631 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2878631 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36738/solr/test_col_shard1_replica_n1/
   [junit4]   2> 2878631 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:36738/solr START replicas=[http://127.0.0.1:36237/solr/test_col_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 2878634 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2878634 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2878635 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2878635 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2878637 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2878637 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=470650684, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2878637 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@777ae141[test_col_shard2_replica_n4] main]
   [junit4]   2> 2878638 INFO  (qtp311980014-30427) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.S.Request [test_col_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2878639 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2878639 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2878640 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2878640 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590540262741901312
   [junit4]   2> 2878640 INFO  (searcherExecutor-11092-thread-1-processing-n:127.0.0.1:45353_solr x:test_col_shard2_replica_n4 s:shard2 c:test_col r:core_node7) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [test_col_shard2_replica_n4] Registered new searcher Searcher@777ae141[test_col_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2878738 INFO  (zkCallback-7718-thread-2-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2878738 INFO  (zkCallback-7726-thread-1-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2878738 INFO  (zkCallback-7726-thread-2-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2878738 INFO  (zkCallback-7724-thread-1-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2878738 INFO  (zkCallback-7718-thread-1-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2878738 INFO  (zkCallback-7720-thread-2-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2878738 INFO  (zkCallback-7720-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2878738 INFO  (zkCallback-7724-thread-2-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2878932 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:36738/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2878932 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2878932 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2878932 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2878944 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36738/solr/test_col_shard1_replica_n1/ shard1
   [junit4]   2> 2879048 INFO  (zkCallback-7720-thread-3-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879048 INFO  (zkCallback-7726-thread-2-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879049 INFO  (zkCallback-7724-thread-1-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879049 INFO  (zkCallback-7718-thread-1-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879049 INFO  (zkCallback-7726-thread-1-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879049 INFO  (zkCallback-7724-thread-2-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879049 INFO  (zkCallback-7718-thread-2-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879049 INFO  (zkCallback-7720-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879096 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2879101 INFO  (qtp302106822-30432) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=1786
   [junit4]   2> 2879139 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2879139 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2879139 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:48205/solr/test_col_shard2_replica_n6/
   [junit4]   2> 2879139 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica_n6 url=http://127.0.0.1:48205/solr START replicas=[http://127.0.0.1:45353/solr/test_col_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 2879142 INFO  (qtp1623261494-30407) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.S.Request [test_col_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2879203 INFO  (zkCallback-7720-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879203 INFO  (zkCallback-7720-thread-3-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879203 INFO  (zkCallback-7724-thread-2-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879204 INFO  (zkCallback-7718-thread-2-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879204 INFO  (zkCallback-7718-thread-1-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879204 INFO  (zkCallback-7726-thread-2-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879204 INFO  (zkCallback-7726-thread-1-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879204 INFO  (zkCallback-7724-thread-1-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879440 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica_n6 url=http://127.0.0.1:48205/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2879440 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2879440 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_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> 2879440 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2879453 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:48205/solr/test_col_shard2_replica_n6/ shard2
   [junit4]   2> 2879557 INFO  (zkCallback-7726-thread-2-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879557 INFO  (zkCallback-7724-thread-1-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879557 INFO  (zkCallback-7726-thread-1-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879557 INFO  (zkCallback-7724-thread-2-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879558 INFO  (zkCallback-7720-thread-3-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879558 INFO  (zkCallback-7720-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879558 INFO  (zkCallback-7718-thread-2-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879559 INFO  (zkCallback-7718-thread-1-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879606 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2879610 INFO  (qtp860975917-30418) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2292
   [junit4]   2> 2879645 INFO  (qtp311980014-30422) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=2328
   [junit4]   2> 2879650 INFO  (qtp1623261494-30406) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2335
   [junit4]   2> 2879656 INFO  (qtp860975917-30414) [n:127.0.0.1:48205_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> 2879752 INFO  (zkCallback-7726-thread-2-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879752 INFO  (zkCallback-7726-thread-1-processing-n:127.0.0.1:48205_solr) [n:127.0.0.1:48205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879752 INFO  (zkCallback-7718-thread-2-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879752 INFO  (zkCallback-7724-thread-1-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879753 INFO  (zkCallback-7720-thread-1-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879752 INFO  (zkCallback-7718-thread-1-processing-n:127.0.0.1:45353_solr) [n:127.0.0.1:45353_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879754 INFO  (zkCallback-7724-thread-2-processing-n:127.0.0.1:36738_solr) [n:127.0.0.1:36738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2879754 INFO  (zkCallback-7720-thread-3-processing-n:127.0.0.1:36237_solr) [n:127.0.0.1:36237_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2880658 INFO  (qtp860975917-30414) [n:127.0.0.1:48205_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&collection.configName=solrCloudCollectionConfig&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3690
   [junit4]   2> 2880658 INFO  (SUITE-TestCloudDeleteByQuery-seed#[5F5FC887741571]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: test_col failOnTimeout:true timeout (sec):330
   [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> 2880660 INFO  (SUITE-TestCloudDeleteByQuery-seed#[5F5FC887741571]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: test_col
   [junit4]   2> 2880678 INFO  (qtp311980014-30424) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:36738/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{add=[abc!809411098 (1590540264874704896)]} 0 1
   [junit4]   2> 2880678 INFO  (qtp302106822-30437) [n:127.0.0.1:36738_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[abc!809411098 (1590540264874704896)]} 0 4
   [junit4]   2> 2880683 INFO  (qtp1623261494-30408) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:48205/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{add=[XYZ!1954668424 (1590540264880996352)]} 0 0
   [junit4]   2> 2880683 INFO  (qtp860975917-30419) [n:127.0.0.1:48205_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[XYZ!1954668424 (1590540264880996352)]} 0 3
   [junit4]   2> 2880686 INFO  (qtp1623261494-30407) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1590540264887287808,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2880686 INFO  (qtp1623261494-30407) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@14b37722 commitCommandVersion:1590540264887287808
   [junit4]   2> 2880688 INFO  (qtp311980014-30424) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1590540264889384960,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2880688 INFO  (qtp311980014-30424) [n:127.0.0.1:36237_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3093011e commitCommandVersion:1590540264889384960
   [junit4]   2> 2880688 INFO  (qtp1623261494-30407) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f96857c[test_col_shard2_replica_n4] main]
   [junit4]   2> 2880688 INFO  (qtp1623261494-30407) [n:127.0.0.1:45353_solr c:test_col s:shard2 r:core_node

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

t java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@296837e3), locale=lt, timezone=Asia/Dacca
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=2,free=256719480,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SpellingQueryConverterTest, RAMDirectoryFactoryTest, PathHierarchyTokenizerFactoryTest, TestImpersonationWithHadoopAuth, TestSweetSpotSimilarityFactory, MetricTriggerTest, CollectionsAPISolrJTest, DistribJoinFromCollectionTest, SearchHandlerTest, DeleteInactiveReplicaTest, SolrRequestParserTest, PluginInfoTest, CopyFieldTest, BlockJoinFacetRandomTest, TestCloudSchemaless, TestCollapseQParserPlugin, TestOrdValues, TestFieldCacheSort, CdcrBootstrapTest, ComputePlanActionTest, TestReloadAndDeleteDocs, TestDocBasedVersionConstraints, SolrJmxReporterTest, TestSchemaResource, BlockCacheTest, TestOmitPositions, TestOnReconnectListenerSupport, MultiThreadedOCPTest, TestLazyCores, TestCursorMarkWithoutUniqueKey, TestSQLHandler, InfixSuggestersTest, TestCryptoKeys, TestSolrCoreSnapshots, LeaderFailoverAfterPartitionTest, QueryElevationComponentTest, SpatialFilterTest, DirectSolrConnectionTest, HdfsChaosMonkeySafeLeaderTest, PKIAuthenticationIntegrationTest, DistributedQueryComponentCustomSortTest, TestJavabinTupleStreamParser, BasicZkTest, TestBlendedInfixSuggestions, DistributedFacetSimpleRefinementLongTailTest, BinaryUpdateRequestHandlerTest, DocumentBuilderTest, TestGroupingSearch, SearchHandlerTest, HighlighterTest, TestMultiValuedNumericRangeQuery, TestScoreJoinQPScore, TestRandomCollapseQParserPlugin, TestComplexPhraseQParserPlugin, SynonymTokenizerTest, AddReplicaTest, TestCSVResponseWriter, TestHdfsUpdateLog, TestFiltering, TestSubQueryTransformerCrossCore, OverseerCollectionConfigSetProcessorTest, TestDistributedStatsComponentCardinality, StatsReloadRaceTest, TestInitQParser, MergeStrategyTest, CollectionsAPIAsyncDistributedZkTest, HdfsRestartWhileUpdatingTest, TestAuthenticationFramework, TestFastOutputStream, SolrGraphiteReporterTest, BJQParserTest, TestUtilizeNode, RestartWhileUpdatingTest, TestSha256AuthenticationProvider, TestSimpleQParserPlugin, TestRealTimeGet, TestSuggestSpellingConverter, ChangedSchemaMergeTest, SSLMigrationTest, ResponseHeaderTest, TestMaxTokenLenTokenizer, LeaderElectionIntegrationTest, TriLevelCompositeIdRoutingTest, HighlighterMaxOffsetTest, ForceLeaderTest, TestSystemCollAutoCreate, TestUniqueKeyFieldResource, TestCloudPivotFacet, HdfsLockFactoryTest, TestIndexSearcher, StressHdfsTest, TestQueryUtils, SolrInfoBeanTest, OutputWriterTest, BadCopyFieldTest, ExplicitHLLTest, HdfsDirectoryFactoryTest, TestNumericRangeQuery64, LegacyCloudClusterPropTest, DistanceUnitsTest, TestCollectionsAPIViaSolrCloudCluster, DirectSolrSpellCheckerTest, IndexSchemaRuntimeFieldTest, V2StandaloneTest, TestExecutePlanAction, DistributedFacetPivotLongTailTest, TestPhraseSuggestions, HttpPartitionTest, HdfsRecoverLeaseTest, TestBM25SimilarityFactory, TestReloadDeadlock, SolrCoreTest, MetricsHandlerTest, SolrPluginUtilsTest, TestHalfAndHalfDocValues, ConnectionManagerTest, TestEmbeddedSolrServerAdminHandler, CoreAdminCreateDiscoverTest, WordBreakSolrSpellCheckerTest, RulesTest, TestBackupRepositoryFactory, ReplaceNodeTest, TestCharFilters, TestZkAclsWithHadoopAuth, SolrCloudReportersTest, TestClusterProperties, TestOverriddenPrefixQueryForCustomFieldType, TestReRankQParserPlugin, DistributedMLTComponentTest, SparseHLLTest, HdfsCollectionsAPIDistributedZkTest, TestSolrConfigHandlerCloud, AssignBackwardCompatibilityTest, TestFoldingMultitermQuery, HLLSerializationTest, BaseCdcrDistributedZkTest, TestRandomFlRTGCloud, TestNestedDocsSort, HdfsAutoAddReplicasIntegrationTest, ZkStateReaderTest, LeaderInitiatedRecoveryOnCommitTest, TestJoin, TestZkChroot, TestPerFieldSimilarity, DistribCursorPagingTest, TestRemoteStreaming, TestMergePolicyConfig, UniqFieldsUpdateProcessorFactoryTest, TestLockTree, PeerSyncWithIndexFingerprintCachingTest, TestMultiWordSynonyms, MultiTermTest, TestQuerySenderNoQuery, TestGeoJSONResponseWriter, TermVectorComponentDistributedTest, TestInitParams, TolerantUpdateProcessorTest, DocExpirationUpdateProcessorFactoryTest, TestSSLRandomization, SecurityConfHandlerTest, TestFunctionQuery, TestSimpleTextCodec, TestNumericTerms64, NumericFieldsTest, MBeansHandlerTest, TestPKIAuthenticationPlugin, TestBulkSchemaConcurrent, OutOfBoxZkACLAndCredentialsProvidersTest, SOLR749Test, PolyFieldTest, CloudExitableDirectoryReaderTest, TestSolr4Spatial2, TestLargeCluster, LeaderElectionTest, FastVectorHighlighterTest, DistributedFacetPivotSmallTest, TestRTimerTree, TestHighlightDedupGrouping, SignatureUpdateProcessorFactoryTest, CdcrVersionReplicationTest, HdfsThreadLeakTest, TestRequestStatusCollectionAPI, TestSolrJ, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, ZkCLITest, ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, TestReload, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, ConvertedLegacyTest, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, SoftAutoCommitTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, TestIndexingPerformance, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestJmxIntegration, ReturnFieldsTest, PingRequestHandlerTest, AlternateDirectoryTest, ResponseLogComponentTest, TestStressRecovery, TestPostingsSolrHighlighter, TestXIncludeConfig, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, URLClassifyProcessorTest, TestSystemIdResolver, DateFieldTest, ZkNodePropsTest, FileUtilsTest, CursorPagingTest, SolrTestCaseJ4Test, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, HealthCheckHandlerTest, LeaderElectionContextKeyTest, MoveReplicaHDFSFailoverTest, MoveReplicaTest, OverseerRolesTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest, TestCloudDeleteByQuery]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudDeleteByQuery -Dtests.seed=5F5FC887741571 -Dtests.slow=true -Dtests.locale=lt -Dtests.timezone=Asia/Dacca -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestCloudDeleteByQuery (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestCloudDeleteByQuery: 
   [junit4]    >    1) Thread[id=30399, name=qtp477159732-30399, state=TIMED_WAITING, group=TGRP-TestCloudDeleteByQuery]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5F5FC887741571]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=30399, name=qtp477159732-30399, state=TIMED_WAITING, group=TGRP-TestCloudDeleteByQuery]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5F5FC887741571]:0)
   [junit4] Completed [538/768 (1!)] on J0 in 68.74s, 6 tests, 2 errors <<< FAILURES!

[...truncated 48836 lines...]