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

3 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at http://127.0.0.1:51671/solr/awhollynewcollection_0: 
Expected mime type application/octet-stream but got text/html. <html> <head> 
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> 
<title>Error 510 </title> </head> <body> <h2>HTTP ERROR: 510</h2> <p>Problem 
accessing /solr/awhollynewcollection_0/select. Reason: <pre>    
{metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:6},code=510}</pre></p>
 <hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:51671/solr/awhollynewcollection_0: Expected 
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 510 </title>
</head>
<body>
<h2>HTTP ERROR: 510</h2>
<p>Problem accessing /solr/awhollynewcollection_0/select. Reason:
<pre>    
{metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:6},code=510}</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.14.v20161028</a><hr/>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([F2B7F038BFA688D4:BAC2848CB995A741]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1361)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1112)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1042)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:522)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:745)


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

Error Message:
Could not find new collection splitByRouteKeyTest

Stack Trace:
java.lang.AssertionError: Could not find new collection splitByRouteKeyTest
        at 
__randomizedtesting.SeedInfo.seed([F2B7F038BFA688D4:7AE3CFE2115AE52C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkForCollection(AbstractFullDistribZkTestBase.java:1733)
        at 
org.apache.solr.cloud.ShardSplitTest.splitByRouteKeyTest(ShardSplitTest.java:768)
        at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:103)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:745)


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

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

Stack Trace:
java.lang.RuntimeException: timeout waiting for collection in cluster state: 
collection=testcollection
        at 
__randomizedtesting.SeedInfo.seed([F2B7F038BFA688D4:7AE3CFE2115AE52C]:0)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:346)
        at 
org.apache.solr.cloud.TestRebalanceLeaders.test(TestRebalanceLeaders.java:73)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:745)




