Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3909/

4 tests failed.
FAILED:  org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery

Error Message:
Could not create collection. 
Response{responseHeader={status=0,QTime=90423},success={null={responseHeader={status=0,QTime=1450},core=collection1_local_shard2_replica1}},failure={null=org.apache.solr.client.solrj.SolrServerException:Timeout
 occured while waiting response from server at: https://127.0.0.1:46969/solr}}

Stack Trace:
java.lang.AssertionError: Could not create collection. 
Response{responseHeader={status=0,QTime=90423},success={null={responseHeader={status=0,QTime=1450},core=collection1_local_shard2_replica1}},failure={null=org.apache.solr.client.solrj.SolrServerException:Timeout
 occured while waiting response from server at: https://127.0.0.1:46969/solr}}
        at 
__randomizedtesting.SeedInfo.seed([359EE2EE6DD218AF:24ED25DFB1A41DD3]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.search.stats.TestDistribIDF.createCollection(TestDistribIDF.java:215)
        at 
org.apache.solr.search.stats.TestDistribIDF.createCollection(TestDistribIDF.java:190)
        at 
org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery(TestDistribIDF.java:157)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        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:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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)


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

Error Message:
some core start times did not change on reload

Stack Trace:
java.lang.AssertionError: some core start times did not change on reload
        at 
__randomizedtesting.SeedInfo.seed([359EE2EE6DD218AF:BDCADD34C32E7557]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:743)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:160)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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)


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

Error Message:
5 threads leaked from SUITE scope at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest:     1) Thread[id=5158, 
name=zkCallback-529-thread-3, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         
at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)         
at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
        at java.lang.Thread.run(Thread.java:745)    2) Thread[id=5006, 
name=zkCallback-529-thread-1, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         
at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)         
at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
        at java.lang.Thread.run(Thread.java:745)    3) Thread[id=5004, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[359EE2EE6DD218AF]-SendThread(127.0.0.1:41262),
 state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)    4) 
Thread[id=5005, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[359EE2EE6DD218AF]-EventThread,
 state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)    
5) Thread[id=5141, name=zkCallback-529-thread-2, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         
at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)         
at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 5 threads leaked from SUITE 
scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 
   1) Thread[id=5158, name=zkCallback-529-thread-3, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=5006, name=zkCallback-529-thread-1, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=5004, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[359EE2EE6DD218AF]-SendThread(127.0.0.1:41262),
 state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   4) Thread[id=5005, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[359EE2EE6DD218AF]-EventThread,
 state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
   5) Thread[id=5141, name=zkCallback-529-thread-2, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([359EE2EE6DD218AF]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=5006, name=zkCallback-529-thread-1, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         
at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)         
at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
        at java.lang.Thread.run(Thread.java:745)    2) Thread[id=5004, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[359EE2EE6DD218AF]-SendThread(127.0.0.1:41262),
 state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)    3) 
