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

9 tests failed.
FAILED:  org.apache.solr.cloud.ReplaceNodeTest.test

Error Message:
org/apache/solr/client/solrj/request/CollectionAdminRequest$ReplaceNode

Stack Trace:
java.lang.NoClassDefFoundError: 
org/apache/solr/client/solrj/request/CollectionAdminRequest$ReplaceNode
        at 
__randomizedtesting.SeedInfo.seed([7375FB5FDE81BAA5:FB21C485707DD75D]:0)
        at org.apache.solr.cloud.ReplaceNodeTest.test(ReplaceNodeTest.java:83)
        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:748)
Caused by: java.lang.ClassNotFoundException: 
org.apache.solr.client.solrj.request.CollectionAdminRequest$ReplaceNode
        at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 40 more
Caused by: java.io.FileNotFoundException: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/classes/java/org/apache/solr/client/solrj/request/CollectionAdminRequest$ReplaceNode.class
 (Too many open files)
        at java.io.FileInputStream.open0(Native Method)
        at java.io.FileInputStream.open(FileInputStream.java:195)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at 
sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
        at sun.misc.Resource.cachedInputStream(Resource.java:77)
        at sun.misc.Resource.getByteBuffer(Resource.java:160)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
        ... 46 more


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([7375FB5FDE81BAA5:FB21C485707DD75D]:0)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:361)
        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:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:748)


FAILED:  
org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([7375FB5FDE81BAA5:F5B403B281D06C45]:0)
        at 
org.apache.solr.cloud.TestTlogReplica.getSolrCore(TestTlogReplica.java:849)
        at 
org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates(TestTlogReplica.java:652)
        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:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testBasicLeaderElection

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([7375FB5FDE81BAA5:E5FD3D17361BFD5F]:0)
        at 
org.apache.solr.cloud.TestTlogReplica.getSolrRunner(TestTlogReplica.java:884)
        at 
org.apache.solr.cloud.TestTlogReplica.testBasicLeaderElection(TestTlogReplica.java:635)
        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:748)


FAILED:  
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard

Error Message:
Error from server at http://127.0.0.1:51935/solr: ADDREPLICA failed to create 
replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:51935/solr: ADDREPLICA failed to create replica
        at 
__randomizedtesting.SeedInfo.seed([7375FB5FDE81BAA5:A6FB88A46ECB3B1B]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:595)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:231)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:220)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:459)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:389)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1135)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:876)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard(TestPolicyCloud.java:119)
        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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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:748)


FAILED:  
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionAddReplica

Error Message:
Error from server at http://127.0.0.1:51935/solr: java.io.IOException: Couldn't 
instantiate org.apache.zookeeper.ClientCnxnSocketNIO

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:51935/solr: java.io.IOException: Couldn't 
instantiate org.apache.zookeeper.ClientCnxnSocketNIO
        at 
__randomizedtesting.SeedInfo.seed([7375FB5FDE81BAA5:F3559E71CFC25203]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:595)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:231)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:220)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:459)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:389)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1135)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:876)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionAddReplica(TestPolicyCloud.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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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:748)


FAILED:  
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionAddShardUsingPolicy

Error Message:
No live SolrServers available to handle this 
request:[http://127.0.0.1:51941/solr]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:51941/solr]
        at 
__randomizedtesting.SeedInfo.seed([7375FB5FDE81BAA5:B2E9C9F61FB94766]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:438)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1135)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:876)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionAddShardUsingPolicy(TestPolicyCloud.java:139)
        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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: http://127.0.0.1:51941/solr
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:609)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:231)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:220)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:459)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:389)
        ... 45 more
Caused by: java.net.SocketException: Too many open files
        at java.net.Socket.createImpl(Socket.java:460)
        at java.net.Socket.getImpl(Socket.java:520)
        at java.net.Socket.setSoTimeout(Socket.java:1141)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:119)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:498)
        ... 49 more


FAILED:  org.apache.solr.cloud.autoscaling.TestPolicyCloud.testDataProvider

Error Message:
Could not find collection : policiesTest

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : policiesTest
        at 
__randomizedtesting.SeedInfo.seed([7375FB5FDE81BAA5:4BDE536A6C43BE7C]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testDataProvider(TestPolicyCloud.java:160)
        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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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:748)


FAILED:  org.apache.solr.core.snapshots.TestSolrCloudSnapshots.testSnapshots

Error Message:
expected:<COMPLETED> but was:<RUNNING>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<RUNNING>
        at 
__randomizedtesting.SeedInfo.seed([7375FB5FDE81BAA5:45397FC0ABD8B8EA]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.core.snapshots.TestSolrCloudSnapshots.testSnapshots(TestSolrCloudSnapshots.java:189)
        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:748)




