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/28 02:05:16 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1651/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

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([CE47499212F50F33:E5B89CC9888D1AE3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeLostTriggerRestoreState(TriggerIntegrationTest.java:368)
	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([CE47499212F50F33:A3BBED6FA8BDF034]: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 11690 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_CE47499212F50F33-001/init-core-data-001
   [junit4]   2> 80246 WARN  (SUITE-TriggerIntegrationTest-seed#[CE47499212F50F33]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 80246 INFO  (SUITE-TriggerIntegrationTest-seed#[CE47499212F50F33]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 80248 INFO  (SUITE-TriggerIntegrationTest-seed#[CE47499212F50F33]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 80248 INFO  (SUITE-TriggerIntegrationTest-seed#[CE47499212F50F33]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 80248 INFO  (SUITE-TriggerIntegrationTest-seed#[CE47499212F50F33]-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_CE47499212F50F33-001/tempDir-001
   [junit4]   2> 80248 INFO  (SUITE-TriggerIntegrationTest-seed#[CE47499212F50F33]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 80249 INFO  (Thread-69) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 80249 INFO  (Thread-69) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 80251 ERROR (Thread-69) [    ] 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> 80349 INFO  (SUITE-TriggerIntegrationTest-seed#[CE47499212F50F33]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35675
   [junit4]   2> 80353 INFO  (zkConnectionManagerCallback-63-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80359 INFO  (jetty-launcher-60-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T01:27:37+04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 80360 INFO  (jetty-launcher-60-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T01:27:37+04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 80361 INFO  (jetty-launcher-60-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 80361 INFO  (jetty-launcher-60-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 80361 INFO  (jetty-launcher-60-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 80362 INFO  (jetty-launcher-60-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 80362 INFO  (jetty-launcher-60-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 80362 INFO  (jetty-launcher-60-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 80362 INFO  (jetty-launcher-60-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7249a4e7{/solr,null,AVAILABLE}
   [junit4]   2> 80362 INFO  (jetty-launcher-60-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75e318f7{/solr,null,AVAILABLE}
   [junit4]   2> 80367 INFO  (jetty-launcher-60-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2bfef127{HTTP/1.1,[http/1.1]}{127.0.0.1:33546}
   [junit4]   2> 80367 INFO  (jetty-launcher-60-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f334663{HTTP/1.1,[http/1.1]}{127.0.0.1:49864}
   [junit4]   2> 80367 INFO  (jetty-launcher-60-thread-1) [    ] o.e.j.s.Server Started @82746ms
   [junit4]   2> 80367 INFO  (jetty-launcher-60-thread-2) [    ] o.e.j.s.Server Started @82746ms
   [junit4]   2> 80367 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33546}
   [junit4]   2> 80367 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49864}
   [junit4]   2> 80367 ERROR (jetty-launcher-60-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 80368 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 80368 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 80368 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 80368 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T00:19:20.277Z
   [junit4]   2> 80384 ERROR (jetty-launcher-60-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 80384 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 80384 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 80384 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 80384 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T00:19:20.293Z
   [junit4]   2> 80387 INFO  (zkConnectionManagerCallback-65-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80389 INFO  (zkConnectionManagerCallback-67-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80389 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 80391 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 80401 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 0x1613a21f7df0001, 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> 80403 INFO  (jetty-launcher-60-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35675/solr
   [junit4]   2> 80405 INFO  (jetty-launcher-60-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35675/solr
   [junit4]   2> 80408 INFO  (zkConnectionManagerCallback-75-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80410 INFO  (zkConnectionManagerCallback-72-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80413 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 0x1613a21f7df0003, 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> 80415 INFO  (zkConnectionManagerCallback-77-thread-1-processing-n:127.0.0.1:33546_solr) [n:127.0.0.1:33546_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80418 INFO  (zkConnectionManagerCallback-79-thread-1-processing-n:127.0.0.1:49864_solr) [n:127.0.0.1:49864_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80468 INFO  (jetty-launcher-60-thread-1) [n:127.0.0.1:33546_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 80469 INFO  (jetty-launcher-60-thread-1) [n:127.0.0.1:33546_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33546_solr
   [junit4]   2> 80470 INFO  (jetty-launcher-60-thread-1) [n:127.0.0.1:33546_solr    ] o.a.s.c.Overseer Overseer (id=99424584345780229-127.0.0.1:33546_solr-n_0000000000) starting
   [junit4]   2> 80499 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 80499 INFO  (jetty-launcher-60-thread-1) [n:127.0.0.1:33546_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33546_solr
   [junit4]   2> 80517 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 80517 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 80517 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 80517 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 80520 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 80520 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 80521 DEBUG (ScheduledTrigger-201-thread-1) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 0
   [junit4]   2> 80551 INFO  (OverseerStateUpdate-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 80634 INFO  (jetty-launcher-60-thread-1) [n:127.0.0.1:33546_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33546.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@def2163
   [junit4]   2> 80649 INFO  (jetty-launcher-60-thread-1) [n:127.0.0.1:33546_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33546.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@def2163
   [junit4]   2> 80649 INFO  (jetty-launcher-60-thread-1) [n:127.0.0.1:33546_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33546.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@def2163
   [junit4]   2> 80651 INFO  (jetty-launcher-60-thread-1) [n:127.0.0.1:33546_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_CE47499212F50F33-001/tempDir-001/node1/.
   [junit4]   2> 80661 INFO  (jetty-launcher-60-thread-2) [n:127.0.0.1:49864_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 80664 INFO  (jetty-launcher-60-thread-2) [n:127.0.0.1:49864_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 80667 INFO  (jetty-launcher-60-thread-2) [n:127.0.0.1:49864_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49864_solr
   [junit4]   2> 80671 INFO  (zkCallback-76-thread-1-processing-n:127.0.0.1:33546_solr) [n:127.0.0.1:33546_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 80671 INFO  (zkCallback-78-thread-1-processing-n:127.0.0.1:49864_solr) [n:127.0.0.1:49864_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 80814 INFO  (jetty-launcher-60-thread-2) [n:127.0.0.1:49864_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49864.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@def2163
   [junit4]   2> 80829 INFO  (jetty-launcher-60-thread-2) [n:127.0.0.1:49864_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49864.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@def2163
   [junit4]   2> 80829 INFO  (jetty-launcher-60-thread-2) [n:127.0.0.1:49864_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49864.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@def2163
   [junit4]   2> 80830 INFO  (jetty-launcher-60-thread-2) [n:127.0.0.1:49864_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_CE47499212F50F33-001/tempDir-001/node2/.
   [junit4]   2> 80862 INFO  (zkConnectionManagerCallback-85-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80869 INFO  (zkConnectionManagerCallback-89-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80871 INFO  (SUITE-TriggerIntegrationTest-seed#[CE47499212F50F33]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 80873 INFO  (SUITE-TriggerIntegrationTest-seed#[CE47499212F50F33]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35675/solr ready
   [junit4]   2> 80901 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMetricTrigger
   [junit4]   2> 80902 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 80903 DEBUG (zkCallback-76-thread-1-processing-n:127.0.0.1:33546_solr) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 80903 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 80906 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 80906 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 80907 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 80907 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T01:27:37+04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 80908 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 80908 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 80908 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 80909 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f523cf6{/solr,null,AVAILABLE}
   [junit4]   2> 80909 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@621d7a2a{HTTP/1.1,[http/1.1]}{127.0.0.1:48001}
   [junit4]   2> 80909 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.e.j.s.Server Started @83288ms
   [junit4]   2> 80909 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=48001}
   [junit4]   2> 80909 ERROR (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 80913 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 80913 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 80913 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 80913 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T00:19:20.822Z
   [junit4]   2> 80914 INFO  (zkConnectionManagerCallback-91-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80919 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 80931 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35675/solr
   [junit4]   2> 80934 INFO  (zkConnectionManagerCallback-95-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80939 INFO  (zkConnectionManagerCallback-97-thread-1-processing-n:127.0.0.1:48001_solr) [n:127.0.0.1:48001_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80950 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [n:127.0.0.1:48001_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 80953 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [n:127.0.0.1:48001_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 80956 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [n:127.0.0.1:48001_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48001_solr
   [junit4]   2> 80957 INFO  (zkCallback-76-thread-1-processing-n:127.0.0.1:33546_solr) [n:127.0.0.1:33546_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 80958 INFO  (zkCallback-78-thread-1-processing-n:127.0.0.1:49864_solr) [n:127.0.0.1:49864_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 80959 INFO  (zkCallback-88-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 80959 INFO  (zkCallback-96-thread-1-processing-n:127.0.0.1:48001_solr) [n:127.0.0.1:48001_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 81068 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [n:127.0.0.1:48001_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48001.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@def2163
   [junit4]   2> 81079 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [n:127.0.0.1:48001_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48001.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@def2163
   [junit4]   2> 81079 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [n:127.0.0.1:48001_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48001.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@def2163
   [junit4]   2> 81081 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[CE47499212F50F33]) [n:127.0.0.1:48001_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_CE47499212F50F33-001/tempDir-001/node3/.
   [junit4]   2> 81114 INFO  (zkConnectionManagerCallback-101-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 81137 INFO  (qtp559373685-353) [n:127.0.0.1:33546_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=testMetricTrigger&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 81140 INFO  (OverseerThreadFactory-203-thread-1-processing-n:127.0.0.1:33546_solr) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testMetricTrigger
   [junit4]   2> 81252 INFO  (OverseerStateUpdate-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMetricTrigger",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMetricTrigger_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:48001/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 81256 INFO  (OverseerStateUpdate-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMetricTrigger",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testMetricTrigger_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:49864/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 81460 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard1_replica_n1&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 81460 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 81460 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard2_replica_n2&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 81460 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 81578 INFO  (zkCallback-96-thread-1-processing-n:127.0.0.1:48001_solr) [n:127.0.0.1:48001_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 81578 INFO  (zkCallback-78-thread-1-processing-n:127.0.0.1:49864_solr) [n:127.0.0.1:49864_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 81578 INFO  (zkCallback-96-thread-2-processing-n:127.0.0.1:48001_solr) [n:127.0.0.1:48001_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 81579 INFO  (zkCallback-78-thread-2-processing-n:127.0.0.1:49864_solr) [n:127.0.0.1:49864_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 82490 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 82490 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 82506 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.s.IndexSchema [testMetricTrigger_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 82506 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.s.IndexSchema [testMetricTrigger_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 82512 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 82512 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testMetricTrigger_shard1_replica_n1' using configuration from collection testMetricTrigger, trusted=true
   [junit4]   2> 82513 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48001.solr.core.testMetricTrigger.shard1.replica_n1' (registry 'solr.core.testMetricTrigger.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@def2163
   [junit4]   2> 82513 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 82513 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.SolrCore [[testMetricTrigger_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_CE47499212F50F33-001/tempDir-001/node3/testMetricTrigger_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_CE47499212F50F33-001/tempDir-001/node3/./testMetricTrigger_shard1_replica_n1/data/]
   [junit4]   2> 82514 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 82514 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testMetricTrigger_shard2_replica_n2' using configuration from collection testMetricTrigger, trusted=true
   [junit4]   2> 82515 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49864.solr.core.testMetricTrigger.shard2.replica_n2' (registry 'solr.core.testMetricTrigger.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@def2163
   [junit4]   2> 82515 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 82515 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.SolrCore [[testMetricTrigger_shard2_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_CE47499212F50F33-001/tempDir-001/node2/testMetricTrigger_shard2_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_CE47499212F50F33-001/tempDir-001/node2/./testMetricTrigger_shard2_replica_n2/data/]
   [junit4]   2> 82583 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 82583 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 82584 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 82584 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 82584 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 82584 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 82585 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@23cd0ce0[testMetricTrigger_shard1_replica_n1] main]
   [junit4]   2> 82585 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 82585 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 82586 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 82586 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c7a4a8e[testMetricTrigger_shard2_replica_n2] main]
   [junit4]   2> 82586 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 82587 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 82587 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590793351983005696
   [junit4]   2> 82588 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 82588 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 82590 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 82590 INFO  (searcherExecutor-214-thread-1-processing-n:127.0.0.1:48001_solr x:testMetricTrigger_shard1_replica_n1 s:shard1 c:testMetricTrigger r:core_node3) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.SolrCore [testMetricTrigger_shard1_replica_n1] Registered new searcher Searcher@23cd0ce0[testMetricTrigger_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 82590 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590793351986151424
   [junit4]   2> 82593 INFO  (searcherExecutor-215-thread-1-processing-n:127.0.0.1:49864_solr x:testMetricTrigger_shard2_replica_n2 s:shard2 c:testMetricTrigger r:core_node4) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.SolrCore [testMetricTrigger_shard2_replica_n2] Registered new searcher Searcher@3c7a4a8e[testMetricTrigger_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 82595 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 82595 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 82595 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:48001/solr/testMetricTrigger_shard1_replica_n1/
   [junit4]   2> 82595 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 82595 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:48001/solr/testMetricTrigger_shard1_replica_n1/ has no replicas
   [junit4]   2> 82595 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 82598 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 82598 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 82598 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49864/solr/testMetricTrigger_shard2_replica_n2/
   [junit4]   2> 82598 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 82599 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:49864/solr/testMetricTrigger_shard2_replica_n2/ has no replicas
   [junit4]   2> 82599 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 82600 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:48001/solr/testMetricTrigger_shard1_replica_n1/ shard1
   [junit4]   2> 82604 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49864/solr/testMetricTrigger_shard2_replica_n2/ shard2
   [junit4]   2> 82720 INFO  (zkCallback-96-thread-1-processing-n:127.0.0.1:48001_solr) [n:127.0.0.1:48001_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 82720 INFO  (zkCallback-96-thread-2-processing-n:127.0.0.1:48001_solr) [n:127.0.0.1:48001_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 82720 INFO  (zkCallback-78-thread-2-processing-n:127.0.0.1:49864_solr) [n:127.0.0.1:49864_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 82720 INFO  (zkCallback-78-thread-1-processing-n:127.0.0.1:49864_solr) [n:127.0.0.1:49864_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 82752 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 82755 INFO  (qtp1943499833-413) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard1_replica_n1&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1295
   [junit4]   2> 82766 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 82770 INFO  (qtp24121805-367) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard2_replica_n2&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1310
   [junit4]   2> 82778 INFO  (qtp559373685-353) [n:127.0.0.1:33546_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> 82872 INFO  (zkCallback-78-thread-1-processing-n:127.0.0.1:49864_solr) [n:127.0.0.1:49864_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 82872 INFO  (zkCallback-96-thread-2-processing-n:127.0.0.1:48001_solr) [n:127.0.0.1:48001_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 82872 INFO  (zkCallback-96-thread-1-processing-n:127.0.0.1:48001_solr) [n:127.0.0.1:48001_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 82873 INFO  (zkCallback-78-thread-2-processing-n:127.0.0.1:49864_solr) [n:127.0.0.1:49864_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 83145 INFO  (OverseerCollectionConfigSetProcessor-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_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> 83781 INFO  (qtp559373685-353) [n:127.0.0.1:33546_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=testMetricTrigger&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2644
   [junit4]   2> 83788 INFO  (qtp559373685-357) [n:127.0.0.1:33546_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> 83791 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 83793 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_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> 83795 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testMetricTrigger.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 83797 INFO  (qtp24121805-366) [n:127.0.0.1:49864_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> 83798 DEBUG (qtp1943499833-424) [n:127.0.0.1:48001_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 83799 INFO  (qtp1943499833-424) [n:127.0.0.1:48001_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 83801 DEBUG (zkCallback-76-thread-1-processing-n:127.0.0.1:33546_solr) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 83805 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 83807 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 83807 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 83808 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 83809 INFO  (qtp559373685-355) [n:127.0.0.1:33546_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> 83812 INFO  (qtp1943499833-424) [n:127.0.0.1:48001_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 83812 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 83814 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_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> 83816 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testMetricTrigger.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 83818 INFO  (qtp24121805-364) [n:127.0.0.1:49864_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> 83818 DEBUG (qtp559373685-358) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 83819 INFO  (qtp559373685-358) [n:127.0.0.1:33546_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 83820 DEBUG (zkCallback-76-thread-1-processing-n:127.0.0.1:33546_solr) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 83825 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 83827 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 83827 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1590793353279045632)]} 0 4
   [junit4]   2> 83827 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 83827 DEBUG (OverseerAutoScalingTriggerThread-99424584345780229-127.0.0.1:33546_solr-n_0000000000) [n:127.0.0.1:33546_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 83830 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1590793353285337088)]} 0 2
   [junit4]   2> 83836 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1590793353290579968)]} 0 3
   [junit4]   2> 83840 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1590793353294774272)]} 0 2
   [junit4]   2> 83843 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1590793353298968576)]} 0 0
   [junit4]   2> 83845 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1590793353302114304)]} 0 1
   [junit4]   2> 83847 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1590793353304211456)]} 0 0
   [junit4]   2> 83850 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1590793353306308608)]} 0 1
   [junit4]   2> 83852 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1590793353308405760)]} 0 0
   [junit4]   2> 83853 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1590793353310502912)]} 0 0
   [junit4]   2> 83855 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1590793353312600064)]} 0 0
   [junit4]   2> 83858 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1590793353314697216)]} 0 1
   [junit4]   2> 83860 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1590793353316794368)]} 0 0
   [junit4]   2> 83862 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1590793353319940096)]} 0 0
   [junit4]   2> 83864 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1590793353322037248)]} 0 0
   [junit4]   2> 83866 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1590793353324134400)]} 0 0
   [junit4]   2> 83868 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1590793353326231552)]} 0 0
   [junit4]   2> 83874 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1590793353332523008)]} 0 1
   [junit4]   2> 83876 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1590793353334620160)]} 0 0
   [junit4]   2> 83877 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1590793353335668736)]} 0 0
   [junit4]   2> 83879 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1590793353337765888)]} 0 0
   [junit4]   2> 83881 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1590793353338814464)]} 0 0
   [junit4]   2> 83882 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1590793353340911616)]} 0 0
   [junit4]   2> 83883 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1590793353341960192)]} 0 0
   [junit4]   2> 83885 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1590793353344057344)]} 0 0
   [junit4]   2> 83887 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1590793353346154496)]} 0 0
   [junit4]   2> 83888 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26 (1590793353347203072)]} 0 0
   [junit4]   2> 83890 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27 (1590793353348251648)]} 0 0
   [junit4]   2> 83891 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28 (1590793353350348800)]} 0 0
   [junit4]   2> 83893 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29 (1590793353352445952)]} 0 0
   [junit4]   2> 83894 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30 (1590793353353494528)]} 0 0
   [junit4]   2> 83896 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31 (1590793353355591680)]} 0 0
   [junit4]   2> 83897 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32 (1590793353356640256)]} 0 0
   [junit4]   2> 83899 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33 (1590793353358737408)]} 0 0
   [junit4]   2> 83901 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34 (1590793353360834560)]} 0 0
   [junit4]   2> 83902 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35 (1590793353361883136)]} 0 0
   [junit4]   2> 83904 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36 (1590793353363980288)]} 0 1
   [junit4]   2> 83907 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37 (1590793353366077440)]} 0 0
   [junit4]   2> 83909 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38 (1590793353368174592)]} 0 0
   [junit4]   2> 83910 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1590793353370271744)]} 0 0
   [junit4]   2> 83912 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40 (1590793353372368896)]} 0 0
   [junit4]   2> 83913 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41 (1590793353373417472)]} 0 0
   [junit4]   2> 83915 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42 (1590793353375514624)]} 0 0
   [junit4]   2> 83916 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43 (1590793353376563200)]} 0 0
   [junit4]   2> 83918 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44 (1590793353378660352)]} 0 0
   [junit4]   2> 83920 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45 (1590793353379708928)]} 0 0
   [junit4]   2> 83921 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46 (1590793353381806080)]} 0 0
   [junit4]   2> 83923 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47 (1590793353383903232)]} 0 0
   [junit4]   2> 83925 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48 (1590793353386000384)]} 0 0
   [junit4]   2> 83926 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49 (1590793353387048960)]} 0 0
   [junit4]   2> 83928 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50 (1590793353388097536)]} 0 0
   [junit4]   2> 83929 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51 (1590793353390194688)]} 0 0
   [junit4]   2> 83931 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52 (1590793353391243264)]} 0 0
   [junit4]   2> 83932 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53 (1590793353393340416)]} 0 0
   [junit4]   2> 83934 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54 (1590793353395437568)]} 0 0
   [junit4]   2> 83935 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55 (1590793353396486144)]} 0 0
   [junit4]   2> 83937 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56 (1590793353398583296)]} 0 0
   [junit4]   2> 83939 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57 (1590793353399631872)]} 0 0
   [junit4]   2> 83940 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58 (1590793353401729024)]} 0 0
   [junit4]   2> 83942 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59 (1590793353403826176)]} 0 0
   [junit4]   2> 83943 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60 (1590793353404874752)]} 0 0
   [junit4]   2> 83945 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61 (1590793353406971904)]} 0 0
   [junit4]   2> 83946 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62 (1590793353408020480)]} 0 0
   [junit4]   2> 83948 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63 (1590793353409069056)]} 0 0
   [junit4]   2> 83949 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64 (1590793353411166208)]} 0 0
   [junit4]   2> 83950 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65 (1590793353412214784)]} 0 0
   [junit4]   2> 83952 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66 (1590793353414311936)]} 0 0
   [junit4]   2> 83954 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67 (1590793353416409088)]} 0 0
   [junit4]   2> 83957 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68 (1590793353419554816)]} 0 0
   [junit4]   2> 83958 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69 (1590793353420603392)]} 0 0
   [junit4]   2> 83960 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70 (1590793353422700544)]} 0 0
   [junit4]   2> 83962 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71 (1590793353423749120)]} 0 0
   [junit4]   2> 83963 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72 (1590793353425846272)]} 0 0
   [junit4]   2> 83965 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73 (1590793353426894848)]} 0 0
   [junit4]   2> 83967 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74 (1590793353428992000)]} 0 0
   [junit4]   2> 83968 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75 (1590793353431089152)]} 0 0
   [junit4]   2> 83969 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76 (1590793353432137728)]} 0 0
   [junit4]   2> 83970 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77 (1590793353433186304)]} 0 0
   [junit4]   2> 83972 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78 (1590793353435283456)]} 0 0
   [junit4]   2> 83973 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79 (1590793353436332032)]} 0 0
   [junit4]   2> 83975 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80 (1590793353438429184)]} 0 0
   [junit4]   2> 83976 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81 (1590793353439477760)]} 0 0
   [junit4]   2> 83982 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82 (1590793353445769216)]} 0 0
   [junit4]   2> 83983 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83 (1590793353446817792)]} 0 0
   [junit4]   2> 83985 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84 (1590793353448914944)]} 0 0
   [junit4]   2> 83987 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85 (1590793353449963520)]} 0 0
   [junit4]   2> 83988 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86 (1590793353452060672)]} 0 0
   [junit4]   2> 83990 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87 (1590793353454157824)]} 0 1
   [junit4]   2> 83992 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88 (1590793353456254976)]} 0 0
   [junit4]   2> 83996 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89 (1590793353459400704)]} 0 1
   [junit4]   2> 83998 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90 (1590793353461497856)]} 0 0
   [junit4]   2> 84000 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91 (1590793353463595008)]} 0 0
   [junit4]   2> 84001 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92 (1590793353465692160)]} 0 0
   [junit4]   2> 84003 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93 (1590793353467789312)]} 0 0
   [junit4]   2> 84005 INFO  (qtp1943499833-418) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94 (1590793353468837888)]} 0 0
   [junit4]   2> 84006 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95 (1590793353470935040)]} 0 0
   [junit4]   2> 84008 INFO  (qtp1943499833-422) [n:127.0.0.1:48001_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96 (1590793353473032192)]} 0 0
   [junit4]   2> 84010 INFO  (qtp24121805-364) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testMetricTrigger_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97 (1590793353474080768)]} 0 0
   [junit4]   2> 84011 INFO  (qtp24121805-366) [n:127.0.0.1:49864_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.u.p.LogUpda

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

dlerTest_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/.system/leader_elect/shard1/election/99424887470030856-core_node6-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/99424887470030857-127.0.0.1:41005_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/99424887470030857-core_node6-n_0000000000
   [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> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_CE47499212F50F33-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {action_s=Lucene50(blocksize=128), event.source_s=PostingsFormat(name=Asserting), type=PostingsFormat(name=Direct), before.actions_ss=FSTOrd50, event.property._enqueue_time__ss=Lucene50(blocksize=128), after.actions_ss=Lucene50(blocksize=128), stage_s=Lucene50(blocksize=128), event.id_s=PostingsFormat(name=Asserting), event.property.eventTimes_ss=PostingsFormat(name=Direct), source_s=PostingsFormat(name=Asserting), event.type_s=PostingsFormat(name=Direct), responses_ts=Lucene50(blocksize=128), id=PostingsFormat(name=Asserting), collections_ss=PostingsFormat(name=Direct), operations.params_ts=Lucene50(blocksize=128), event.property.nodeNames_ss=PostingsFormat(name=Direct)}, docValues:{_version_=DocValuesFormat(name=Lucene70), event.time_l=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=789, maxMBSortInHeap=5.788674448984967, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2d59b954), locale=nl, timezone=WET
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=118352800,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestStreamBody, SystemLogListenerTest, SignatureUpdateProcessorFactoryTest, MBeansHandlerTest, TestClassicSimilarityFactory, TestChildDocTransformer, SolrIndexSplitterTest, TriggerIntegrationTest, TestNumericTerms64, TestCustomDocTransformer, SuggesterFSTTest, BlockCacheTest, TestConfigSetsAPIExclusivity, TestLocalFSCloudBackupRestore, ClassificationUpdateProcessorFactoryTest, RegexBytesRefFilterTest, TestSystemCollAutoCreate, TestInPlaceUpdatesStandalone, TestMergePolicyConfig, TestSurroundQueryParser, DeleteNodeTest, TestPayloadScoreQParserPlugin, DistributedDebugComponentTest, TestExclusionRuleCollectionAccess, TestXmlQParser, SolrMetricsIntegrationTest, TestStressCloudBlindAtomicUpdates, TestNonDefinedSimilarityFactory, TestScoreJoinQPScore, DeleteShardTest, SpatialFilterTest, OpenCloseCoreStressTest, TestMaxScoreQueryParser, TestOmitPositions, RAMDirectoryFactoryTest, ZkFailoverTest, ZkNodePropsTest, DateMathParserTest, BinaryUpdateRequestHandlerTest, TestFieldCacheSort, TestCloudRecovery, TestCollectionsAPIViaSolrCloudCluster, SchemaVersionSpecificBehaviorTest, TestLegacyNumericUtils, TestHighlightDedupGrouping, BasicAuthIntegrationTest, HdfsUnloadDistributedZkTest, EnumFieldTest, OutputWriterTest, DateFieldTest, TestSimpleQParserPlugin, TestNestedDocsSort, PKIAuthenticationIntegrationTest, TestFreeTextSuggestions, HdfsDirectoryFactoryTest, CreateCollectionCleanupTest, DistributedFacetExistsSmallTest, SolrCoreTest, RequiredFieldsTest, TestSchemaVersionResource, BadCopyFieldTest, TestConfigSetImmutable, SolrJmxReporterTest, TestRTimerTree, V2StandaloneTest, TestLegacyFieldCache, BaseCdcrDistributedZkTest, DistributedFacetSimpleRefinementLongTailTest, NodeLostTriggerTest, TestAuthenticationFramework, OutOfBoxZkACLAndCredentialsProvidersTest, TestFieldCache, TriLevelCompositeIdRoutingTest, TestZkChroot, TestElisionMultitermQuery, TestCloudPivotFacet, ShufflingReplicaListTransformerTest, TestPullReplica, TestHttpShardHandlerFactory, TestTrie, DocExpirationUpdateProcessorFactoryTest, TestCoreContainer, TestInitParams, ShardRoutingCustomTest, TestCryptoKeys, TestRandomCollapseQParserPlugin, OverseerRolesTest, TestHdfsBackupRestoreCore, WordBreakSolrSpellCheckerTest, DistributedQueryComponentCustomSortTest, PingRequestHandlerTest, HttpPartitionTest, TestImpersonationWithHadoopAuth, SpellCheckCollatorWithCollapseTest, TestDistribDocBasedVersion, DistributedSuggestComponentTest, FileUtilsTest, DistribCursorPagingTest, TestPartialUpdateDeduplication, ResponseHeaderTest, TestLeaderElectionZkExpiry, CursorPagingTest, TestRebalanceLeaders, UniqFieldsUpdateProcessorFactoryTest, BJQParserTest, TestFaceting, TestReplicationHandler, PreAnalyzedFieldManagedSchemaCloudTest, TestGroupingSearch, TestCoreAdminApis, SampleTest, CdcrBootstrapTest, StatsComponentTest, TestSolrConfigHandlerCloud, LeaderInitiatedRecoveryOnCommitTest, TestSimpleTextCodec, SolrInfoBeanTest, ReplaceNodeTest, ConfigureRecoveryStrategyTest, HdfsRecoverLeaseTest, AutoAddReplicasPlanActionTest, TestRangeQuery, DirectoryFactoryTest, MultiTermTest, TestRandomFlRTGCloud, HighlighterMaxOffsetTest, SolrPluginUtilsTest, TestCloudSchemaless, TestBlendedInfixSuggestions, TestRequestStatusCollectionAPI, BasicZkTest, TestOnReconnectListenerSupport, SparseHLLTest, TermsComponentTest, TestSha256AuthenticationProvider, HdfsBasicDistributedZkTest, TestSweetSpotSimilarityFactory, LeaderElectionIntegrationTest, TestOrdValues, RestartWhileUpdatingTest, TestMultiWordSynonyms, TestRawResponseWriter, TestUtils, CdcrReplicationHandlerTest, TestSchemaResource, TestCollapseQParserPlugin, FieldMutatingUpdateProcessorTest, TestSystemIdResolver, DateRangeFieldTest, TestStressLiveNodes, TestRetrieveFieldsOptimizer, TestLargeCluster, GraphQueryTest, TestDynamicFieldResource, TestOverriddenPrefixQueryForCustomFieldType, TestEmbeddedSolrServerSchemaAPI, SimpleCollectionCreateDeleteTest, MetricTriggerTest, SOLR749Test, TestComputePlanAction, TestMultiValuedNumericRangeQuery, TestCollectionAPIs, DocumentBuilderTest, HLLSerializationTest, TestPKIAuthenticationPlugin, TestSSLRandomization, TestReloadDeadlock, TestPostingsSolrHighlighter, TestSolrXml, CloudMLTQParserTest, OverseerCollectionConfigSetProcessorTest, ZkCLITest, MissingSegmentRecoveryTest, AnalyticsQueryTest, DirectUpdateHandlerOptimizeTest, TestManagedSchemaAPI, DirectSolrConnectionTest, TestShortCircuitedRequests, NumericFieldsTest, AnalysisAfterCoreReloadTest, MetricsConfigTest, TestSimDistributedQueue, TestTrackingShardHandlerFactory, TestQueryUtils, TestSQLHandler, TestJavabinTupleStreamParser, TestFieldSortValues, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OverseerTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, LeaderElectionTest, TestRecovery, TestRealTimeGet, TestJoin, TestReload, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, TestBinaryField, ExternalFileFieldSortTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, AssignBackwardCompatibilityTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, DeleteInactiveReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, ForceLeaderTest, MoveReplicaHDFSTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestCloudInspectUtil, TestCloudSearcherWarming, TestClusterProperties, TestLeaderInitiatedRecoveryThread, TestLockTree, TestMiniSolrCloudClusterSSL, TestRandomRequestDistribution, TestRequestForwarding, TestSkipOverseerOperations, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, TestCollectionAPI, ComputePlanActionTest, HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, SearchRateTriggerTest, TestExecutePlanAction, TestNodeAddedTrigger, TestNodeLostTrigger, TestTriggerIntegration, CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, ZkStateReaderTest, ImplicitSnitchTest, RulesTest, ExitableDirectoryReaderTest, TestBackupRepositoryFactory, TestConfigOverlay, TestConfigSetProperties, TestConfigSets, TestCorePropertiesReload, TestCustomStream, TestImplicitCoreProperties, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrConfigHandler, TestSolrCloudSnapshots, TestCoreBackup, TestReqParamsAPI, V2ApiIntegrationTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [631/770 (2!)] on J0 in 43.65s, 1 test, 1 failure <<< FAILURES!

[...truncated 48628 lines...]

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

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

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) Thread[id=12357, name=jetty-launcher-1977-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         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:531)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)    2) Thread[id=12352, name=jetty-launcher-1977-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         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:531)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=12357, name=jetty-launcher-1977-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        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:531)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
   2) Thread[id=12352, name=jetty-launcher-1977-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        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:531)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
	at __randomizedtesting.SeedInfo.seed([9135ED1CEA3F5160]:0)




