Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4178/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.cloud.TestRebalanceLeaders.test

Error Message:
timeout waiting for collection in cluster state: collection=testcollection

Stack Trace:
java.lang.RuntimeException: timeout waiting for collection in cluster state: 
collection=testcollection
        at 
__randomizedtesting.SeedInfo.seed([150F4026DD19027E:9D5B7FFC73E56F86]:0)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:348)
        at 
org.apache.solr.cloud.TestRebalanceLeaders.test(TestRebalanceLeaders.java:73)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([150F4026DD19027E:CA6FE1F7163E61DB]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
        at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">1</int><lst name="params"><str 
name="q">*:*</str></lst></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=*:*
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
        ... 41 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) 
Thread[id=14345, name=searcherExecutor-6201-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=14345, name=searcherExecutor-6201-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([150F4026DD19027E]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=14345, name=searcherExecutor-6201-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=14345, name=searcherExecutor-6201-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([150F4026DD19027E]:0)


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

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
        at 
__randomizedtesting.SeedInfo.seed([150F4026DD19027E:9D5B7FFC73E56F86]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:908)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12495 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRebalanceLeaders
   [junit4]   2> 1374504 INFO  
(SUITE-TestRebalanceLeaders-seed#[150F4026DD19027E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/init-core-data-001
   [junit4]   2> 1374505 WARN  
(SUITE-TestRebalanceLeaders-seed#[150F4026DD19027E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1374505 INFO  
(SUITE-TestRebalanceLeaders-seed#[150F4026DD19027E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1374510 INFO  
(SUITE-TestRebalanceLeaders-seed#[150F4026DD19027E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1374511 INFO  
(SUITE-TestRebalanceLeaders-seed#[150F4026DD19027E]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1374514 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1374514 INFO  (Thread-2521) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1374514 INFO  (Thread-2521) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1374519 ERROR (Thread-2521) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1374614 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:58813
   [junit4]   2> 1374644 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1374647 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1374651 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1374654 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1374656 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1374659 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1374661 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1374663 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1374666 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1374668 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1374670 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1374676 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1374982 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 1374983 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4467d30e{/,null,AVAILABLE}
   [junit4]   2> 1374984 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4a3b123e{SSL,[ssl, 
http/1.1]}{127.0.0.1:58817}
   [junit4]   2> 1374984 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] o.e.j.s.Server 
Started @1378087ms
   [junit4]   2> 1374984 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=58817, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/control-001/cores}
   [junit4]   2> 1374985 ERROR 
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1374985 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1374985 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1374985 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1374985 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T07:46:15.760Z
   [junit4]   2> 1374988 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1374988 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/control-001/solr.xml
   [junit4]   2> 1374994 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1374998 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58813/solr
   [junit4]   2> 1375127 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58817_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1375128 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58817_    
] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58817_
   [junit4]   2> 1375130 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58817_    
] o.a.s.c.Overseer Overseer 
(id=98695903660802053-127.0.0.1:58817_-n_0000000000) starting
   [junit4]   2> 1375141 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58817_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58817_
   [junit4]   2> 1375144 INFO  
(zkCallback-2142-thread-1-processing-n:127.0.0.1:58817_) [n:127.0.0.1:58817_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1375221 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58817_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1375231 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58817_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1375232 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58817_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1375233 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58817_    
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/control-001/cores
   [junit4]   2> 1375256 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1375257 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58813/solr ready
   [junit4]   2> 1375272 INFO  (qtp231649311-11786) [n:127.0.0.1:58817_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:58817_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1375274 INFO  
(OverseerThreadFactory-5012-thread-1-processing-n:127.0.0.1:58817_) 
[n:127.0.0.1:58817_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 1375386 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1375386 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1375494 INFO  
(zkCallback-2142-thread-1-processing-n:127.0.0.1:58817_) [n:127.0.0.1:58817_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1376412 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1376419 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1376468 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1376491 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 1376492 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1376492 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1376492 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1376493 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1376496 WARN  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1376539 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1376539 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1376540 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1376540 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1376541 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7689114901379867]
   [junit4]   2> 1376541 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@77765366[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1376543 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1376543 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1376544 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1376544 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1579134460697247744
   [junit4]   2> 1376545 INFO  
(searcherExecutor-5015-thread-1-processing-n:127.0.0.1:58817_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:58817_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@77765366[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1376551 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1376551 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1376551 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:58817/control_collection_shard1_replica_n1/
   [junit4]   2> 1376551 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1376551 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:58817/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1376551 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1376557 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:58817/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1376672 INFO  
(zkCallback-2142-thread-1-processing-n:127.0.0.1:58817_) [n:127.0.0.1:58817_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1376731 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1376733 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1347
   [junit4]   2> 1376737 INFO  (qtp231649311-11786) [n:127.0.0.1:58817_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1376838 INFO  
(zkCallback-2142-thread-1-processing-n:127.0.0.1:58817_) [n:127.0.0.1:58817_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1377277 INFO  
(OverseerCollectionConfigSetProcessor-98695903660802053-127.0.0.1:58817_-n_0000000000)
 [n:127.0.0.1:58817_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1377738 INFO  (qtp231649311-11786) [n:127.0.0.1:58817_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:58817_&wt=javabin&version=2}
 status=0 QTime=2466
   [junit4]   2> 1377752 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1377754 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58813/solr ready
   [junit4]   2> 1377755 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1377757 INFO  (qtp231649311-11785) [n:127.0.0.1:58817_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1377762 INFO  
(OverseerThreadFactory-5012-thread-2-processing-n:127.0.0.1:58817_) 
[n:127.0.0.1:58817_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1377764 WARN  
(OverseerThreadFactory-5012-thread-2-processing-n:127.0.0.1:58817_) 
[n:127.0.0.1:58817_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 1377983 INFO  (qtp231649311-11785) [n:127.0.0.1:58817_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1377984 INFO  (qtp231649311-11785) [n:127.0.0.1:58817_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=227
   [junit4]   2> 1378330 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-1-001
 of type NRT
   [junit4]   2> 1378332 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 1378333 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1fe027fb{/,null,AVAILABLE}
   [junit4]   2> 1378334 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@62a7c7d3{SSL,[ssl, 
http/1.1]}{127.0.0.1:58836}
   [junit4]   2> 1378334 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] o.e.j.s.Server 
Started @1381437ms
   [junit4]   2> 1378334 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=58836, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-1-001/cores}
   [junit4]   2> 1378334 ERROR 
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1378334 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1378334 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1378334 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1378334 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T07:46:19.109Z
   [junit4]   2> 1378337 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1378337 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-1-001/solr.xml
   [junit4]   2> 1378342 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1378345 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58813/solr
   [junit4]   2> 1378357 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58836_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1378360 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58836_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1378363 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58836_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58836_
   [junit4]   2> 1378365 INFO  
(zkCallback-2142-thread-1-processing-n:127.0.0.1:58817_) [n:127.0.0.1:58817_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1378365 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:58836_) [n:127.0.0.1:58836_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1378366 INFO  (zkCallback-2149-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1378422 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58836_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1378430 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58836_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1378430 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58836_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1378431 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58836_    
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-1-001/cores
   [junit4]   2> 1378453 INFO  (qtp231649311-11787) [n:127.0.0.1:58817_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:58836_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1378456 INFO  
(OverseerCollectionConfigSetProcessor-98695903660802053-127.0.0.1:58817_-n_0000000000)
 [n:127.0.0.1:58817_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1378457 INFO  
(OverseerThreadFactory-5012-thread-3-processing-n:127.0.0.1:58817_) 
[n:127.0.0.1:58817_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:58836_ 
for creating new replica
   [junit4]   2> 1378474 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n81&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1378474 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1378590 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:58836_) [n:127.0.0.1:58836_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1379513 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1379523 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n81] Schema name=test
   [junit4]   2> 1379600 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1379642 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n81' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1379643 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n81' (registry 
'solr.core.collection1.shard2.replica_n81') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1379643 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1379643 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n81] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-1-001/cores/collection1_shard2_replica_n81],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-1-001/cores/collection1_shard2_replica_n81/data/]
   [junit4]   2> 1379648 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1379651 WARN  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1379765 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1379765 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1379767 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1379767 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1379770 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7689114901379867]
   [junit4]   2> 1379770 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14b655d9[collection1_shard2_replica_n81] main]
   [junit4]   2> 1379772 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1379773 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1379774 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1379775 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579134464085196800
   [junit4]   2> 1379776 INFO  
(searcherExecutor-5026-thread-1-processing-n:127.0.0.1:58836_ 
x:collection1_shard2_replica_n81 s:shard2 c:collection1) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SolrCore 
[collection1_shard2_replica_n81] Registered new searcher 
Searcher@14b655d9[collection1_shard2_replica_n81] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1379793 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1379793 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1379793 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:58836/collection1_shard2_replica_n81/
   [junit4]   2> 1379793 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1379793 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SyncStrategy 
https://127.0.0.1:58836/collection1_shard2_replica_n81/ has no replicas
   [junit4]   2> 1379793 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1379800 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:58836/collection1_shard2_replica_n81/ shard2
   [junit4]   2> 1379909 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:58836_) [n:127.0.0.1:58836_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1379921 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1379924 INFO  (qtp1580180770-11827) [n:127.0.0.1:58836_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n81&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1450
   [junit4]   2> 1379932 INFO  (qtp231649311-11787) [n:127.0.0.1:58817_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:58836_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1478
   [junit4]   2> 1380040 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:58836_) [n:127.0.0.1:58836_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1380465 INFO  
(OverseerCollectionConfigSetProcessor-98695903660802053-127.0.0.1:58817_-n_0000000000)
 [n:127.0.0.1:58817_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1380542 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-2-001
 of type NRT
   [junit4]   2> 1380550 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 1380553 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55eda718{/,null,AVAILABLE}
   [junit4]   2> 1380554 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@15b3cce8{SSL,[ssl, 
http/1.1]}{127.0.0.1:58847}
   [junit4]   2> 1380554 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] o.e.j.s.Server 
Started @1383658ms
   [junit4]   2> 1380554 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=58847, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-2-001/cores}
   [junit4]   2> 1380555 ERROR 
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1380555 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1380555 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1380555 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1380555 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T07:46:21.330Z
   [junit4]   2> 1380561 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1380561 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-2-001/solr.xml
   [junit4]   2> 1380571 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1380575 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58813/solr
   [junit4]   2> 1380598 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58847_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1380603 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58847_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1380606 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58847_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58847_
   [junit4]   2> 1380608 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:58836_) [n:127.0.0.1:58836_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1380608 INFO  
(zkCallback-2142-thread-2-processing-n:127.0.0.1:58817_) [n:127.0.0.1:58817_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1380609 INFO  (zkCallback-2149-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1380609 INFO  
(zkCallback-2160-thread-1-processing-n:127.0.0.1:58847_) [n:127.0.0.1:58847_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1380703 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58847_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1380717 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58847_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1380717 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58847_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1380720 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58847_    
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-2-001/cores
   [junit4]   2> 1380778 INFO  (qtp231649311-11788) [n:127.0.0.1:58817_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:58847_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1380782 INFO  
(OverseerThreadFactory-5012-thread-4-processing-n:127.0.0.1:58817_) 
[n:127.0.0.1:58817_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:58847_ 
for creating new replica
   [junit4]   2> 1380805 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n83&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1380805 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1380918 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:58836_) [n:127.0.0.1:58836_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1380918 INFO  
(zkCallback-2160-thread-1-processing-n:127.0.0.1:58847_) [n:127.0.0.1:58847_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1381844 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1381855 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.s.IndexSchema 
[collection1_shard3_replica_n83] Schema name=test
   [junit4]   2> 1381935 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1381972 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard3_replica_n83' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1381973 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard3.replica_n83' (registry 
'solr.core.collection1.shard3.replica_n83') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1381973 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1381973 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SolrCore 
[[collection1_shard3_replica_n83] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-2-001/cores/collection1_shard3_replica_n83],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-2-001/cores/collection1_shard3_replica_n83/data/]
   [junit4]   2> 1381976 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1381980 WARN  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1382082 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1382082 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1382084 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1382084 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1382086 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7689114901379867]
   [junit4]   2> 1382087 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@54f36d9c[collection1_shard3_replica_n83] main]
   [junit4]   2> 1382088 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1382089 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1382090 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1382090 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579134466512650240
   [junit4]   2> 1382091 INFO  
(searcherExecutor-5037-thread-1-processing-n:127.0.0.1:58847_ 
x:collection1_shard3_replica_n83 s:shard3 c:collection1) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SolrCore 
[collection1_shard3_replica_n83] Registered new searcher 
Searcher@54f36d9c[collection1_shard3_replica_n83] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1382100 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1382100 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1382100 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:58847/collection1_shard3_replica_n83/
   [junit4]   2> 1382100 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1382100 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SyncStrategy 
https://127.0.0.1:58847/collection1_shard3_replica_n83/ has no replicas
   [junit4]   2> 1382100 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1382107 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:58847/collection1_shard3_replica_n83/ shard3
   [junit4]   2> 1382217 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:58836_) [n:127.0.0.1:58836_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1382217 INFO  
(zkCallback-2160-thread-1-processing-n:127.0.0.1:58847_) [n:127.0.0.1:58847_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1382275 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1382278 INFO  (qtp704797820-11858) [n:127.0.0.1:58847_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n83&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1472
   [junit4]   2> 1382282 INFO  (qtp231649311-11788) [n:127.0.0.1:58817_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:58847_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2}
 status=0 QTime=1503
   [junit4]   2> 1382390 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:58836_) [n:127.0.0.1:58836_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1382390 INFO  
(zkCallback-2160-thread-1-processing-n:127.0.0.1:58847_) [n:127.0.0.1:58847_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1382774 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-3-001
 of type NRT
   [junit4]   2> 1382776 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 1382782 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3e607f81{/,null,AVAILABLE}
   [junit4]   2> 1382783 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3c6f63cc{SSL,[ssl, 
http/1.1]}{127.0.0.1:58856}
   [junit4]   2> 1382783 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] o.e.j.s.Server 
Started @1385886ms
   [junit4]   2> 1382783 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=58856, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-3-001/cores}
   [junit4]   2> 1382783 ERROR 
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1382789 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1382789 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1382789 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1382789 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T07:46:23.564Z
   [junit4]   2> 1382798 INFO  
(OverseerCollectionConfigSetProcessor-98695903660802053-127.0.0.1:58817_-n_0000000000)
 [n:127.0.0.1:58817_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1382798 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1382798 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-3-001/solr.xml
   [junit4]   2> 1382806 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1382811 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58813/solr
   [junit4]   2> 1382829 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58856_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1382836 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58856_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1382838 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58856_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58856_
   [junit4]   2> 1382842 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:58836_) [n:127.0.0.1:58836_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1382843 INFO  
(zkCallback-2160-thread-1-processing-n:127.0.0.1:58847_) [n:127.0.0.1:58847_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1382851 INFO  (zkCallback-2149-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1382842 INFO  
(zkCallback-2142-thread-2-processing-n:127.0.0.1:58817_) [n:127.0.0.1:58817_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1382852 INFO  
(zkCallback-2166-thread-1-processing-n:127.0.0.1:58856_) [n:127.0.0.1:58856_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1383014 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58856_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1383027 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58856_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1383028 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58856_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1383030 INFO  
(TEST-TestRebalanceLeaders.test-seed#[150F4026DD19027E]) [n:127.0.0.1:58856_    
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-3-001/cores
   [junit4]   2> 1383085 INFO  (qtp231649311-11789) [n:127.0.0.1:58817_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:58856_&action=ADDREPLICA&collection=collection1&shard=shard4&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1383092 INFO  
(OverseerThreadFactory-5012-thread-5-processing-n:127.0.0.1:58817_) 
[n:127.0.0.1:58817_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:58856_ 
for creating new replica
   [junit4]   2> 1383119 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard4_replica_n85&action=CREATE&collection=collection1&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1383120 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1383239 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:58836_) [n:127.0.0.1:58836_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1383239 INFO  
(zkCallback-2160-thread-1-processing-n:127.0.0.1:58847_) [n:127.0.0.1:58847_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1383239 INFO  
(zkCallback-2166-thread-1-processing-n:127.0.0.1:58856_) [n:127.0.0.1:58856_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1384145 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1384162 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.s.IndexSchema 
[collection1_shard4_replica_n85] Schema name=test
   [junit4]   2> 1384270 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1384304 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard4_replica_n85' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1384304 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard4.replica_n85' (registry 
'solr.core.collection1.shard4.replica_n85') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1562e7c6
   [junit4]   2> 1384305 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1384305 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SolrCore 
[[collection1_shard4_replica_n85] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-3-001/cores/collection1_shard4_replica_n85],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_150F4026DD19027E-001/shard-3-001/cores/collection1_shard4_replica_n85/data/]
   [junit4]   2> 1384308 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1384311 WARN  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1384448 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1384448 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1384452 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1384452 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1384454 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7689114901379867]
   [junit4]   2> 1384454 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3d08dcf6[collection1_shard4_replica_n85] main]
   [junit4]   2> 1384456 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1384457 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1384459 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1384459 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579134468996726784
   [junit4]   2> 1384461 INFO  
(searcherExecutor-5048-thread-1-processing-n:127.0.0.1:58856_ 
x:collection1_shard4_replica_n85 s:shard4 c:collection1) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SolrCore 
[collection1_shard4_replica_n85] Registered new searcher 
Searcher@3d08dcf6[collection1_shard4_replica_n85] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1384469 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1384469 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1384469 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:58856/collection1_shard4_replica_n85/
   [junit4]   2> 1384469 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1384469 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SyncStrategy 
https://127.0.0.1:58856/collection1_shard4_replica_n85/ has no replicas
   [junit4]   2> 1384469 INFO  (qtp1831194147-11887) [n:127.0.0.1:58856_ 
c:collection1 s:shard4  x:collection1_shard4_replica_n85] 
o.a.s.c.ShardLeaderElectionContext Fo

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


   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=14345, name=searcherExecutor-6201-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Sep 21, 2017 7:52:06 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=14345, name=searcherExecutor-6201-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Sep 21, 2017 7:52:09 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=14345, name=searcherExecutor-6201-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ru, timezone=BST
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=2,free=119370760,total=466616320
   [junit4]   2> NOTE: All tests run in this JVM: [PrimitiveFieldTypeTest, 
TestOmitPositions, GraphQueryTest, TestPolicyCloud, TestClusterProperties, 
TimeZoneUtilsTest, TestReplicationHandler, TestFieldCache, ConfigSetsAPITest, 
SimplePostToolTest, RemoteQueryErrorTest, TestBlendedInfixSuggestions, 
TestConfigSetProperties, TestFieldCacheVsDocValues, DeleteNodeTest, 
TestLeaderInitiatedRecoveryThread, TestSweetSpotSimilarityFactory, 
ZkFailoverTest, TestWriterPerf, TestHdfsUpdateLog, 
TestSerializedLuceneMatchVersion, TestSolrDeletionPolicy2, TestSmileRequest, 
JSONWriterTest, InfixSuggestersTest, TestStressVersions, 
TestGraphMLResponseWriter, TestImpersonationWithHadoopAuth, 
DistributedVersionInfoTest, SyncSliceTest, TestDistribDocBasedVersion, 
DocValuesTest, TestMultiValuedNumericRangeQuery, TestStressInPlaceUpdates, 
CollectionReloadTest, CdcrReplicationHandlerTest, TestAuthenticationFramework, 
TestJettySolrRunner, RuleEngineTest, HdfsBasicDistributedZkTest, 
TestEmbeddedSolrServerConstructors, CSVRequestHandlerTest, 
SuggestComponentContextFilterQueryTest, MigrateRouteKeyTest, CursorPagingTest, 
TestComplexPhraseLeadingWildcard, CircularListTest, IndexBasedSpellCheckerTest, 
SuggesterTest, TestXIncludeConfig, CdcrBootstrapTest, TestFieldCacheSort, 
TestPayloadCheckQParserPlugin, XmlUpdateRequestHandlerTest, 
HdfsTlogReplayBufferedWhileIndexingTest, TestOnReconnectListenerSupport, 
CoreAdminRequestStatusTest, OverseerStatusTest, TestNamedUpdateProcessors, 
TestPullReplica, TestScoreJoinQPScore, AsyncCallRequestStatusResponseTest, 
RAMDirectoryFactoryTest, HdfsLockFactoryTest, 
ClassificationUpdateProcessorTest, OverseerModifyCollectionTest, 
TestCloudRecovery, SolrInfoBeanTest, TestNoOpRegenerator, HdfsRecoveryZkTest, 
DisMaxRequestHandlerTest, TestGroupingSearch, TestHashPartitioner, 
TestSchemaSimilarityResource, SolrCloudReportersTest, ExplicitHLLTest, 
TestSSLRandomization, MultiTermTest, TestSolrCloudSnapshots, HdfsSyncSliceTest, 
TestMacroExpander, DirectUpdateHandlerOptimizeTest, TestFunctionQuery, 
ShardRoutingTest, TestFilteredDocIdSet, SaslZkACLProviderTest, RecoveryZkTest, 
PeerSyncWithIndexFingerprintCachingTest, TestQuerySenderNoQuery, 
BooleanFieldTest, QueryParsingTest, HdfsChaosMonkeySafeLeaderTest, 
TestSearcherReuse, LeaderInitiatedRecoveryOnCommitTest, 
CdcrVersionReplicationTest, AlternateDirectoryTest, SolrCoreTest, 
TestStressReorder, TestConfigsApi, TestStressRecovery, 
TestInPlaceUpdatesStandalone, TestCSVResponseWriter, DateFieldTest, 
HighlighterMaxOffsetTest, TestBinaryResponseWriter, TestFoldingMultitermQuery, 
TestPHPSerializedResponseWriter, TestRawTransformer, TestXmlQParserPlugin, 
TestBlobHandler, TestFaceting, TestNonDefinedSimilarityFactory, 
TestManagedResourceStorage, NotRequiredUniqueKeyTest, TestUpdate, 
TestLegacyNumericRangeQueryBuilder, TestAddFieldRealTimeGet, InfoHandlerTest, 
TestLegacyFieldCache, SolrMetricManagerTest, TestSchemaNameResource, 
ResponseLogComponentTest, ZkCLITest, UUIDFieldTest, TestUseDocValuesAsStored2, 
DocExpirationUpdateProcessorFactoryTest, TestPushWriter, 
TestReversedWildcardFilterFactory, MetricsConfigTest, TestIBSimilarityFactory, 
OverseerTest, TestCollectionsAPIViaSolrCloudCluster, 
SubstringBytesRefFilterTest, TestLegacyNumericUtils, TestQuerySenderListener, 
AnalyticsQueryTest, SimpleCollectionCreateDeleteTest, CoreAdminHandlerTest, 
TestUtils, TestTolerantUpdateProcessorRandomCloud, 
TestTrackingShardHandlerFactory, TestManagedSynonymGraphFilterFactory, 
TestClusterStateMutator, TestSolrCloudWithDelegationTokens, SuggesterWFSTTest, 
TestLMDirichletSimilarityFactory, HardAutoCommitTest, LeaderElectionTest, 
TestDistributedStatsComponentCardinality, TestTolerantSearch, 
TestNumericRangeQuery64, PropertiesRequestHandlerTest, TestHashQParserPlugin, 
TestSha256AuthenticationProvider, XsltUpdateRequestHandlerTest, 
TestRandomFlRTGCloud, AnalysisAfterCoreReloadTest, TestIntervalFaceting, 
BasicAuthIntegrationTest, ScriptEngineTest, RequestHandlersTest, 
TestRebalanceLeaders, TestCursorMarkWithoutUniqueKey, BlockCacheTest, 
TestIndexingPerformance, CoreSorterTest, TestRequestForwarding, 
TestHttpShardHandlerFactory, TestDFRSimilarityFactory, MinimalSchemaTest, 
ZkControllerTest, LeaderFailoverAfterPartitionTest, CloudMLTQParserTest, 
CdcrUpdateLogTest, RequiredFieldsTest, DistributedFacetExistsSmallTest, 
SolrTestCaseJ4Test, TestSlowCompositeReaderWrapper, BasicZkTest, 
FullSolrCloudDistribCmdsTest, TestZkChroot, TestRandomDVFaceting, 
ShardRoutingCustomTest, TestDistributedGrouping, 
DistributedSpellCheckComponentTest, TestRealTimeGet, TestJoin, 
SimpleFacetsTest, TestSolr4Spatial, SolrCmdDistributorTest, BadIndexSchemaTest, 
ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=150F4026DD19027E -Dtests.slow=true -Dtests.locale=ru 
-Dtests.timezone=BST -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=14345, name=searcherExecutor-6201-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([150F4026DD19027E]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=14345, name=searcherExecutor-6201-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([150F4026DD19027E]:0)
   [junit4] Completed [398/733 (3!)] on J0 in 31.92s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 47317 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to