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

4 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteCollection

Error Message:


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


FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testCloudInfoInCoreStatus

Error Message:
expected:<corestatus_test> but was:<null>

Stack Trace:
java.lang.AssertionError: expected:<corestatus_test> but was:<null>
        at 
__randomizedtesting.SeedInfo.seed([506830AAF51032A4:702EA7830DC38F8A]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.cloud.CollectionsAPISolrJTest.testCloudInfoInCoreStatus(CollectionsAPISolrJTest.java:144)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
        at 
__randomizedtesting.SeedInfo.seed([506830AAF51032A4:D83C0F705BEC5F5C]: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)


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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:54028/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:54028/solr
        at 
__randomizedtesting.SeedInfo.seed([506830AAF51032A4:D83C0F705BEC5F5C]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:641)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.client.solrj.request.CoreAdminRequest.getStatus(CoreAdminRequest.java:657)
        at org.apache.solr.cloud.ReplaceNodeTest.test(ReplaceNodeTest.java:100)
        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.net.SocketException: Too many open files
        at java.net.Socket.createImpl(Socket.java:460)
        at java.net.Socket.getImpl(Socket.java:520)
        at java.net.Socket.setSoTimeout(Socket.java:1141)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:120)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:526)
        ... 45 more




Build Log:
[...truncated 12098 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
   [junit4]   2> 1386453 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[506830AAF51032A4]-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-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/init-core-data-001
   [junit4]   2> 1386453 WARN  
(SUITE-CollectionsAPISolrJTest-seed#[506830AAF51032A4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=154 numCloses=154
   [junit4]   2> 1386454 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[506830AAF51032A4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1386457 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[506830AAF51032A4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1386458 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[506830AAF51032A4]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001
   [junit4]   2> 1386458 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[506830AAF51032A4]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1386458 INFO  (Thread-2469) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1386458 INFO  (Thread-2469) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1386461 ERROR (Thread-2469) [    ] 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> 1386559 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[506830AAF51032A4]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:65263
   [junit4]   2> 1386609 INFO  (jetty-launcher-1978-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1386609 INFO  (jetty-launcher-1978-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1386609 INFO  (jetty-launcher-1978-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1386609 INFO  (jetty-launcher-1978-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1386612 INFO  (jetty-launcher-1978-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@509bd943{/solr,null,AVAILABLE}
   [junit4]   2> 1386612 INFO  (jetty-launcher-1978-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7c81de2c{HTTP/1.1,[http/1.1]}{127.0.0.1:65265}
   [junit4]   2> 1386612 INFO  (jetty-launcher-1978-thread-2) [    ] 
o.e.j.s.Server Started @1390636ms
   [junit4]   2> 1386612 INFO  (jetty-launcher-1978-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65265}
   [junit4]   2> 1386612 ERROR (jetty-launcher-1978-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1386612 INFO  (jetty-launcher-1978-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1386612 INFO  (jetty-launcher-1978-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1386613 INFO  (jetty-launcher-1978-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1386613 INFO  (jetty-launcher-1978-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-14T22:17:46.915Z
   [junit4]   2> 1386613 INFO  (jetty-launcher-1978-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@325c74eb{/solr,null,AVAILABLE}
   [junit4]   2> 1386613 INFO  (jetty-launcher-1978-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@177fd108{/solr,null,AVAILABLE}
   [junit4]   2> 1386613 INFO  (jetty-launcher-1978-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@123b5ec4{HTTP/1.1,[http/1.1]}{127.0.0.1:65266}
   [junit4]   2> 1386613 INFO  (jetty-launcher-1978-thread-3) [    ] 
o.e.j.s.Server Started @1390637ms
   [junit4]   2> 1386613 INFO  (jetty-launcher-1978-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65266}
   [junit4]   2> 1386613 ERROR (jetty-launcher-1978-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1386614 INFO  (jetty-launcher-1978-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4f7da66b{/solr,null,AVAILABLE}
   [junit4]   2> 1386614 INFO  (jetty-launcher-1978-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1386614 INFO  (jetty-launcher-1978-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1386614 INFO  (jetty-launcher-1978-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1386614 INFO  (jetty-launcher-1978-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-14T22:17:46.916Z
   [junit4]   2> 1386614 INFO  (jetty-launcher-1978-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7da3f87b{HTTP/1.1,[http/1.1]}{127.0.0.1:65269}
   [junit4]   2> 1386614 INFO  (jetty-launcher-1978-thread-1) [    ] 
o.e.j.s.Server Started @1390638ms
   [junit4]   2> 1386614 INFO  (jetty-launcher-1978-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@425ee3e8{HTTP/1.1,[http/1.1]}{127.0.0.1:65267}
   [junit4]   2> 1386614 INFO  (jetty-launcher-1978-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65269}
   [junit4]   2> 1386614 INFO  (jetty-launcher-1978-thread-4) [    ] 
o.e.j.s.Server Started @1390638ms
   [junit4]   2> 1386614 INFO  (jetty-launcher-1978-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65267}
   [junit4]   2> 1386614 ERROR (jetty-launcher-1978-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1386614 ERROR (jetty-launcher-1978-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1386615 INFO  (jetty-launcher-1978-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1386615 INFO  (jetty-launcher-1978-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1386615 INFO  (jetty-launcher-1978-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1386615 INFO  (jetty-launcher-1978-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1386615 INFO  (jetty-launcher-1978-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1386615 INFO  (jetty-launcher-1978-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-14T22:17:46.917Z
   [junit4]   2> 1386615 INFO  (jetty-launcher-1978-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1386615 INFO  (jetty-launcher-1978-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-14T22:17:46.917Z
   [junit4]   2> 1386621 INFO  (jetty-launcher-1978-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1386622 INFO  (jetty-launcher-1978-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1386622 INFO  (jetty-launcher-1978-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1386622 INFO  (jetty-launcher-1978-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1386629 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e82782a0a0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1386639 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e82782a0a0001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1386641 INFO  (jetty-launcher-1978-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65263/solr
   [junit4]   2> 1386641 INFO  (jetty-launcher-1978-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65263/solr
   [junit4]   2> 1386641 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e82782a0a0004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1386643 INFO  (jetty-launcher-1978-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65263/solr
   [junit4]   2> 1386644 INFO  (jetty-launcher-1978-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65263/solr
   [junit4]   2> 1386647 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e82782a0a0005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1386649 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e82782a0a0006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1386650 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e82782a0a0007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1386650 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e82782a0a0008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1386833 INFO  (jetty-launcher-1978-thread-4) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1386834 INFO  (jetty-launcher-1978-thread-4) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:65267_solr
   [junit4]   2> 1386835 INFO  (jetty-launcher-1978-thread-4) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.Overseer Overseer 
(id=98659694461714444-127.0.0.1:65267_solr-n_0000000000) starting
   [junit4]   2> 1386836 INFO  (jetty-launcher-1978-thread-2) 
[n:127.0.0.1:65265_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1386839 INFO  (jetty-launcher-1978-thread-2) 
[n:127.0.0.1:65265_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65265_solr
   [junit4]   2> 1386841 INFO  
(zkCallback-2000-thread-1-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1386842 INFO  
(zkCallback-1999-thread-1-processing-n:127.0.0.1:65265_solr) 
[n:127.0.0.1:65265_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1386845 INFO  (jetty-launcher-1978-thread-3) 
[n:127.0.0.1:65266_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1386878 INFO  
(zkCallback-1997-thread-1-processing-n:127.0.0.1:65266_solr) 
[n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1386884 INFO  
(zkCallback-1998-thread-1-processing-n:127.0.0.1:65269_solr) 
[n:127.0.0.1:65269_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1386884 INFO  (jetty-launcher-1978-thread-3) 
[n:127.0.0.1:65266_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65266_solr
   [junit4]   2> 1386885 INFO  (jetty-launcher-1978-thread-4) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65267_solr
   [junit4]   2> 1386885 INFO  (jetty-launcher-1978-thread-1) 
[n:127.0.0.1:65269_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1386887 INFO  
(zkCallback-1999-thread-1-processing-n:127.0.0.1:65265_solr) 
[n:127.0.0.1:65265_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 1386887 INFO  
(zkCallback-2000-thread-1-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 1386888 INFO  
(zkCallback-1998-thread-1-processing-n:127.0.0.1:65269_solr) 
[n:127.0.0.1:65269_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 1386888 INFO  
(zkCallback-1997-thread-1-processing-n:127.0.0.1:65266_solr) 
[n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 1386939 INFO  (jetty-launcher-1978-thread-1) 
[n:127.0.0.1:65269_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65269_solr
   [junit4]   2> 1386940 INFO  
(zkCallback-2000-thread-1-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1386941 INFO  
(zkCallback-1998-thread-1-processing-n:127.0.0.1:65269_solr) 
[n:127.0.0.1:65269_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1386941 INFO  
(zkCallback-1999-thread-1-processing-n:127.0.0.1:65265_solr) 
[n:127.0.0.1:65265_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1386941 INFO  
(zkCallback-1997-thread-1-processing-n:127.0.0.1:65266_solr) 
[n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1387029 INFO  (jetty-launcher-1978-thread-2) 
[n:127.0.0.1:65265_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65265.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1387043 INFO  (jetty-launcher-1978-thread-2) 
[n:127.0.0.1:65265_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65265.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1387044 INFO  (jetty-launcher-1978-thread-2) 
[n:127.0.0.1:65265_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65265.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1387047 INFO  (jetty-launcher-1978-thread-2) 
[n:127.0.0.1:65265_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node2/.
   [junit4]   2> 1387051 INFO  (jetty-launcher-1978-thread-3) 
[n:127.0.0.1:65266_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65266.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1387064 INFO  (jetty-launcher-1978-thread-3) 
[n:127.0.0.1:65266_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65266.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1387065 INFO  (jetty-launcher-1978-thread-3) 
[n:127.0.0.1:65266_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65266.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1387067 INFO  (jetty-launcher-1978-thread-3) 
[n:127.0.0.1:65266_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node3/.
   [junit4]   2> 1387068 INFO  (jetty-launcher-1978-thread-4) 
[n:127.0.0.1:65267_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65267.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1387073 INFO  (jetty-launcher-1978-thread-4) 
[n:127.0.0.1:65267_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65267.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1387074 INFO  (jetty-launcher-1978-thread-4) 
[n:127.0.0.1:65267_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65267.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1387077 INFO  (jetty-launcher-1978-thread-4) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node4/.
   [junit4]   2> 1387082 INFO  (jetty-launcher-1978-thread-1) 
[n:127.0.0.1:65269_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65269.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1387089 INFO  (jetty-launcher-1978-thread-1) 
[n:127.0.0.1:65269_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65269.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1387089 INFO  (jetty-launcher-1978-thread-1) 
[n:127.0.0.1:65269_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65269.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1387090 INFO  (jetty-launcher-1978-thread-1) 
[n:127.0.0.1:65269_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node1/.
   [junit4]   2> 1387199 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[506830AAF51032A4]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1387200 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[506830AAF51032A4]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65263/solr ready
   [junit4]   2> 1387239 INFO  
(TEST-CollectionsAPISolrJTest.testCreateCollectionWithPropertyParam-seed#[506830AAF51032A4])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionWithPropertyParam
   [junit4]   2> 1387242 INFO  (qtp581455560-11706) [n:127.0.0.1:65269_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&property.ulogDir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/testPropertyParamsForCreate-001/ulogDir-wq&property.dataDir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/testPropertyParamsForCreate-001/dataDir-cmbc&collection.configName=conf&name=solrj_test_core_props&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1387245 INFO  
(OverseerThreadFactory-5031-thread-1-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
solrj_test_core_props
   [junit4]   2> 1387356 INFO  
(OverseerStateUpdate-98659694461714444-127.0.0.1:65267_solr-n_0000000000) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_test_core_props",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"solrj_test_core_props_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65267/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1387561 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&property.dataDir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/testPropertyParamsForCreate-001/dataDir-cmbc&collection.configName=conf&newCollection=true&collection=solrj_test_core_props&version=2&replicaType=NRT&property.ulogDir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/testPropertyParamsForCreate-001/ulogDir-wq&coreNodeName=core_node2&name=solrj_test_core_props_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 1387561 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1387670 INFO  
(zkCallback-2000-thread-1-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_test_core_props/state.json] for collection 
[solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1387670 INFO  
(zkCallback-2000-thread-2-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_test_core_props/state.json] for collection 
[solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1388576 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 1388581 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.s.IndexSchema 
[solrj_test_core_props_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1388584 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1388584 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'solrj_test_core_props_shard1_replica_n1' using configuration from 
collection solrj_test_core_props, trusted=true
   [junit4]   2> 1388584 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_65267.solr.core.solrj_test_core_props.shard1.replica_n1' 
(registry 'solr.core.solrj_test_core_props.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1388584 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1388584 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SolrCore 
[[solrj_test_core_props_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node4/solrj_test_core_props_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/testPropertyParamsForCreate-001/dataDir-cmbc/]
   [junit4]   2> 1388652 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1388652 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1388654 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1388654 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1388665 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2fb59fef[solrj_test_core_props_shard1_replica_n1] main]
   [junit4]   2> 1388666 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1388667 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1388667 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 1388667 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1578555113701638144
   [junit4]   2> 1388668 INFO  
(searcherExecutor-5040-thread-1-processing-n:127.0.0.1:65267_solr 
x:solrj_test_core_props_shard1_replica_n1 s:shard1 c:solrj_test_core_props 
r:core_node2) [n:127.0.0.1:65267_solr c:solrj_test_core_props s:shard1 
r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SolrCore 
[solrj_test_core_props_shard1_replica_n1] Registered new searcher 
Searcher@2fb59fef[solrj_test_core_props_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1388675 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1388675 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1388675 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas 
to http://127.0.0.1:65267/solr/solrj_test_core_props_shard1_replica_n1/
   [junit4]   2> 1388675 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1388676 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:65267/solr/solrj_test_core_props_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1388676 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1388680 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:65267/solr/solrj_test_core_props_shard1_replica_n1/ shard1
   [junit4]   2> 1388788 INFO  
(zkCallback-2000-thread-2-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_test_core_props/state.json] for collection 
[solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1388788 INFO  
(zkCallback-2000-thread-1-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_test_core_props/state.json] for collection 
[solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1388838 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1388840 INFO  (qtp807382296-11710) [n:127.0.0.1:65267_solr 
c:solrj_test_core_props s:shard1 r:core_node2 
x:solrj_test_core_props_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&property.dataDir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/testPropertyParamsForCreate-001/dataDir-cmbc&collection.configName=conf&newCollection=true&collection=solrj_test_core_props&version=2&replicaType=NRT&property.ulogDir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/testPropertyParamsForCreate-001/ulogDir-wq&coreNodeName=core_node2&name=solrj_test_core_props_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin}
 status=0 QTime=1279
   [junit4]   2> 1388843 INFO  (qtp581455560-11706) [n:127.0.0.1:65269_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1388949 INFO  
(zkCallback-2000-thread-1-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_test_core_props/state.json] for collection 
[solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1388949 INFO  
(zkCallback-2000-thread-2-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_test_core_props/state.json] for collection 
[solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1389248 INFO  
(OverseerCollectionConfigSetProcessor-98659694461714444-127.0.0.1:65267_solr-n_0000000000)
 [n:127.0.0.1:65267_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1389845 INFO  (qtp581455560-11706) [n:127.0.0.1:65269_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&property.ulogDir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/testPropertyParamsForCreate-001/ulogDir-wq&property.dataDir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/testPropertyParamsForCreate-001/dataDir-cmbc&collection.configName=conf&name=solrj_test_core_props&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2602
   [junit4]   2> 1389856 INFO  (qtp807382296-11712) [n:127.0.0.1:65267_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 1389856 INFO  
(TEST-CollectionsAPISolrJTest.testCreateCollectionWithPropertyParam-seed#[506830AAF51032A4])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionWithPropertyParam
   [junit4]   2> 1389878 INFO  
(TEST-CollectionsAPISolrJTest.testCreateAndDeleteShard-seed#[506830AAF51032A4]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateAndDeleteShard
   [junit4]   2> 1389878 INFO  (qtp581455560-11708) [n:127.0.0.1:65269_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=1&shards=shardA,shardB&replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&name=solrj_implicit&router.name=implicit&nrtReplicas=1&action=CREATE&tlogReplicas=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1389881 INFO  
(OverseerThreadFactory-5031-thread-2-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
solrj_implicit
   [junit4]   2> 1390099 INFO  
(OverseerStateUpdate-98659694461714444-127.0.0.1:65267_solr-n_0000000000) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardA",
   [junit4]   2>   "core":"solrj_implicit_shardA_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65267/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1390106 INFO  
(OverseerStateUpdate-98659694461714444-127.0.0.1:65267_solr-n_0000000000) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardA",
   [junit4]   2>   "core":"solrj_implicit_shardA_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65269/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1390109 INFO  
(OverseerStateUpdate-98659694461714444-127.0.0.1:65267_solr-n_0000000000) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardA",
   [junit4]   2>   "core":"solrj_implicit_shardA_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65266/solr";,
   [junit4]   2>   "type":"PULL"} 
   [junit4]   2> 1390113 INFO  
(OverseerStateUpdate-98659694461714444-127.0.0.1:65267_solr-n_0000000000) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardB",
   [junit4]   2>   "core":"solrj_implicit_shardB_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65265/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1390117 INFO  
(OverseerStateUpdate-98659694461714444-127.0.0.1:65267_solr-n_0000000000) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardB",
   [junit4]   2>   "core":"solrj_implicit_shardB_replica_t8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65267/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1390120 INFO  
(OverseerStateUpdate-98659694461714444-127.0.0.1:65267_solr-n_0000000000) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardB",
   [junit4]   2>   "core":"solrj_implicit_shardB_replica_p10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65269/solr";,
   [junit4]   2>   "type":"PULL"} 
   [junit4]   2> 1390325 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=solrj_implicit_shardA_replica_n1&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardA&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1390327 INFO  (qtp581455560-11725) [n:127.0.0.1:65269_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=solrj_implicit_shardA_replica_t2&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardA&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1390328 INFO  (qtp581455560-11725) [n:127.0.0.1:65269_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1390328 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&newCollection=true&name=solrj_implicit_shardB_replica_p10&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardB&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1390330 INFO  (qtp807382296-11714) [n:127.0.0.1:65267_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=solrj_implicit_shardB_replica_t8&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardB&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1390331 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=solrj_implicit_shardA_replica_p4&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardA&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1390332 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=solrj_implicit_shardB_replica_n6&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardB&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1390332 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1390333 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1390454 INFO  
(zkCallback-2000-thread-1-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1390454 INFO  
(zkCallback-1998-thread-1-processing-n:127.0.0.1:65269_solr) 
[n:127.0.0.1:65269_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1390454 INFO  
(zkCallback-1997-thread-1-processing-n:127.0.0.1:65266_solr) 
[n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1390454 INFO  
(zkCallback-2000-thread-2-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1390454 INFO  
(zkCallback-1999-thread-1-processing-n:127.0.0.1:65265_solr) 
[n:127.0.0.1:65265_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1390454 INFO  
(zkCallback-1999-thread-2-processing-n:127.0.0.1:65265_solr) 
[n:127.0.0.1:65265_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1390455 INFO  
(zkCallback-1997-thread-2-processing-n:127.0.0.1:65266_solr) 
[n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1390456 INFO  
(zkCallback-1998-thread-2-processing-n:127.0.0.1:65269_solr) 
[n:127.0.0.1:65269_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1390456 INFO  
(zkCallback-2000-thread-3-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1391355 INFO  (qtp807382296-11714) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1391355 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1391355 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1392927 INFO  (qtp581455560-11725) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1392945 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr 
c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1392947 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.s.IndexSchema [solrj_implicit_shardB_replica_p10] Schema name=minimal
   [junit4]   2> 1392987 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.s.IndexSchema [solrj_implicit_shardA_replica_n1] Schema name=minimal
   [junit4]   2> 1393009 INFO  (qtp807382296-11714) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.s.IndexSchema [solrj_implicit_shardB_replica_t8] Schema name=minimal
   [junit4]   2> 1393018 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1393035 INFO  (qtp807382296-11714) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1393035 INFO  (qtp807382296-11714) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardB_replica_t8' 
using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 1393036 INFO  (qtp807382296-11714) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65267.solr.core.solrj_implicit.shardB.replica_t8' (registry 
'solr.core.solrj_implicit.shardB.replica_t8') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1393036 INFO  (qtp807382296-11714) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1393036 INFO  (qtp807382296-11714) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.c.SolrCore [[solrj_implicit_shardB_replica_t8] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node4/solrj_implicit_shardB_replica_t8],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node4/./solrj_implicit_shardB_replica_t8/data/]
   [junit4]   2> 1393039 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.s.IndexSchema [solrj_implicit_shardA_replica_p4] Schema name=minimal
   [junit4]   2> 1393041 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1393041 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1393041 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardA_replica_p4' 
using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 1393041 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65266.solr.core.solrj_implicit.shardA.replica_p4' (registry 
'solr.core.solrj_implicit.shardA.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1393041 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1393041 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.c.SolrCore [[solrj_implicit_shardA_replica_p4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node3/solrj_implicit_shardA_replica_p4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node3/./solrj_implicit_shardA_replica_p4/data/]
   [junit4]   2> 1393041 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1393042 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardB_replica_p10' 
using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 1393042 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65269.solr.core.solrj_implicit.shardB.replica_p10' (registry 
'solr.core.solrj_implicit.shardB.replica_p10') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1393042 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1393042 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.c.SolrCore [[solrj_implicit_shardB_replica_p10] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node1/solrj_implicit_shardB_replica_p10],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node1/./solrj_implicit_shardB_replica_p10/data/]
   [junit4]   2> 1393041 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardA_replica_n1' 
using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 1393045 INFO  (qtp581455560-11725) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.s.IndexSchema [solrj_implicit_shardA_replica_t2] Schema name=minimal
   [junit4]   2> 1393054 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65267.solr.core.solrj_implicit.shardA.replica_n1' (registry 
'solr.core.solrj_implicit.shardA.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1393054 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1393054 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.c.SolrCore [[solrj_implicit_shardA_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node4/solrj_implicit_shardA_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node4/./solrj_implicit_shardA_replica_n1/data/]
   [junit4]   2> 1393059 INFO  (qtp581455560-11725) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1393059 INFO  (qtp581455560-11725) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardA_replica_t2' 
using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 1393060 INFO  (qtp581455560-11725) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65269.solr.core.solrj_implicit.shardA.replica_t2' (registry 
'solr.core.solrj_implicit.shardA.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1393060 INFO  (qtp581455560-11725) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1393060 INFO  (qtp581455560-11725) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.c.SolrCore [[solrj_implicit_shardA_replica_t2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node1/solrj_implicit_shardA_replica_t2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node1/./solrj_implicit_shardA_replica_t2/data/]
   [junit4]   2> 1393062 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr 
c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] 
o.a.s.s.IndexSchema [solrj_implicit_shardB_replica_n6] Schema name=minimal
   [junit4]   2> 1393063 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr 
c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1393063 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr 
c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardB_replica_n6' 
using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 1393063 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr 
c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65265.solr.core.solrj_implicit.shardB.replica_n6' (registry 
'solr.core.solrj_implicit.shardB.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e11504b
   [junit4]   2> 1393063 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr 
c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1393063 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr 
c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] 
o.a.s.c.SolrCore [[solrj_implicit_shardB_replica_n6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node2/solrj_implicit_shardB_replica_n6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_506830AAF51032A4-001/tempDir-001/node2/./solrj_implicit_shardB_replica_n6/data/]
   [junit4]   2> 1393165 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1393165 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1393182 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1393182 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1393189 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2fefd298[solrj_implicit_shardA_replica_n1] main]
   [junit4]   2> 1393190 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1393190 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1393193 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1393193 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578555118447493120
   [junit4]   2> 1393200 INFO  
(searcherExecutor-5048-thread-1-processing-n:127.0.0.1:65267_solr 
x:solrj_implicit_shardA_replica_n1 s:shardA c:solrj_implicit r:core_node3) 
[n:127.0.0.1:65267_solr c:solrj_implicit s:shardA r:core_node3 
x:solrj_implicit_shardA_replica_n1] o.a.s.c.SolrCore 
[solrj_implicit_shardA_replica_n1] Registered new searcher 
Searcher@2fefd298[solrj_implicit_shardA_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1393200 INFO  (qtp807382296-11713) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shardA: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1393204 INFO  
(zkCallback-1997-thread-2-processing-n:127.0.0.1:65266_solr) 
[n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1393204 INFO  
(zkCallback-1997-thread-1-processing-n:127.0.0.1:65266_solr) 
[n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1393204 INFO  
(zkCallback-1998-thread-2-processing-n:127.0.0.1:65269_solr) 
[n:127.0.0.1:65269_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1393205 INFO  
(zkCallback-1998-thread-1-processing-n:127.0.0.1:65269_solr) 
[n:127.0.0.1:65269_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1393205 INFO  
(zkCallback-1999-thread-1-processing-n:127.0.0.1:65265_solr) 
[n:127.0.0.1:65265_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1393205 INFO  
(zkCallback-2000-thread-3-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1393205 INFO  
(zkCallback-2000-thread-1-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1393205 INFO  
(zkCallback-2000-thread-2-processing-n:127.0.0.1:65267_solr) 
[n:127.0.0.1:65267_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1393205 INFO  
(zkCallback-1999-thread-2-processing-n:127.0.0.1:65265_solr) 
[n:127.0.0.1:65265_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1393216 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1393216 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1393216 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1393216 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1393218 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr 
c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1393218 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr 
c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1393218 INFO  (qtp807382296-11714) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1393218 INFO  (qtp807382296-11714) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1393219 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr 
c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1393219 INFO  (qtp214981229-11719) [n:127.0.0.1:65265_solr 
c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1393220 INFO  (qtp807382296-11714) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1393220 INFO  (qtp807382296-11714) [n:127.0.0.1:65267_solr 
c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1393220 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2581e756[solrj_implicit_shardB_replica_p10] main]
   [junit4]   2> 1393222 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1393222 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1393223 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1393223 INFO  
(searcherExecutor-5047-thread-1-processing-n:127.0.0.1:65269_solr 
x:solrj_implicit_shardB_replica_p10 s:shardB c:solrj_implicit r:core_node12) 
[n:127.0.0.1:65269_solr c:solrj_implicit s:shardB r:core_node12 
x:solrj_implicit_shardB_replica_p10] o.a.s.c.SolrCore 
[solrj_implicit_shardB_replica_p10] Registered new searcher 
Searcher@2581e756[solrj_implicit_shardB_replica_p10] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1393223 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.c.ZkController solrj_implicit_shardB_replica_p10 starting background 
replication from leader
   [junit4]   2> 1393223 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 1393224 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@b97c8e0[solrj_implicit_shardA_replica_p4] main]
   [junit4]   2> 1393225 INFO  (qtp581455560-11725) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1393225 INFO  (qtp581455560-11725) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1393227 INFO  (qtp1823066782-11732) [n:127.0.0.1:65266_solr 
c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1393228 INFO  (qtp581455560-11726) [n:127.0.0.1:65269_solr 
c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1393228 INFO  (qtp1823066782-11732) [

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

-3052-thread-1-processing-n:127.0.0.1:54030_solr) [n:127.0.0.1:54030_solr    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (4)
   [junit4]   2> 2504273 INFO  
(zkCallback-3048-thread-1-processing-n:127.0.0.1:54029_solr) 
[n:127.0.0.1:54029_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (4)
   [junit4]   2> 2504273 INFO  
(zkCallback-3053-thread-1-processing-n:127.0.0.1:54034_solr) 
[n:127.0.0.1:54034_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (4)
   [junit4]   2> 2504273 INFO  (jetty-closer-3023-thread-6) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2504275 WARN  
(zkCallback-3053-thread-1-processing-n:127.0.0.1:54034_solr) 
[n:127.0.0.1:54034_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2504277 INFO  
(zkCallback-3048-thread-1-processing-n:127.0.0.1:54029_solr) 
[n:127.0.0.1:54029_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (2)
   [junit4]   2> 2504277 INFO  (jetty-closer-3023-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2504279 INFO  (jetty-closer-3023-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@420dab11{/solr,null,UNAVAILABLE}
   [junit4]   2> 2504279 INFO  (jetty-closer-3023-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98659764811661330-127.0.0.1:54027_solr-n_0000000000) closing
   [junit4]   2> 2504280 INFO  
(OverseerStateUpdate-98659764811661330-127.0.0.1:54027_solr-n_0000000000) 
[n:127.0.0.1:54027_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:54027_solr
   [junit4]   2> 2504280 WARN  
(zkCallback-3048-thread-1-processing-n:127.0.0.1:54029_solr) 
[n:127.0.0.1:54029_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2504281 INFO  
(zkCallback-3054-thread-1-processing-n:127.0.0.1:54027_solr) 
[n:127.0.0.1:54027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (1)
   [junit4]   2> 2504281 WARN  
(zkCallback-3054-thread-1-processing-n:127.0.0.1:54027_solr) 
[n:127.0.0.1:54027_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2504281 INFO  (jetty-closer-3023-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@26ed79fe{/solr,null,UNAVAILABLE}
   [junit4]   2> 2505771 WARN  
(zkCallback-3051-thread-1-processing-n:127.0.0.1:54028_solr) 
[n:127.0.0.1:54028_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2505772 INFO  (jetty-closer-3023-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6c1eb7ff{/solr,null,UNAVAILABLE}
   [junit4]   2> 2505778 WARN  
(zkCallback-3052-thread-1-processing-n:127.0.0.1:54030_solr) 
[n:127.0.0.1:54030_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2505779 INFO  (jetty-closer-3023-thread-6) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7c0761f{/solr,null,UNAVAILABLE}
   [junit4]   2> 2505779 INFO  (jetty-closer-3023-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@73c051a3{/solr,null,UNAVAILABLE}
   [junit4]   2> 2505784 ERROR 
(SUITE-ReplaceNodeTest-seed#[506830AAF51032A4]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2505785 INFO  
(SUITE-ReplaceNodeTest-seed#[506830AAF51032A4]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:54024 54024
   [junit4]   2> 2505807 INFO  (Thread-3748) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:54024 54024
   [junit4]   2> 2506159 WARN  (Thread-3748) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        6       /solr/security.json
   [junit4]   2>        4       
/solr/collections/replacenodetest_coll/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        21      
/solr/collections/replacenodetest_coll/state.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_506830AAF51032A4-001
   [junit4]   2> Sep 14, 2017 10:36:26 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1938, maxMBSortInHeap=7.142243478881239, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ms, timezone=Asia/Vientiane
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=58314632,total=525336576
   [junit4]   2> NOTE: All tests run in this JVM: [StressHdfsTest, 
TestCloudSchemaless, PrimUtilsTest, SolrTestCaseJ4Test, 
UninvertDocValuesMergePolicyTest, TestImpersonationWithHadoopAuth, 
NotRequiredUniqueKeyTest, DocValuesMissingTest, ClusterStateUpdateTest, 
SyncSliceTest, TestDownShardTolerantSearch, TestClassicSimilarityFactory, 
ResourceLoaderTest, ScriptEngineTest, CircularListTest, 
CollectionTooManyReplicasTest, TestCloudSearcherWarming, CursorPagingTest, 
TestRandomRequestDistribution, RankQueryTest, MetricsHandlerTest, 
TestBulkSchemaConcurrent, TestNumericTerms64, TestReplicationHandlerBackup, 
TestStressVersions, TestSubQueryTransformer, HdfsBasicDistributedZk2Test, 
AnalyticsQueryTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
TestImplicitCoreProperties, XsltUpdateRequestHandlerTest, 
TestDeleteCollectionOnDownNodes, TestDocBasedVersionConstraints, 
BigEndianAscendingWordSerializerTest, TestMaxTokenLenTokenizer, 
CheckHdfsIndexTest, TestCSVResponseWriter, TestCodecSupport, 
DistributedVersionInfoTest, SolrCLIZkUtilsTest, TestExpandComponent, 
CleanupOldIndexTest, DirectUpdateHandlerTest, SuggesterWFSTTest, 
DistributedFacetPivotSmallAdvancedTest, TestStressRecovery, TestConfigSets, 
RAMDirectoryFactoryTest, HdfsCollectionsAPIDistributedZkTest, 
SolrShardReporterTest, TestPrepRecovery, OverseerTaskQueueTest, 
PeerSyncWithIndexFingerprintCachingTest, DistribCursorPagingTest, 
TestDistribIDF, TestLazyCores, WordBreakSolrSpellCheckerTest, 
TestHdfsUpdateLog, JvmMetricsTest, TestLMDirichletSimilarityFactory, 
TestOmitPositions, SolrInfoBeanTest, TestSolrConfigHandlerConcurrent, 
TestRequestStatusCollectionAPI, TestConfigSetsAPI, LeaderElectionTest, 
CdcrUpdateLogTest, TestNumericRangeQuery32, SearchHandlerTest, 
TestLeaderElectionZkExpiry, DistributedSpellCheckComponentTest, 
JavabinLoaderTest, TestNumericTokenStream, DocValuesTest, 
TlogReplayBufferedWhileIndexingTest, TestTolerantUpdateProcessorCloud, 
MoveReplicaHDFSUlogDirTest, TestCollectionAPI, SolrCoreMetricManagerTest, 
ZkStateReaderTest, TestCustomStream, TestUpdate, BJQParserTest, 
TestQuerySenderListener, TestCloudPseudoReturnFields, ForceLeaderTest, 
MultiTermTest, DistributedFacetPivotWhiteBoxTest, OutputWriterTest, 
DeleteInactiveReplicaTest, ShardSplitTest, TestSQLHandlerNonCloud, 
ClusterStateTest, TestFieldCacheSort, SparseHLLTest, 
TestNonDefinedSimilarityFactory, DocExpirationUpdateProcessorFactoryTest, 
TestPHPSerializedResponseWriter, QueryParsingTest, 
TestDynamicFieldCollectionResource, TestReplicationHandler, TimeZoneUtilsTest, 
CollectionsAPISolrJTest, TestCloudJSONFacetJoinDomain, 
PKIAuthenticationIntegrationTest, TestHighlightDedupGrouping, 
CdcrVersionReplicationTest, TestGeoJSONResponseWriter, 
LeaderInitiatedRecoveryOnShardRestartTest, TestUtils, CoreAdminHandlerTest, 
DistanceFunctionTest, TestManagedSchemaAPI, TestSolrCoreProperties, 
TestFieldCache, TestFreeTextSuggestions, BlockCacheTest, TestBulkSchemaAPI, 
TestStressCloudBlindAtomicUpdates, TestHdfsCloudBackupRestore, 
TestCloudDeleteByQuery, TestSchemaSimilarityResource, BasicDistributedZkTest, 
TestConfigSetImmutable, TestStreamBody, TestBackupRepositoryFactory, 
TestLegacyFieldCache, HdfsUnloadDistributedZkTest, CdcrBootstrapTest, 
TestFilteredDocIdSet, ChaosMonkeyNothingIsSafeTest, HighlighterConfigTest, 
TestFunctionQuery, ShardRoutingTest, TestJavabinTupleStreamParser, 
NoCacheHeaderTest, TestCoreAdminApis, ReplicaListTransformerTest, 
FastVectorHighlighterTest, TestMacros, TestRestoreCore, SSLMigrationTest, 
TestExtendedDismaxParser, TestReversedWildcardFilterFactory, 
HdfsDirectoryFactoryTest, TestAddFieldRealTimeGet, V2ApiIntegrationTest, 
TestIBSimilarityFactory, SharedFSAutoReplicaFailoverUtilsTest, 
DefaultValueUpdateProcessorTest, TestMiniSolrCloudClusterSSL, 
TestQuerySenderNoQuery, TestZkAclsWithHadoopAuth, 
TestLocalFSCloudBackupRestore, RecoveryZkTest, CloudMLTQParserTest, 
ParsingFieldUpdateProcessorsTest, TestFoldingMultitermQuery, 
AutoScalingHandlerTest, DistributedExpandComponentTest, 
SolrJmxReporterCloudTest, SolrSlf4jReporterTest, TestNamedUpdateProcessors, 
TestStressReorder, TestPKIAuthenticationPlugin, TestQueryWrapperFilter, 
TestSizeLimitedDistributedMap, TestLFUCache, TestSegmentSorting, 
ReplaceNodeTest]
   [junit4] Completed [514/731 (3!)] on J0 in 47.06s, 1 test, 1 error <<< 
FAILURES!

[...truncated 47004 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to