Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21097/
Java: 64bit/jdk-10-ea+32 -XX:+UseCompressedOops -XX:+UseParallelGC

6 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.request.TestV2Request

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.client.solrj.request.TestV2Request:     1) Thread[id=2650, 
name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]         
at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.client.solrj.request.TestV2Request: 
   1) Thread[id=2650, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestV2Request]
        at java.base@10-ea/java.lang.Thread.sleep(Native Method)
        at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
        at __randomizedtesting.SeedInfo.seed([2351047BB83F3FC4]:0)


FAILED:  org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient

Error Message:
Error from server at http://127.0.0.1:38073/solr: create the collection time 
out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: 
Error from server at http://127.0.0.1:38073/solr: create the collection time 
out:180s
        at 
__randomizedtesting.SeedInfo.seed([2351047BB83F3FC4:BAA78FCB1D8CB7AF]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:42)
        at 
org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:72)
        at 
org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient(TestV2Request.java:68)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient

Error Message:
Error from server at http://127.0.0.1:34043/solr: create the collection time 
out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: 
Error from server at http://127.0.0.1:34043/solr: create the collection time 
out:180s
        at 
__randomizedtesting.SeedInfo.seed([2351047BB83F3FC4:FB491C51190B2DE3]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:42)
        at 
org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:72)
        at 
org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient(TestV2Request.java:62)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards

Error Message:
Error from server at https://127.0.0.1:43469/solr: create the collection time 
out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:43469/solr: create the collection time out:180s
        at 