Build Log:
[...truncated 12043 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4]   2> 1157701 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[9135ED1CEA3F5160]-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/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_9135ED1CEA3F5160-001/init-core-data-001
   [junit4]   2> 1157731 WARN  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[9135ED1CEA3F5160]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1157731 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[9135ED1CEA3F5160]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1157733 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[9135ED1CEA3F5160]-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> 1157902 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[9135ED1CEA3F5160]-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/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_9135ED1CEA3F5160-001/tempDir-001
   [junit4]   2> 1157902 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[9135ED1CEA3F5160]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1157903 INFO  (Thread-5805) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1157903 INFO  (Thread-5805) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1157910 ERROR (Thread-5805) [    ] 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> 1158003 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[9135ED1CEA3F5160]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:58506
   [junit4]   2> 1158017 INFO  (zkConnectionManagerCallback-1980-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1158031 INFO  (jetty-launcher-1977-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1158033 INFO  (jetty-launcher-1977-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1158033 INFO  (jetty-launcher-1977-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1158033 INFO  (jetty-launcher-1977-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1158036 INFO  (jetty-launcher-1977-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59353eae{/solr,null,AVAILABLE}
   [junit4]   2> 1158037 INFO  (jetty-launcher-1977-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f83e19e{HTTP/1.1,[http/1.1]}{127.0.0.1:59765}
   [junit4]   2> 1158037 INFO  (jetty-launcher-1977-thread-1) [    ] o.e.j.s.Server Started @1161337ms
   [junit4]   2> 1158037 INFO  (jetty-launcher-1977-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59765}
   [junit4]   2> 1158037 ERROR (jetty-launcher-1977-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1158037 INFO  (jetty-launcher-1977-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1158037 INFO  (jetty-launcher-1977-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1158037 INFO  (jetty-launcher-1977-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1158037 INFO  (jetty-launcher-1977-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-01T12:14:51.778Z
   [junit4]   2> 1158036 INFO  (jetty-launcher-1977-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1158040 INFO  (jetty-launcher-1977-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1158040 INFO  (jetty-launcher-1977-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1158040 INFO  (jetty-launcher-1977-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1158040 INFO  (jetty-launcher-1977-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@56895767{/solr,null,AVAILABLE}
   [junit4]   2> 1158041 INFO  (jetty-launcher-1977-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@38712084{HTTP/1.1,[http/1.1]}{127.0.0.1:48706}
   [junit4]   2> 1158041 INFO  (jetty-launcher-1977-thread-2) [    ] o.e.j.s.Server Started @1161341ms
   [junit4]   2> 1158041 INFO  (jetty-launcher-1977-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=48706}
   [junit4]   2> 1158041 ERROR (jetty-launcher-1977-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1158041 INFO  (jetty-launcher-1977-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1158041 INFO  (jetty-launcher-1977-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1158041 INFO  (jetty-launcher-1977-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1158041 INFO  (jetty-launcher-1977-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-01T12:14:51.782Z
   [junit4]   2> 1158052 INFO  (zkConnectionManagerCallback-1982-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1158052 INFO  (zkConnectionManagerCallback-1984-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1158056 INFO  (jetty-launcher-1977-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1158062 INFO  (jetty-launcher-1977-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1158067 INFO  (jetty-launcher-1977-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58506/solr
   [junit4]   2> 1158079 INFO  (jetty-launcher-1977-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58506/solr
   [junit4]   2> 1158095 INFO  (zkConnectionManagerCallback-1988-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1158102 INFO  (zkConnectionManagerCallback-1992-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1158111 INFO  (zkConnectionManagerCallback-1996-thread-1-processing-n:127.0.0.1:48706_solr) [n:127.0.0.1:48706_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1158122 INFO  (zkConnectionManagerCallback-1994-thread-1-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1158151 INFO  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1158152 INFO  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59765_solr
   [junit4]   2> 1158152 INFO  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_solr    ] o.a.s.c.Overseer Overseer (id=72123289957826565-127.0.0.1:59765_solr-n_0000000000) starting
   [junit4]   2> 1158172 INFO  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59765_solr
   [junit4]   2> 1158231 INFO  (zkCallback-1993-thread-1-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1158296 INFO  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1158297 INFO  (jetty-launcher-1977-thread-2) [n:127.0.0.1:48706_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1158300 INFO  (jetty-launcher-1977-thread-2) [n:127.0.0.1:48706_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1158303 INFO  (jetty-launcher-1977-thread-2) [n:127.0.0.1:48706_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48706_solr
   [junit4]   2> 1158303 WARN  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 1158310 INFO  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_solr    ] o.a.s.s.KerberosPlugin Params: {solr.kerberos.impersonator.user.noGroups.hosts=*, solr.kerberos.impersonator.user.bogusGroup.groups=__some_bogus_group, token.valid=30, cookie.domain=127.0.0.1, solr.kerberos.impersonator.user.anyHostAnyUser.groups=*, solr.kerberos.impersonator.user.bogusGroup.hosts=*, solr.kerberos.impersonator.user.anyHostAnyUser.hosts=*, token.validity=36000, solr.kerberos.impersonator.user.noHosts.groups=*, type=kerberos, solr.kerberos.impersonator.user.localHostAnyGroup.groups=*, delegation-token.token-kind=solr-dt, solr.kerberos.impersonator.user.wrongHost.hosts=1.1.1.1.1.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, solr.kerberos.impersonator.user.localHostAnyGroup.hosts=serv1-vm3,localhost,127.0.0.1, signer.secret.provider.zookeeper.path=/token, solr.kerberos.impersonator.user.anyHostUsersGroup.groups=staff, zk-dt-secret-manager.enable=true, solr.kerberos.impersonator.user.wrongHost.groups=*, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, solr.kerberos.impersonator.user.anyHostUsersGroup.hosts=*}
   [junit4]   2> 1158321 INFO  (zkCallback-1993-thread-2-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1158406 INFO  (zkCallback-1995-thread-1-processing-n:127.0.0.1:48706_solr) [n:127.0.0.1:48706_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1158444 INFO  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1158505 INFO  (jetty-launcher-1977-thread-1-EventThread) [n:127.0.0.1:59765_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1158568 INFO  (jetty-launcher-1977-thread-2) [n:127.0.0.1:48706_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1158575 WARN  (jetty-launcher-1977-thread-2) [n:127.0.0.1:48706_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 1158630 INFO  (jetty-launcher-1977-thread-2) [n:127.0.0.1:48706_solr    ] o.a.s.s.KerberosPlugin Params: {solr.kerberos.impersonator.user.noGroups.hosts=*, solr.kerberos.impersonator.user.bogusGroup.groups=__some_bogus_group, token.valid=30, cookie.domain=127.0.0.1, solr.kerberos.impersonator.user.anyHostAnyUser.groups=*, solr.kerberos.impersonator.user.bogusGroup.hosts=*, solr.kerberos.impersonator.user.anyHostAnyUser.hosts=*, token.validity=36000, solr.kerberos.impersonator.user.noHosts.groups=*, type=kerberos, solr.kerberos.impersonator.user.localHostAnyGroup.groups=*, delegation-token.token-kind=solr-dt, solr.kerberos.impersonator.user.wrongHost.hosts=1.1.1.1.1.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, solr.kerberos.impersonator.user.localHostAnyGroup.hosts=serv1-vm3,localhost,127.0.0.1, signer.secret.provider.zookeeper.path=/token, solr.kerberos.impersonator.user.anyHostUsersGroup.groups=staff, zk-dt-secret-manager.enable=true, solr.kerberos.impersonator.user.wrongHost.groups=*, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, solr.kerberos.impersonator.user.anyHostUsersGroup.hosts=*}
   [junit4]   2> 1158645 INFO  (jetty-launcher-1977-thread-2) [n:127.0.0.1:48706_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1158680 INFO  (jetty-launcher-1977-thread-2-EventThread) [n:127.0.0.1:48706_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1158916 WARN  (jetty-launcher-1977-thread-2) [n:127.0.0.1:48706_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 1158936 WARN  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 1159005 INFO  (jetty-launcher-1977-thread-2) [n:127.0.0.1:48706_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48706.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b3ca7b
   [junit4]   2> 1159021 INFO  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59765.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b3ca7b
   [junit4]   2> 1159022 INFO  (jetty-launcher-1977-thread-2) [n:127.0.0.1:48706_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48706.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b3ca7b
   [junit4]   2> 1159022 INFO  (jetty-launcher-1977-thread-2) [n:127.0.0.1:48706_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48706.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b3ca7b
   [junit4]   2> 1159023 INFO  (jetty-launcher-1977-thread-2) [n:127.0.0.1:48706_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.cloud.TestSolrCloudWithSecureImpersonation_9135ED1CEA3F5160-001/tempDir-001/node2/.
   [junit4]   2> 1159032 INFO  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59765.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b3ca7b
   [junit4]   2> 1159032 INFO  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59765.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b3ca7b
   [junit4]   2> 1159033 INFO  (jetty-launcher-1977-thread-1) [n:127.0.0.1:59765_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.cloud.TestSolrCloudWithSecureImpersonation_9135ED1CEA3F5160-001/tempDir-001/node1/.
   [junit4]   2> 1159066 INFO  (zkConnectionManagerCallback-2002-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1159092 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 1159129 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=test&e=1517523292845&s=wlmIA1qpJB95PLMqXoee3faJQfs="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:52 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:52 GMT
   [junit4]   2> 1159129 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 1159150 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 1159151 INFO  (qtp1510026401-12314) [    ] 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.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler$HttpParamAuthenticationHandler.authenticate(HttpParamDelegationTokenPlugin.java:213)
   [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.DelegationTokenKerberosFilter.doFilter(DelegationTokenKerberosFilter.java:134)
   [junit4]   2> 	at org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamToRequestFilter.doFilter(HttpParamDelegationTokenPlugin.java:245)
   [junit4]   2> 	at org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:243)
   [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> 1159151 WARN  (qtp1510026401-12314) [    ] 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.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler$HttpParamAuthenticationHandler.authenticate(HttpParamDelegationTokenPlugin.java:213)
   [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.DelegationTokenKerberosFilter.doFilter(DelegationTokenKerberosFilter.java:134)
   [junit4]   2> 	at org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamToRequestFilter.doFilter(HttpParamDelegationTokenPlugin.java:245)
   [junit4]   2> 	at org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:243)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:449)
   [junit4]   2> 	... 31 more
   [junit4]   2> 1159153 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 1159178 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 1159186 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noHosts&p=noHosts&t=test&e=1517523292922&s=ViQD5c7BGjSeo3/Hf8Mu0IAvmkw="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:52 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:52 GMT
   [junit4]   2> 1159186 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 1159217 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 1159263 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=wrongHost&p=wrongHost&t=test&e=1517523292959&s=lPXMbDtXZNNDWGSJ+xngyt44Ac8="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:52 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:52 GMT
   [junit4]   2> 1159264 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 1159307 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 1159309 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noGroups&p=noGroups&t=test&e=1517523293048&s=Raz3o+0VV6+lLE7/O1DGIHoRVxg="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:53 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:53 GMT
   [junit4]   2> 1159309 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4]   2> 1159337 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidRemote
   [junit4]   2> 1159343 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1517523293078&s=448Iw+VI2dBTk5ZDV7R2R7L9Ago="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:53 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:53 GMT
   [junit4]   2> 1159344 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidRemote
   [junit4]   2> 1159370 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 1159404 INFO  (qtp1510026401-12316) [n:127.0.0.1:48706_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=bar&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1159404 INFO  (qtp1510026401-12316) [n:127.0.0.1:48706_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=bar&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1159405 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=anyHostAnyUser&p=anyHostAnyUser&t=test&e=1517523293140&s=Za1FbHEFetrx/WMwa4o0iz+wDks="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:53 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:53 GMT
   [junit4]   2> 1159405 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 1159491 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 1159558 INFO  (qtp1510026401-12314) [n:127.0.0.1:48706_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=jenkins&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1159559 INFO  (qtp1510026401-12314) [n:127.0.0.1:48706_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=jenkins&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1159559 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=anyHostUsersGroup&p=anyHostUsersGroup&t=test&e=1517523293233&s=TYDD3Dx5UkA/PYRga0k2i1kv3JQ="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:53 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:53 GMT
   [junit4]   2> 1159559 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 1159622 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 1159627 INFO  (qtp1510026401-12316) [n:127.0.0.1:48706_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=bar&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1159627 INFO  (qtp1510026401-12316) [n:127.0.0.1:48706_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=bar&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1159628 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1517523293368&s=AZCvXEhqDJbuoc97v+lAmECmmWg="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:53 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:53 GMT
   [junit4]   2> 1159628 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 1159669 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 1159775 WARN  (qtp1510026401-12314) [n:127.0.0.1:48706_solr    ] 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> 1159777 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bogusGroup&p=bogusGroup&t=test&e=1517523293410&s=Oii8J93CSzyB5ps9pGIw5t4dKNI="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:53 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:53 GMT
   [junit4]   2> 1159778 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4]   2> 1159875 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testForwarding
   [junit4]   2> 1159880 INFO  (zkConnectionManagerCallback-2005-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1161111 INFO  (zkConnectionManagerCallback-2008-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1161114 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[9135ED1CEA3F5160]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1161116 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[9135ED1CEA3F5160]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58506/solr ready
   [junit4]   2> 1161118 INFO  (qtp1510026401-12314) [n:127.0.0.1:48706_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=1&collection.configName=conf1&maxShardsPerNode=1&name=forwardingCollection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1161132 INFO  (OverseerThreadFactory-2966-thread-1-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection forwardingCollection
   [junit4]   2> 1161267 INFO  (OverseerStateUpdate-72123289957826565-127.0.0.1:59765_solr-n_0000000000) [n:127.0.0.1:59765_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"forwardingCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"forwardingCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59765/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1161480 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=forwardingCollection_shard1_replica_n1&action=CREATE&numShards=1&collection=forwardingCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1161480 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1161600 INFO  (zkCallback-1993-thread-1-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1161600 INFO  (zkCallback-1993-thread-2-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1162570 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1162603 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.s.IndexSchema [forwardingCollection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1162924 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1163033 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'forwardingCollection_shard1_replica_n1' using configuration from collection forwardingCollection, trusted=true
   [junit4]   2> 1163046 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59765.solr.core.forwardingCollection.shard1.replica_n1' (registry 'solr.core.forwardingCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b3ca7b
   [junit4]   2> 1163047 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1163048 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore [[forwardingCollection_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_9135ED1CEA3F5160-001/tempDir-001/node1/forwardingCollection_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_9135ED1CEA3F5160-001/tempDir-001/node1/./forwardingCollection_shard1_replica_n1/data/]
   [junit4]   2> 1163055 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=36.3662109375, floorSegmentMB=1.49609375, forceMergeDeletesPctAllowed=26.031912151890648, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7928370962293599
   [junit4]   2> 1163180 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1163181 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1163182 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1163182 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1163183 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3630109340176154]
   [junit4]   2> 1163184 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3066f72b[forwardingCollection_shard1_replica_n1] main]
   [junit4]   2> 1163189 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1163197 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1163217 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1163217 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591200759895031808
   [junit4]   2> 1163219 INFO  (searcherExecutor-2971-thread-1-processing-n:127.0.0.1:59765_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1163223 INFO  (searcherExecutor-2971-thread-1-processing-n:127.0.0.1:59765_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1163225 INFO  (searcherExecutor-2971-thread-1-processing-n:127.0.0.1:59765_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1163225 INFO  (searcherExecutor-2971-thread-1-processing-n:127.0.0.1:59765_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1163228 INFO  (searcherExecutor-2971-thread-1-processing-n:127.0.0.1:59765_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1163231 INFO  (searcherExecutor-2971-thread-1-processing-n:127.0.0.1:59765_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1163232 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1163232 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1163232 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59765/solr/forwardingCollection_shard1_replica_n1/
   [junit4]   2> 1163232 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1163232 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:59765/solr/forwardingCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1163232 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1163232 INFO  (searcherExecutor-2971-thread-1-processing-n:127.0.0.1:59765_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1163235 INFO  (searcherExecutor-2971-thread-1-processing-n:127.0.0.1:59765_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1163237 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59765/solr/forwardingCollection_shard1_replica_n1/ shard1
   [junit4]   2> 1163238 INFO  (searcherExecutor-2971-thread-1-processing-n:127.0.0.1:59765_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1163239 INFO  (searcherExecutor-2971-thread-1-processing-n:127.0.0.1:59765_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore [forwardingCollection_shard1_replica_n1] Registered new searcher Searcher@3066f72b[forwardingCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1163342 INFO  (zkCallback-1993-thread-2-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1163342 INFO  (zkCallback-1993-thread-1-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1163389 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1163392 INFO  (qtp1690636625-12302) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=forwardingCollection_shard1_replica_n1&action=CREATE&numShards=1&collection=forwardingCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1913
   [junit4]   2> 1163392 WARN  (httpShardExecutor-2962-thread-1-processing-n:127.0.0.1:59765_solr [http:////127.0.0.1:59765//solr] http:////127.0.0.1:59765//solr) [n:127.0.0.1:59765_solr    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=$&p=$&t=test&e=1517523295220&s=39NWGwUeGGVz6c9DlyMPifxhoso="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:55 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:55 GMT
   [junit4]   2> 1163396 INFO  (qtp1510026401-12314) [n:127.0.0.1:48706_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> 1163493 INFO  (zkCallback-1993-thread-1-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1163493 INFO  (zkCallback-1993-thread-2-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1164401 INFO  (qtp1510026401-12314) [n:127.0.0.1:48706_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=1&collection.configName=conf1&maxShardsPerNode=1&name=forwardingCollection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=3283
   [junit4]   2> 1164401 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=user&p=user&t=test&e=1517523294859&s=VmWp8nb92cu3fLshGMm6ftD3ex0="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:54 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:54 GMT
   [junit4]   2> 1164402 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[9135ED1CEA3F5160]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: forwardingCollection failOnTimeout:true timeout (sec):100
   [junit4]   2> 1164405 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[9135ED1CEA3F5160]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: forwardingCollection
   [junit4]   2> 1164409 INFO  (qtp1510026401-12314) [n:127.0.0.1:48706_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1164417 INFO  (qtp1690636625-12303) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.S.Request [forwardingCollection_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1164417 WARN  (qtp1510026401-12314) [n:127.0.0.1:48706_solr    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=$&p=$&t=test&e=1517523298152&s=9s832qHAqXWs/XqAs+703gS4FJQ="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:58 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:58 GMT
   [junit4]   2> 1164418 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=user&p=user&t=test&e=1517523298149&s=2NJFAPBa1pBdTYySR1N1zvpDJ2I="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:58 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:58 GMT
   [junit4]   2> 1164418 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=$&p=$&t=test&e=1517523298152&s=9s832qHAqXWs/XqAs+703gS4FJQ="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:58 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:58 GMT
   [junit4]   2> 1164427 INFO  (qtp1690636625-12303) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.S.Request [forwardingCollection_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1164428 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=user&p=user&t=test&e=1517523298167&s=OXmbY54MVsIIFfPSuWifvjpWxZ8="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:58 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:58 GMT
   [junit4]   2> 1164428 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testForwarding
   [junit4]   2> 1164590 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyUnknownRemote
   [junit4]   2> 1176197 WARN  (jetty-launcher-1977-thread-1-SendThread(127.0.0.1:58506)) [n:127.0.0.1:59765_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 17250ms for sessionid 0x1003bc005f80007
   [junit4]   2> 1176198 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1003bc005f80007, likely client has closed socket
   [junit4]   2> 1176199 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[9135ED1CEA3F5160]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1517523298338&s=H2SCqzomrgolYODZTJzCp3MUzMs="; Path=/; Domain=127.0.0.1; Expires=  ., 01- . .-2561 22:14:58 GMT; HttpOnly". Invalid 'expires' attribute: ., 01- . .-2561 22:14:58 GMT
   [junit4]   2> 1176199 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[9135ED1CEA3F5160]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyUnknownRemote
   [junit4]   2> 1176198 WARN  (jetty-launcher-1977-thread-2-SendThread(127.0.0.1:58506)) [n:127.0.0.1:48706_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 17252ms for sessionid 0x1003bc005f80008
   [junit4]   2> 1176203 INFO  (OverseerCollectionConfigSetProcessor-72123289957826565-127.0.0.1:59765_solr-n_0000000000) [n:127.0.0.1:59765_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> 1176204 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1003bc005f80008, likely client has closed socket
   [junit4]   2> 1176305 WARN  (zkConnectionManagerCallback-2008-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@235f94e name: ZooKeeperConnection Watcher:127.0.0.1:58506/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1176305 WARN  (zkConnectionManagerCallback-2008-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1176309 INFO  (jetty-closer-1978-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@38712084{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1176335 INFO  (jetty-closer-1978-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1988954940
   [junit4]   2> 1176336 INFO  (jetty-closer-1978-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1176337 INFO  (jetty-closer-1978-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7f83e19e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1176346 INFO  (jetty-closer-1978-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@78ce18b4: rootName = solr_48706, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6bf6a8b9
   [junit4]   2> 1176362 INFO  (jetty-closer-1978-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1176362 INFO  (jetty-closer-1978-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@61f9287f: rootName = solr_48706, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4c374267
   [junit4]   2> 1176366 INFO  (jetty-closer-1978-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1176366 INFO  (jetty-closer-1978-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@29607302: rootName = solr_48706, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1db7b2e9
   [junit4]   2> 1176369 INFO  (jetty-closer-1978-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=668678898
   [junit4]   2> 1176369 INFO  (jetty-closer-1978-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1176369 INFO  (jetty-closer-1978-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@48de1f35: rootName = solr_59765, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@54f64cc
   [junit4]   2> 1176373 INFO  (jetty-closer-1978-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1176373 INFO  (jetty-closer-1978-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6a271906: rootName = solr_59765, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4c374267
   [junit4]   2> 1176376 INFO  (jetty-closer-1978-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1176377 INFO  (jetty-closer-1978-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2f47e850: rootName = solr_59765, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1db7b2e9
   [junit4]   2> 1176379 INFO  (jetty-closer-1978-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:59765_solr
   [junit4]   2> 1176379 INFO  (jetty-closer-1978-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:48706_solr
   [junit4]   2> 1176380 INFO  (jetty-closer-1978-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1176380 INFO  (zkCallback-1993-thread-1-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1176385 INFO  (coreCloseExecutor-2976-thread-1) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore [forwardingCollection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@49be8b41
   [junit4]   2> 1176385 INFO  (coreCloseExecutor-2976-thread-1) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.forwardingCollection.shard1.replica_n1, tag=1237224257
   [junit4]   2> 1176385 INFO  (coreCloseExecutor-2976-thread-1) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@287339b4: rootName = solr_59765, domain = solr.core.forwardingCollection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.forwardingCollection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@5f6e7f37
   [junit4]   2> 1176385 INFO  (zkCallback-1995-thread-1-processing-n:127.0.0.1:48706_solr) [n:127.0.0.1:48706_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1176388 INFO  (jetty-closer-1978-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1176392 ERROR (Thread[Thread-5822,5,TGRP-TestSolrCloudWithSecureImpersonation]) [n:127.0.0.1:48706_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1176403 INFO  (zkCallback-1993-thread-3-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1176404 INFO  (zkCallback-1993-thread-1-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1176404 INFO  (zkCallback-1993-thread-2-processing-n:127.0.0.1:59765_solr) [n:127.0.0.1:59765_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1176423 INFO  (coreCloseExecutor-2976-thread-1) [n:127.0.0.1:59765_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.forwardingCollection.shard1.leader, tag=1237224257
   [junit4]   2> 1176436 INFO  (jetty-closer-1978-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72123289957826565-127.0.0.1:59765_solr-n_0000000000) closing
   [junit4]   2> 1176436 INFO  (OverseerStateUpdate-72123289957826565-127.0.0.1:59765_solr-n_0000000000) [n:127.0.0.1:59765_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:59765_solr
   [junit4]   2> 1176439 WARN  (OverseerAutoScalingTriggerThread-72123289957826565-127.0.0.1:59765_solr-n_0000000000) [n:127.0.0.1:59765_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1176444 ERROR (Thread[Thread-5824,5,TGRP-TestSolrCloudWithSecureImpersonation]) [n:127.0.0.1:59765_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1177232 INFO  (jetty-closer-1978-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@59353eae{/solr,null,UNAVAILABLE}
   [junit4]   2> 1177233 INFO  (jetty-closer-1978-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1177414 INFO  (jetty-closer-1978-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@56895767{/solr,null,UNAVAILABLE}
   [junit4]   2> 1177416 INFO  (jetty-closer-1978-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1177420 ERROR (SUITE-TestSolrCloudWithSecureImpersonation-seed#[9135ED1CEA3F5160]-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> 1177422 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[9135ED1CEA3F5160]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58506 58506
   [junit4]   2> 1179083 INFO  (Thread-5805) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58506 58506
   [junit4]   2> 1179083 WARN  (Thread-5805) [    ] 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> 	2	/solr/collections/forwardingCollection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/forwardingCollection/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [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> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 1179179 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[9135ED1CEA3F5160]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Feb 01, 2018 12:15:12 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> Feb 01, 2018 12:15:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 2 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   [junit4]   2>    1) Thread[id=12357, name=jetty-launcher-1977-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [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:531)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
   [junit4]   2>    2) Thread[id=12352, name=jetty-launcher-1977-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [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:531)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
   [junit4]   2> Feb 01, 2018 12:15:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=12357, name=jetty-launcher-1977-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2>    2) Thread[id=12352, name=jetty-launcher-1977-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2> 1199362 ERROR (jetty-launcher-1977-thread-1-EventThread) [n:127.0.0.1:59765_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:531)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
   [junit4]   2> 1199362 ERROR (jetty-launcher-1977-thread-2-EventThread) [n:127.0.0.1:48706_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:531)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
   [junit4]   2> Feb 01, 2018 12:15:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6715ea67), locale=th-TH, timezone=Iran
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=118689056,total=516947968
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrConfigHandlerConcurrent, CollectionStateFormat2Test, TestCSVLoader, PeerSyncTest, TestDocTermOrds, SpellPossibilityIteratorTest, LargeFieldTest, TestConfigSetsAPI, TestMacroExpander, CheckHdfsIndexTest, NodeLostTriggerTest, ReplaceNodeNoTargetTest, JavabinLoaderTest, UpdateLogTest, TestSizeLimitedDistributedMap, SolrXmlInZkTest, TestConfigOverlay, TestExportWriter, TestMiniSolrCloudClusterSSL, TestHashQParserPlugin, ReturnFieldsTest, CoreAdminHandlerTest, TestRecoveryHdfs, PropertiesRequestHandlerTest, ChaosMonkeyNothingIsSafeTest, TestSortByMinMaxFunction, TestSolrQueryParser, SolrShardReporterTest, UtilsToolTest, TestAnalyzeInfixSuggestions, TestSolrCLIRunExample, TestCrossCoreJoin, HdfsBasicDistributedZk2Test, TestStressReorder, TestSolrDeletionPolicy2, MultiThreadedOCPTest, DocValuesTest, BooleanFieldTest, TestIntervalFaceting, AnalysisErrorHandlingTest, LoggingHandlerTest, LeaderFailureAfterFreshStartTest, TestManagedResourceStorage, RecoveryAfterSoftCommitTest, TestJettySolrRunner, TestDownShardTolerantSearch, TemplateUpdateProcessorTest, DocValuesMultiTest, RegexBoostProcessorTest, TestDeleteCollectionOnDownNodes, TestClusterStateMutator, TestUninvertingReader, TestFieldCacheSortRandom, DistributedSpellCheckComponentTest, TestMissingGroups, DebugComponentTest, DeleteLastCustomShardedReplicaTest, LegacyCloudClusterPropTest, TestRequestStatusCollectionAPI, TestRuleBasedAuthorizationPlugin, BasicAuthStandaloneTest, DistributedFacetPivotLargeTest, TestBlobHandler, ConjunctionSolrSpellCheckerTest, BaseCdcrDistributedZkTest, TestSearcherReuse, TestConfigSetProperties, MissingSegmentRecoveryTest, XsltUpdateRequestHandlerTest, CSVRequestHandlerTest, TestLuceneMatchVersion, TestSolrCloudWithSecureImpersonation]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithSecureImpersonation -Dtests.seed=9135ED1CEA3F5160 -Dtests.slow=true -Dtests.locale=th-TH -Dtests.timezone=Iran -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestSolrCloudWithSecureImpersonation (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   [junit4]    >    1) Thread[id=12357, name=jetty-launcher-1977-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [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:531)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
   [junit4]    >    2) Thread[id=12352, name=jetty-launcher-1977-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [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:531)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9135ED1CEA3F5160]:0)
   [junit4] Completed [145/774 (1!)] on J1 in 41.71s, 12 tests, 1 error <<< FAILURES!

[...truncated 50272 lines...]

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

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

2 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataCAR

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([4E2A232F88A7D786:52786264357C77DE]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.AliasIntegrationTest.checkFooAndBarMeta(AliasIntegrationTest.java:283)
	at org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataCAR(AliasIntegrationTest.java:262)
	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.ComputePlanActionTest.testNodeWithMultipleReplicasLost

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

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should not be null SolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}
	at __randomizedtesting.SeedInfo.seed([4E2A232F88A7D786:7EEAC2AD00D536DA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeWithMultipleReplicasLost(ComputePlanActionTest.java:291)
	at 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 13392 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/init-core-data-001
   [junit4]   2> 2916566 WARN  (SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 2916567 INFO  (SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2916568 INFO  (SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-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> 2916568 INFO  (SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2916569 INFO  (SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-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/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001
   [junit4]   2> 2916569 INFO  (SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2916569 INFO  (Thread-10677) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2916570 INFO  (Thread-10677) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2916578 ERROR (Thread-10677) [    ] 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> 2916669 INFO  (SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46197
   [junit4]   2> 2916672 INFO  (zkConnectionManagerCallback-5297-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916679 INFO  (jetty-launcher-5294-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2916679 INFO  (jetty-launcher-5294-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2916681 INFO  (jetty-launcher-5294-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2916681 INFO  (jetty-launcher-5294-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2916681 INFO  (jetty-launcher-5294-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2916681 INFO  (jetty-launcher-5294-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2916681 INFO  (jetty-launcher-5294-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2916681 INFO  (jetty-launcher-5294-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2916682 INFO  (jetty-launcher-5294-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5552102b{/solr,null,AVAILABLE}
   [junit4]   2> 2916682 INFO  (jetty-launcher-5294-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14e2666{/solr,null,AVAILABLE}
   [junit4]   2> 2916682 INFO  (jetty-launcher-5294-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4d7c5952{HTTP/1.1,[http/1.1]}{127.0.0.1:55413}
   [junit4]   2> 2916682 INFO  (jetty-launcher-5294-thread-1) [    ] o.e.j.s.Server Started @2922353ms
   [junit4]   2> 2916682 INFO  (jetty-launcher-5294-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55413}
   [junit4]   2> 2916682 ERROR (jetty-launcher-5294-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2916683 INFO  (jetty-launcher-5294-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2916683 INFO  (jetty-launcher-5294-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2916683 INFO  (jetty-launcher-5294-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2916683 INFO  (jetty-launcher-5294-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-01T01:51:29.489Z
   [junit4]   2> 2916691 INFO  (jetty-launcher-5294-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@42c26550{HTTP/1.1,[http/1.1]}{127.0.0.1:60090}
   [junit4]   2> 2916691 INFO  (jetty-launcher-5294-thread-2) [    ] o.e.j.s.Server Started @2922362ms
   [junit4]   2> 2916691 INFO  (jetty-launcher-5294-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60090}
   [junit4]   2> 2916691 ERROR (jetty-launcher-5294-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2916692 INFO  (jetty-launcher-5294-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2916692 INFO  (jetty-launcher-5294-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2916692 INFO  (jetty-launcher-5294-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2916692 INFO  (jetty-launcher-5294-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-01T01:51:29.498Z
   [junit4]   2> 2916693 INFO  (zkConnectionManagerCallback-5299-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916694 INFO  (jetty-launcher-5294-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2916695 INFO  (zkConnectionManagerCallback-5301-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916695 INFO  (jetty-launcher-5294-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2916703 INFO  (jetty-launcher-5294-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46197/solr
   [junit4]   2> 2916705 INFO  (zkConnectionManagerCallback-5305-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916709 INFO  (jetty-launcher-5294-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46197/solr
   [junit4]   2> 2916713 INFO  (zkConnectionManagerCallback-5308-thread-1-processing-n:127.0.0.1:55413_solr) [n:127.0.0.1:55413_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916714 INFO  (zkConnectionManagerCallback-5311-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916722 INFO  (zkConnectionManagerCallback-5313-thread-1-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916976 INFO  (jetty-launcher-5294-thread-2) [n:127.0.0.1:60090_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2916977 INFO  (jetty-launcher-5294-thread-2) [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60090_solr
   [junit4]   2> 2916979 INFO  (jetty-launcher-5294-thread-2) [n:127.0.0.1:60090_solr    ] o.a.s.c.Overseer Overseer (id=72120835591831558-127.0.0.1:60090_solr-n_0000000000) starting
   [junit4]   2> 2916982 INFO  (jetty-launcher-5294-thread-1) [n:127.0.0.1:55413_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2916983 INFO  (jetty-launcher-5294-thread-1) [n:127.0.0.1:55413_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55413_solr
   [junit4]   2> 2916986 INFO  (zkCallback-5307-thread-1-processing-n:127.0.0.1:55413_solr) [n:127.0.0.1:55413_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2916987 INFO  (zkCallback-5312-thread-1-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2917003 INFO  (jetty-launcher-5294-thread-2) [n:127.0.0.1:60090_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60090_solr
   [junit4]   2> 2917010 INFO  (zkCallback-5312-thread-1-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2917011 INFO  (zkCallback-5307-thread-1-processing-n:127.0.0.1:55413_solr) [n:127.0.0.1:55413_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2917134 INFO  (jetty-launcher-5294-thread-1) [n:127.0.0.1:55413_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55413.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2917144 INFO  (jetty-launcher-5294-thread-1) [n:127.0.0.1:55413_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55413.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2917144 INFO  (jetty-launcher-5294-thread-1) [n:127.0.0.1:55413_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55413.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2917145 INFO  (jetty-launcher-5294-thread-1) [n:127.0.0.1:55413_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.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node1/.
   [junit4]   2> 2917195 INFO  (jetty-launcher-5294-thread-2) [n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60090.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2917203 INFO  (jetty-launcher-5294-thread-2) [n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60090.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2917203 INFO  (jetty-launcher-5294-thread-2) [n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60090.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2917203 INFO  (jetty-launcher-5294-thread-2) [n:127.0.0.1:60090_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.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node2/.
   [junit4]   2> 2917226 INFO  (zkConnectionManagerCallback-5319-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2917230 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1003984925b0007, likely client has closed socket
   [junit4]   2> 2917235 INFO  (zkConnectionManagerCallback-5323-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2917236 INFO  (SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2917238 INFO  (SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46197/solr ready
   [junit4]   2> 2917268 INFO  (TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[4E2A232F88A7D786]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteOneOfTwoCollectionsAliased
   [junit4]   2> 2917271 INFO  (qtp1568047632-30263) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2917275 INFO  (OverseerThreadFactory-11224-thread-1-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection_one
   [junit4]   2> 2917388 INFO  (OverseerStateUpdate-72120835591831558-127.0.0.1:60090_solr-n_0000000000) [n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_one_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60090/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2917392 INFO  (OverseerStateUpdate-72120835591831558-127.0.0.1:60090_solr-n_0000000000) [n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection_one_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55413/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2917594 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2917595 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2917595 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2917595 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2917702 INFO  (zkCallback-5307-thread-1-processing-n:127.0.0.1:55413_solr) [n:127.0.0.1:55413_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2917702 INFO  (zkCallback-5307-thread-2-processing-n:127.0.0.1:55413_solr) [n:127.0.0.1:55413_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2917702 INFO  (zkCallback-5312-thread-1-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2917703 INFO  (zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2918610 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2918610 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2918626 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.IndexSchema [collection_one_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2918627 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.IndexSchema [collection_one_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2918629 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2918629 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard2_replica_n2' using configuration from collection collection_one, trusted=true
   [junit4]   2> 2918629 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55413.solr.core.collection_one.shard2.replica_n2' (registry 'solr.core.collection_one.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2918629 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2918629 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore [[collection_one_shard2_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node1/collection_one_shard2_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node1/./collection_one_shard2_replica_n2/data/]
   [junit4]   2> 2918629 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2918629 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard1_replica_n1' using configuration from collection collection_one, trusted=true
   [junit4]   2> 2918630 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60090.solr.core.collection_one.shard1.replica_n1' (registry 'solr.core.collection_one.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2918630 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2918630 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [[collection_one_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node2/collection_one_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node2/./collection_one_shard1_replica_n1/data/]
   [junit4]   2> 2918676 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2918676 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2918676 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2918676 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2918677 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2918677 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2918677 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2918677 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2918678 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@77315beb[collection_one_shard1_replica_n1] main]
   [junit4]   2> 2918678 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@757346f9[collection_one_shard2_replica_n2] main]
   [junit4]   2> 2918679 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2918679 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2918680 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2918680 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2918680 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2918680 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2918681 INFO  (searcherExecutor-11229-thread-1-processing-n:127.0.0.1:55413_solr x:collection_one_shard2_replica_n2 s:shard2 c:collection_one r:core_node4) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore [collection_one_shard2_replica_n2] Registered new searcher Searcher@757346f9[collection_one_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2918681 INFO  (searcherExecutor-11230-thread-1-processing-n:127.0.0.1:60090_solr x:collection_one_shard1_replica_n1 s:shard1 c:collection_one r:core_node3) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [collection_one_shard1_replica_n1] Registered new searcher Searcher@77315beb[collection_one_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2918681 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591161537415872512
   [junit4]   2> 2918681 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591161537415872512
   [junit4]   2> 2918690 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2918691 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2918691 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55413/solr/collection_one_shard2_replica_n2/
   [junit4]   2> 2918691 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2918691 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2918691 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2918691 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/
   [junit4]   2> 2918691 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:55413/solr/collection_one_shard2_replica_n2/ has no replicas
   [junit4]   2> 2918691 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2918691 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2918691 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/ has no replicas
   [junit4]   2> 2918691 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2918697 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/ shard1
   [junit4]   2> 2918698 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55413/solr/collection_one_shard2_replica_n2/ shard2
   [junit4]   2> 2918799 INFO  (zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2918799 INFO  (zkCallback-5312-thread-3-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2918799 INFO  (zkCallback-5307-thread-2-processing-n:127.0.0.1:55413_solr) [n:127.0.0.1:55413_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2918799 INFO  (zkCallback-5307-thread-1-processing-n:127.0.0.1:55413_solr) [n:127.0.0.1:55413_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2918848 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2918849 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2918850 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1255
   [junit4]   2> 2918852 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1257
   [junit4]   2> 2918855 INFO  (qtp1568047632-30263) [n:127.0.0.1:55413_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> 2918953 INFO  (zkCallback-5312-thread-3-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2918953 INFO  (zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2918953 INFO  (zkCallback-5307-thread-1-processing-n:127.0.0.1:55413_solr) [n:127.0.0.1:55413_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2918953 INFO  (zkCallback-5307-thread-2-processing-n:127.0.0.1:55413_solr) [n:127.0.0.1:55413_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2919278 INFO  (OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000) [n:127.0.0.1:60090_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> 2919856 INFO  (qtp1568047632-30263) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2585
   [junit4]   2> 2919857 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2919860 INFO  (OverseerThreadFactory-11224-thread-2-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection_two
   [junit4]   2> 2920087 INFO  (OverseerStateUpdate-72120835591831558-127.0.0.1:60090_solr-n_0000000000) [n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_two",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_two_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60090/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2920288 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2920394 INFO  (zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2920394 INFO  (zkCallback-5312-thread-3-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2921305 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2921325 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.IndexSchema [collection_two_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2921328 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2921328 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection_two_shard1_replica_n1' using configuration from collection collection_two, trusted=true
   [junit4]   2> 2921328 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60090.solr.core.collection_two.shard1.replica_n1' (registry 'solr.core.collection_two.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2921329 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2921329 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore [[collection_two_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node2/collection_two_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node2/./collection_two_shard1_replica_n1/data/]
   [junit4]   2> 2921373 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2921373 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2921374 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2921374 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2921375 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14838e3[collection_two_shard1_replica_n1] main]
   [junit4]   2> 2921376 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2921377 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2921377 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2921377 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591161540242833408
   [junit4]   2> 2921378 INFO  (searcherExecutor-11239-thread-1-processing-n:127.0.0.1:60090_solr x:collection_two_shard1_replica_n1 s:shard1 c:collection_two r:core_node2) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore [collection_two_shard1_replica_n1] Registered new searcher Searcher@14838e3[collection_two_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2921386 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2921386 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2921386 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60090/solr/collection_two_shard1_replica_n1/
   [junit4]   2> 2921386 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2921386 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:60090/solr/collection_two_shard1_replica_n1/ has no replicas
   [junit4]   2> 2921386 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2921390 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60090/solr/collection_two_shard1_replica_n1/ shard1
   [junit4]   2> 2921493 INFO  (zkCallback-5312-thread-3-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2921493 INFO  (zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2921542 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2921545 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1257
   [junit4]   2> 2921548 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_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> 2921646 INFO  (zkCallback-5312-thread-3-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2921646 INFO  (zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2921861 INFO  (OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000) [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2922550 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2693
   [junit4]   2> 2922554 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_one:4&wt=javabin&version=2}{add=[1 (1591161541477007360)]} 0 0
   [junit4]   2> 2922557 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1591161541480153088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2922557 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2922557 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2922557 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1591161541480153088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2922557 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@c39c1bb commitCommandVersion:1591161541480153088
   [junit4]   2> 2922557 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2922559 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@72d91135[collection_one_shard1_replica_n1] main]
   [junit4]   2> 2922559 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2922560 INFO  (searcherExecutor-11230-thread-1-processing-n:127.0.0.1:60090_solr x:collection_one_shard1_replica_n1 s:shard1 c:collection_one r:core_node3) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [collection_one_shard1_replica_n1] Registered new searcher Searcher@72d91135[collection_one_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 2922560 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 3
   [junit4]   2> 2922561 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_one:4&commit=true&wt=javabin&version=2}{commit=} 0 5
   [junit4]   2> 2922563 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_two_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_two:4&wt=javabin&version=2}{add=[10 (1591161541485395968), 11 (1591161541485395969)]} 0 0
   [junit4]   2> 2922563 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1591161541486444544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2922563 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@40f1c5d5 commitCommandVersion:1591161541486444544
   [junit4]   2> 2922565 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@62d2edd1[collection_two_shard1_replica_n1] main]
   [junit4]   2> 2922565 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2922566 INFO  (searcherExecutor-11239-thread-1-processing-n:127.0.0.1:60090_solr x:collection_two_shard1_replica_n1 s:shard1 c:collection_two r:core_node2) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore [collection_two_shard1_replica_n1] Registered new searcher Searcher@62d2edd1[collection_two_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
   [junit4]   2> 2922566 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_two_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_two:4&commit=true&wt=javabin&version=2}{commit=} 0 2
   [junit4]   2> 2922567 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection_one,collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2922675 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection_one,collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=108
   [junit4]   2> 2922677 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1517449895482&isShard=true&wt=javabin} hits=1 status=0 QTime=0
   [junit4]   2> 2922679 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:60090/solr/collection_two_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1517449895482&isShard=true&wt=javabin} hits=2 status=0 QTime=0
   [junit4]   2> 2922680 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.S.Request [collection_one_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:55413/solr/collection_one_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1517449895482&isShard=true&wt=javabin} hits=0 status=0 QTime=1
   [junit4]   2> 2922681 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&shards.purpose=64&NOW=1517449895482&ids=1&isShard=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2922681 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&shards.purpose=64&NOW=1517449895482&ids=11,10&isShard=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:60090/solr/collection_two_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2922682 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection_one:4|collection_two:4&wt=javabin&version=2} hits=3 status=0 QTime=5
   [junit4]   2> 2922682 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&name=collection_one&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2922684 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&name=collection_one&action=DELETE&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2922685 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2922687 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2922689 INFO  (OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000) [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2922691 ERROR (OverseerThreadFactory-11224-thread-4-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: collection_one operation: delete failed:org.apache.solr.common.SolrException: Collection : collection_one is part of alias collection_alias_pair remove or modify the alias before removing this collection.
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:71)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [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> 
   [junit4]   2> 2922698 INFO  (OverseerThreadFactory-11224-thread-4-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2923688 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2923690 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2923691 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2923692 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2923692 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2923697 INFO  (OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000) [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2923800 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=107
   [junit4]   2> 2923800 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&name=collection_one&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2923802 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&name=collection_one&action=DELETE&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2923803 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2923805 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2923805 INFO  (OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000) [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000007 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2923806 INFO  (OverseerThreadFactory-11224-thread-5-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 2923806 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=collection_one_shard2_replica_n2&async=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2923807 INFO  (parallelCoreAdminExecutor-11225-thread-1-processing-n:127.0.0.1:55413_solr 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468 UNLOAD) [n:127.0.0.1:55413_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard2.replica_n2, tag=null
   [junit4]   2> 2923807 INFO  (parallelCoreAdminExecutor-11225-thread-1-processing-n:127.0.0.1:55413_solr 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468 UNLOAD) [n:127.0.0.1:55413_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@58dddeed: rootName = solr_55413, domain = solr.core.collection_one.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection_one.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@26a51f7e
   [junit4]   2> 2923809 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=collection_one_shard1_replica_n1&async=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2923810 INFO  (parallelCoreAdminExecutor-11227-thread-1-processing-n:127.0.0.1:60090_solr 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706 UNLOAD) [n:127.0.0.1:60090_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard1.replica_n1, tag=null
   [junit4]   2> 2923810 INFO  (parallelCoreAdminExecutor-11227-thread-1-processing-n:127.0.0.1:60090_solr 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706 UNLOAD) [n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ba1508: rootName = solr_60090, domain = solr.core.collection_one.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection_one.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@75868d86
   [junit4]   2> 2923811 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468
   [junit4]   2> 2923811 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2923819 INFO  (parallelCoreAdminExecutor-11225-thread-1-processing-n:127.0.0.1:55413_solr 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468 UNLOAD) [n:127.0.0.1:55413_solr    ] o.a.s.c.SolrCore [collection_one_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@360a2e69
   [junit4]   2> 2923819 INFO  (parallelCoreAdminExecutor-11225-thread-1-processing-n:127.0.0.1:55413_solr 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468 UNLOAD) [n:127.0.0.1:55413_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard2.replica_n2, tag=906636905
   [junit4]   2> 2923819 INFO  (parallelCoreAdminExecutor-11225-thread-1-processing-n:127.0.0.1:55413_solr 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468 UNLOAD) [n:127.0.0.1:55413_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection_one.shard2.leader, tag=906636905
   [junit4]   2> 2923821 INFO  (parallelCoreAdminExecutor-11227-thread-1-processing-n:127.0.0.1:60090_solr 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706 UNLOAD) [n:127.0.0.1:60090_solr    ] o.a.s.c.SolrCore [collection_one_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4f32097b
   [junit4]   2> 2923821 INFO  (parallelCoreAdminExecutor-11227-thread-1-processing-n:127.0.0.1:60090_solr 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706 UNLOAD) [n:127.0.0.1:60090_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard1.replica_n1, tag=1328679291
   [junit4]   2> 2923821 INFO  (parallelCoreAdminExecutor-11227-thread-1-processing-n:127.0.0.1:60090_solr 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706 UNLOAD) [n:127.0.0.1:60090_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection_one.shard1.leader, tag=1328679291
   [junit4]   2> 2923824 INFO  (zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2924806 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2924807 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2924813 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468
   [junit4]   2> 2924813 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2924813 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706
   [junit4]   2> 2924813 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2925542 INFO  (OverseerThreadFactory-11224-thread-5-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2925808 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2925810 INFO  (OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000) [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2925811 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2925811 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2925814 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2925815 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection_two:4&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 2925839 ERROR (TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[4E2A232F88A7D786]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection [collection_one] failed due to (404) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:55413/solr/collection_one: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
   [junit4]   2> <title>Error 404 Can not find: /solr/collection_one/select</title>
   [junit4]   2> </head>
   [junit4]   2> <body><h2>HTTP ERROR 404</h2>
   [junit4]   2> <p>Problem accessing /solr/collection_one/select. Reason:
   [junit4]   2> <pre>    Can not find: /solr/collection_one/select</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>
   [junit4]   2> 
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> , retry? 0
   [junit4]   2> 2925840 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params async=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&name=collection_alias_pair&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2925843 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&name=collection_alias_pair&action=DELETEALIAS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2925844 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2925846 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2925862 INFO  (OverseerThreadFactory-11224-thread-5-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2926850 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2926852 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2926852 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2926853 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2926854 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=c0c6cbd9-c664-4bf8-9626-9f794032cc20&name=collection_two&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2926856 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=c0c6cbd9-c664-4bf8-9626-9f794032cc20&name=collection_two&action=DELETE&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2926856 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2926859 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2926860 INFO  (OverseerThreadFactory-11224-thread-5-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 2926860 INFO  (OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000) [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2926861 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=collection_two_shard1_replica_n1&async=c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2926861 INFO  (parallelCoreAdminExecutor-11227-thread-2-processing-n:127.0.0.1:60090_solr c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776 UNLOAD) [n:127.0.0.1:60090_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_two.shard1.replica_n1, tag=null
   [junit4]   2> 2926861 INFO  (parallelCoreAdminExecutor-11227-thread-2-processing-n:127.0.0.1:60090_solr c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776 UNLOAD) [n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b7397c: rootName = solr_60090, domain = solr.core.collection_two.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection_two.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6cca4d1a
   [junit4]   2> 2926861 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776
   [junit4]   2> 2926862 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2926869 INFO  (parallelCoreAdminExecutor-11227-thread-2-processing-n:127.0.0.1:60090_solr c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776 UNLOAD) [n:127.0.0.1:60090_solr    ] o.a.s.c.SolrCore [collection_two_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@75ba1f34
   [junit4]   2> 2926869 INFO  (parallelCoreAdminExecutor-11227-thread-2-processing-n:127.0.0.1:60090_solr c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776 UNLOAD) [n:127.0.0.1:60090_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_two.shard1.replica_n1, tag=1975131956
   [junit4]   2> 2926869 INFO  (parallelCoreAdminExecutor-11227-thread-2-processing-n:127.0.0.1:60090_solr c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776 UNLOAD) [n:127.0.0.1:60090_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection_two.shard1.leader, tag=1975131956
   [junit4]   2> 2927862 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2927863 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2927863 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776
   [junit4]   2> 2927863 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2928595 INFO  (OverseerThreadFactory-11224-thread-5-processing-n:127.0.0.1:60090_solr) [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000011 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2928868 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2928869 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2928870 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2928871 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2928872 INFO  (TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[4E2A232F88A7D786]) [    ] o.a.s.SolrTestCaseJ4 ###Ending 

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

e.json
   [junit4]   2> 	15	/solr/clusterprops.json
   [junit4]   2> 	15	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/collections/testNodeAdded/state.json
   [junit4]   2> 	5	/solr/overseer_elect/election/72120891755200515-127.0.0.1:53081_solr-n_0000000000
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72120891755200541-127.0.0.1:37028_solr-n_0000000007
   [junit4]   2> 	2	/solr/collections/testNodeWithMultipleReplicasLost/leader_elect/shard1/election/72120891755200544-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72120891755200534-127.0.0.1:40601_solr-n_0000000005
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	57	/solr/live_nodes
   [junit4]   2> 	48	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [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.ComputePlanActionTest_4E2A232F88A7D786-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=473, maxMBSortInHeap=7.512353619362809, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@38c1553), locale=ar-JO, timezone=Brazil/Acre
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=129498272,total=522190848
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCoreParser, DistributedFacetPivotWhiteBoxTest, SpatialRPTFieldTypeTest, TestNumericTerms32, FacetPivotSmallTest, TestManagedResourceStorage, ChaosMonkeySafeLeaderWithPullReplicasTest, DistributedQueryComponentOptimizationTest, JavabinLoaderTest, TestManagedStopFilterFactory, TestSolrCloudWithHadoopAuthPlugin, SolrCoreMetricManagerTest, ClusterStateUpdateTest, CheckHdfsIndexTest, SaslZkACLProviderTest, JSONWriterTest, AutoscalingHistoryHandlerTest, RankQueryTest, TestSegmentSorting, TestFileDictionaryLookup, HttpSolrCallGetCoreTest, DOMUtilTest, DocValuesMultiTest, TestWordDelimiterFilterFactory, IndexSchemaTest, TestDynamicLoading, TestDeleteCollectionOnDownNodes, TimeZoneUtilsTest, TestBlobHandler, TestObjectReleaseTracker, DistributedIntervalFacetingTest, SolrCoreCheckLockOnStartupTest, TestNumericRangeQuery32, DisMaxRequestHandlerTest, TestSolrCloudWithDelegationTokens, HdfsBasicDistributedZk2Test, TestExceedMaxTermLength, TestSortByMinMaxFunction, TestLargeCluster, TestAuthorizationFramework, TestLRUStatsCache, XsltUpdateRequestHandlerTest, DeleteStatusTest, TestXmlQParserPlugin, HdfsNNFailoverTest, ZkShardTermsTest, TestRawTransformer, BasicDistributedZk2Test, SliceStateTest, TestExecutePlanAction, TestIntervalFaceting, UpdateRequestProcessorFactoryTest, TestRestoreCore, SortByFunctionTest, TestCustomSort, TestRuleBasedAuthorizationPlugin, TestConfig, SubstringBytesRefFilterTest, CdcrBootstrapTest, HdfsSyncSliceTest, TestSchemaSimilarityResource, TestDocumentBuilder, DeleteLastCustomShardedReplicaTest, UUIDFieldTest, TestRequestForwarding, TestCloudManagedSchema, TestStressReorder, TestNoOpRegenerator, CurrencyFieldTypeTest, LoggingHandlerTest, TestQueryWrapperFilter, TestValueSourceCache, ConcurrentCreateRoutedAliasTest, ConcurrentDeleteAndCreateCollectionTest, TestConfigsApi, RegexBoostProcessorTest, TestLuceneIndexBackCompat, BasicFunctionalityTest, SpellCheckComponentTest, TestRandomRequestDistribution, TestDocTermOrds, TestConfigSetsAPI, TestDynamicFieldCollectionResource, TestFilteredDocIdSet, TestUninvertingReader, TestCloudJSONFacetJoinDomain, ActionThrottleTest, TestNodeLostTrigger, ChaosMonkeySafeLeaderTest, TestHashPartitioner, OverseerCollectionConfigSetProcessorTest, TestExportWriter, TestDocSet, TestDFRSimilarityFactory, TestCorePropertiesReload, DistanceFunctionTest, DefaultValueUpdateProcessorTest, TestExpandComponent, TestBinaryResponseWriter, TestSerializedLuceneMatchVersion, TestMissingGroups, BaseCdcrDistributedZkTest, TestLMJelinekMercerSimilarityFactory, TestConfigSetProperties, BitVectorTest, TestBulkSchemaAPI, DocValuesMissingTest, TestCoreDiscovery, TemplateUpdateProcessorTest, TestLMDirichletSimilarityFactory, SuggesterTest, CoreAdminRequestStatusTest, CleanupOldIndexTest, TestAddFieldRealTimeGet, LargeFieldTest, ConnectionManagerTest, TestTlogReplica, TestRecoveryHdfs, TestNRTOpen, TestSolrCloudWithSecureImpersonation, ManagedSchemaRoundRobinCloudTest, CollectionsAPIAsyncDistributedZkTest, BadIndexSchemaTest, SoftAutoCommitTest, NumberUtilsTest, AnalyticsMergeStrategyTest, TestConfigSetsAPIZkFailure, TestUpdate, FileBasedSpellCheckerTest, RecoveryAfterSoftCommitTest, TestApiFramework, PropertiesRequestHandlerTest, AsyncCallRequestStatusResponseTest, OutOfBoxZkACLAndCredentialsProvidersTest, BadComponentTest, HdfsCollectionsAPIDistributedZkTest, DistributedQueueTest, InfoHandlerTest, TestFastWriter, TestLegacyFieldReuse, ShowFileRequestHandlerTest, TestStressRecovery, TestCloudPseudoReturnFields, ZkSolrClientTest, TestCSVLoader, TestBadConfig, CollectionStateFormat2Test, TestComponentsName, TestMiniSolrCloudClusterSSL, V2ApiIntegrationTest, TestScoreJoinQPNoScore, TestSearchPerf, TestSearcherReuse, OverseerTaskQueueTest, CSVRequestHandlerTest, TestDFISimilarityFactory, LegacyCloudClusterPropTest, TestCoreBackup, SolrCmdDistributorTest, TermVectorComponentTest, TestCloudNestedDocsSort, TestLeaderInitiatedRecoveryThread, MoveReplicaHDFSTest, ReplaceNodeNoTargetTest, AnalysisErrorHandlingTest, CdcrReplicationHandlerTest, SimpleFacetsTest, TestMacroExpander, UtilsToolTest, TestExtendedDismaxParser, TestSolrIndexConfig, VMParamsZkACLAndCredentialsProvidersTest, TestReversedWildcardFilterFactory, TestSolr4Spatial, TestSolrConfigHandlerConcurrent, BigEndianAscendingWordDeserializerTest, DistributedFacetPivotLargeTest, TestManagedSchema, SolrSlf4jReporterTest, CloneFieldUpdateProcessorFactoryTest, EchoParamsTest, LeaderElectionContextKeyTest, SyncSliceTest, TestStressInPlaceUpdates, CircularListTest, NoCacheHeaderTest, BlockDirectoryTest, SuggestComponentTest, TestCodecSupport, JvmMetricsTest, TestPrepRecovery, DistributedSpellCheckComponentTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, TestRandomDVFaceting, TestDistributedSearch, TestDistributedGrouping, TestRecovery, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestJoin, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, SolrCoreTest, StatsComponentTest, TestGroupingSearch, PeerSyncTest, TestSort, TestFiltering, TestFunctionQuery, DirectUpdateHandlerTest, HighlighterTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, SimplePostToolTest, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, TestTrie, SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, TestSolrDeletionPolicy1, SolrInfoBeanTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, RequestHandlersTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestCollationField, ReturnFieldsTest, QueryParsingTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, ResponseLogComponentTest, SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, SampleTest, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, TestPerFieldSimilarity, TestIBSimilarityFactory, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, SystemInfoHandlerTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestSimpleTrackingShardHandler, TestTolerantSearch, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AddReplicaTest, AliasIntegrationTest, DeleteInactiveReplicaTest, DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, HealthCheckHandlerTest, HttpPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, MoveReplicaHDFSFailoverTest, PeerSyncReplicationTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudPivotFacet, TestClusterProperties, TestConfigSetsAPIExclusivity, TestDistribDocBasedVersion, TestLeaderElectionWithEmptyReplica, TestRebalanceLeaders, TestShortCircuitedRequests, TestStressLiveNodes, TestTolerantUpdateProcessorRandomCloud, AssignTest, SimpleCollectionCreateDeleteTest, TestHdfsCloudBackupRestore, TestRequestStatusCollectionAPI, ComputePlanActionTest]
   [junit4] Completed [577/774 (2!)] on J1 in 51.60s, 4 tests, 1 failure <<< FAILURES!

[...truncated 48731 lines...]

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

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

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestTolerantUpdateProcessorCloud

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.TestTolerantUpdateProcessorCloud:     1) Thread[id=32370, name=qtp1656440473-32370, state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]         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.TestTolerantUpdateProcessorCloud: 
   1) Thread[id=32370, name=qtp1656440473-32370, state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
        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([2D74ED0923DAA8B9]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=32370, name=qtp1656440473-32370, state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]         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=32370, name=qtp1656440473-32370, state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
        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([2D74ED0923DAA8B9]:0)


FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV2

Error Message:
Error from server at http://127.0.0.1:49267/solr: Collection : collection1meta is part of alias testModifyMetadataV2 remove or modify the alias before removing this collection.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:49267/solr: Collection : collection1meta is part of alias testModifyMetadataV2 remove or modify the alias before removing this collection.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:444)
	at org.apache.solr.cloud.AliasIntegrationTest.tearDown(AliasIntegrationTest.java:92)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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.AliasIntegrationTest.testModifyMetadataV1

Error Message:
Error from server at http://127.0.0.1:49267/solr: collection already exists: collection1meta

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:49267/solr: collection already exists: collection1meta
	at __randomizedtesting.SeedInfo.seed([2D74ED0923DAA8B9:FC1453C00376BBE0]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.AliasIntegrationTest.createColectionsAndAlias(AliasIntegrationTest.java:290)
	at org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV1(AliasIntegrationTest.java:243)
	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([2D74ED0923DAA8B9:408849F4999257BE]: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 11869 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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/init-core-data-001
   [junit4]   2> 577295 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[2D74ED0923DAA8B9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 577296 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[2D74ED0923DAA8B9]-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> 577296 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[2D74ED0923DAA8B9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 577296 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[2D74ED0923DAA8B9]-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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001
   [junit4]   2> 577296 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[2D74ED0923DAA8B9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 577297 INFO  (Thread-819) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 577297 INFO  (Thread-819) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 577298 ERROR (Thread-819) [    ] 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> 577398 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[2D74ED0923DAA8B9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:32866
   [junit4]   2> 577400 INFO  (zkConnectionManagerCallback-925-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577406 INFO  (jetty-launcher-922-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> 577406 INFO  (jetty-launcher-922-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> 577407 INFO  (jetty-launcher-922-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 577407 INFO  (jetty-launcher-922-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 577407 INFO  (jetty-launcher-922-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 577407 INFO  (jetty-launcher-922-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 577408 INFO  (jetty-launcher-922-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 577408 INFO  (jetty-launcher-922-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 577408 INFO  (jetty-launcher-922-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 577408 INFO  (jetty-launcher-922-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32853ab1{/solr,null,AVAILABLE}
   [junit4]   2> 577408 INFO  (jetty-launcher-922-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@537123b8{HTTP/1.1,[http/1.1]}{127.0.0.1:42034}
   [junit4]   2> 577408 INFO  (jetty-launcher-922-thread-3) [    ] o.e.j.s.Server Started @580258ms
   [junit4]   2> 577408 INFO  (jetty-launcher-922-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2263987f{/solr,null,AVAILABLE}
   [junit4]   2> 577408 INFO  (jetty-launcher-922-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42034}
   [junit4]   2> 577408 ERROR (jetty-launcher-922-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 577409 INFO  (jetty-launcher-922-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 577409 INFO  (jetty-launcher-922-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2ab6b03c{HTTP/1.1,[http/1.1]}{127.0.0.1:38945}
   [junit4]   2> 577409 INFO  (jetty-launcher-922-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 577409 INFO  (jetty-launcher-922-thread-1) [    ] o.e.j.s.Server Started @580258ms
   [junit4]   2> 577409 INFO  (jetty-launcher-922-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 577409 INFO  (jetty-launcher-922-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38945}
   [junit4]   2> 577409 INFO  (jetty-launcher-922-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-30T07:50:00.945Z
   [junit4]   2> 577409 ERROR (jetty-launcher-922-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 577409 INFO  (jetty-launcher-922-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 577409 INFO  (jetty-launcher-922-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 577409 INFO  (jetty-launcher-922-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 577409 INFO  (jetty-launcher-922-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-30T07:50:00.945Z
   [junit4]   2> 577411 INFO  (jetty-launcher-922-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 577411 INFO  (jetty-launcher-922-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 577411 INFO  (jetty-launcher-922-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 577411 INFO  (zkConnectionManagerCallback-927-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577412 INFO  (jetty-launcher-922-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 577412 INFO  (jetty-launcher-922-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79f48824{/solr,null,AVAILABLE}
   [junit4]   2> 577412 INFO  (jetty-launcher-922-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@69543f9c{HTTP/1.1,[http/1.1]}{127.0.0.1:36072}
   [junit4]   2> 577412 INFO  (jetty-launcher-922-thread-2) [    ] o.e.j.s.Server Started @580262ms
   [junit4]   2> 577412 INFO  (jetty-launcher-922-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36072}
   [junit4]   2> 577412 ERROR (jetty-launcher-922-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 577413 INFO  (jetty-launcher-922-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 577413 INFO  (jetty-launcher-922-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 577413 INFO  (jetty-launcher-922-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 577413 INFO  (jetty-launcher-922-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-30T07:50:00.949Z
   [junit4]   2> 577424 INFO  (zkConnectionManagerCallback-929-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577425 INFO  (jetty-launcher-922-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 577425 INFO  (zkConnectionManagerCallback-931-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577426 INFO  (jetty-launcher-922-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 577428 INFO  (jetty-launcher-922-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32866/solr
   [junit4]   2> 577431 INFO  (zkConnectionManagerCallback-935-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577434 INFO  (jetty-launcher-922-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32866/solr
   [junit4]   2> 577435 INFO  (jetty-launcher-922-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32866/solr
   [junit4]   2> 577437 INFO  (zkConnectionManagerCallback-939-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577439 INFO  (zkConnectionManagerCallback-943-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577439 INFO  (zkConnectionManagerCallback-945-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577442 INFO  (zkConnectionManagerCallback-949-thread-1-processing-n:127.0.0.1:36072_solr) [n:127.0.0.1:36072_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577442 INFO  (zkConnectionManagerCallback-947-thread-1-processing-n:127.0.0.1:38945_solr) [n:127.0.0.1:38945_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577590 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:42034_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 577591 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:36072_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 577591 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:42034_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42034_solr
   [junit4]   2> 577592 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:36072_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36072_solr
   [junit4]   2> 577592 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:42034_solr    ] o.a.s.c.Overseer Overseer (id=72117680284368903-127.0.0.1:42034_solr-n_0000000000) starting
   [junit4]   2> 577595 INFO  (zkCallback-948-thread-1-processing-n:127.0.0.1:36072_solr) [n:127.0.0.1:36072_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 577595 INFO  (zkCallback-944-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 577596 INFO  (zkCallback-946-thread-1-processing-n:127.0.0.1:38945_solr) [n:127.0.0.1:38945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 577597 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38945_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 577600 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38945_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38945_solr
   [junit4]   2> 577601 INFO  (zkCallback-946-thread-1-processing-n:127.0.0.1:38945_solr) [n:127.0.0.1:38945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 577602 INFO  (zkCallback-944-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 577602 INFO  (zkCallback-948-thread-1-processing-n:127.0.0.1:36072_solr) [n:127.0.0.1:36072_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 577603 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 577603 DEBUG (OverseerAutoScalingTriggerThread-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 577605 DEBUG (OverseerAutoScalingTriggerThread-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 577606 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:42034_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42034_solr
   [junit4]   2> 577609 INFO  (zkCallback-946-thread-1-processing-n:127.0.0.1:38945_solr) [n:127.0.0.1:38945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 577609 INFO  (zkCallback-948-thread-1-processing-n:127.0.0.1:36072_solr) [n:127.0.0.1:36072_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 577615 DEBUG (OverseerAutoScalingTriggerThread-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:38945_solr, 127.0.0.1:36072_solr]
   [junit4]   2> 577615 DEBUG (OverseerAutoScalingTriggerThread-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 577615 DEBUG (OverseerAutoScalingTriggerThread-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 577615 INFO  (zkCallback-944-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 577616 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38945_solr"} current state version: 0
   [junit4]   2> 577616 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38945_solr
   [junit4]   2> 577616 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:42034_solr"} current state version: 0
   [junit4]   2> 577616 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42034_solr
   [junit4]   2> 577627 DEBUG (OverseerAutoScalingTriggerThread-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 577628 DEBUG (OverseerAutoScalingTriggerThread-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 577628 DEBUG (ScheduledTrigger-1108-thread-1) [n:127.0.0.1:42034_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 577693 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:36072_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36072.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a40fac0
   [junit4]   2> 577697 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:36072_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36072.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a40fac0
   [junit4]   2> 577698 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:36072_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36072.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a40fac0
   [junit4]   2> 577698 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:36072_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.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node2/.
   [junit4]   2> 577739 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:42034_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42034.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a40fac0
   [junit4]   2> 577745 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:42034_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42034.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a40fac0
   [junit4]   2> 577746 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:42034_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42034.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a40fac0
   [junit4]   2> 577746 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:42034_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.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node3/.
   [junit4]   2> 577748 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38945_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38945.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a40fac0
   [junit4]   2> 577753 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38945_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38945.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a40fac0
   [junit4]   2> 577754 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38945_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38945.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a40fac0
   [junit4]   2> 577754 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38945_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.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node1/.
   [junit4]   2> 577795 INFO  (zkConnectionManagerCallback-957-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577800 INFO  (zkConnectionManagerCallback-961-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577802 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[2D74ED0923DAA8B9]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 577804 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[2D74ED0923DAA8B9]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32866/solr ready
   [junit4]   2> 577810 INFO  (qtp817008944-4317) [n:127.0.0.1:36072_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> 577814 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 577815 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 577819 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 577822 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 577824 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 577826 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 577829 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 577831 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577834 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577837 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577841 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577844 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577847 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577849 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577852 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577855 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577857 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577860 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577863 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577865 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577868 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577871 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577874 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577876 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577880 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577883 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577886 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577891 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577894 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577897 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577901 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577904 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577907 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577911 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577914 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577917 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577919 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577922 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577924 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577927 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577929 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577931 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577934 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577937 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577940 INFO  (OverseerThreadFactory-1110-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 577948 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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> 577949 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 577949 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 578056 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:36072/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 578056 INFO  (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:36072/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 578057 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 578057 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:36072/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 578060 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:42034/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 578060 INFO  (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:42034/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 578061 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:36072/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 578061 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:36072/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:42034/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 578063 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:38945/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 578063 INFO  (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:38945/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 578064 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:36072/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:42034/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 578064 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:36072/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:42034/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:38945/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 578165 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 578267 INFO  (qtp1000478984-4297) [n:127.0.0.1:38945_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> 578267 INFO  (qtp817008944-4319) [n:127.0.0.1:36072_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> 578268 INFO  (qtp1000478984-4297) [n:127.0.0.1:38945_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 578269 INFO  (qtp817008944-4319) [n:127.0.0.1:36072_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 578270 INFO  (qtp1950934723-4306) [n:127.0.0.1:42034_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> 578272 INFO  (qtp1950934723-4306) [n:127.0.0.1:42034_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 578276 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.Overseer processMessage: queueSize: 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:36072/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36072_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> 578276 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:36072/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36072_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> 578276 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:36072/solr","node_name":"127.0.0.1:36072_solr","state":"down","type":"NRT"}
   [junit4]   2> 578276 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:36072/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36072_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:42034/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:38945/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 578277 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 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:38945/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38945_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> 578277 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:38945/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38945_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> 578277 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:38945/solr","node_name":"127.0.0.1:38945_solr","state":"down","type":"NRT"}
   [junit4]   2> 578277 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:36072/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36072_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:42034/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:38945/solr",
   [junit4]   2>           "node_name":"127.0.0.1:38945_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 578278 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 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:42034/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42034_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> 578279 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:42034/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42034_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> 578279 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:42034/solr","node_name":"127.0.0.1:42034_solr","state":"down","type":"NRT"}
   [junit4]   2> 578279 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_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:36072/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36072_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:42034/solr",
   [junit4]   2>           "node_name":"127.0.0.1:42034_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:38945/solr",
   [junit4]   2>           "node_name":"127.0.0.1:38945_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 578380 DEBUG (OverseerStateUpdate-72117680284368903-127.0.0.1:42034_solr-n_0000000000) [n:127.0.0.1:42034_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 578380 INFO  (zkCallback-948-thread-1-processing-n:127.0.0.1:36072_solr) [n:127.0.0.1:36072_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> 578380 INFO  (zkCallback-946-thread-1-processing-n:127.0.0.1:38945_solr) [n:127.0.0.1:38945_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> 578380 INFO  (zkCallback-948-thread-2-processing-n:127.0.0.1:36072_solr) [n:127.0.0.1:36072_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> 578381 INFO  (zkCallback-944-thread-1-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 578381 INFO  (zkCallback-944-thread-2-processing-n:127.0.0.1:42034_solr) [n:127.0.0.1:42034_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> 578381 INFO  (zkCallback-946-thread-2-processing-n:127.0.0.1:38945_solr) [n:127.0.0.1:38945_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> 578660 DEBUG (ScheduledTrigger-1108-thread-1) [n:127.0.0.1:42034_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 579290 INFO  (qtp1950934723-4306) [n:127.0.0.1:42034_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> 579290 INFO  (qtp1000478984-4297) [n:127.0.0.1:38945_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> 579290 INFO  (qtp1950934723-4306) [n:127.0.0.1:42034_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> 579290 INFO  (qtp1000478984-4297) [n:127.0.0.1:38945_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> 579290 INFO  (qtp817008944-4319) [n:127.0.0.1:36072_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> 579290 INFO  (qtp817008944-4319) [n:127.0.0.1:36072_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> 579290 WARN  (qtp1950934723-4306) [n:127.0.0.1:42034_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node3/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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 579290 WARN  (qtp1000478984-4297) [n:127.0.0.1:38945_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 579290 WARN  (qtp817008944-4319) [n:127.0.0.1:36072_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node2/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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 579291 WARN  (qtp1000478984-4297) [n:127.0.0.1:38945_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 579291 WARN  (qtp817008944-4319) [n:127.0.0.1:36072_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node2/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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 579290 WARN  (qtp1950934723-4306) [n:127.0.0.1:42034_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node3/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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 579292 WARN  (qtp1000478984-4297) [n:127.0.0.1:38945_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 579292 WARN  (qtp1000478984-4297) [n:127.0.0.1:38945_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 579292 WARN  (qtp1950934723-4306) [n:127.0.0.1:42034_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node3/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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 579292 WARN  (qtp1000478984-4297) [n:127.0.0.1:38945_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 579292 WARN  (qtp1950934723-4306) [n:127.0.0.1:42034_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node3/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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 579292 WARN  (qtp1000478984-4297) [n:127.0.0.1:38945_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 579292 WARN  (qtp1950934723-4306) [n:127.0.0.1:42034_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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempDir-001/node3/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/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2D74ED0923DAA8B9-001/tempD

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

nit4]   2>         at 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=Asserting(Lucene70): {expected_shard_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=Direct)}, docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=727, maxMBSortInHeap=7.045315654453015, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@f703b3d), locale=en-GB, timezone=Canada/Central
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=2,free=269618304,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestJettySolrRunner, TestPullReplica, HDFSCollectionsAPITest, SearchHandlerTest, TestSha256AuthenticationProvider, TestCustomDocTransformer, TestStressVersions, TestNestedDocsSort, TestDistributedSearch, DistributedFacetExistsSmallTest, DisMaxRequestHandlerTest, SortSpecParsingTest, SolrMetricsIntegrationTest, TestDocBasedVersionConstraints, TestCollectionAPI, TestLockTree, SmileWriterTest, ConcurrentCreateRoutedAliasTest, TestExtendedDismaxParser, TestWordDelimiterFilterFactory, SpellCheckCollatorWithCollapseTest, DistributedQueryComponentCustomSortTest, ScriptEngineTest, DefaultValueUpdateProcessorTest, MoveReplicaHDFSTest, TestInitParams, TestSort, EchoParamsTest, TestHashPartitioner, TestUseDocValuesAsStored2, CleanupOldIndexTest, LeaderFailureAfterFreshStartTest, TestLegacyNumericUtils, TestSolrQueryParser, ShardRoutingTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestStreamBody, TestGeoJSONResponseWriter, TestMultiWordSynonyms, ExecutePlanActionTest, DeleteStatusTest, TestUniqueKeyFieldResource, TestAnalyzedSuggestions, TestSchemaResource, RestartWhileUpdatingTest, HdfsThreadLeakTest, TestSkipOverseerOperations, OverseerTest, TestShortCircuitedRequests, TestReRankQParserPlugin, SortByFunctionTest, TestRandomFaceting, TestLMDirichletSimilarityFactory, FieldAnalysisRequestHandlerTest, RecoveryAfterSoftCommitTest, TestSimpleQParserPlugin, ClusterStateTest, TestLuceneMatchVersion, TestSchemalessBufferedUpdates, DistanceFunctionTest, TestExactStatsCache, TestCloudPivotFacet, HttpPartitionTest, TestGenericDistributedQueue, TestTriggerIntegration, SolrCoreCheckLockOnStartupTest, SolrGraphiteReporterTest, TestComponentsName, TestClusterProperties, CoreAdminCreateDiscoverTest, TestClassicSimilarityFactory, TestExclusionRuleCollectionAccess, TestSolrConfigHandlerCloud, ResponseLogComponentTest, AsyncCallRequestStatusResponseTest, DOMUtilTest, TestPointFields, HighlighterConfigTest, TestCoreDiscovery, TestReloadAndDeleteDocs, LegacyCloudClusterPropTest, SolrCloudExampleTest, ClassificationUpdateProcessorTest, TestSubQueryTransformerCrossCore, TestSlowCompositeReaderWrapper, DistanceUnitsTest, BasicAuthIntegrationTest, ParsingFieldUpdateProcessorsTest, TestSolr4Spatial2, V2StandaloneTest, TestNumericTerms64, TestXmlQParser, HighlighterMaxOffsetTest, CollectionsAPIDistributedZkTest, TestCryptoKeys, PKIAuthenticationIntegrationTest, TestFieldCacheVsDocValues, SecurityConfHandlerTest, TimeZoneUtilsTest, StatsReloadRaceTest, TestInPlaceUpdatesStandalone, SSLMigrationTest, TestConfigSetImmutable, XsltUpdateRequestHandlerTest, SyncSliceTest, CdcrRequestHandlerTest, SpellCheckCollatorTest, TestSolrCoreSnapshots, DeleteReplicaTest, BJQParserTest, SuggestComponentContextFilterQueryTest, TestDocSet, TestPHPSerializedResponseWriter, TestFieldCache, TestFieldCacheSort, ZkStateReaderTest, TestZkAclsWithHadoopAuth, SystemInfoHandlerTest, ShardSplitTest, AutoScalingHandlerTest, ResponseHeaderTest, SliceStateTest, CreateRoutedAliasTest, MetricsHandlerTest, TestValueSourceCache, TestLuceneIndexBackCompat, TestSolrCloudWithKerberosAlt, URLClassifyProcessorTest, TestConfigSetsAPIExclusivity, SolrCmdDistributorTest, TestJsonFacets, TestManagedResource, TestFieldSortValues, FullSolrCloudDistribCmdsTest, RegexBytesRefFilterTest, OverseerTaskQueueTest, RequestHandlersTest, ShowFileRequestHandlerTest, TestManagedSchemaAPI, DateRangeFieldTest, ReplaceNodeTest, CSVRequestHandlerTest, GraphQueryTest, OverseerRolesTest, TestWriterPerf, TestMultiValuedNumericRangeQuery, DirectUpdateHandlerTest, TestCollectionAPIs, TestEmbeddedSolrServerConstructors, TestDistribStateManager, TestUpdate, TestTrackingShardHandlerFactory, TermVectorComponentTest, TestTestInjection, TestClusterStateProvider, TestCSVLoader, TestBackupRepositoryFactory, BufferStoreTest, TestDFRSimilarityFactory, BlockCacheTest, WrapperMergePolicyFactoryTest, TestSolr4Spatial, TestReloadDeadlock, TestReqParamsAPI, TestCodecSupport, CoreMergeIndexesAdminHandlerTest, DocExpirationUpdateProcessorFactoryTest, CollectionTooManyReplicasTest, HdfsChaosMonkeySafeLeaderTest, TestSchemaVersionResource, TestComplexPhraseQParserPlugin, PrimitiveFieldTypeTest, TestLeaderElectionZkExpiry, TestSolrDeletionPolicy2, EnumFieldTest, LoggingHandlerTest, NodeAddedTriggerTest, TestRandomDVFaceting, TestBadConfig, SuggesterTest, TestPolicyCloud, MinimalSchemaTest, TestDistributedStatsComponentCardinality, TestCopyFieldCollectionResource, DistributedDebugComponentTest, TestLegacyFieldCache, ChaosMonkeyNothingIsSafeTest, UpdateRequestProcessorFactoryTest, PreAnalyzedFieldManagedSchemaCloudTest, TestPolicyCloud, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, TestReplicationHandler, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, ZkCLITest, ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestRangeQuery, SpellCheckComponentTest, BadIndexSchemaTest, TestFiltering, BasicFunctionalityTest, HighlighterTest, SoftAutoCommitTest, AliasIntegrationTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, ForceLeaderTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestLeaderElectionWithEmptyReplica, TestPrepRecovery, TestRequestForwarding, TestSSLRandomization, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorCloud]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestTolerantUpdateProcessorCloud -Dtests.seed=2D74ED0923DAA8B9 -Dtests.slow=true -Dtests.locale=en-GB -Dtests.timezone=Canada/Central -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestTolerantUpdateProcessorCloud (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestTolerantUpdateProcessorCloud: 
   [junit4]    >    1) Thread[id=32370, name=qtp1656440473-32370, state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
   [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([2D74ED0923DAA8B9]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=32370, name=qtp1656440473-32370, state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
   [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([2D74ED0923DAA8B9]:0)
   [junit4] Completed [560/773 (3!)] on J1 in 76.02s, 19 tests, 2 errors <<< FAILURES!

[...truncated 48805 lines...]

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

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

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest

Error Message:
Error starting up MiniSolrCloudCluster

Stack Trace:
java.lang.Exception: Error starting up MiniSolrCloudCluster
	at __randomizedtesting.SeedInfo.seed([4327DD074C462EFD]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.checkForExceptions(MiniSolrCloudCluster.java:507)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:251)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:190)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.createCluster(DocValuesNotIndexedTest.java:80)
	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$6.evaluate(RandomizedRunner.java:874)
	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)
	Suppressed: java.lang.AssertionError
		at sun.reflect.generics.reflectiveObjects.WildcardTypeImpl.getUpperBoundASTs(WildcardTypeImpl.java:86)
		at sun.reflect.generics.reflectiveObjects.WildcardTypeImpl.getUpperBounds(WildcardTypeImpl.java:122)
		at sun.reflect.generics.reflectiveObjects.WildcardTypeImpl.toString(WildcardTypeImpl.java:190)
		at java.lang.reflect.Type.getTypeName(Type.java:46)
		at sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl.toString(ParameterizedTypeImpl.java:234)
		at java.lang.reflect.Type.getTypeName(Type.java:46)
		at java.lang.reflect.Method.specificToGenericStringHeader(Method.java:421)
		at java.lang.reflect.Executable.sharedToGenericString(Executable.java:163)
		at java.lang.reflect.Method.toGenericString(Method.java:415)
		at java.beans.MethodRef.set(MethodRef.java:46)
		at java.beans.MethodDescriptor.setMethod(MethodDescriptor.java:117)
		at java.beans.MethodDescriptor.<init>(MethodDescriptor.java:72)
		at java.beans.MethodDescriptor.<init>(MethodDescriptor.java:56)
		at java.beans.Introspector.getTargetMethodInfo(Introspector.java:1205)
		at java.beans.Introspector.getBeanInfo(Introspector.java:426)
		at java.beans.Introspector.getBeanInfo(Introspector.java:173)
		at java.beans.Introspector.getBeanInfo(Introspector.java:260)
		at java.beans.Introspector.<init>(Introspector.java:407)
		at java.beans.Introspector.getBeanInfo(Introspector.java:173)
		at java.beans.Introspector.getBeanInfo(Introspector.java:260)
		at java.beans.Introspector.<init>(Introspector.java:407)
		at java.beans.Introspector.getBeanInfo(Introspector.java:173)
		at java.beans.Introspector.getBeanInfo(Introspector.java:260)
		at java.beans.Introspector.<init>(Introspector.java:407)
		at java.beans.Introspector.getBeanInfo(Introspector.java:173)
		at org.apache.solr.util.SolrPluginUtils.findSetter(SolrPluginUtils.java:1027)
		at org.apache.solr.util.SolrPluginUtils.invokeSetters(SolrPluginUtils.java:1011)
		at org.apache.solr.util.SolrPluginUtils.invokeSetters(SolrPluginUtils.java:1000)
		at org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:61)
		at org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:881)
		at org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:817)
		at org.apache.solr.core.CoreContainer.load(CoreContainer.java:550)
		at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)
		at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)
		at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
		at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
		at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)
		at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)
		at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)
		at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)
		at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
		at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)
		at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
		at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
		at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
		at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
		at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
		at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
		at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
		... 1 more


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

Error Message:
ObjectTracker found 6 object(s) that were not released!!! [Overseer, InternalHttpClient, ZkController, InternalHttpClient, SolrZkClient, InternalHttpClient] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.Overseer  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.cloud.Overseer.start(Overseer.java:541)  at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:817)  at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)  at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)  at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)  at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)  at org.apache.solr.cloud.ZkController.init(ZkController.java:786)  at org.apache.solr.cloud.ZkController.<init>(ZkController.java:443)  at org.apache.solr.core.ZkContainer.initZooKeeper(ZkContainer.java:112)  at org.apache.solr.core.CoreContainer.load(CoreContainer.java:522)  at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)  at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)  at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)  at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)  at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)  at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)  at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)  at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)  at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)  at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)  at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)  at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)  at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:289)  at org.apache.solr.update.UpdateShardHandler.<init>(UpdateShardHandler.java:94)  at org.apache.solr.core.CoreContainer.load(CoreContainer.java:512)  at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)  at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)  at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)  at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)  at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)  at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)  at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)  at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)  at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)  at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)  at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)  at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)  at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkController  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.cloud.ZkController.<init>(ZkController.java:445)  at org.apache.solr.core.ZkContainer.initZooKeeper(ZkContainer.java:112)  at org.apache.solr.core.CoreContainer.load(CoreContainer.java:522)  at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)  at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)  at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)  at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)  at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)  at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)  at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)  at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)  at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)  at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)  at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)  at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)  at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:289)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:298)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:236)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:223)  at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:279)  at org.apache.solr.client.solrj.impl.CloudSolrClient$Builder.build(CloudSolrClient.java:1504)  at org.apache.solr.cloud.ZkController.getSolrCloudManager(ZkController.java:616)  at org.apache.solr.cloud.Overseer.getSolrCloudManager(Overseer.java:557)  at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.<init>(OverseerCollectionMessageHandler.java:201)  at org.apache.solr.cloud.OverseerCollectionConfigSetProcessor.getOverseerMessageHandlerSelector(OverseerCollectionConfigSetProcessor.java:87)  at org.apache.solr.cloud.OverseerCollectionConfigSetProcessor.<init>(OverseerCollectionConfigSetProcessor.java:70)  at org.apache.solr.cloud.OverseerCollectionConfigSetProcessor.<init>(OverseerCollectionConfigSetProcessor.java:41)  at org.apache.solr.cloud.Overseer.start(Overseer.java:529)  at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:817)  at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)  at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)  at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)  at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)  at org.apache.solr.cloud.ZkController.init(ZkController.java:786)  at org.apache.solr.cloud.ZkController.<init>(ZkController.java:443)  at org.apache.solr.core.ZkContainer.initZooKeeper(ZkContainer.java:112)  at org.apache.solr.core.CoreContainer.load(CoreContainer.java:522)  at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)  at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)  at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)  at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)  at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)  at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)  at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)  at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)  at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)  at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)  at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)  at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)  at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:184)  at org.apache.solr.cloud.ZkController.<init>(ZkController.java:320)  at org.apache.solr.core.ZkContainer.initZooKeeper(ZkContainer.java:112)  at org.apache.solr.core.CoreContainer.load(CoreContainer.java:522)  at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)  at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)  at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)  at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)  at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)  at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)  at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)  at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)  at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)  at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)  at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)  at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)  at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:289)  at org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:209)  at org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:47)  at org.apache.solr.core.CoreContainer.load(CoreContainer.java:506)  at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)  at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)  at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)  at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)  at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)  at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)  at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)  at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)  at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)  at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)  at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)  at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)  at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not released!!! [Overseer, InternalHttpClient, ZkController, InternalHttpClient, SolrZkClient, InternalHttpClient]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.Overseer
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.cloud.Overseer.start(Overseer.java:541)
	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:817)
	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
	at org.apache.solr.cloud.ZkController.init(ZkController.java:786)
	at org.apache.solr.cloud.ZkController.<init>(ZkController.java:443)
	at org.apache.solr.core.ZkContainer.initZooKeeper(ZkContainer.java:112)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:522)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:289)
	at org.apache.solr.update.UpdateShardHandler.<init>(UpdateShardHandler.java:94)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:512)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkController
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.cloud.ZkController.<init>(ZkController.java:445)
	at org.apache.solr.core.ZkContainer.initZooKeeper(ZkContainer.java:112)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:522)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:289)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:298)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:236)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:223)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$Builder.build(CloudSolrClient.java:1504)
	at org.apache.solr.cloud.ZkController.getSolrCloudManager(ZkController.java:616)
	at org.apache.solr.cloud.Overseer.getSolrCloudManager(Overseer.java:557)
	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.<init>(OverseerCollectionMessageHandler.java:201)
	at org.apache.solr.cloud.OverseerCollectionConfigSetProcessor.getOverseerMessageHandlerSelector(OverseerCollectionConfigSetProcessor.java:87)
	at org.apache.solr.cloud.OverseerCollectionConfigSetProcessor.<init>(OverseerCollectionConfigSetProcessor.java:70)
	at org.apache.solr.cloud.OverseerCollectionConfigSetProcessor.<init>(OverseerCollectionConfigSetProcessor.java:41)
	at org.apache.solr.cloud.Overseer.start(Overseer.java:529)
	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:817)
	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
	at org.apache.solr.cloud.ZkController.init(ZkController.java:786)
	at org.apache.solr.cloud.ZkController.<init>(ZkController.java:443)
	at org.apache.solr.core.ZkContainer.initZooKeeper(ZkContainer.java:112)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:522)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:184)
	at org.apache.solr.cloud.ZkController.<init>(ZkController.java:320)
	at org.apache.solr.core.ZkContainer.initZooKeeper(ZkContainer.java:112)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:522)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:289)
	at org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:209)
	at org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:47)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:506)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


	at __randomizedtesting.SeedInfo.seed([4327DD074C462EFD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:295)
	at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:897)
	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:  junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest

Error Message:
27 threads leaked from SUITE scope at org.apache.solr.cloud.DocValuesNotIndexedTest:     1) Thread[id=6010, name=zkCallback-2031-thread-3, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=5966, name=qtp733557415-5966-acceptor-0@4e45c634-ServerConnector@558eb57c{HTTP/1.1,[http/1.1]}{127.0.0.1:45199}, state=RUNNABLE, group=TGRP-DocValuesNotIndexedTest]         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)         at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:379)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:638)         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)    3) Thread[id=6000, name=ScheduledTrigger-2414-thread-1, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    4) Thread[id=5987, name=Connection evictor, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:748)    5) Thread[id=6009, name=zkCallback-2031-thread-2, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    6) Thread[id=6012, name=zkCallback-2031-thread-5, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    7) Thread[id=5973, name=Scheduler-1962414253, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    8) Thread[id=5986, name=Connection evictor, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:748)    9) Thread[id=5992, name=jetty-launcher-2013-thread-1-SendThread(127.0.0.1:51885), state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1054)   10) Thread[id=5993, name=jetty-launcher-2013-thread-1-EventThread, state=WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502)   11) Thread[id=6007, name=ScheduledTrigger-2414-thread-3, state=WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)   12) Thread[id=5999, name=zkCallback-2031-thread-1, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)   13) Thread[id=5997, name=OverseerCollectionConfigSetProcessor-72115355539472390-127.0.0.1:45199_solr-n_0000000000, state=TIMED_WAITING, group=Overseer collection creation process.]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.common.cloud.ZkCmdExecutor.retryDelay(ZkCmdExecutor.java:111)         at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:70)         at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)         at org.apache.solr.cloud.OverseerTaskProcessor.amILeader(OverseerTaskProcessor.java:392)         at org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:193)         at java.lang.Thread.run(Thread.java:748)   14) Thread[id=6011, name=zkCallback-2031-thread-4, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)   15) Thread[id=5965, name=qtp733557415-5965, state=RUNNABLE, group=TGRP-DocValuesNotIndexedTest]         at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)         at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$234/930357632.run(Unknown Source)         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)   16) Thread[id=5968, name=qtp733557415-5968, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   17) Thread[id=5995, name=OverseerStateUpdate-72115355539472390-127.0.0.1:45199_solr-n_0000000000, state=TIMED_WAITING, group=Overseer state updater.]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.common.cloud.ZkCmdExecutor.retryDelay(ZkCmdExecutor.java:111)         at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:70)         at org.apache.solr.common.cloud.SolrZkClient.multi(SolrZkClient.java:557)         at org.apache.solr.cloud.ZkDistributedQueue.remove(ZkDistributedQueue.java:241)         at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:240)         at java.lang.Thread.run(Thread.java:748)   18) Thread[id=5970, name=qtp733557415-5970, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   19) Thread[id=5972, name=qtp733557415-5972, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   20) Thread[id=5998, name=OverseerAutoScalingTriggerThread-72115355539472390-127.0.0.1:45199_solr-n_0000000000, state=WAITING, group=Overseer autoscaling triggers]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:166)         at java.lang.Thread.run(Thread.java:748)   21) Thread[id=5971, name=qtp733557415-5971, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   22) Thread[id=5996, name=Connection evictor, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:748)   23) Thread[id=6001, name=ScheduledTrigger-2414-thread-2, state=WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)   24) Thread[id=5994, name=zkConnectionManagerCallback-2032-thread-1, state=WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)   25) Thread[id=5967, name=qtp733557415-5967, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   26) Thread[id=5969, name=qtp733557415-5969, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   27) Thread[id=6008, name=ScheduledTrigger-2414-thread-4, state=WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 27 threads leaked from SUITE scope at org.apache.solr.cloud.DocValuesNotIndexedTest: 
   1) Thread[id=6010, name=zkCallback-2031-thread-3, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=5966, name=qtp733557415-5966-acceptor-0@4e45c634-ServerConnector@558eb57c{HTTP/1.1,[http/1.1]}{127.0.0.1:45199}, state=RUNNABLE, group=TGRP-DocValuesNotIndexedTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
        at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:379)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:638)
        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)
   3) Thread[id=6000, name=ScheduledTrigger-2414-thread-1, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   4) Thread[id=5987, name=Connection evictor, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
   5) Thread[id=6009, name=zkCallback-2031-thread-2, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   6) Thread[id=6012, name=zkCallback-2031-thread-5, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   7) Thread[id=5973, name=Scheduler-1962414253, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   8) Thread[id=5986, name=Connection evictor, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
   9) Thread[id=5992, name=jetty-launcher-2013-thread-1-SendThread(127.0.0.1:51885), state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1054)
  10) Thread[id=5993, name=jetty-launcher-2013-thread-1-EventThread, state=WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502)
  11) Thread[id=6007, name=ScheduledTrigger-2414-thread-3, state=WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
  12) Thread[id=5999, name=zkCallback-2031-thread-1, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
  13) Thread[id=5997, name=OverseerCollectionConfigSetProcessor-72115355539472390-127.0.0.1:45199_solr-n_0000000000, state=TIMED_WAITING, group=Overseer collection creation process.]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.common.cloud.ZkCmdExecutor.retryDelay(ZkCmdExecutor.java:111)
        at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:70)
        at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
        at org.apache.solr.cloud.OverseerTaskProcessor.amILeader(OverseerTaskProcessor.java:392)
        at org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:193)
        at java.lang.Thread.run(Thread.java:748)
  14) Thread[id=6011, name=zkCallback-2031-thread-4, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
  15) Thread[id=5965, name=qtp733557415-5965, state=RUNNABLE, group=TGRP-DocValuesNotIndexedTest]
        at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
        at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
        at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$234/930357632.run(Unknown Source)
        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)
  16) Thread[id=5968, name=qtp733557415-5968, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  17) Thread[id=5995, name=OverseerStateUpdate-72115355539472390-127.0.0.1:45199_solr-n_0000000000, state=TIMED_WAITING, group=Overseer state updater.]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.common.cloud.ZkCmdExecutor.retryDelay(ZkCmdExecutor.java:111)
        at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:70)
        at org.apache.solr.common.cloud.SolrZkClient.multi(SolrZkClient.java:557)
        at org.apache.solr.cloud.ZkDistributedQueue.remove(ZkDistributedQueue.java:241)
        at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:240)
        at java.lang.Thread.run(Thread.java:748)
  18) Thread[id=5970, name=qtp733557415-5970, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  19) Thread[id=5972, name=qtp733557415-5972, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  20) Thread[id=5998, name=OverseerAutoScalingTriggerThread-72115355539472390-127.0.0.1:45199_solr-n_0000000000, state=WAITING, group=Overseer autoscaling triggers]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:166)
        at java.lang.Thread.run(Thread.java:748)
  21) Thread[id=5971, name=qtp733557415-5971, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  22) Thread[id=5996, name=Connection evictor, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
  23) Thread[id=6001, name=ScheduledTrigger-2414-thread-2, state=WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
  24) Thread[id=5994, name=zkConnectionManagerCallback-2032-thread-1, state=WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
  25) Thread[id=5967, name=qtp733557415-5967, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  26) Thread[id=5969, name=qtp733557415-5969, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  27) Thread[id=6008, name=ScheduledTrigger-2414-thread-4, state=WAITING, group=TGRP-DocValuesNotIndexedTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([4327DD074C462EFD]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=6010, name=zkCallback-2031-thread-3, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=5992, name=jetty-launcher-2013-thread-1-SendThread(127.0.0.1:51885), state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1054)    3) Thread[id=6000, name=ScheduledTrigger-2414-thread-1, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    4) Thread[id=6007, name=ScheduledTrigger-2414-thread-3, state=WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    5) Thread[id=5999, name=zkCallback-2031-thread-1, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    6) Thread[id=6011, name=zkCallback-2031-thread-4, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    7) Thread[id=5965, name=qtp733557415-5965, state=RUNNABLE, group=TGRP-DocValuesNotIndexedTest]         at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)         at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)         at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$234/930357632.run(Unknown Source)         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)    8) Thread[id=6009, name=zkCallback-2031-thread-2, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    9) Thread[id=6001, name=ScheduledTrigger-2414-thread-2, state=WAITING, group=TGRP-DocValuesNotIndexedTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.j

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

kNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    6) Thread[id=6011, name=zkCallback-2031-thread-4, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    7) Thread[id=5965, name=qtp733557415-5965, state=RUNNABLE, group=TGRP-DocValuesNotIndexedTest]
   [junit4]    >         at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)
   [junit4]    >         at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)
   [junit4]    >         at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
   [junit4]    >         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
   [junit4]    >         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)
   [junit4]    >         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)
   [junit4]    >         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)
   [junit4]    >         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]    >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$234/930357632.run(Unknown Source)
   [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]    >    8) Thread[id=6009, name=zkCallback-2031-thread-2, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    9) Thread[id=6001, name=ScheduledTrigger-2414-thread-2, state=WAITING, group=TGRP-DocValuesNotIndexedTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >   10) Thread[id=5994, name=zkConnectionManagerCallback-2032-thread-1, state=WAITING, group=TGRP-DocValuesNotIndexedTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >   11) Thread[id=6012, name=zkCallback-2031-thread-5, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >   12) Thread[id=5973, name=Scheduler-1962414253, state=TIMED_WAITING, group=TGRP-DocValuesNotIndexedTest]
   [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.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >   13) Thread[id=6008, name=ScheduledTrigger-2414-thread-4, state=WAITING, group=TGRP-DocValuesNotIndexedTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4327DD074C462EFD]:0)
   [junit4] Completed [116/772 (1!)] on J1 in 55.67s, 0 tests, 1 failure, 3 errors <<< FAILURES!

[...truncated 50209 lines...]