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 2016/05/20 19:23:31 UTC

[JENKINS] Lucene-Solr-6.x-Windows (64bit/jdk1.8.0_92) - Build # 194 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/194/
Java: 64bit/jdk1.8.0_92 -XX:+UseCompressedOops -XX:+UseG1GC

13 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicZkTest

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57795 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57795 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([60046DA9EF4FEF16]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:181)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:115)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:88)
	at org.apache.solr.cloud.AbstractZkTestCase.azt_beforeClass(AbstractZkTestCase.java:74)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57795 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:228)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:173)
	... 28 more


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

Error Message:
Captured an uncaught exception in thread: Thread[id=11941, name=SyncThread:0, state=RUNNABLE, group=TGRP-BasicZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11941, name=SyncThread:0, state=RUNNABLE, group=TGRP-BasicZkTest]
Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
	at __randomizedtesting.SeedInfo.seed([60046DA9EF4FEF16]:0)
	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:85)
	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:52)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:52)
	at java.lang.Runtime.exit(Runtime.java:107)
	at java.lang.System.exit(System.java:971)
	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)


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

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58050 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58050 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:181)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:115)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:88)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:82)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.distribSetUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.distribSetUp(AbstractFullDistribZkTestBase.java:219)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:962)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58050 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:228)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:173)
	... 38 more


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

Error Message:
4 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteShardTest:     1) Thread[id=11349, name=Thread-4188, state=WAITING, group=TGRP-DeleteShardTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1245)         at java.lang.Thread.join(Thread.java:1319)         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)    2) Thread[id=11350, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-DeleteShardTest]         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)         at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=11353, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-DeleteShardTest]         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.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)    4) Thread[id=11351, name=SessionTracker, state=TIMED_WAITING, group=TGRP-DeleteShardTest]         at java.lang.Object.wait(Native Method)         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteShardTest: 
   1) Thread[id=11349, name=Thread-4188, state=WAITING, group=TGRP-DeleteShardTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1245)
        at java.lang.Thread.join(Thread.java:1319)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
        at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)
        at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)
   2) Thread[id=11350, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-DeleteShardTest]
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
        at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=11353, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-DeleteShardTest]
        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.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
   4) Thread[id=11351, name=SessionTracker, state=TIMED_WAITING, group=TGRP-DeleteShardTest]
        at java.lang.Object.wait(Native Method)
        at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
	at __randomizedtesting.SeedInfo.seed([60046DA9EF4FEF16]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=11350, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-DeleteShardTest]         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)         at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=11350, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-DeleteShardTest]
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
        at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([60046DA9EF4FEF16]:0)


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

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57807 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57807 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:181)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:115)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:88)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:82)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.distribSetUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.distribSetUp(AbstractFullDistribZkTestBase.java:219)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:962)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57807 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:228)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:173)
	... 38 more


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

Error Message:
4 threads leaked from SUITE scope at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest:     1) Thread[id=11951, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-FullSolrCloudDistribCmdsTest]         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.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)    2) Thread[id=11949, name=SessionTracker, state=TIMED_WAITING, group=TGRP-FullSolrCloudDistribCmdsTest]         at java.lang.Object.wait(Native Method)         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)    3) Thread[id=11947, name=Thread-3810, state=WAITING, group=TGRP-FullSolrCloudDistribCmdsTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1245)         at java.lang.Thread.join(Thread.java:1319)         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)    4) Thread[id=11948, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)         at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest: 
   1) Thread[id=11951, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-FullSolrCloudDistribCmdsTest]
        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.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
   2) Thread[id=11949, name=SessionTracker, state=TIMED_WAITING, group=TGRP-FullSolrCloudDistribCmdsTest]
        at java.lang.Object.wait(Native Method)
        at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   3) Thread[id=11947, name=Thread-3810, state=WAITING, group=TGRP-FullSolrCloudDistribCmdsTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1245)
        at java.lang.Thread.join(Thread.java:1319)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
        at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)
        at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)
   4) Thread[id=11948, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
        at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([60046DA9EF4FEF16]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=11948, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)         at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)         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.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=11948, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
        at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)
        at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)
        at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)
        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.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([60046DA9EF4FEF16]:0)


FAILED:  org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57777 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57777 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:181)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:115)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:88)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:82)
	at org.apache.solr.cloud.LeaderElectionIntegrationTest.setUp(LeaderElectionIntegrationTest.java:88)
	at sun.reflect.GeneratedMethodAccessor4.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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57777 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:228)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:173)
	... 42 more


FAILED:  org.apache.solr.cloud.OverseerTest.testExternalClusterStateChangeBehavior

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57724/solr within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57724/solr within 30000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:181)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:115)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:110)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:97)
	at org.apache.solr.cloud.OverseerTest.testExternalClusterStateChangeBehavior(OverseerTest.java:1190)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57724/solr within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:228)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:173)
	... 43 more