Build Log:
[...truncated 11263 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/init-core-data-001
   [junit4]   2> 581348 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 581354 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-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> 581356 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001
   [junit4]   2> 581356 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 581356 INFO  (Thread-1073) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 581357 INFO  (Thread-1073) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 581456 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:51668
   [junit4]   2> 581493 INFO  (jetty-launcher-898-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 581493 INFO  (jetty-launcher-898-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 581493 INFO  (jetty-launcher-898-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 581494 INFO  (jetty-launcher-898-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 581497 INFO  (jetty-launcher-898-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@78c24fe8{/solr,null,AVAILABLE}
   [junit4]   2> 581499 INFO  (jetty-launcher-898-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4530724a{/solr,null,AVAILABLE}
   [junit4]   2> 581500 INFO  (jetty-launcher-898-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@452e4dab{HTTP/1.1,[http/1.1]}{127.0.0.1:51670}
   [junit4]   2> 581500 INFO  (jetty-launcher-898-thread-3) [    ] 
o.e.j.s.Server Started @587672ms
   [junit4]   2> 581500 INFO  (jetty-launcher-898-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7054b3d1{HTTP/1.1,[http/1.1]}{127.0.0.1:51671}
   [junit4]   2> 581500 INFO  (jetty-launcher-898-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51670}
   [junit4]   2> 581500 INFO  (jetty-launcher-898-thread-4) [    ] 
o.e.j.s.Server Started @587672ms
   [junit4]   2> 581500 INFO  (jetty-launcher-898-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51671}
   [junit4]   2> 581500 ERROR (jetty-launcher-898-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 581502 INFO  (jetty-launcher-898-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6181e0b7{/solr,null,AVAILABLE}
   [junit4]   2> 581504 INFO  (jetty-launcher-898-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 581504 INFO  (jetty-launcher-898-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 581500 ERROR (jetty-launcher-898-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 581504 INFO  (jetty-launcher-898-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 581504 INFO  (jetty-launcher-898-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-07T05:10:08.968Z
   [junit4]   2> 581504 INFO  (jetty-launcher-898-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-07T05:10:08.969Z
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@603daaf9{/solr,null,AVAILABLE}
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@23ec12ac{HTTP/1.1,[http/1.1]}{127.0.0.1:51673}
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-2) [    ] 
o.e.j.s.Server Started @587678ms
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51673}
   [junit4]   2> 581506 ERROR (jetty-launcher-898-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 581506 INFO  (jetty-launcher-898-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 581506 INFO  (jetty-launcher-898-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 581506 INFO  (jetty-launcher-898-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 581507 INFO  (jetty-launcher-898-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-07T05:10:08.970Z
   [junit4]   2> 581512 INFO  (jetty-launcher-898-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@15452861{HTTP/1.1,[http/1.1]}{127.0.0.1:51672}
   [junit4]   2> 581512 INFO  (jetty-launcher-898-thread-1) [    ] 
o.e.j.s.Server Started @587685ms
   [junit4]   2> 581512 INFO  (jetty-launcher-898-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51672}
   [junit4]   2> 581513 ERROR (jetty-launcher-898-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 581514 INFO  (jetty-launcher-898-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 581514 INFO  (jetty-launcher-898-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 581514 INFO  (jetty-launcher-898-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 581514 INFO  (jetty-launcher-898-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-07T05:10:08.978Z
   [junit4]   2> 581527 INFO  (jetty-launcher-898-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 581527 INFO  (jetty-launcher-898-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 581527 INFO  (jetty-launcher-898-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 581527 INFO  (jetty-launcher-898-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 581549 INFO  (jetty-launcher-898-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 581551 INFO  (jetty-launcher-898-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51668/solr
   [junit4]   2> 581553 INFO  (jetty-launcher-898-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 581553 INFO  (jetty-launcher-898-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 581556 INFO  (jetty-launcher-898-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51668/solr
   [junit4]   2> 581557 INFO  (jetty-launcher-898-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51668/solr
   [junit4]   2> 581557 INFO  (jetty-launcher-898-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 581563 INFO  (jetty-launcher-898-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51668/solr
   [junit4]   2> 581628 INFO  (jetty-launcher-898-thread-2) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 581631 INFO  (jetty-launcher-898-thread-3) 
[n:127.0.0.1:51670_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 581631 INFO  (jetty-launcher-898-thread-2) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:51673_solr
   [junit4]   2> 581634 INFO  (jetty-launcher-898-thread-3) 
[n:127.0.0.1:51670_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51670_solr
   [junit4]   2> 581634 INFO  (jetty-launcher-898-thread-2) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.Overseer Overseer 
(id=97574152360689675-127.0.0.1:51673_solr-n_0000000000) starting
   [junit4]   2> 581639 INFO  
(zkCallback-920-thread-1-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 581639 INFO  
(zkCallback-916-thread-1-processing-n:127.0.0.1:51671_solr) 
[n:127.0.0.1:51671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 581640 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:51670_solr) 
[n:127.0.0.1:51670_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 581645 INFO  (jetty-launcher-898-thread-4) 
[n:127.0.0.1:51671_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 581649 INFO  
(zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) 
[n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 581656 INFO  (jetty-launcher-898-thread-1) 
[n:127.0.0.1:51672_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 581664 INFO  (jetty-launcher-898-thread-4) 
[n:127.0.0.1:51671_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51671_solr
   [junit4]   2> 581670 INFO  
(zkCallback-916-thread-1-processing-n:127.0.0.1:51671_solr) 
[n:127.0.0.1:51671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 581670 INFO  
(zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) 
[n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 581670 INFO  
(zkCallback-920-thread-1-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 581670 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:51670_solr) 
[n:127.0.0.1:51670_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 581670 INFO  (jetty-launcher-898-thread-1) 
[n:127.0.0.1:51672_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51672_solr
   [junit4]   2> 581671 INFO  (jetty-launcher-898-thread-2) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51673_solr
   [junit4]   2> 581677 INFO  
(zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) 
[n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 581677 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:51670_solr) 
[n:127.0.0.1:51670_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 581678 INFO  
(zkCallback-916-thread-1-processing-n:127.0.0.1:51671_solr) 
[n:127.0.0.1:51671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 581679 INFO  
(zkCallback-920-thread-3-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (4)
   [junit4]   2> 581680 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:51670_solr) 
[n:127.0.0.1:51670_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 581680 INFO  
(zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) 
[n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 581680 INFO  
(zkCallback-916-thread-1-processing-n:127.0.0.1:51671_solr) 
[n:127.0.0.1:51671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 581837 INFO  (jetty-launcher-898-thread-3) 
[n:127.0.0.1:51670_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node3/.
   [junit4]   2> 582412 INFO  (jetty-launcher-898-thread-4) 
[n:127.0.0.1:51671_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node4/.
   [junit4]   2> 582421 INFO  (jetty-launcher-898-thread-2) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node2/.
   [junit4]   2> 582424 INFO  (jetty-launcher-898-thread-1) 
[n:127.0.0.1:51672_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node1/.
   [junit4]   2> 582729 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 582731 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51668/solr ready
   [junit4]   2> 582791 INFO  
(TEST-CollectionsAPIDistributedZkTest.testTooManyReplicas-seed#[F2B7F038BFA688D4])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testTooManyReplicas
   [junit4]   2> 582795 INFO  
(TEST-CollectionsAPIDistributedZkTest.testTooManyReplicas-seed#[F2B7F038BFA688D4])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 582805 INFO  (qtp223977492-4991) [n:127.0.0.1:51671_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=10&collection.configName=conf&name=collection&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 582819 INFO  
(OverseerThreadFactory-2224-thread-1-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection
   [junit4]   2> 582819 WARN  
(OverseerThreadFactory-2224-thread-1-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.CreateCollectionCmd Specified 
replicationFactor of 10 on collection collection is higher than or equal to the 
number of Solr instances currently live or live and part of your 
createNodeSet(4). It's unusual to run two replica of the same slice on the same 
Solr-instance.
   [junit4]   2> 582820 ERROR 
(OverseerThreadFactory-2224-thread-1-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
Collection: collection operation: create 
failed:org.apache.solr.common.SolrException: Cannot create collection 
collection. Value of maxShardsPerNode is 1, and the number of nodes currently 
live or live and part of your createNodeSet is 4. This allows a maximum of 4 to 
be created. Value of numShards is 2 and value of replicationFactor is 10. This 
requires 20 shards to be created (higher than the allowed number)
   [junit4]   2>        at 
org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:155)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 582844 INFO  (qtp223977492-4991) [n:127.0.0.1:51671_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=10&collection.configName=conf&name=collection&action=CREATE&numShards=2&wt=javabin&version=2}
 status=400 QTime=38
   [junit4]   2> 582846 INFO  
(TEST-CollectionsAPIDistributedZkTest.testTooManyReplicas-seed#[F2B7F038BFA688D4])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testTooManyReplicas
   [junit4]   2> 582895 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[F2B7F038BFA688D4])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoConfigSetExist
   [junit4]   2> 582897 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[F2B7F038BFA688D4])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 582904 INFO  (qtp223977492-4992) [n:127.0.0.1:51671_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2
   [junit4]   2> 582909 INFO  
(OverseerStateUpdate-97574152360689675-127.0.0.1:51673_solr-n_0000000000) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 583925 ERROR (qtp223977492-4992) [n:127.0.0.1:51671_solr 
c:corewithnocollection3   x:corewithnocollection3] o.a.s.c.c.ZkStateReader 
Specified config=[conf123] does not exist in ZooKeeper at 
location=[/configs/conf123]
   [junit4]   2> 583929 ERROR (qtp223977492-4992) [n:127.0.0.1:51671_solr 
c:corewithnocollection3   x:corewithnocollection3] o.a.s.h.RequestHandlerBase 
org.apache.solr.common.SolrException: Error CREATEing SolrCore 
'corewithnocollection3': Unable to create core [corewithnocollection3] Caused 
by: Specified config does not exist in ZooKeeper: conf123
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:887)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [corewithnocollection3]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:932)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:853)
   [junit4]   2>        ... 34 more
   [junit4]   2> Caused by: org.apache.solr.common.cloud.ZooKeeperException: 
Specified config does not exist in ZooKeeper: conf123
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:189)
   [junit4]   2>        at 
org.apache.solr.cloud.CloudConfigSetService.createCoreResourceLoader(CloudConfigSetService.java:54)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:74)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:914)
   [junit4]   2>        ... 35 more
   [junit4]   2> 
   [junit4]   2> 583930 INFO  (qtp223977492-4992) [n:127.0.0.1:51671_solr 
c:corewithnocollection3   x:corewithnocollection3] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={dataDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2}
 status=400 QTime=1025
   [junit4]   2> 584825 INFO  
(OverseerCollectionConfigSetProcessor-97574152360689675-127.0.0.1:51673_solr-n_0000000000)
 [n:127.0.0.1:51673_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> 584939 INFO  (qtp223977492-4993) [n:127.0.0.1:51671_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 584939 INFO  (qtp223977492-4993) [n:127.0.0.1:51671_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 584939 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[F2B7F038BFA688D4])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist
   [junit4]   2> 584977 INFO  
(TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[F2B7F038BFA688D4])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteNonExistentCollection
   [junit4]   2> 584979 INFO  
(TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[F2B7F038BFA688D4])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 584984 INFO  (qtp223977492-4994) [n:127.0.0.1:51671_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=corewithnocollection3&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 584988 INFO  
(OverseerThreadFactory-2224-thread-2-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 585698 INFO  (qtp223977492-4994) [n:127.0.0.1:51671_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=corewithnocollection3&action=DELETE&wt=javabin&version=2} status=0 
QTime=714
   [junit4]   2> 585702 INFO  (qtp223977492-4995) [n:127.0.0.1:51671_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=unknown_collection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 585714 INFO  
(OverseerCollectionConfigSetProcessor-97574152360689675-127.0.0.1:51673_solr-n_0000000000)
 [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 585715 INFO  
(OverseerThreadFactory-2224-thread-3-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 585716 ERROR 
(OverseerThreadFactory-2224-thread-3-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
Collection: unknown_collection operation: delete 
failed:org.apache.solr.common.SolrException: Could not find collection : 
unknown_collection
   [junit4]   2>        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:843)
   [junit4]   2>        at 
org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:88)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 585721 INFO  (qtp223977492-4995) [n:127.0.0.1:51671_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=unknown_collection&action=DELETE&wt=javabin&version=2} status=400 
QTime=18
   [junit4]   2> 585724 INFO  (qtp223977492-4996) [n:127.0.0.1:51671_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 585728 INFO  
(OverseerThreadFactory-2224-thread-4-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
acollectionafterbaddelete
   [junit4]   2> 585729 INFO  
(OverseerCollectionConfigSetProcessor-97574152360689675-127.0.0.1:51673_solr-n_0000000000)
 [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 585960 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2
   [junit4]   2> 585960 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2
   [junit4]   2> 586076 INFO  
(zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) 
[n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/acollectionafterbaddelete/state.json] for collection 
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 586076 INFO  
(zkCallback-920-thread-3-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/acollectionafterbaddelete/state.json] for collection 
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 586992 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 586992 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 587001 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.IndexSchema 
[acollectionafterbaddelete_shard1_replica2] Schema name=minimal
   [junit4]   2> 587002 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.IndexSchema 
[acollectionafterbaddelete_shard1_replica1] Schema name=minimal
   [junit4]   2> 587006 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 587006 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 587010 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'acollectionafterbaddelete_shard1_replica2' using configuration from 
collection acollectionafterbaddelete
   [junit4]   2> 587010 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'acollectionafterbaddelete_shard1_replica1' using configuration from 
collection acollectionafterbaddelete
   [junit4]   2> 587011 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrCore 
[[acollectionafterbaddelete_shard1_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node1/acollectionafterbaddelete_shard1_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node1/./acollectionafterbaddelete_shard1_replica1/data/]
   [junit4]   2> 587011 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrCore 
[[acollectionafterbaddelete_shard1_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node2/acollectionafterbaddelete_shard1_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node2/./acollectionafterbaddelete_shard1_replica2/data/]
   [junit4]   2> 587090 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 587090 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 587090 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 587090 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 587092 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 587092 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 587092 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 587092 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 587093 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@97bbac3[acollectionafterbaddelete_shard1_replica2] main]
   [junit4]   2> 587093 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@460c40c4[acollectionafterbaddelete_shard1_replica1] main]
   [junit4]   2> 587095 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 587095 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 587096 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 587096 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 587096 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 587096 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 587096 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1561186443785666560
   [junit4]   2> 587096 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1561186443785666560
   [junit4]   2> 587096 INFO  
(searcherExecutor-2233-thread-1-processing-n:127.0.0.1:51673_solr 
x:acollectionafterbaddelete_shard1_replica2 s:shard1 
c:acollectionafterbaddelete) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrCore 
[acollectionafterbaddelete_shard1_replica2] Registered new searcher 
Searcher@97bbac3[acollectionafterbaddelete_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 587096 INFO  
(searcherExecutor-2234-thread-1-processing-n:127.0.0.1:51672_solr 
x:acollectionafterbaddelete_shard1_replica1 s:shard1 
c:acollectionafterbaddelete) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrCore 
[acollectionafterbaddelete_shard1_replica1] Registered new searcher 
Searcher@460c40c4[acollectionafterbaddelete_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 587106 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 587106 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
I may be the new leader - try and sync
   [junit4]   2> 587106 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas 
to http://127.0.0.1:51672/solr/acollectionafterbaddelete_shard1_replica1/
   [junit4]   2> 587107 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.PeerSync PeerSync: 
core=acollectionafterbaddelete_shard1_replica1 url=http://127.0.0.1:51672/solr 
START 
replicas=[http://127.0.0.1:51673/solr/acollectionafterbaddelete_shard1_replica2/]
 nUpdates=100
   [junit4]   2> 587107 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.PeerSync PeerSync: 
core=acollectionafterbaddelete_shard1_replica1 url=http://127.0.0.1:51672/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 587111 INFO  (qtp1488978295-4970) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1 r:core_node2 
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.S.Request 
[acollectionafterbaddelete_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 587111 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 587111 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
We failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 587111 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 587118 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
I am the new leader: 
http://127.0.0.1:51672/solr/acollectionafterbaddelete_shard1_replica1/ shard1
   [junit4]   2> 587230 INFO  
(zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) 
[n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/acollectionafterbaddelete/state.json] for collection 
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 587230 INFO  
(zkCallback-920-thread-3-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/acollectionafterbaddelete/state.json] for collection 
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 587282 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 587286 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1326
   [junit4]   2> 587392 INFO  
(zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) 
[n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/acollectionafterbaddelete/state.json] for collection 
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 587392 INFO  
(zkCallback-920-thread-1-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/acollectionafterbaddelete/state.json] for collection 
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 588110 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr 
c:acollectionafterbaddelete s:shard1  
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2150
   [junit4]   2> 588116 INFO  (qtp223977492-4996) [n:127.0.0.1:51671_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> 588218 INFO  
(zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) 
[n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/acollectionafterbaddelete/state.json] for collection 
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 588219 INFO  
(zkCallback-920-thread-3-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/acollectionafterbaddelete/state.json] for collection 
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 589122 INFO  (qtp223977492-4996) [n:127.0.0.1:51671_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3398
   [junit4]   2> 589125 INFO  
(TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[F2B7F038BFA688D4])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteNonExistentCollection
   [junit4]   2> 589179 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[F2B7F038BFA688D4])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionsAPI
   [junit4]   2> 589182 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[F2B7F038BFA688D4])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 589186 INFO  (qtp223977492-4980) [n:127.0.0.1:51671_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 589191 INFO  
(OverseerThreadFactory-2224-thread-5-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 589191 INFO  
(OverseerCollectionConfigSetProcessor-97574152360689675-127.0.0.1:51673_solr-n_0000000000)
 [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 589194 INFO  (qtp1488978295-4977) [n:127.0.0.1:51673_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.acollectionafterbaddelete.shard1.replica2
   [junit4]   2> 589194 INFO  (qtp532577991-5001) [n:127.0.0.1:51672_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.acollectionafterbaddelete.shard1.replica1
   [junit4]   2> 589195 INFO  (qtp1488978295-4977) [n:127.0.0.1:51673_solr    ] 
o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@d7bfd99
   [junit4]   2> 589196 INFO  (qtp532577991-5001) [n:127.0.0.1:51672_solr    ] 
o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2a17f44f
   [junit4]   2> 589198 INFO  (qtp1488978295-4977) [n:127.0.0.1:51673_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.acollectionafterbaddelete.shard1.replica2
   [junit4]   2> 589199 INFO  (qtp532577991-5001) [n:127.0.0.1:51672_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.acollectionafterbaddelete.shard1.replica1
   [junit4]   2> 589202 INFO  (qtp1488978295-4977) [n:127.0.0.1:51673_solr    ] 
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader 
parent node, won't remove previous leader registration.
   [junit4]   2> 589204 INFO  (qtp1488978295-4977) [n:127.0.0.1:51673_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=acollectionafterbaddelete_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=10
   [junit4]   2> 589205 WARN  
(zkCallback-920-thread-3-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.LeaderElector Our node is no longer in 
line to be leader
   [junit4]   2> 589206 INFO  (qtp532577991-5001) [n:127.0.0.1:51672_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=acollectionafterbaddelete_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=12
   [junit4]   2> 589940 INFO  (qtp223977492-4980) [n:127.0.0.1:51671_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2} 
status=0 QTime=753
   [junit4]   2> 589944 INFO  (qtp223977492-4993) [n:127.0.0.1:51671_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=587ff4d6-76d8-446f-83b7-875793a7f230&replicationFactor=1&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=4&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 589948 INFO  (qtp223977492-4993) [n:127.0.0.1:51671_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=587ff4d6-76d8-446f-83b7-875793a7f230&replicationFactor=1&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=4&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 589954 INFO  
(OverseerThreadFactory-2224-thread-5-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
awhollynewcollection_0
   [junit4]   2> 589955 INFO  
(OverseerCollectionConfigSetProcessor-97574152360689675-127.0.0.1:51673_solr-n_0000000000)
 [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 590075 INFO  (zkCallback-928-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeCreated 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 590186 INFO  (qtp1488978295-4976) [n:127.0.0.1:51673_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 590186 INFO  (qtp223977492-4994) [n:127.0.0.1:51671_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard4_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard4&wt=javabin&version=2}
 status=0 QTime=15
   [junit4]   2> 590186 INFO  
(parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) 
[n:127.0.0.1:51673_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2
   [junit4]   2> 590186 INFO  
(parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) 
[n:127.0.0.1:51671_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard4_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard4&wt=javabin&version=2
   [junit4]   2> 590187 INFO  (qtp532577991-4973) [n:127.0.0.1:51672_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2}
 status=0 QTime=18
   [junit4]   2> 590188 INFO  
(parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) 
[n:127.0.0.1:51672_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
   [junit4]   2> 590190 INFO  (qtp2074075402-4982) [n:127.0.0.1:51670_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2}
 status=0 QTime=19
   [junit4]   2> 590190 INFO  
(parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) 
[n:127.0.0.1:51670_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
   [junit4]   2> 590195 INFO  (qtp223977492-4995) [n:127.0.0.1:51671_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291
   [junit4]   2> 590195 INFO  (qtp223977492-4995) [n:127.0.0.1:51671_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 590309 INFO  (zkCallback-928-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 590309 INFO  
(zkCallback-920-thread-2-processing-n:127.0.0.1:51673_solr) 
[n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 590309 INFO  
(zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) 
[n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 590309 INFO  
(zkCallback-916-thread-1-processing-n:127.0.0.1:51671_solr) 
[n:127.0.0.1:51671_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 590309 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:51670_solr) 
[n:127.0.0.1:51670_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 591205 INFO  (qtp223977492-4991) [n:127.0.0.1:51671_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291
   [junit4]   2> 591206 INFO  (qtp223977492-4991) [n:127.0.0.1:51671_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 591226 INFO  
(parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) 
[n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 591226 INFO  
(parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) 
[n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 591227 INFO  
(parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) 
[n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 591236 INFO  
(parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) 
[n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 591246 INFO  
(parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) 
[n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.s.IndexSchema 
[awhollynewcollection_0_shard3_replica1] Schema name=minimal
   [junit4]   2> 591264 INFO  
(parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) 
[n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 591267 INFO  
(parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) 
[n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'awhollynewcollection_0_shard3_replica1' using configuration from 
collection awhollynewcollection_0
   [junit4]   2> 591267 INFO  
(parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) 
[n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SolrCore 
[[awhollynewcollection_0_shard3_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node2/awhollynewcollection_0_shard3_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node2/./awhollynewcollection_0_shard3_replica1/data/]
   [junit4]   2> 591268 INFO  
(parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) 
[n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e372fdb
   [junit4]   2> 591268 INFO  
(parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) 
[n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.s.IndexSchema 
[awhollynewcollection_0_shard1_replica1] Schema name=minimal
   [junit4]   2> 591271 INFO  
(parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) 
[n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 591271 INFO  
(parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) 
[n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.s.IndexSchema 
[awhollynewcollection_0_shard4_replica1] Schema name=minimal
   [junit4]   2> 591274 INFO  
(parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) 
[n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.s.IndexSchema 
[awhollynewcollection_0_shard2_replica1] Schema name=minimal
   [junit4]   2> 591274 INFO  
(parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) 
[n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 591276 INFO  
(parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) 
[n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'awhollynewcollection_0_shard1_replica1' using configuration from 
collection awhollynewcollection_0
   [junit4]   2> 591276 INFO  
(parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) 
[n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 591276 INFO  
(parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) 
[n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrCore 
[[awhollynewcollection_0_shard1_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node3/awhollynewcollection_0_shard1_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node3/./awhollynewcollection_0_shard1_replica1/data/]
   [junit4]   2> 591277 INFO  
(parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) 
[n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e372fdb
   [junit4]   2> 591277 INFO  
(parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) 
[n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'awhollynewcollection_0_shard4_replica1' using configuration from 
collection awhollynewcollection_0
   [junit4]   2> 591277 INFO  
(parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) 
[n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SolrCore 
[[awhollynewcollection_0_shard4_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node4/awhollynewcollection_0_shard4_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node4/./awhollynewcollection_0_shard4_replica1/data/]
   [junit4]   2> 591278 INFO  
(parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) 
[n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e372fdb
   [junit4]   2> 591278 INFO  
(parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) 
[n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'awhollynewcollection_0_shard2_replica1' using configuration from 
collection awhollynewcollection_0
   [junit4]   2> 591278 INFO  
(parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) 
[n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrCore 
[[awhollynewcollection_0_shard2_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node1/awhollynewcollection_0_shard2_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node1/./awhollynewcollection_0_shard2_replica1/data/]
   [junit4]   2> 591278 INFO  
(parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) 
[n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e372fdb
   [junit4]   2> 591408 INFO  
(parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) 
[n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 591408 INFO  
(parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) 
[n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 591412 INFO  
(parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) 
[n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 591413 INFO  
(parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) 
[n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  
x:awhollynewcollection_0_shard3_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 591414 INFO  
(parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) 
[n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 591414 INFO  
(parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) 
[n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 591415 INFO  
(parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) 
[n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 591415 INFO  
(parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) 
[n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 591416 INFO  
(parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) 
[n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 591416 INFO  
(parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) 
[n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  
x:awhollynewcollection_0_shard2_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 591417 INFO  
(parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) 
[n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 591417 INFO  
(parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) 
[n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  
x:awhollynewcollection_0_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 591429 INFO  
(parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) 
[n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 591429 INFO  
(parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 
587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) 
[n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  
x:awhollynewcollection_0_shard4_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumL

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

^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/response/BinaryResponseWriter.java
 (at line 163)
 [ecj-lint]     new 
JavaBinCodec(resolver).setWritableDocFields(resolver).marshal(rsp.getValues(), 
out);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/response/BinaryResponseWriter.java
 (at line 166)
 [ecj-lint]     return (NamedList<Object>) new 
JavaBinCodec(resolver).unmarshal(in);
 [ecj-lint]                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/response/SmileResponseWriter.java
 (at line 33)
 [ecj-lint]     new SmileWriter(out, request, response).writeResponse();
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/schema/OpenExchangeRatesOrgProvider.java
 (at line 146)
 [ecj-lint]     ratesJsonStream = 
resourceLoader.openResource(ratesFileLocation);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java
 (at line 1185)
 [ecj-lint]     UninvertingReader uninvertingReader = new UninvertingReader(new 
ReaderWrapper(searcher.getSlowAtomicReader(), collapseField), mapping);
 [ecj-lint]                       ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/CursorMark.java
 (at line 188)
 [ecj-lint]     pieces = (List<Object>) new JavaBinCodec().unmarshal(in);
 [ecj-lint]                             ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/CursorMark.java
 (at line 265)
 [ecj-lint]     new JavaBinCodec().marshal(marshalledValues, out);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/DocSlice.java
 (at line 145)
 [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint]                ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/DocSlice.java
 (at line 154)
 [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint]                ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/DocSlice.java
 (at line 163)
 [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint]                ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java
 (at line 78)
 [ecj-lint]     SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint]                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java
 (at line 78)
 [ecj-lint]     SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint]                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java
 (at line 263)
 [ecj-lint]     throw new SolrException(ErrorCode.SERVER_ERROR, "Error occurred 
while loading solr.xml from zookeeper", e);
 [ecj-lint]     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'loader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/CdcrTransactionLog.java
 (at line 98)
 [ecj-lint]     ChannelFastInputStream is = new ChannelFastInputStream(channel, 
pos);
 [ecj-lint]                            ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java
 (at line 188)
 [ecj-lint]     LogCodec codec = new LogCodec(resolver);
 [ecj-lint]              ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 35. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java
 (at line 258)
 [ecj-lint]     LogCodec codec = new LogCodec(resolver);
 [ecj-lint]              ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 36. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java
 (at line 226)
 [ecj-lint]     ChannelFastInputStream is = new ChannelFastInputStream(channel, 
pos);
 [ecj-lint]                            ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 37. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java
 (at line 226)
 [ecj-lint]     ChannelFastInputStream is = new ChannelFastInputStream(channel, 
pos);
 [ecj-lint]                            ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 38. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java
 (at line 258)
 [ecj-lint]     LogCodec codec = new LogCodec(resolver);
 [ecj-lint]              ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 39. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java
 (at line 273)
 [ecj-lint]     LogCodec codec = new LogCodec(resolver);
 [ecj-lint]              ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 40. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java
 (at line 527)
 [ecj-lint]     LogCodec codec = new LogCodec(resolver);
 [ecj-lint]              ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 41. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/processor/UpdateRequestProcessor.java
 (at line 85)
 [ecj-lint]     UpdateRequestProcessor p = this;
 [ecj-lint]                            ^
 [ecj-lint] Resource leak: 'p' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 42. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/util/SimplePostTool.java
 (at line 655)
 [ecj-lint]     BAOS bos =  new BAOS();
 [ecj-lint]          ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] 43. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/util/SimplePostTool.java
 (at line 655)
 [ecj-lint]     BAOS bos =  new BAOS();
 [ecj-lint]          ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 44. WARNING in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/util/SolrLogLayout.java
 (at line 149)
 [ecj-lint]     SolrQueryRequest req = requestInfo == null ? null : 
requestInfo.getReq();
 [ecj-lint]                      ^^^
 [ecj-lint] Resource leak: 'req' is never closed
 [ecj-lint] ----------
 [ecj-lint] 44 problems (1 error, 43 warnings)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:775: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:101: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build.xml:686: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:2004: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:2043: 
Compile failed; see the compiler error output for details.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to