Thread[id=5158, name=zkCallback-529-thread-3, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         
at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)         
at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
        at java.lang.Thread.run(Thread.java:745)    4) Thread[id=5141, 
name=zkCallback-529-thread-2, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         
at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)         
at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
        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=5006, name=zkCallback-529-thread-1, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=5004, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[359EE2EE6DD218AF]-SendThread(127.0.0.1:41262),
 state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   3) Thread[id=5158, name=zkCallback-529-thread-3, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=5141, name=zkCallback-529-thread-2, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([359EE2EE6DD218AF]:0)




Build Log:
[...truncated 10041 lines...]
   [junit4] Suite: org.apache.solr.search.stats.TestDistribIDF
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/init-core-data-001
   [junit4]   2> 399494 INFO  
(SUITE-TestDistribIDF-seed#[359EE2EE6DD218AF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 399501 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimpleQuery
   [junit4]   2> 399501 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 399505 INFO  (Thread-840) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 399505 INFO  (Thread-840) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 399605 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45639
   [junit4]   2> 399605 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 399627 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 399665 INFO  (zkCallback-202-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@673c740b 
name:ZooKeeperConnection Watcher:127.0.0.1:45639 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 399665 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 399666 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 399666 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 399668 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 399747 INFO  (jetty-launcher-201-thread-2) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 399761 INFO  (jetty-launcher-201-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4aec9787{/solr,null,AVAILABLE}
   [junit4]   2> 399775 INFO  (jetty-launcher-201-thread-3) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 399785 INFO  (jetty-launcher-201-thread-1) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 399799 INFO  (jetty-launcher-201-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@320ad239{/solr,null,AVAILABLE}
   [junit4]   2> 399886 INFO  (jetty-launcher-201-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4ca1760a{/solr,null,AVAILABLE}
   [junit4]   2> 399975 INFO  (jetty-launcher-201-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1d4b8e6d{SSL-http/1.1}{127.0.0.1:42742}
   [junit4]   2> 399978 INFO  (jetty-launcher-201-thread-3) [    ] 
o.e.j.s.Server Started @403755ms
   [junit4]   2> 399978 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=42742, 
hostContext=/solr}
   [junit4]   2> 399978 INFO  (jetty-launcher-201-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@155e403a{SSL-http/1.1}{127.0.0.1:50599}
   [junit4]   2> 399978 INFO  (jetty-launcher-201-thread-2) [    ] 
o.e.j.s.Server Started @403757ms
   [junit4]   2> 399978 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4f6de641
   [junit4]   2> 399979 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50599}
   [junit4]   2> 399979 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4f6de641
   [junit4]   2> 399979 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node2'
   [junit4]   2> 399980 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 399980 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 399980 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 399979 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node3'
   [junit4]   2> 399981 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 399981 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 399981 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 399985 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 399986 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 399986 INFO  (zkCallback-203-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@270877b9 
name:ZooKeeperConnection Watcher:127.0.0.1:45639/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 399986 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 399987 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 399987 INFO  (zkCallback-204-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@477303d5 
name:ZooKeeperConnection Watcher:127.0.0.1:45639/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 399987 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 399987 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 399987 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 399989 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 399994 INFO  (jetty-launcher-201-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@35c15cc2{SSL-http/1.1}{127.0.0.1:58240}
   [junit4]   2> 399994 INFO  (jetty-launcher-201-thread-1) [    ] 
o.e.j.s.Server Started @403773ms
   [junit4]   2> 399994 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=58240, 
hostContext=/solr}
   [junit4]   2> 399995 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4f6de641
   [junit4]   2> 400004 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node1'
   [junit4]   2> 400005 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 400005 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 400005 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 400013 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 400014 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node2/.
   [junit4]   2> 400014 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 416690378
   [junit4]   2> 400014 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node2]
   [junit4]   2> 400014 WARN  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node2/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node2/lib
   [junit4]   2> 400021 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 400022 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node3/.
   [junit4]   2> 400022 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1805887612
   [junit4]   2> 400022 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node3]
   [junit4]   2> 400022 WARN  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node3/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node3/lib
   [junit4]   2> 400023 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 400025 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 400028 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 400028 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 400028 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45639/solr
   [junit4]   2> 400028 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 400028 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 400031 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 400031 INFO  (zkCallback-205-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@bd6e963 name:ZooKeeperConnection 
Watcher:127.0.0.1:45639/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 400032 INFO  (zkCallback-207-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@118e48b5 
name:ZooKeeperConnection Watcher:127.0.0.1:45639 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 400035 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 400035 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 400035 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 400035 INFO  (jetty-launcher-201-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 400032 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 400037 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 400043 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 400055 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 400055 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45639/solr
   [junit4]   2> 400055 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 400055 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 400060 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 400065 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 400067 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node1/.
   [junit4]   2> 400067 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1279119928
   [junit4]   2> 400067 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node1]
   [junit4]   2> 400067 WARN  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node1/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node1/lib
   [junit4]   2> 400067 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 400069 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 400071 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 400071 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 400072 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45639/solr
   [junit4]   2> 400072 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 400072 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 400072 INFO  (zkCallback-210-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3885ccd0 
name:ZooKeeperConnection Watcher:127.0.0.1:45639 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 400072 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 400072 INFO  (jetty-launcher-201-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 400073 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 400073 INFO  
(zkCallback-209-thread-1-processing-n:127.0.0.1:42742_solr) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6090004 name:ZooKeeperConnection 
Watcher:127.0.0.1:45639/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 400073 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 400074 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 400075 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 400077 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 400079 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 400081 INFO  
(zkCallback-213-thread-1-processing-n:127.0.0.1:50599_solr) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d64219d 
name:ZooKeeperConnection Watcher:127.0.0.1:45639/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 400088 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 400081 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 400089 INFO  (zkCallback-212-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@36f76ef0 
name:ZooKeeperConnection Watcher:127.0.0.1:45639 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 400089 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 400090 INFO  (jetty-launcher-201-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 400095 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 400096 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 400098 INFO  
(zkCallback-214-thread-1-processing-n:127.0.0.1:58240_solr) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@417dba89 
name:ZooKeeperConnection Watcher:127.0.0.1:45639/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 400098 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 400103 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 400105 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 400105 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 400107 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 400108 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 400109 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 400110 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 400113 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 400113 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 400114 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50599_solr
   [junit4]   2> 400116 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42742_solr
   [junit4]   2> 400117 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:50599_solr
   [junit4]   2> 400117 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:42742_solr
   [junit4]   2> 400119 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 400119 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 400120 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 400120 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 400121 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 400121 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 400122 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95159757425344520-127.0.0.1:50599_solr-n_0000000000
   [junit4]   2> 400122 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95159757425344518-127.0.0.1:42742_solr-n_0000000001
   [junit4]   2> 400123 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:50599_solr
   [junit4]   2> 400123 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 400123 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95159757425344520-127.0.0.1:50599_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 400123 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 400124 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.Overseer Overseer 
(id=95159757425344520-127.0.0.1:50599_solr-n_0000000000) starting
   [junit4]   2> 400138 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 400140 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 400143 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 400144 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 400144 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 400145 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node3/.
   [junit4]   2> 400145 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 400158 INFO  
(OverseerStateUpdate-95159757425344520-127.0.0.1:50599_solr-n_0000000000) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 400159 INFO  
(OverseerCollectionConfigSetProcessor-95159757425344520-127.0.0.1:50599_solr-n_0000000000)
 [n:127.0.0.1:50599_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 400163 INFO  
(OverseerStateUpdate-95159757425344520-127.0.0.1:50599_solr-n_0000000000) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 400171 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 400171 INFO  (jetty-launcher-201-thread-3) 
[n:127.0.0.1:42742_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 400173 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 400217 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 400217 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 400218 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node2/.
   [junit4]   2> 400218 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 400221 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 400221 INFO  (jetty-launcher-201-thread-2) 
[n:127.0.0.1:50599_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 401147 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58240_solr
   [junit4]   2> 401148 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:58240_solr
   [junit4]   2> 401149 INFO  
(zkCallback-209-thread-1-processing-n:127.0.0.1:42742_solr) 
[n:127.0.0.1:42742_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: [2])
   [junit4]   2> 401149 INFO  
(zkCallback-213-thread-1-processing-n:127.0.0.1:50599_solr) 
[n:127.0.0.1:50599_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: [2])
   [junit4]   2> 401151 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 401151 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95159757425344521-127.0.0.1:58240_solr-n_0000000002
   [junit4]   2> 401152 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95159757425344518-127.0.0.1:42742_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 401152 INFO  
(zkCallback-214-thread-1-processing-n:127.0.0.1:58240_solr) 
[n:127.0.0.1:58240_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: [2])
   [junit4]   2> 401171 INFO  
(zkCallback-213-thread-2-processing-n:127.0.0.1:50599_solr) 
[n:127.0.0.1:50599_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: [3])
   [junit4]   2> 401188 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 401188 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 401189 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.stats.TestDistribIDF_359EE2EE6DD218AF-001/tempDir-001/node1/.
   [junit4]   2> 401189 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 401200 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 401200 INFO  (jetty-launcher-201-thread-1) 
[n:127.0.0.1:58240_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 401200 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 401216 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 401225 INFO  (zkCallback-215-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@f3548fd name:ZooKeeperConnection 
Watcher:127.0.0.1:45639 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 401225 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 401225 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 401229 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 401233 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 401235 INFO  (zkCallback-217-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6b86dd8f 
name:ZooKeeperConnection Watcher:127.0.0.1:45639/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 401235 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 401236 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 401236 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-spellcheckcomponent.xml
   [junit4]   2> 401239 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-null-charfilters-analyzer.xml
   [junit4]   2> 401241 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/regex-boost-processor-test.txt
   [junit4]   2> 401243 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-spellchecker.xml
   [junit4]   2> 401244 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 401248 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValuesFaceting.xml
   [junit4]   2> 401259 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-tlog-with-delayingcomponent.xml
   [junit4]   2> 401261 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 401263 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-numeric.xml
   [junit4]   2> 401264 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig_codec.xml
   [junit4]   2> 401266 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 401268 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema_latest.xml
   [junit4]   2> 401270 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sorts.xml
   [junit4]   2> 401272 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-headers.xml
   [junit4]   2> 401273 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-implicitproperties.xml
   [junit4]   2> 401275 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 401276 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-snippet-types.incl
   [junit4]   2> 401278 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-parsing-update-processor-chains.xml
   [junit4]   2> 401280 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValuesMissing.xml
   [junit4]   2> 401286 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-noopregen.xml
   [junit4]   2> 401288 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-one-field-no-dynamic-field-unique-key.xml
   [junit4]   2> 401290 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-script-updateprocessor.xml
   [junit4]   2> 401292 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-error-solrconfig.xml
   [junit4]   2> 401293 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-suggestercomponent.xml
   [junit4]   2> 401295 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-currency.xml
   [junit4]   2> 401297 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-query-parser-init.xml
   [junit4]   2> 401298 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-caching.xml
   [junit4]   2> 401300 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/conditional.updateprocessor.js
   [junit4]   2> 401302 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/compoundDictionary.txt
   [junit4]   2> 401304 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/phrasesuggest.txt
   [junit4]   2> 401305 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-transformers.xml
   [junit4]   2> 401307 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 401309 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/blendedInfixSuggest.txt
   [junit4]   2> 401310 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-phrasesuggest.xml
   [junit4]   2> 401312 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/hunspell-test.dic
   [junit4]   2> 401314 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-HighlighterMaxOffsetTest.xml
   [junit4]   2> 401323 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-rest-lucene-match-version.xml
   [junit4]   2> 401325 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-functionquery.xml
   [junit4]   2> 401327 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-externalversionconstraint.xml
   [junit4]   2> 401329 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 401330 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sim.xml
   [junit4]   2> 401332 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValuesMulti.xml
   [junit4]   2> 401334 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-collapseqparser.xml
   [junit4]   2> 401350 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-analytics-query.xml
   [junit4]   2> 401353 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sweetspot.xml
   [junit4]   2> 401354 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-searcher-listeners1.xml
   [junit4]   2> 401356 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-id-and-version-fields-only.xml
   [junit4]   2> 401357 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-solrconfig-schema-mutable-but-not-managed.xml
   [junit4]   2> 401359 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/hunspell-test.aff
   [junit4]   2> 401361 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-response-log-component.xml
   [junit4]   2> 401362 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-sim-default-does-not-exist.xml
   [junit4]   2> 401364 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-dynamicfield-required.xml
   [junit4]   2> 401366 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-not-indexed-but-pos.xml
   [junit4]   2> 401385 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-hash.xml
   [junit4]   2> 401386 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-components-name.xml
   [junit4]   2> 401388 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-mp-solrconfig.xml
   [junit4]   2> 401395 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 401407 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-xinclude.xml
   [junit4]   2> 401410 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/cross-compatible.js
   [junit4]   2> 401411 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig_perf.xml
   [junit4]   2> 401413 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-solrconfig-invalid-scriptfile.xml
   [junit4]   2> 401415 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-basic.xml
   [junit4]   2> 401416 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-replication1.xml
   [junit4]   2> 401418 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-solrconfig-missing-scriptfile.xml
   [junit4]   2> 401419 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-altdirectory.xml
   [junit4]   2> 401421 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-distributed-missing-sort.xml
   [junit4]   2> 401422 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 401424 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-tfidf.xml
   [junit4]   2> 401426 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/jasuggest.txt
   [junit4]   2> 401427 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-dup-field.xml
   [junit4]   2> 401429 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/fuzzysuggest.txt
   [junit4]   2> 401430 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-minimal.xml
   [junit4]   2> 401432 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-highlight.xml
   [junit4]   2> 401433 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-tieredmergepolicy.xml
   [junit4]   2> 401435 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-blockjoinfacetcomponent.xml
   [junit4]   2> 401436 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-version-indexed.xml
   [junit4]   2> 401438 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-unsupported-docValues.xml
   [junit4]   2> 401439 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 401441 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-lmdirichlet.xml
   [junit4]   2> 401442 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-synonym-tokenizer.xml
   [junit4]   2> 401444 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stop-2.txt
   [junit4]   2> 401446 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-non-stored-docvalues.xml
   [junit4]   2> 401447 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sim-default-override.xml
   [junit4]   2> 401449 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-plugcollector.xml
   [junit4]   2> 401450 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 401452 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-sim-global-vs-ft-mismatch.xml
   [junit4]   2> 401453 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-warmer.xml
   [junit4]   2> 401456 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema11.xml
   [junit4]   2> 401457 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-tlog.xml
   [junit4]   2> 401459 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-withgethandler.xml
   [junit4]   2> 401460 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-lmjelinekmercer.xml
   [junit4]   2> 401462 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema12.xml
   [junit4]   2> 401463 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-SOLR-749.xml
   [junit4]   2> 401465 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-sweetspot-partial-hyperbolic.xml
   [junit4]   2> 401466 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-master2.xml
   [junit4]   2> 401468 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-bm25.xml
   [junit4]   2> 401469 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 401471 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-preanalyzed.xml
   [junit4]   2> 401472 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-snippet-type.xml
   [junit4]   2> 401474 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-suggestercomponent-context-filter-query.xml
   [junit4]   2> 401475 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-distrib-interval-faceting.xml
   [junit4]   2> 401476 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-master1.xml
   [junit4]   2> 401478 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 401479 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-schemaless.xml
   [junit4]   2> 401481 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-dynamicfield-default-val.xml
   [junit4]   2> 401482 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-sweetspot-partial-norms.xml
   [junit4]   2> 401483 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/elevate.xml
   [junit4]   2> 401485 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-required-fields.xml
   [junit4]   2> 401486 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-doc-expire-update-processor.xml
   [junit4]   2> 401488 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-charfilters.xml
   [junit4]   2> 401490 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-querysender.xml
   [junit4]   2> 401491 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-nontext-analyzer.xml
   [junit4]   2> 401493 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/frenchArticles.txt
   [junit4]   2> 401495 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-tolerant-search.xml
   [junit4]   2> 401496 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 401498 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 401499 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-update-processor-chains.xml
   [junit4]   2> 401501 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-rest.xml
   [junit4]   2> 401503 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/trivial.updateprocessor0.js
   [junit4]   2> 401505 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-mergepolicy-nocfs.xml
   [junit4]   2> 401506 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-reqHandler.incl
   [junit4]   2> 401507 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 401509 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-spellchecker.xml
   [junit4]   2> 401511 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-doctransformers.xml
   [junit4]   2> 401512 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-reversed.xml
   [junit4]   2> 401513 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-managed-schema.xml
   [junit4]   2> 401515 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-omit-tf-but-not-pos.xml
   [junit4]   2> 401516 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-solcoreproperties.xml
   [junit4]   2> 401518 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 401519 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/keep-1.txt
   [junit4]   2> 401521 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/throw.error.on.add.updateprocessor.js
   [junit4]   2> 401523 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-master-throttled.xml
   [junit4]   2> 401524 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-single-dynamic-copy-field.xml
   [junit4]   2> 401526 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-xinclude.xml
   [junit4]   2> 401527 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-elevate.xml
   [junit4]   2> 401529 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stoptypes-2.txt
   [junit4]   2> 401530 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-complex-phrase.xml
   [junit4]   2> 401532 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-master1-keepOneBackup.xml
   [junit4]   2> 401533 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 401534 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stemdict.txt
   [junit4]   2> 401536 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-trie.xml
   [junit4]   2> 401537 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/wdftypes.txt
   [junit4]   2> 401539 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-slave1.xml
   [junit4]   2> 401540 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-defaults.xml
   [junit4]   2> 401541 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-external-filefield.xml
   [junit4]   2> 401543 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValues.xml
   [junit4]   2> 401544 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-delpolicy2.xml
   [junit4]   2> 401546 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schemasurround.xml
   [junit4]   2> 401547 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-test-misc.xml
   [junit4]   2> 401549 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema15.xml
   [junit4]   2> 401551 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-class-name-shortening-on-serialization.xml
   [junit4]   2> 401552 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 401554 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-collate.xml
   [junit4]   2> 401555 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 401556 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-snippet-field.xml
   [junit4]   2> 401558 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-indexconfig.xml
   [junit4]   2> 401559 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad_solrconfig.xml
   [junit4]   2> 401560 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-eff.xml
   [junit4]   2> 401562 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 401563 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/analyzingInfixSuggest.txt
   [junit4]   2> 401565 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-repeater.xml
   [junit4]   2> 401566 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-spatial.xml
   [junit4]   2> 401568 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-hash.xml
   [junit4]   2> 401570 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-spatial.xml
   [junit4]   2> 401571 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-field-sort-values.xml
   [junit4]   2> 401573 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stoptypes-1.txt
   [junit4]   2> 401574 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-init-error.xml
   [junit4]   2> 401576 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-customfield.xml
   [junit4]   2> 401577 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-solrconfig-managed-schema-named-schema.xml.xml
   [junit4]   2> 401578 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-paramset.xml
   [junit4]   2> 401580 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-dup-dynamicField.xml
   [junit4]   2> 401581 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 401583 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-folding.xml
   [junit4]   2> 401584 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwithbom.txt
   [junit4]   2> 401586 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 401587 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 401589 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-binaryfield.xml
   [junit4]   2> 401590 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-slave.xml
   [junit4]   2> 401621 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-luceneMatchVersion.xml
   [junit4]   2> 401622 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sortingresponse.xml
   [junit4]   2> 401623 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-sweetspot-partial-baseline.xml
   [junit4]   2> 401625 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-stop-keep.xml
   [junit4]   2> 401627 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-infostream-logging.xml
   [junit4]   2> 401628 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-uniquekey-is-copyfield-dest.xml
   [junit4]   2> 401629 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-master.xml
   [junit4]   2> 401632 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[359EE2EE6DD218AF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-replication2.xml
   [junit4]   2> 401633 INFO  

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

ype, UniqFieldsUpdateProcessorFactoryTest, TimeZoneUtilsTest, 
DistributedDebugComponentTest, RulesTest, LoggingHandlerTest, 
SpellCheckCollatorTest, TestDFRSimilarityFactory, TestSearcherReuse, 
CollectionsAPIDistributedZkTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CollectionsAPIDistributedZkTest -Dtests.seed=359EE2EE6DD218AF 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=no_NO 
-Dtests.timezone=America/Indiana/Indianapolis -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | CollectionsAPIDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 5 threads leaked from SUITE 
scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 
   [junit4]    >    1) Thread[id=5158, name=zkCallback-529-thread-3, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=5006, name=zkCallback-529-thread-1, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    3) Thread[id=5004, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[359EE2EE6DD218AF]-SendThread(127.0.0.1:41262),
 state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   [junit4]    >    4) Thread[id=5005, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[359EE2EE6DD218AF]-EventThread,
 state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
   [junit4]    >    5) Thread[id=5141, name=zkCallback-529-thread-2, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([359EE2EE6DD218AF]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=5006, name=zkCallback-529-thread-1, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=5004, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[359EE2EE6DD218AF]-SendThread(127.0.0.1:41262),
 state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   [junit4]    >    3) Thread[id=5158, name=zkCallback-529-thread-3, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    4) Thread[id=5141, name=zkCallback-529-thread-2, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([359EE2EE6DD218AF]:0)
   [junit4] Completed [233/562 (2!)] on J1 in 130.00s, 1 test, 1 failure, 2 
errors <<< FAILURES!

[...truncated 1021 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:794: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:738: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:526:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1444:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1000:
 There were test failures: 562 suites (7 ignored), 2231 tests, 2 suite-level 
errors, 2 failures, 1197 ignored (35 assumptions) [seed: 359EE2EE6DD218AF]

Total time: 76 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to