__randomizedtesting.SeedInfo.seed([F34B4C6EDA0872DA:CFDA0B3A95492F8F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards(DeleteReplicaTest.java:136)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest

Error Message:
Error from server at https://127.0.0.1:43469/solr: Could not fully create 
collection: delLiveColl

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:43469/solr: Could not fully create collection: 
delLiveColl
        at 
__randomizedtesting.SeedInfo.seed([F34B4C6EDA0872DA:5E2BF865C737DAAF]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:49)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
Error from server at https://127.0.0.1:43469/solr: Could not fully create 
collection: deletereplica_test

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:43469/solr: Could not fully create collection: 
deletereplica_test
        at 
__randomizedtesting.SeedInfo.seed([F34B4C6EDA0872DA:83ABC8D45E47DBD1]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:81)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13326 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 1341829 INFO  
(SUITE-DeleteReplicaTest-seed#[F34B4C6EDA0872DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/init-core-data-001
   [junit4]   2> 1341829 WARN  
(SUITE-DeleteReplicaTest-seed#[F34B4C6EDA0872DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1341829 INFO  
(SUITE-DeleteReplicaTest-seed#[F34B4C6EDA0872DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1341830 INFO  
(SUITE-DeleteReplicaTest-seed#[F34B4C6EDA0872DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1341830 INFO  
(SUITE-DeleteReplicaTest-seed#[F34B4C6EDA0872DA]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001
   [junit4]   2> 1341830 INFO  
(SUITE-DeleteReplicaTest-seed#[F34B4C6EDA0872DA]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1341831 INFO  (Thread-3619) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1341831 INFO  (Thread-3619) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1341832 ERROR (Thread-3619) [    ] 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> 1341931 INFO  
(SUITE-DeleteReplicaTest-seed#[F34B4C6EDA0872DA]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:36021
   [junit4]   2> 1341932 INFO  (zkConnectionManagerCallback-6113-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341935 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1341935 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1341935 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1341935 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1341936 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6cccb559{/solr,null,AVAILABLE}
   [junit4]   2> 1341936 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@75ade261{/solr,null,AVAILABLE}
   [junit4]   2> 1341936 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@415746c4{/solr,null,AVAILABLE}
   [junit4]   2> 1341936 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7e440905{/solr,null,AVAILABLE}
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@753fc617{SSL,[ssl, 
http/1.1]}{127.0.0.1:35901}
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1f53e182{SSL,[ssl, 
http/1.1]}{127.0.0.1:43747}
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.e.j.s.Server Started @1343677ms
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.e.j.s.Server Started @1343677ms
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35901}
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43747}
   [junit4]   2> 1341937 ERROR (jetty-launcher-6110-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1341937 ERROR (jetty-launcher-6110-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-17T09:16:41.328655Z
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-17T09:16:41.328679Z
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@43df719b{SSL,[ssl, 
http/1.1]}{127.0.0.1:43469}
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@10f4b9da{SSL,[ssl, 
http/1.1]}{127.0.0.1:38081}
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.e.j.s.Server Started @1343677ms
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.e.j.s.Server Started @1343677ms
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43469}
   [junit4]   2> 1341937 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38081}
   [junit4]   2> 1341937 ERROR (jetty-launcher-6110-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1341937 ERROR (jetty-launcher-6110-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1341938 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1341938 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1341938 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1341938 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1341938 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-17T09:16:41.329182Z
   [junit4]   2> 1341938 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1341938 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1341938 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-17T09:16:41.329425Z
   [junit4]   2> 1341939 INFO  (zkConnectionManagerCallback-6116-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341939 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1341939 INFO  (zkConnectionManagerCallback-6121-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341939 INFO  (zkConnectionManagerCallback-6119-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341939 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1341940 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1341941 INFO  (zkConnectionManagerCallback-6117-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341941 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1341945 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36021/solr
   [junit4]   2> 1341945 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36021/solr
   [junit4]   2> 1341946 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36021/solr
   [junit4]   2> 1341946 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36021/solr
   [junit4]   2> 1341946 INFO  (zkConnectionManagerCallback-6131-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341946 INFO  (zkConnectionManagerCallback-6128-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341946 INFO  (zkConnectionManagerCallback-6135-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341947 INFO  (zkConnectionManagerCallback-6137-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341947 INFO  (zkConnectionManagerCallback-6140-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341947 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 0x16063c2d5860008, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1341947 INFO  (zkConnectionManagerCallback-6141-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341947 INFO  (zkConnectionManagerCallback-6143-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341948 INFO  (zkConnectionManagerCallback-6145-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1341992 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1341992 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1341992 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43469_solr
   [junit4]   2> 1341992 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35901_solr
   [junit4]   2> 1341993 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.c.Overseer Overseer 
(id=99188880259285003-127.0.0.1:43469_solr-n_0000000000) starting
   [junit4]   2> 1341993 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1341993 INFO  (zkCallback-6138-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1341994 INFO  (zkCallback-6142-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1341994 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1341994 INFO  (zkCallback-6139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1341994 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43747_solr
   [junit4]   2> 1341994 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1341997 INFO  (zkCallback-6139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1341997 INFO  (zkCallback-6142-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1341997 INFO  (zkCallback-6138-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1341998 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38081_solr
   [junit4]   2> 1341999 INFO  (zkCallback-6144-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1342000 INFO  (zkCallback-6139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1342001 INFO  (zkCallback-6142-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1342001 INFO  (zkCallback-6138-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1342001 INFO  (zkCallback-6144-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1342005 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43469_solr
   [junit4]   2> 1342006 INFO  (zkCallback-6142-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1342006 INFO  (zkCallback-6144-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1342006 INFO  (zkCallback-6139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1342006 INFO  (zkCallback-6138-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1342025 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35901.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1342035 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35901.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1342035 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35901.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1342035 INFO  (jetty-launcher-6110-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node2/.
   [junit4]   2> 1342036 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38081.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1342041 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43747.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1342043 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38081.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1342043 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38081.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1342044 INFO  (jetty-launcher-6110-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node1/.
   [junit4]   2> 1342049 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43747.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1342049 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43747.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1342050 INFO  (jetty-launcher-6110-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node3/.
   [junit4]   2> 1342054 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43469.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1342060 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43469.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1342060 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43469.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1342061 INFO  (jetty-launcher-6110-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node4/.
   [junit4]   2> 1342129 INFO  (zkConnectionManagerCallback-6155-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1342130 INFO  (zkConnectionManagerCallback-6159-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1342131 INFO  
(SUITE-DeleteReplicaTest-seed#[F34B4C6EDA0872DA]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1342131 INFO  
(SUITE-DeleteReplicaTest-seed#[F34B4C6EDA0872DA]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36021/solr ready
   [junit4]   2> 1342140 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[F34B4C6EDA0872DA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCount
   [junit4]   2> 1342149 INFO  (qtp1763302015-19495) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=2&replicationFactor=0&collection.configName=conf&name=deleteByCount&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1342150 INFO  (OverseerThreadFactory-6190-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection deleteByCount
   [junit4]   2> 1342255 INFO  
(OverseerStateUpdate-99188880259285003-127.0.0.1:43469_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCount_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43747/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1342257 INFO  
(OverseerStateUpdate-99188880259285003-127.0.0.1:43469_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCount_shard1_replica_p2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35901/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1342258 INFO  
(OverseerStateUpdate-99188880259285003-127.0.0.1:43469_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCount_shard1_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38081/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1342479 INFO  (qtp1484987874-19494) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p4&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1342480 INFO  (qtp1484987874-19494) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1342481 INFO  (qtp1908788916-19525) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p2&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1342481 INFO  (qtp1908788916-19525) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1342483 INFO  (qtp784952847-19497) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_t1&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1342483 INFO  (qtp784952847-19497) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1342590 INFO  (zkCallback-6138-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1342590 INFO  (zkCallback-6139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1342590 INFO  (zkCallback-6144-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1342591 INFO  (zkCallback-6144-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1342591 INFO  (zkCallback-6139-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1342591 INFO  (zkCallback-6138-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1343495 INFO  (qtp1484987874-19494) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1343496 INFO  (qtp1908788916-19525) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1343496 INFO  (qtp784952847-19497) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1343500 INFO  (qtp1484987874-19494) [    ] o.a.s.s.IndexSchema 
[deleteByCount_shard1_replica_p4] Schema name=minimal
   [junit4]   2> 1343502 INFO  (qtp1484987874-19494) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1343502 INFO  (qtp1484987874-19494) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_p4' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 1343502 INFO  (qtp1484987874-19494) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38081.solr.core.deleteByCount.shard1.replica_p4' (registry 
'solr.core.deleteByCount.shard1.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1343502 INFO  (qtp1484987874-19494) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1343502 INFO  (qtp1484987874-19494) [    ] o.a.s.c.SolrCore 
[[deleteByCount_shard1_replica_p4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node1/deleteByCount_shard1_replica_p4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node1/./deleteByCount_shard1_replica_p4/data/]
   [junit4]   2> 1343503 INFO  (qtp784952847-19497) [    ] o.a.s.s.IndexSchema 
[deleteByCount_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 1343503 INFO  (qtp1908788916-19525) [    ] o.a.s.s.IndexSchema 
[deleteByCount_shard1_replica_p2] Schema name=minimal
   [junit4]   2> 1343505 INFO  (qtp1908788916-19525) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1343505 INFO  (qtp784952847-19497) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1343505 INFO  (qtp1908788916-19525) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_p2' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 1343505 INFO  (qtp784952847-19497) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_t1' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 1343506 INFO  (qtp1908788916-19525) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35901.solr.core.deleteByCount.shard1.replica_p2' (registry 
'solr.core.deleteByCount.shard1.replica_p2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1343506 INFO  (qtp784952847-19497) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43747.solr.core.deleteByCount.shard1.replica_t1' (registry 
'solr.core.deleteByCount.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1343506 INFO  (qtp1908788916-19525) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1343506 INFO  (qtp784952847-19497) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1343506 INFO  (qtp1908788916-19525) [    ] o.a.s.c.SolrCore 
[[deleteByCount_shard1_replica_p2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node2/deleteByCount_shard1_replica_p2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node2/./deleteByCount_shard1_replica_p2/data/]
   [junit4]   2> 1343506 INFO  (qtp784952847-19497) [    ] o.a.s.c.SolrCore 
[[deleteByCount_shard1_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node3/deleteByCount_shard1_replica_t1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node3/./deleteByCount_shard1_replica_t1/data/]
   [junit4]   2> 1343544 INFO  (qtp1484987874-19494) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1343544 INFO  (qtp1484987874-19494) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1343544 INFO  (qtp1484987874-19494) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7e278991[deleteByCount_shard1_replica_p4] main]
   [junit4]   2> 1343545 INFO  (qtp1484987874-19494) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1343545 INFO  (qtp1484987874-19494) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1343545 INFO  (qtp1484987874-19494) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1343546 INFO  (qtp1484987874-19494) [    ] 
o.a.s.c.ZkController deleteByCount_shard1_replica_p4 starting background 
replication from leader
   [junit4]   2> 1343546 INFO  (qtp1484987874-19494) [    ] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 1343546 INFO  (searcherExecutor-6199-thread-1) [    ] 
o.a.s.c.SolrCore [deleteByCount_shard1_replica_p4] Registered new searcher 
Searcher@7e278991[deleteByCount_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1343546 INFO  (qtp1484987874-19494) [    ] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1343546 INFO  (qtp1484987874-19494) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1343547 INFO  (qtp1908788916-19525) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1343547 INFO  (qtp784952847-19497) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1343547 INFO  (qtp1908788916-19525) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1343547 INFO  (qtp784952847-19497) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1343547 INFO  (qtp1908788916-19525) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@316eaba0[deleteByCount_shard1_replica_p2] main]
   [junit4]   2> 1343547 INFO  (qtp784952847-19497) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1343547 INFO  (qtp784952847-19497) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1343548 INFO  (qtp1908788916-19525) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1343548 INFO  (qtp1908788916-19525) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1343548 INFO  (qtp784952847-19497) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2697b7dd[deleteByCount_shard1_replica_t1] main]
   [junit4]   2> 1343549 INFO  (qtp1908788916-19525) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1343549 INFO  (qtp784952847-19497) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1343549 INFO  (qtp784952847-19497) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1343549 INFO  (qtp1908788916-19525) [    ] 
o.a.s.c.ZkController deleteByCount_shard1_replica_p2 starting background 
replication from leader
   [junit4]   2> 1343549 INFO  (qtp1908788916-19525) [    ] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 1343549 INFO  (searcherExecutor-6200-thread-1) [    ] 
o.a.s.c.SolrCore [deleteByCount_shard1_replica_p2] Registered new searcher 
Searcher@316eaba0[deleteByCount_shard1_replica_p2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1343549 INFO  (qtp784952847-19497) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1343549 INFO  (qtp1908788916-19525) [    ] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1343549 INFO  (qtp1908788916-19525) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1343549 INFO  (searcherExecutor-6201-thread-1) [    ] 
o.a.s.c.SolrCore [deleteByCount_shard1_replica_t1] Registered new searcher 
Searcher@2697b7dd[deleteByCount_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1343550 INFO  (qtp784952847-19497) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587022085951062016
   [junit4]   2> 1343553 INFO  (qtp784952847-19497) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1343553 INFO  (qtp784952847-19497) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1343553 INFO  (qtp784952847-19497) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:43747/solr/deleteByCount_shard1_replica_t1/
   [junit4]   2> 1343553 INFO  (qtp784952847-19497) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1343553 INFO  (qtp784952847-19497) [    ] o.a.s.c.SyncStrategy 
https://127.0.0.1:43747/solr/deleteByCount_shard1_replica_t1/ has no replicas
   [junit4]   2> 1343553 INFO  (qtp784952847-19497) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1343553 INFO  (qtp784952847-19497) [    ] o.a.s.c.ZkController 
deleteByCount_shard1_replica_t1 stopping background replication from leader
   [junit4]   2> 1343554 INFO  (qtp784952847-19497) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43747/solr/deleteByCount_shard1_replica_t1/ shard1
   [junit4]   2> 1343654 INFO  (zkCallback-6138-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1343654 INFO  (zkCallback-6144-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1343654 INFO  (zkCallback-6144-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1343654 INFO  (zkCallback-6138-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1343654 INFO  (zkCallback-6139-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1343654 INFO  (zkCallback-6139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1343696 INFO  (indexFetcher-6208-thread-1) [    ] 
o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down, 
skipping replication
   [junit4]   2> 1343704 INFO  (qtp784952847-19497) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1343714 INFO  (qtp784952847-19497) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_t1&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1230
   [junit4]   2> 1343757 INFO  (indexFetcher-6215-thread-1) [    ] 
o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down, 
skipping replication
   [junit4]   2> 1343807 INFO  (zkCallback-6144-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1343807 INFO  (zkCallback-6139-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1343807 INFO  (zkCallback-6144-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1343807 INFO  (zkCallback-6139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1343807 INFO  (zkCallback-6138-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1343807 INFO  (zkCallback-6138-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1344548 INFO  (qtp1484987874-19494) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p4&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=2068
   [junit4]   2> 1344551 INFO  (qtp1908788916-19525) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p2&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=2069
   [junit4]   2> 1344552 INFO  (qtp1763302015-19495) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1344651 INFO  (zkCallback-6138-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1344651 INFO  (zkCallback-6144-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1344651 INFO  (zkCallback-6139-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1344651 INFO  (zkCallback-6144-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1344651 INFO  (zkCallback-6138-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1344651 INFO  (zkCallback-6139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1345553 INFO  (qtp1763302015-19495) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=2&replicationFactor=0&collection.configName=conf&name=deleteByCount&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=1&wt=javabin&version=2}
 status=0 QTime=3404
   [junit4]   2> 1345554 INFO  (qtp1763302015-19511) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
count=2&action=DELETEREPLICA&collection=deleteByCount&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1345555 INFO  
(OverseerCollectionConfigSetProcessor-99188880259285003-127.0.0.1:43469_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1345556 INFO  (qtp1484987874-19512) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.deleteByCount.shard1.replica_p4, tag=null
   [junit4]   2> 1345556 INFO  (qtp1484987874-19512) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@268bf6f9: rootName = 
solr_38081, domain = solr.core.deleteByCount.shard1.replica_p4, service url = 
null, agent id = null] for registry solr.core.deleteByCount.shard1.replica_p4 / 
com.codahale.metrics.MetricRegistry@30ae3b7
   [junit4]   2> 1345563 INFO  (qtp1484987874-19512) [    ] 
o.a.s.c.ZkController deleteByCount_shard1_replica_p4 stopping background 
replication from leader
   [junit4]   2> 1345563 INFO  (qtp1484987874-19512) [    ] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@35174338
   [junit4]   2> 1345563 INFO  (qtp1484987874-19512) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.deleteByCount.shard1.replica_p4, tag=890716984
   [junit4]   2> 1345563 INFO  (qtp1484987874-19512) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.deleteByCount.shard1.leader, tag=890716984
   [junit4]   2> 1345564 INFO  (qtp1484987874-19512) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCount_shard1_replica_p4&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=7
   [junit4]   2> 1345665 INFO  (zkCallback-6138-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1345665 INFO  (zkCallback-6139-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1345665 INFO  (zkCallback-6139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1345665 INFO  (zkCallback-6138-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1345766 INFO  (qtp1908788916-19498) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.deleteByCount.shard1.replica_p2, tag=null
   [junit4]   2> 1345766 INFO  (qtp1908788916-19498) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7318ea63: rootName = 
solr_35901, domain = solr.core.deleteByCount.shard1.replica_p2, service url = 
null, agent id = null] for registry solr.core.deleteByCount.shard1.replica_p2 / 
com.codahale.metrics.MetricRegistry@33727c72
   [junit4]   2> 1345774 INFO  (qtp1908788916-19498) [    ] 
o.a.s.c.ZkController deleteByCount_shard1_replica_p2 stopping background 
replication from leader
   [junit4]   2> 1345774 INFO  (qtp1908788916-19498) [    ] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1e74cd06
   [junit4]   2> 1345774 INFO  (qtp1908788916-19498) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.deleteByCount.shard1.replica_p2, tag=510971142
   [junit4]   2> 1345774 INFO  (qtp1908788916-19498) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.deleteByCount.shard1.leader, tag=510971142
   [junit4]   2> 1345775 INFO  (qtp1908788916-19498) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCount_shard1_replica_p2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=9
   [junit4]   2> 1345876 INFO  (zkCallback-6138-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1345876 INFO  (zkCallback-6138-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1345977 INFO  (qtp1763302015-19511) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={count=2&action=DELETEREPLICA&collection=deleteByCount&shard=shard1&wt=javabin&version=2}
 status=0 QTime=423
   [junit4]   2> 1345978 INFO  (qtp1763302015-19514) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
count=1&action=DELETEREPLICA&collection=deleteByCount&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1345979 INFO  
(OverseerCollectionConfigSetProcessor-99188880259285003-127.0.0.1:43469_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1345979 ERROR (OverseerThreadFactory-6190-thread-3) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Collection: deleteByCount operation: 
deletereplica failed:org.apache.solr.common.SolrException: There is only one 
replica available in shard/collection: shard1/deleteByCount. Cannot delete that.
   [junit4]   2>        at 
org.apache.solr.cloud.DeleteReplicaCmd.validateReplicaAvailability(DeleteReplicaCmd.java:192)
   [junit4]   2>        at 
org.apache.solr.cloud.DeleteReplicaCmd.pickReplicasTobeDeleted(DeleteReplicaCmd.java:159)
   [junit4]   2>        at 
org.apache.solr.cloud.DeleteReplicaCmd.deleteReplicaBasedOnCount(DeleteReplicaCmd.java:128)
   [junit4]   2>        at 
org.apache.solr.cloud.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:79)
   [junit4]   2>        at 
org.apache.solr.cloud.DeleteReplicaCmd.call(DeleteReplicaCmd.java:67)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:242)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1345983 INFO  (qtp1763302015-19514) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={count=1&action=DELETEREPLICA&collection=deleteByCount&shard=shard1&wt=javabin&version=2}
 status=400 QTime=4
   [junit4]   2> 1345984 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[F34B4C6EDA0872DA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaByCount
   [junit4]   2> 1345999 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[F34B4C6EDA0872DA])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCountForAllShards
   [junit4]   2> 1345999 INFO  (qtp1763302015-19517) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=deleteByCountNew&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1346000 INFO  (OverseerThreadFactory-6190-thread-4) [    ] 
o.a.s.c.CreateCollectionCmd Create collection deleteByCountNew
   [junit4]   2> 1346000 INFO  
(OverseerCollectionConfigSetProcessor-99188880259285003-127.0.0.1:43469_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1346203 INFO  
(OverseerStateUpdate-99188880259285003-127.0.0.1:43469_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCountNew_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38081/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1346204 INFO  
(OverseerStateUpdate-99188880259285003-127.0.0.1:43469_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCountNew_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43469/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1346205 INFO  
(OverseerStateUpdate-99188880259285003-127.0.0.1:43469_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"deleteByCountNew_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43747/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1346206 INFO  
(OverseerStateUpdate-99188880259285003-127.0.0.1:43469_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"deleteByCountNew_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35901/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1346407 INFO  (qtp1484987874-19516) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1346408 INFO  (qtp1908788916-19519) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n6&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1346409 INFO  (qtp784952847-19524) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n4&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1346409 INFO  (qtp1763302015-19511) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1346409 INFO  (qtp1763302015-19511) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1346513 INFO  (zkCallback-6144-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1346513 INFO  (zkCallback-6138-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1346513 INFO  (zkCallback-6142-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1346513 INFO  (zkCallback-6138-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1346513 INFO  (zkCallback-6142-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1346513 INFO  (zkCallback-6139-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1346513 INFO  (zkCallback-6139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1346513 INFO  (zkCallback-6144-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1347416 INFO  (qtp1484987874-19516) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1347416 INFO  (qtp1908788916-19519) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1347416 INFO  (qtp1763302015-19511) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1347431 INFO  (qtp784952847-19524) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1347434 INFO  (qtp1484987874-19516) [    ] o.a.s.s.IndexSchema 
[deleteByCountNew_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1347434 INFO  (qtp1763302015-19511) [    ] o.a.s.s.IndexSchema 
[deleteByCountNew_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1347434 INFO  (qtp1908788916-19519) [    ] o.a.s.s.IndexSchema 
[deleteByCountNew_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1347435 INFO  (qtp784952847-19524) [    ] o.a.s.s.IndexSchema 
[deleteByCountNew_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1347435 INFO  (qtp1484987874-19516) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1347435 INFO  (qtp1484987874-19516) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica_n1' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1347435 INFO  (qtp1763302015-19511) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1347435 INFO  (qtp1763302015-19511) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica_n2' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1347435 INFO  (qtp1484987874-19516) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38081.solr.core.deleteByCountNew.shard1.replica_n1' (registry 
'solr.core.deleteByCountNew.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1347435 INFO  (qtp1908788916-19519) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1347436 INFO  (qtp1908788916-19519) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica_n6' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1347436 INFO  (qtp1484987874-19516) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1347436 INFO  (qtp1484987874-19516) [    ] o.a.s.c.SolrCore 
[[deleteByCountNew_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node1/deleteByCountNew_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node1/./deleteByCountNew_shard1_replica_n1/data/]
   [junit4]   2> 1347436 INFO  (qtp1763302015-19511) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43469.solr.core.deleteByCountNew.shard1.replica_n2' (registry 
'solr.core.deleteByCountNew.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1347436 INFO  (qtp1763302015-19511) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1347436 INFO  (qtp1763302015-19511) [    ] o.a.s.c.SolrCore 
[[deleteByCountNew_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node4/deleteByCountNew_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node4/./deleteByCountNew_shard1_replica_n2/data/]
   [junit4]   2> 1347436 INFO  (qtp1908788916-19519) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35901.solr.core.deleteByCountNew.shard2.replica_n6' (registry 
'solr.core.deleteByCountNew.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1347436 INFO  (qtp1908788916-19519) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1347436 INFO  (qtp1908788916-19519) [    ] o.a.s.c.SolrCore 
[[deleteByCountNew_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node2/deleteByCountNew_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_F34B4C6EDA0872DA-001/tempDir-001/node2/./deleteByCountNew_shard2_replica_n6/data/]
   [junit4]   2> 1347436 INFO  (qtp784952847-19524) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1347436 INFO  (qtp784952847-19524) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica_n4' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1347437 INFO  (qtp784952847-19524) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43747.solr.core.deleteByCountNew.shard2.replica_n4' (registry 
'solr.core.deleteByCountNew.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13983169
   [junit4]   2> 1347437 INF

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

   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:892)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1053)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:954)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered 
leader was found after waiting for 1220000ms , collection: test slice: shard1 
saw state=null with live_nodes=[]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:771)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:736)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2>        ... 41 more
   [junit4]   2> 
   [junit4]   2> 499320 INFO  (qtp1177514559-2518) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=test_shard1_replica_n2&action=CREATE&numShards=2&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=389831
   [junit4]   2> 499320 ERROR 
(SUITE-TestV2Request-seed#[2351047BB83F3FC4]-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> 499320 INFO  
(SUITE-TestV2Request-seed#[2351047BB83F3FC4]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39623 39623
   [junit4]   2> 506620 INFO  (Thread-634) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39623 39623
   [junit4]   2> 506621 WARN  (Thread-634) [    ] 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/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        16      /solr/collections/test/state.json
   [junit4]   2>        5       /solr/clusterstate.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> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.TestV2Request_2351047BB83F3FC4-001
   [junit4]   2> Dec 17, 2017 9:56:14 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Dec 17, 2017 9:56:34 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.client.solrj.request.TestV2Request: 
   [junit4]   2>    1) Thread[id=2650, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestV2Request]
   [junit4]   2>         at java.base@10-ea/java.lang.Thread.sleep(Native 
Method)
   [junit4]   2>         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at 
java.base@10-ea/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Dec 17, 2017 9:56:34 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=2650, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestV2Request]
   [junit4]   2> Dec 17, 2017 9:56:34 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1245, maxMBSortInHeap=5.930111554553862, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2e7d4325),
 locale=uz-Latn, timezone=America/Indiana/Petersburg
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 10-ea 
(64-bit)/cpus=8,threads=1,free=216163576,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestSpellCheckResponse, 
TestPathTrie, StreamExpressionParserTest, StreamingTest, SchemaTest, 
CubedRootEvaluatorTest, GraphExpressionTest, RawValueEvaluatorTest, 
HttpSolrClientConPoolTest, NaturalLogEvaluatorTest, TestZkConfigManager, 
TestXMLEscaping, ArcSineEvaluatorTest, TestNamedListCodec, 
EmpiricalDistributionEvaluatorTest, TestEmbeddedSolrServer, 
ReverseEvaluatorTest, NotEvaluatorTest, AndEvaluatorTest, ContentStreamTest, 
TestV1toV2ApiMapper, SolrExampleStreamingTest, LargeVolumeBinaryJettyTest, 
TestBatchUpdate, TestSolrProperties, MergeIndexesEmbeddedTest, 
SolrDocumentTest, FieldAnalysisResponseTest, FacetFieldTest, 
CollectionAdminRequestRequiredParamsTest, GetByIdTest, 
SolrSchemalessExampleTest, TestLBHttpSolrClient, CloudSolrClientTest, 
ConcatOperationTest, TestDelegationTokenRequest, TestV2Request]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestV2Request 
-Dtests.seed=2351047BB83F3FC4 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=uz-Latn -Dtests.timezone=America/Indiana/Petersburg 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestV2Request (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.client.solrj.request.TestV2Request: 
   [junit4]    >    1) Thread[id=2650, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestV2Request]
   [junit4]    >         at java.base@10-ea/java.lang.Thread.sleep(Native 
Method)
   [junit4]    >         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at 
java.base@10-ea/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2351047BB83F3FC4]:0)
   [junit4] Completed [146/146 (1!)] on J0 in 418.12s, 3 tests, 3 errors <<< 
FAILURES!

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

Reply via email to