Build Log:
[...truncated 12538 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplaceNodeTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_7375FB5FDE81BAA5-001/init-core-data-001
   [junit4]   2> 2008878 INFO  
(SUITE-ReplaceNodeTest-seed#[7375FB5FDE81BAA5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2008884 INFO  
(SUITE-ReplaceNodeTest-seed#[7375FB5FDE81BAA5]-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> 2008885 INFO  
(SUITE-ReplaceNodeTest-seed#[7375FB5FDE81BAA5]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_7375FB5FDE81BAA5-001/tempDir-001
   [junit4]   2> 2008885 INFO  
(SUITE-ReplaceNodeTest-seed#[7375FB5FDE81BAA5]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2008886 INFO  (Thread-4237) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2008886 INFO  (Thread-4237) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2008891 ERROR (Thread-4237) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2008996 INFO  
(SUITE-ReplaceNodeTest-seed#[7375FB5FDE81BAA5]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:50776
   [junit4]   2> 2009039 INFO  (jetty-launcher-4138-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2009039 INFO  (jetty-launcher-4138-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2009039 INFO  (jetty-launcher-4138-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2009040 INFO  (jetty-launcher-4138-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2009040 INFO  (jetty-launcher-4138-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2009048 INFO  (jetty-launcher-4138-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2029fa37{/solr,null,AVAILABLE}
   [junit4]   2> 2009050 INFO  (jetty-launcher-4138-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4bb1d9c0{HTTP/1.1,[http/1.1]}{127.0.0.1:50778}
   [junit4]   2> 2009050 INFO  (jetty-launcher-4138-thread-3) [    ] 
o.e.j.s.Server Started @2012241ms
   [junit4]   2> 2009050 INFO  (jetty-launcher-4138-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50778}
   [junit4]   2> 2009051 ERROR (jetty-launcher-4138-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2009051 INFO  (jetty-launcher-4138-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2009051 INFO  (jetty-launcher-4138-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2009051 INFO  (jetty-launcher-4138-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2009051 INFO  (jetty-launcher-4138-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-19T17:28:11.621Z
   [junit4]   2> 2009051 INFO  (jetty-launcher-4138-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@266a8a2f{/solr,null,AVAILABLE}
   [junit4]   2> 2009052 INFO  (jetty-launcher-4138-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b08ee87{/solr,null,AVAILABLE}
   [junit4]   2> 2009052 INFO  (jetty-launcher-4138-thread-5) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@75254b0a{HTTP/1.1,[http/1.1]}{127.0.0.1:50780}
   [junit4]   2> 2009052 INFO  (jetty-launcher-4138-thread-5) [    ] 
o.e.j.s.Server Started @2012243ms
   [junit4]   2> 2009052 INFO  (jetty-launcher-4138-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50780}
   [junit4]   2> 2009053 ERROR (jetty-launcher-4138-thread-5) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2009053 INFO  (jetty-launcher-4138-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2009056 INFO  (jetty-launcher-4138-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@64e6f792{/solr,null,AVAILABLE}
   [junit4]   2> 2009056 INFO  (jetty-launcher-4138-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2009056 INFO  (jetty-launcher-4138-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2009056 INFO  (jetty-launcher-4138-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-19T17:28:11.626Z
   [junit4]   2> 2009056 INFO  (jetty-launcher-4138-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6b3dac59{HTTP/1.1,[http/1.1]}{127.0.0.1:50782}
   [junit4]   2> 2009056 INFO  (jetty-launcher-4138-thread-4) [    ] 
o.e.j.s.Server Started @2012247ms
   [junit4]   2> 2009056 INFO  (jetty-launcher-4138-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50782}
   [junit4]   2> 2009056 ERROR (jetty-launcher-4138-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2009056 INFO  (jetty-launcher-4138-thread-6) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2009055 INFO  (jetty-launcher-4138-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4389acba{/solr,null,AVAILABLE}
   [junit4]   2> 2009054 INFO  (jetty-launcher-4138-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@52bddd7e{HTTP/1.1,[http/1.1]}{127.0.0.1:50779}
   [junit4]   2> 2009057 INFO  (jetty-launcher-4138-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2009057 INFO  (jetty-launcher-4138-thread-1) [    ] 
o.e.j.s.Server Started @2012247ms
   [junit4]   2> 2009057 INFO  (jetty-launcher-4138-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2009057 INFO  (jetty-launcher-4138-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50779}
   [junit4]   2> 2009057 INFO  (jetty-launcher-4138-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2009057 INFO  (jetty-launcher-4138-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-19T17:28:11.627Z
   [junit4]   2> 2009057 ERROR (jetty-launcher-4138-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2009057 INFO  (jetty-launcher-4138-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2009057 INFO  (jetty-launcher-4138-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2009057 INFO  (jetty-launcher-4138-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2009058 INFO  (jetty-launcher-4138-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-19T17:28:11.628Z
   [junit4]   2> 2009059 INFO  (jetty-launcher-4138-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@13747698{HTTP/1.1,[http/1.1]}{127.0.0.1:50783}
   [junit4]   2> 2009059 INFO  (jetty-launcher-4138-thread-2) [    ] 
o.e.j.s.Server Started @2012250ms
   [junit4]   2> 2009059 INFO  (jetty-launcher-4138-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50783}
   [junit4]   2> 2009060 ERROR (jetty-launcher-4138-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2009060 INFO  (jetty-launcher-4138-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2009060 INFO  (jetty-launcher-4138-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2009060 INFO  (jetty-launcher-4138-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2009061 INFO  (jetty-launcher-4138-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-19T17:28:11.631Z
   [junit4]   2> 2009062 INFO  (jetty-launcher-4138-thread-6) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2b390e70{/solr,null,AVAILABLE}
   [junit4]   2> 2009062 INFO  (jetty-launcher-4138-thread-6) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7bce7f51{HTTP/1.1,[http/1.1]}{127.0.0.1:50787}
   [junit4]   2> 2009062 INFO  (jetty-launcher-4138-thread-6) [    ] 
o.e.j.s.Server Started @2012253ms
   [junit4]   2> 2009062 INFO  (jetty-launcher-4138-thread-6) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50787}
   [junit4]   2> 2009063 ERROR (jetty-launcher-4138-thread-6) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2009063 INFO  (jetty-launcher-4138-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2009063 INFO  (jetty-launcher-4138-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2009063 INFO  (jetty-launcher-4138-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2009063 INFO  (jetty-launcher-4138-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-19T17:28:11.633Z
   [junit4]   2> 2009067 INFO  (jetty-launcher-4138-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2009068 INFO  (jetty-launcher-4138-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2009068 INFO  (jetty-launcher-4138-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2009068 INFO  (jetty-launcher-4138-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2009069 INFO  (jetty-launcher-4138-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2009069 INFO  (jetty-launcher-4138-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2009081 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc165c5c30001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2009081 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc165c5c30002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2009082 INFO  (jetty-launcher-4138-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50776/solr
   [junit4]   2> 2009083 INFO  (jetty-launcher-4138-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50776/solr
   [junit4]   2> 2009084 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc165c5c30003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2009084 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc165c5c30006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2009086 INFO  (jetty-launcher-4138-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50776/solr
   [junit4]   2> 2009087 INFO  (jetty-launcher-4138-thread-6) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50776/solr
   [junit4]   2> 2009087 INFO  (jetty-launcher-4138-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50776/solr
   [junit4]   2> 2009088 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc165c5c30005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2009089 INFO  (jetty-launcher-4138-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50776/solr
   [junit4]   2> 2009093 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc165c5c30007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2009093 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc165c5c30008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2009094 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc165c5c30009, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2009094 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc165c5c3000a, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2009095 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc165c5c3000b, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2009097 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc165c5c3000c, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2009155 INFO  (jetty-launcher-4138-thread-5) 
[n:127.0.0.1:50780_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2009155 INFO  (jetty-launcher-4138-thread-1) 
[n:127.0.0.1:50779_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2009156 INFO  (jetty-launcher-4138-thread-6) 
[n:127.0.0.1:50787_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2009156 INFO  (jetty-launcher-4138-thread-2) 
[n:127.0.0.1:50783_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2009156 INFO  (jetty-launcher-4138-thread-3) 
[n:127.0.0.1:50778_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2009156 INFO  (jetty-launcher-4138-thread-4) 
[n:127.0.0.1:50782_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2009157 INFO  (jetty-launcher-4138-thread-5) 
[n:127.0.0.1:50780_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:50780_solr
   [junit4]   2> 2009159 INFO  (jetty-launcher-4138-thread-1) 
[n:127.0.0.1:50779_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50779_solr
   [junit4]   2> 2009159 INFO  (jetty-launcher-4138-thread-6) 
[n:127.0.0.1:50787_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50787_solr
   [junit4]   2> 2009159 INFO  (jetty-launcher-4138-thread-2) 
[n:127.0.0.1:50783_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50783_solr
   [junit4]   2> 2009159 INFO  (jetty-launcher-4138-thread-3) 
[n:127.0.0.1:50778_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50778_solr
   [junit4]   2> 2009159 INFO  (jetty-launcher-4138-thread-4) 
[n:127.0.0.1:50782_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50782_solr
   [junit4]   2> 2009161 INFO  (jetty-launcher-4138-thread-5) 
[n:127.0.0.1:50780_solr    ] o.a.s.c.Overseer Overseer 
(id=98165934749057041-127.0.0.1:50780_solr-n_0000000000) starting
   [junit4]   2> 2009163 INFO  
(zkCallback-4167-thread-1-processing-n:127.0.0.1:50782_solr) 
[n:127.0.0.1:50782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2009163 INFO  
(zkCallback-4168-thread-1-processing-n:127.0.0.1:50787_solr) 
[n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2009163 INFO  
(zkCallback-4166-thread-1-processing-n:127.0.0.1:50779_solr) 
[n:127.0.0.1:50779_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2009164 INFO  
(zkCallback-4165-thread-1-processing-n:127.0.0.1:50778_solr) 
[n:127.0.0.1:50778_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2009164 INFO  
(zkCallback-4169-thread-1-processing-n:127.0.0.1:50780_solr) 
[n:127.0.0.1:50780_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2009164 INFO  
(zkCallback-4170-thread-1-processing-n:127.0.0.1:50783_solr) 
[n:127.0.0.1:50783_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2009257 INFO  (jetty-launcher-4138-thread-1) 
[n:127.0.0.1:50779_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50779.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009261 INFO  (jetty-launcher-4138-thread-1) 
[n:127.0.0.1:50779_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50779.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009261 INFO  (jetty-launcher-4138-thread-1) 
[n:127.0.0.1:50779_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50779.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009262 INFO  (jetty-launcher-4138-thread-1) 
[n:127.0.0.1:50779_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_7375FB5FDE81BAA5-001/tempDir-001/node1/.
   [junit4]   2> 2009262 INFO  (jetty-launcher-4138-thread-3) 
[n:127.0.0.1:50778_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50778.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009265 INFO  (jetty-launcher-4138-thread-3) 
[n:127.0.0.1:50778_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50778.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009265 INFO  (jetty-launcher-4138-thread-3) 
[n:127.0.0.1:50778_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50778.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009266 INFO  (jetty-launcher-4138-thread-3) 
[n:127.0.0.1:50778_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_7375FB5FDE81BAA5-001/tempDir-001/node3/.
   [junit4]   2> 2009269 INFO  (jetty-launcher-4138-thread-2) 
[n:127.0.0.1:50783_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50783.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009272 INFO  (jetty-launcher-4138-thread-2) 
[n:127.0.0.1:50783_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50783.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009272 INFO  (jetty-launcher-4138-thread-2) 
[n:127.0.0.1:50783_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50783.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009273 INFO  (jetty-launcher-4138-thread-2) 
[n:127.0.0.1:50783_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_7375FB5FDE81BAA5-001/tempDir-001/node2/.
   [junit4]   2> 2009288 INFO  (jetty-launcher-4138-thread-5) 
[n:127.0.0.1:50780_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50780_solr
   [junit4]   2> 2009292 INFO  
(zkCallback-4167-thread-1-processing-n:127.0.0.1:50782_solr) 
[n:127.0.0.1:50782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 2009292 INFO  
(zkCallback-4168-thread-1-processing-n:127.0.0.1:50787_solr) 
[n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 2009292 INFO  
(zkCallback-4165-thread-1-processing-n:127.0.0.1:50778_solr) 
[n:127.0.0.1:50778_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 2009292 INFO  
(zkCallback-4166-thread-1-processing-n:127.0.0.1:50779_solr) 
[n:127.0.0.1:50779_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 2009292 INFO  
(zkCallback-4169-thread-1-processing-n:127.0.0.1:50780_solr) 
[n:127.0.0.1:50780_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 2009293 INFO  
(zkCallback-4170-thread-1-processing-n:127.0.0.1:50783_solr) 
[n:127.0.0.1:50783_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 2009320 INFO  (jetty-launcher-4138-thread-6) 
[n:127.0.0.1:50787_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50787.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009324 INFO  (jetty-launcher-4138-thread-6) 
[n:127.0.0.1:50787_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50787.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009324 INFO  (jetty-launcher-4138-thread-6) 
[n:127.0.0.1:50787_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50787.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009325 INFO  (jetty-launcher-4138-thread-6) 
[n:127.0.0.1:50787_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_7375FB5FDE81BAA5-001/tempDir-001/node6/.
   [junit4]   2> 2009353 INFO  (jetty-launcher-4138-thread-5) 
[n:127.0.0.1:50780_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50780.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009357 INFO  (jetty-launcher-4138-thread-5) 
[n:127.0.0.1:50780_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50780.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009357 INFO  (jetty-launcher-4138-thread-5) 
[n:127.0.0.1:50780_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50780.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009358 INFO  (jetty-launcher-4138-thread-5) 
[n:127.0.0.1:50780_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_7375FB5FDE81BAA5-001/tempDir-001/node5/.
   [junit4]   2> 2009413 INFO  (jetty-launcher-4138-thread-4) 
[n:127.0.0.1:50782_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50782.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009415 INFO  (jetty-launcher-4138-thread-4) 
[n:127.0.0.1:50782_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50782.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009415 INFO  (jetty-launcher-4138-thread-4) 
[n:127.0.0.1:50782_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50782.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2009416 INFO  (jetty-launcher-4138-thread-4) 
[n:127.0.0.1:50782_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_7375FB5FDE81BAA5-001/tempDir-001/node4/.
   [junit4]   2> 2009451 INFO  
(SUITE-ReplaceNodeTest-seed#[7375FB5FDE81BAA5]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 2009452 INFO  
(SUITE-ReplaceNodeTest-seed#[7375FB5FDE81BAA5]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50776/solr ready
   [junit4]   2> 2009481 INFO  
(TEST-ReplaceNodeTest.test-seed#[7375FB5FDE81BAA5]) [    ] o.a.s.SolrTestCaseJ4 
###Starting test
   [junit4]   2> 2009484 INFO  
(TEST-ReplaceNodeTest.test-seed#[7375FB5FDE81BAA5]) [    ] 
o.a.s.c.ReplaceNodeTest total_jettys: 6
   [junit4]   2> 2009485 INFO  (qtp1516675660-21209) [n:127.0.0.1:50783_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=1&collection.configName=conf1&maxShardsPerNode=3&name=replacenodetest_coll&nrtReplicas=1&action=CREATE&numShards=5&tlogReplicas=1&createNodeSet=127.0.0.1:50779_solr,127.0.0.1:50782_solr,127.0.0.1:50778_solr,127.0.0.1:50780_solr,127.0.0.1:50783_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2009488 INFO  
(OverseerThreadFactory-9508-thread-1-processing-n:127.0.0.1:50780_solr) 
[n:127.0.0.1:50780_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
replacenodetest_coll
   [junit4]   2> 2009605 INFO  (qtp959638424-21201) [n:127.0.0.1:50778_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard5_replica_t1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard5&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2009606 INFO  (qtp1583399407-21226) [n:127.0.0.1:50782_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard3_replica_t1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard3&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2009606 INFO  (qtp959638424-21201) [n:127.0.0.1:50778_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2009606 INFO  (qtp1308534890-21224) [n:127.0.0.1:50780_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard2_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2009607 INFO  (qtp1583399407-21226) [n:127.0.0.1:50782_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2009607 INFO  (qtp1516675660-21210) [n:127.0.0.1:50783_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard4_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2009607 INFO  (qtp1308534890-21224) [n:127.0.0.1:50780_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2009608 INFO  (qtp1516675660-21210) [n:127.0.0.1:50783_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2009608 INFO  (qtp1516675660-21211) [n:127.0.0.1:50783_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard1_replica_t1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2009609 INFO  (qtp596369793-21217) [n:127.0.0.1:50779_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard5_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2009610 INFO  (qtp596369793-21217) [n:127.0.0.1:50779_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2009610 INFO  (qtp1308534890-21227) [n:127.0.0.1:50780_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard4_replica_t1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard4&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2009610 INFO  (qtp1583399407-21236) [n:127.0.0.1:50782_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard1_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2009611 INFO  (qtp596369793-21218) [n:127.0.0.1:50779_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard2_replica_t1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2009611 INFO  (qtp959638424-21202) [n:127.0.0.1:50778_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard3_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2009763 INFO  
(zkCallback-4167-thread-1-processing-n:127.0.0.1:50782_solr) 
[n:127.0.0.1:50782_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2009763 INFO  
(zkCallback-4170-thread-1-processing-n:127.0.0.1:50783_solr) 
[n:127.0.0.1:50783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2009763 INFO  
(zkCallback-4166-thread-1-processing-n:127.0.0.1:50779_solr) 
[n:127.0.0.1:50779_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2009763 INFO  
(zkCallback-4165-thread-1-processing-n:127.0.0.1:50778_solr) 
[n:127.0.0.1:50778_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2009763 INFO  
(zkCallback-4169-thread-1-processing-n:127.0.0.1:50780_solr) 
[n:127.0.0.1:50780_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2010647 INFO  (qtp1583399407-21226) [n:127.0.0.1:50782_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2010648 INFO  (qtp959638424-21201) [n:127.0.0.1:50778_solr 
c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2010649 INFO  (qtp1516675660-21210) [n:127.0.0.1:50783_solr 
c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2010657 INFO  (qtp959638424-21201) [n:127.0.0.1:50778_solr 
c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_t1] 
o.a.s.s.IndexSchema [replacenodetest_coll_shard5_replica_t1] Schema 
name=cloud-dynamic
   [junit4]   2> 2010657 INFO  (qtp1583399407-21226) [n:127.0.0.1:50782_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_t1] 
o.a.s.s.IndexSchema [replacenodetest_coll_shard3_replica_t1] Schema 
name=cloud-dynamic
   [junit4]   2> 2010658 INFO  (qtp1516675660-21210) [n:127.0.0.1:50783_solr 
c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_n1] 
o.a.s.s.IndexSchema [replacenodetest_coll_shard4_replica_n1] Schema 
name=cloud-dynamic
   [junit4]   2> 2010660 INFO  (qtp1308534890-21224) [n:127.0.0.1:50780_solr 
c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2010660 INFO  (qtp596369793-21217) [n:127.0.0.1:50779_solr 
c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2010661 INFO  (qtp1516675660-21211) [n:127.0.0.1:50783_solr 
c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2010674 INFO  (qtp959638424-21202) [n:127.0.0.1:50778_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2010674 INFO  (qtp596369793-21218) [n:127.0.0.1:50779_solr 
c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2010676 INFO  (qtp1583399407-21236) [n:127.0.0.1:50782_solr 
c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2010674 INFO  (qtp1308534890-21227) [n:127.0.0.1:50780_solr 
c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2010682 INFO  (qtp596369793-21218) [n:127.0.0.1:50779_solr 
c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_t1] 
o.a.s.s.IndexSchema [replacenodetest_coll_shard2_replica_t1] Schema 
name=cloud-dynamic
   [junit4]   2> 2010682 INFO  (qtp959638424-21202) [n:127.0.0.1:50778_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] 
o.a.s.s.IndexSchema [replacenodetest_coll_shard3_replica_n1] Schema 
name=cloud-dynamic
   [junit4]   2> 2010682 INFO  (qtp1583399407-21236) [n:127.0.0.1:50782_solr 
c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] 
o.a.s.s.IndexSchema [replacenodetest_coll_shard1_replica_n1] Schema 
name=cloud-dynamic
   [junit4]   2> 2010700 INFO  (qtp1516675660-21211) [n:127.0.0.1:50783_solr 
c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_t1] 
o.a.s.s.IndexSchema [replacenodetest_coll_shard1_replica_t1] Schema 
name=cloud-dynamic
   [junit4]   2> 2010701 INFO  (qtp596369793-21217) [n:127.0.0.1:50779_solr 
c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] 
o.a.s.s.IndexSchema [replacenodetest_coll_shard5_replica_n1] Schema 
name=cloud-dynamic
   [junit4]   2> 2010703 INFO  (qtp959638424-21202) [n:127.0.0.1:50778_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2010703 INFO  (qtp959638424-21202) [n:127.0.0.1:50778_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 
'replacenodetest_coll_shard3_replica_n1' using configuration from collection 
replacenodetest_coll, trusted=true
   [junit4]   2> 2010710 INFO  (qtp959638424-21202) [n:127.0.0.1:50778_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50778.solr.core.replacenodetest_coll.shard3.replica_n1' (registry 
'solr.core.replacenodetest_coll.shard3.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2010710 INFO  (qtp959638424-21202) [n:127.0.0.1:50778_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2010710 INFO  (qtp959638424-21202) [n:127.0.0.1:50778_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] 
o.a.s.c.SolrCore [[replacenodetest_coll_shard3_replica_n1] ] Opening new 
SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_7375FB5FDE81BAA5-001/tempDir-001/node3/replacenodetest_coll_shard3_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_7375FB5FDE81BAA5-001/tempDir-001/node3/./replacenodetest_coll_shard3_replica_n1/data/]
   [junit4]   2> 2010714 INFO  (qtp1308534890-21227) [n:127.0.0.1:50780_solr 
c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_t1] 
o.a.s.s.IndexSchema [replacenodetest_coll_shard4_replica_t1] Schema 
name=cloud-dynamic
   [junit4]   2> 2010719 INFO  (qtp1516675660-21211) [n:127.0.0.1:50783_solr 
c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_t1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2010719 INFO  (qtp1516675660-21211) [n:127.0.0.1:50783_solr 
c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_t1] 
o.a.s.c.CoreContainer Creating SolrCore 
'replacenodetest_coll_shard1_replica_t1' using configuration from collection 
replacenodetest_coll, trusted=true
   [junit4]   2> 2010719 INFO  (qtp1308534890-21224) [n:127.0.0.1:50780_solr 
c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_n1] 
o.a.s.s.IndexSchema [replacenodetest_coll_shard2_replica_n1] Schema 
name=cloud-dynamic
   [junit4]   2> 2010719 INFO  (qtp1516675660-21211) [n:127.0.0.1:50783_solr 
c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50783.solr.core.replacenodetest_coll.shard1.replica_t1' (registry 
'solr.core.replacenodetest_coll.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2010719 INFO  (qtp1516675660-21211) [n:127.0.0.1:50783_solr 
c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2010719 INFO  (qtp1516675660-21211) [n:127.0.0.1:50783_solr 
c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_t1] 
o.a.s.c.SolrCore [[replacenodetest_coll_shard1_replica_t1] ] Opening new 
SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_7375FB5FDE81BAA5-001/tempDir-001/node2/replacenodetest_coll_shard1_replica_t1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_7375FB5FDE81BAA5-001/tempDir-001/node2/./replacenodetest_coll_shard1_replica_t1/data/]
   [junit4]   2> 2010737 INFO  (qtp1583399407-21226) [n:127.0.0.1:50782_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_t1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2010737 INFO  (qtp1583399407-21226) [n:127.0.0.1:50782_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_t1] 
o.a.s.c.CoreContainer Creating SolrCore 
'replacenodetest_coll_shard3_replica_t1' using configuration from collection 
replacenodetest_coll, trusted=true
   [junit4]   2> 2010738 INFO  (qtp1583399407-21226) [n:127.0.0.1:50782_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50782.solr.core.replacenodetest_coll.shard3.replica_t1' (registry 
'solr.core.replacenodetest_coll.shard3.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5a917a8c
   [junit4]   2> 2010738 INFO  (qtp1583399407-21226) [n:127.0.0.1:50782_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2010739 INFO  (qtp1583399407-21226) [n:127.0.0.1:50782_solr 
c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_t1] 
o.a.s.c.SolrCore 

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

ueue Response ZK path: /overseer/collection-queue-work/qnr-0000000005 doesn't 
exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2691579 WARN  
(zkCallback-4665-thread-3-processing-n:127.0.0.1:52094_solr) 
[n:127.0.0.1:52094_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2691580 INFO  (jetty-closer-4644-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7c87d7e8{/solr,null,UNAVAILABLE}
   [junit4]   2> 2691582 ERROR 
(SUITE-TestSolrCloudSnapshots-seed#[7375FB5FDE81BAA5]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2691583 INFO  
(SUITE-TestSolrCloudSnapshots-seed#[7375FB5FDE81BAA5]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:52087 52087
   [junit4]   2> 2691605 INFO  (Thread-4504) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:52087 52087
   [junit4]   2> 2691840 WARN  (Thread-4504) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       
/solr/collections/SolrCloudSnapshots_restored/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/SolrCloudSnapshots/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.snapshots.TestSolrCloudSnapshots_7375FB5FDE81BAA5-001
   [junit4]   2> Jun 19, 2017 5:39:34 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=sr-Latn, 
timezone=America/Marigot
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=151700464,total=521666560
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestSubQueryTransformerDistrib, FileBasedSpellCheckerTest, 
HdfsBasicDistributedZkTest, TestClassicSimilarityFactory, TestNumericTerms32, 
SpatialHeatmapFacetsTest, TestDocumentBuilder, CircularListTest, 
TestEmbeddedSolrServerConstructors, TestNoOpRegenerator, 
TestSha256AuthenticationProvider, CheckHdfsIndexTest, 
CdcrReplicationDistributedZkTest, TestFieldResource, 
TestReplicationHandlerBackup, TestAtomicUpdateErrorCases, TestDynamicLoading, 
TestQuerySenderListener, TestGeoJSONResponseWriter, 
DeleteLastCustomShardedReplicaTest, TestSolrCloudWithKerberosAlt, 
TestRandomFaceting, BasicFunctionalityTest, FieldMutatingUpdateProcessorTest, 
TestLMJelinekMercerSimilarityFactory, MetricUtilsTest, HttpPartitionTest, 
SolrMetricReporterTest, TestShardHandlerFactory, 
TestHighFrequencyDictionaryFactory, TestManagedResourceStorage, 
MetricsHandlerTest, TestReversedWildcardFilterFactory, 
TestSolrConfigHandlerConcurrent, TestExceedMaxTermLength, 
CoreAdminCreateDiscoverTest, PreAnalyzedUpdateProcessorTest, TestDocSet, 
TestDistributedMissingSort, TestSolrConfigHandler, TestFieldTypeResource, 
TestAuthenticationFramework, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
TestUninvertingReader, TlogReplayBufferedWhileIndexingTest, JavabinLoaderTest, 
OverseerModifyCollectionTest, LoggingHandlerTest, 
TestLeaderInitiatedRecoveryThread, CachingDirectoryFactoryTest, 
TestSchemaResource, TestSolrCoreProperties, BitVectorTest, TestQueryTypes, 
TestUnifiedSolrHighlighter, CloneFieldUpdateProcessorFactoryTest, TestTrie, 
SolrJmxReporterTest, TestLRUCache, BJQParserTest, TestFileDictionaryLookup, 
NotRequiredUniqueKeyTest, TestAnalyzedSuggestions, SolrGangliaReporterTest, 
TestCollectionAPIs, TestSolrQueryResponse, DefaultValueUpdateProcessorTest, 
RuleEngineTest, FieldAnalysisRequestHandlerTest, 
PKIAuthenticationIntegrationTest, DistributedIntervalFacetingTest, 
TestCustomDocTransformer, TestInPlaceUpdatesDistrib, 
TestImpersonationWithHadoopAuth, LargeFieldTest, 
DirectUpdateHandlerOptimizeTest, TestSchemaVersionResource, JvmMetricsTest, 
TermVectorComponentDistributedTest, TestFieldCacheSortRandom, 
TestCloudManagedSchema, RemoteQueryErrorTest, CdcrRequestHandlerTest, 
TestCustomSort, TestExpandComponent, BasicAuthIntegrationTest, 
DeleteReplicaTest, TestIndexSearcher, TestNonDefinedSimilarityFactory, 
SuggesterTest, TimeZoneUtilsTest, TestFiltering, 
DistributedFacetPivotSmallAdvancedTest, TestStressCloudBlindAtomicUpdates, 
SpatialRPTFieldTypeTest, TestFastWriter, EchoParamsTest, TestLegacyTerms, 
DeleteStatusTest, TestBulkSchemaAPI, DistribDocExpirationUpdateProcessorTest, 
HdfsChaosMonkeySafeLeaderTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
CloudMLTQParserTest, DocValuesMissingTest, TestCollectionAPI, 
TestStandardQParsers, TestCrossCoreJoin, UtilsToolTest, TestCryptoKeys, 
CustomCollectionTest, LeaderInitiatedRecoveryOnCommitTest, 
TestHashQParserPlugin, TestPHPSerializedResponseWriter, CoreSorterTest, 
TestDistribDocBasedVersion, ReturnFieldsTest, TestRawResponseWriter, 
ConnectionManagerTest, TestFieldCacheReopen, LeaderElectionIntegrationTest, 
TestPKIAuthenticationPlugin, TestStressLiveNodes, TestConfigSetsAPIExclusivity, 
ResponseLogComponentTest, TestCloudRecovery, TestRecoveryHdfs, 
TestCopyFieldCollectionResource, TestDistribIDF, TestReplicaProperties, 
TestDistributedGrouping, BlockJoinFacetRandomTest, DOMUtilTest, 
TestCloudSchemaless, ScriptEngineTest, TestSolrCLIRunExample, 
CloudExitableDirectoryReaderTest, AssignTest, HdfsDirectoryTest, 
TestQueryUtils, TestComplexPhraseLeadingWildcard, MigrateRouteKeyTest, 
TermVectorComponentTest, WordBreakSolrSpellCheckerTest, OverseerStatusTest, 
TestCodecSupport, OverriddenZkACLAndCredentialsProvidersTest, 
ReplicationFactorTest, TestNumericRangeQuery32, TestJettySolrRunner, 
HdfsWriteToMultipleCollectionsTest, DistanceUnitsTest, TestComponentsName, 
ConcurrentDeleteAndCreateCollectionTest, DocValuesNotIndexedTest, 
SpellCheckCollatorTest, TestPivotHelperCode, TestUseDocValuesAsStored2, 
TestCloudPivotFacet, AnalyticsQueryTest, TestRestoreCore, 
TestSubQueryTransformer, SolrInfoBeanTest, TestLegacyFieldReuse, 
TestScoreJoinQPScore, TestStressRecovery, GraphQueryTest, TestFilteredDocIdSet, 
TestJavabinTupleStreamParser, TemplateUpdateProcessorTest, 
TestInfoStreamLogging, RequestHandlersTest, BasicDistributedZk2Test, 
CSVRequestHandlerTest, TestSolrDeletionPolicy2, 
SignatureUpdateProcessorFactoryTest, QueryParsingTest, TestMissingGroups, 
ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, ShardRoutingTest, 
BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, 
ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, TestRecovery, 
TestHashPartitioner, TestReload, TestRangeQuery, TestCoreContainer, 
SimpleFacetsTest, StatsComponentTest, SolrCmdDistributorTest, 
BadIndexSchemaTest, ConvertedLegacyTest, DirectUpdateHandlerTest, 
TestBadConfig, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, 
CoreAdminHandlerTest, SuggesterTSTTest, TestStressLucene, SuggesterWFSTTest, 
TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, 
SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, 
TestWordDelimiterFilterFactory, SortByFunctionTest, DistanceFunctionTest, 
DebugComponentTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, TestOmitPositions, TestIndexingPerformance, 
FastVectorHighlighterTest, IndexSchemaTest, TestCSVResponseWriter, 
JsonLoaderTest, PingRequestHandlerTest, HighlighterConfigTest, SOLR749Test, 
UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, 
SolrIndexConfigTest, SampleTest, TestConfig, OutputWriterTest, 
ExternalFileFieldSortTest, DirectSolrConnectionTest, TestPhraseSuggestions, 
TestDFRSimilarityFactory, TestIBSimilarityFactory, 
OpenExchangeRatesOrgProviderTest, TestFastLRUCache, 
ChaosMonkeyNothingIsSafeTest, CleanupOldIndexTest, CollectionStateFormat2Test, 
CollectionsAPIAsyncDistributedZkTest, CreateCollectionCleanupTest, 
DeleteInactiveReplicaTest, DistribJoinFromCollectionTest, ForceLeaderTest, 
PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, RollingRestartTest, 
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, 
SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestCloudDeleteByQuery, 
TestCloudInspectUtil, TestDeleteCollectionOnDownNodes, 
TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry, TestLockTree, 
TestOnReconnectListenerSupport, TestRandomRequestDistribution, 
TestRequestStatusCollectionAPI, TestSegmentSorting, TestShortCircuitedRequests, 
TestStressInPlaceUpdates, TestTolerantUpdateProcessorCloud, 
TestTolerantUpdateProcessorRandomCloud, 
VMParamsZkACLAndCredentialsProvidersTest, AutoScalingHandlerTest, 
TestPolicyCloud, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, 
HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, 
TestClusterStateMutator, ZkStateWriterTest, ImplicitSnitchTest, 
BlobRepositoryCloudTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest, 
QueryResultKeyTest, TestConfigSetProperties, TestCorePropertiesReload, 
TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSimpleTextCodec, 
TestSolrCloudSnapshots]
   [junit4] Completed [675/725 (5!)] on J1 in 342.98s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to