FAILED:  org.apache.solr.cloud.OverseerTest.testPlaceholders

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57783/solr within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57783/solr within 30000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:181)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:115)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:110)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:97)
	at org.apache.solr.cloud.OverseerTest.testPlaceholders(OverseerTest.java:947)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57783/solr within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:228)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:173)
	... 43 more


FAILED:  org.apache.solr.cloud.OverseerTest.testOverseerStatsReset

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57789 within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57789 within 30000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:181)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:115)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:110)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:97)
	at org.apache.solr.cloud.AbstractZkTestCase.tryCleanPath(AbstractZkTestCase.java:182)
	at org.apache.solr.cloud.AbstractZkTestCase.tryCleanSolrZkNode(AbstractZkTestCase.java:178)
	at org.apache.solr.cloud.OverseerTest.testOverseerStatsReset(OverseerTest.java:714)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57789 within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:228)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:173)
	... 45 more


FAILED:  org.apache.solr.cloud.OverseerTest.testDoubleAssignment

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57801/solr within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57801/solr within 30000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:181)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:115)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:110)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:97)
	at org.apache.solr.cloud.OverseerTest.testDoubleAssignment(OverseerTest.java:881)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:57801/solr within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:228)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:173)
	... 43 more




Build Log:
[...truncated 11495 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionIntegrationTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\init-core-data-001
   [junit4]   2> 1684913 INFO  (SUITE-LeaderElectionIntegrationTest-seed#[60046DA9EF4FEF16]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1684923 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderElectionAfterClientTimeout
   [junit4]   2> 1684924 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1684925 INFO  (Thread-3788) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1684925 INFO  (Thread-3788) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1685024 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.ZkTestServer start zk server on port:57718
   [junit4]   2> 1685024 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1685027 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1685164 INFO  (zkCallback-2152-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7a95d852 name:ZooKeeperConnection Watcher:127.0.0.1:57718 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1685165 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1685165 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1685165 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1685168 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1685174 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1685179 INFO  (zkCallback-2153-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@784a0017 name:ZooKeeperConnection Watcher:127.0.0.1:57718/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1685179 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1685180 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1685180 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1685185 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1685189 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1685190 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1685195 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1685195 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1685199 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1685199 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1685202 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1685203 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1685205 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1685206 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1685210 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1685210 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1685212 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1685213 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1685215 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1685215 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1685223 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1685224 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1685230 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1685231 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1685234 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1685234 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1685237 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1685237 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1685240 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.LeaderElectionIntegrationTest ####SETUP_START testLeaderElectionAfterClientTimeout
   [junit4]   2> 1685243 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-002'
   [junit4]   2> 1685243 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1685244 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1685248 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-002\solr.xml
   [junit4]   2> 1685263 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-002\.
   [junit4]   2> 1685264 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.CoreContainer New CoreContainer 903432263
   [junit4]   2> 1685264 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-002]
   [junit4]   2> 1685264 WARN  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-002\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-002\lib
   [junit4]   2> 1685264 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1685270 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1685271 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1685271 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1685271 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57718/solr
   [junit4]   2> 1685273 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1685273 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1685274 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1685275 INFO  (zkCallback-2156-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@37f14a7d name:ZooKeeperConnection Watcher:127.0.0.1:57718 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1685276 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1685276 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1685277 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$32/484550140@1cec3dd1
   [junit4]   2> 1685280 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1685281 INFO  (zkCallback-2157-thread-1-processing-n:127.0.0.1:7000_solr) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7501103 name:ZooKeeperConnection Watcher:127.0.0.1:57718/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1685281 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1685283 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1685287 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1685291 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1685293 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1685298 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1685300 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1685302 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1685306 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1685308 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1685309 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1685310 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1685311 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1685314 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1685316 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1685318 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1685318 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95929753094979587-127.0.0.1:7000_solr-n_0000000000
   [junit4]   2> 1685319 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:7000_solr
   [junit4]   2> 1685319 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1685320 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.Overseer Overseer (id=95929753094979587-127.0.0.1:7000_solr-n_0000000000) starting
   [junit4]   2> 1685323 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1685331 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1685331 INFO  (OverseerCollectionConfigSetProcessor-95929753094979587-127.0.0.1:7000_solr-n_0000000000) [n:127.0.0.1:7000_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1685332 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:7000_solr
   [junit4]   2> 1685332 INFO  (OverseerStateUpdate-95929753094979587-127.0.0.1:7000_solr-n_0000000000) [n:127.0.0.1:7000_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1685332 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:7000_solr
   [junit4]   2> 1685335 INFO  (OverseerStateUpdate-95929753094979587-127.0.0.1:7000_solr-n_0000000000) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1685335 INFO  (zkCallback-2157-thread-1-processing-n:127.0.0.1:7000_solr) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1685336 INFO  (zkCallback-2157-thread-1-processing-n:127.0.0.1:7000_solr) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1685342 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1685342 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1685346 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-002\.
   [junit4]   2> 1685347 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1685349 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1_shard1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\, collection=collection1}
   [junit4]   2> 1685350 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1685350 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1685351 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.ZkController Collection collection1 not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 1685352 INFO  (OverseerStateUpdate-95929753094979587-127.0.0.1:7000_solr-n_0000000000) [n:127.0.0.1:7000_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1_shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:7000/solr",
   [junit4]   2>   "node_name":"127.0.0.1:7000_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1685352 INFO  (OverseerStateUpdate-95929753094979587-127.0.0.1:7000_solr-n_0000000000) [n:127.0.0.1:7000_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=null message={
   [junit4]   2>   "core":"collection1_shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:7000/solr",
   [junit4]   2>   "node_name":"127.0.0.1:7000_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1685352 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.c.ZkStateReader Deleting data for [collection1]
   [junit4]   2> 1685354 INFO  (OverseerStateUpdate-95929753094979587-127.0.0.1:7000_solr-n_0000000000) [n:127.0.0.1:7000_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1685354 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1685356 INFO  (zkCallback-2157-thread-1-processing-n:127.0.0.1:7000_solr) [n:127.0.0.1:7000_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1686355 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1_shard1
   [junit4]   2> 1686355 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1686356 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1686356 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1686356 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1686356 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-002\collection1_shard1'
   [junit4]   2> 1686357 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1686357 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1686360 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1686371 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1686380 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1686396 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1686402 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.s.IndexSchema [collection1_shard1] Schema name=test
   [junit4]   2> 1686517 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1686570 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1686571 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1686587 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1686590 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1686593 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1686594 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1686599 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1686599 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1   x:collection1_shard1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1' using configuration from collection collection1
   [junit4]   2> 1686599 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1686599 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.c.SolrCore [[collection1_shard1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-002\collection1_shard1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-001\]
   [junit4]   2> 1686599 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d151d59
   [junit4]   2> 1686600 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-001\
   [junit4]   2> 1686600 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-001\index/
   [junit4]   2> 1686600 WARN  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.c.SolrCore [collection1_shard1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-001\index' doesn't exist. Creating new index...
   [junit4]   2> 1686600 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-001\index
   [junit4]   2> 1686601 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=5.7626953125, floorSegmentMB=0.3505859375, forceMergeDeletesPctAllowed=22.57136646963556, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1686601 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@21529050 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7f531afc),segFN=segments_1,generation=1}
   [junit4]   2> 1686601 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1686602 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1_shard1) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1_shard1 in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionIntegrationTest_60046DA9EF4FEF16-001\tempDir-001\
   [junit4]   2> 1686605 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1686605 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1686605 INFO  (TEST-LeaderElectionIntegrationTest.testLeaderElectionAfterClientTimeout-seed#[60046DA9EF4FEF16]) [n:127.0.0.1:7000_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 168

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

ctorImpl.doSelect(WindowsSelectorImpl.java:159)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1763, maxMBSortInHeap=7.511564436762833, sim=ClassicSimilarity, locale=cs, timezone=America/Fortaleza
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=2,free=385585240,total=534773760
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrJ, ParsingFieldUpdateProcessorsTest, BigEndianAscendingWordDeserializerTest, SimpleMLTQParserTest, TestSolrCoreProperties, FieldMutatingUpdateProcessorTest, SpellPossibilityIteratorTest, CollectionReloadTest, TestQuerySenderListener, ConvertedLegacyTest, SpellCheckCollatorTest, TestRuleBasedAuthorizationPlugin, DirectUpdateHandlerOptimizeTest, TestIndexingPerformance, ClassificationUpdateProcessorFactoryTest, TestBulkSchemaAPI, DeleteInactiveReplicaTest, TestQueryTypes, QueryParsingTest, ShowFileRequestHandlerTest, TestJettySolrRunner, TestOmitPositions, TestXmlQParser, SolrCloudExampleTest, FileBasedSpellCheckerTest, HLLUtilTest, UpdateRequestProcessorFactoryTest, RestartWhileUpdatingTest, TestFileDictionaryLookup, OverriddenZkACLAndCredentialsProvidersTest, TestReload, FileUtilsTest, TermVectorComponentDistributedTest, TestNamedUpdateProcessors, DistributedQueryComponentOptimizationTest, TestPHPSerializedResponseWriter, BlockDirectoryTest, TestRandomFaceting, BadIndexSchemaTest, TestConfigSetImmutable, AutoCommitTest, TestTrie, TestLeaderInitiatedRecoveryThread, TestBinaryField, OverseerRolesTest, TestRealTimeGet, TestDynamicFieldCollectionResource, LukeRequestHandlerTest, CopyFieldTest, TestFiltering, TestSuggestSpellingConverter, CachingDirectoryFactoryTest, PluginInfoTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestSearcherReuse, DateRangeFieldTest, TestConfigSetsAPI, TestSerializedLuceneMatchVersion, OverseerTaskQueueTest, SuggesterTSTTest, OpenCloseCoreStressTest, TestJoin, TestSchemaNameResource, TestCharFilters, TestFoldingMultitermQuery, TestSortByMinMaxFunction, TestSystemIdResolver, BasicDistributedZk2Test, TestReversedWildcardFilterFactory, ZkNodePropsTest, DistanceFunctionTest, TestFilteredDocIdSet, TestSolrCloudWithKerberosAlt, BlockJoinFacetDistribTest, SSLMigrationTest, CdcrUpdateLogTest, ChaosMonkeySafeLeaderTest, TestSolr4Spatial, TestCollationField, TestSolrIndexConfig, TestWriterPerf, SolrCoreCheckLockOnStartupTest, TestSubQueryTransformer, CollectionsAPIDistributedZkTest, FieldAnalysisRequestHandlerTest, ShardSplitTest, SpellCheckComponentTest, SuggestComponentContextFilterQueryTest, SolrIndexSplitterTest, TestJsonRequest, LoggingHandlerTest, TestSolrFieldCacheMBean, TestImplicitCoreProperties, TestInitParams, TestExclusionRuleCollectionAccess, TestRestoreCore, TestRawTransformer, HdfsSyncSliceTest, ResourceLoaderTest, HdfsTlogReplayBufferedWhileIndexingTest, DebugComponentTest, BadCopyFieldTest, SharedFSAutoReplicaFailoverUtilsTest, TestFieldCollectionResource, TestRequestStatusCollectionAPI, NumericFieldsTest, TestRecoveryHdfs, DeleteReplicaTest, TestDistributedMissingSort, SynonymTokenizerTest, ResponseHeaderTest, TestBinaryResponseWriter, SuggesterTest, TestPerFieldSimilarityClassic, EnumFieldTest, DistributedFacetPivotSmallAdvancedTest, BaseCdcrDistributedZkTest, TestQueryUtils, TestManagedStopFilterFactory, TestSimpleTrackingShardHandler, BlobRepositoryCloudTest, ZkSolrClientTest, TestPivotHelperCode, TestRandomRequestDistribution, TestHighFrequencyDictionaryFactory, TestValueSourceCache, TestCoreDiscovery, CoreAdminHandlerTest, DistributedQueueTest, UniqFieldsUpdateProcessorFactoryTest, TestIntervalFaceting, TestSolrQueryParser, TestFieldTypeCollectionResource, BitVectorTest, ConfigSetsAPITest, TestDistribDocBasedVersion, TestGraphMLResponseWriter, CollectionsAPISolrJTest, TestCloudPivotFacet, TestAnalyzeInfixSuggestions, TestConfigSets, TestDistributedStatsComponentCardinality, ForceLeaderTest, TestAuthorizationFramework, VMParamsZkACLAndCredentialsProvidersTest, DistributedMLTComponentTest, CacheHeaderTest, TestIndexSearcher, OverseerTest, TestReplicationHandler, ConcurrentDeleteAndCreateCollectionTest, DeleteShardTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteShardTest -Dtests.seed=60046DA9EF4FEF16 -Dtests.slow=true -Dtests.locale=cs -Dtests.timezone=America/Fortaleza -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | DeleteShardTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteShardTest: 
   [junit4]    >    1) Thread[id=11349, name=Thread-4188, state=WAITING, group=TGRP-DeleteShardTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1245)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1319)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
   [junit4]    >         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)
   [junit4]    >         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)
   [junit4]    >    2) Thread[id=11350, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-DeleteShardTest]
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    3) Thread[id=11353, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-DeleteShardTest]
   [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 org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
   [junit4]    >    4) Thread[id=11351, name=SessionTracker, state=TIMED_WAITING, group=TGRP-DeleteShardTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([60046DA9EF4FEF16]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=11350, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-DeleteShardTest]
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([60046DA9EF4FEF16]:0)
   [junit4] Completed [598/598 (5!)] on J1 in 94.29s, 2 tests, 3 errors <<< FAILURES!

[...truncated 19 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:740: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:684: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\common-build.xml:529: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:1458: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:1015: There were test failures: 598 suites (10 ignored), 2434 tests, 6 suite-level errors, 7 errors, 1034 ignored (72 assumptions) [seed: 60046DA9EF4FEF16]

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