Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2950/
Java: 64bit/jdk-12-ea+12 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.SchemaApiFailureTest

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
        at __randomizedtesting.SeedInfo.seed([FC6AB37B6F77336B]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1474)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:450)
        at 
org.apache.solr.schema.SchemaApiFailureTest.setupCluster(SchemaApiFailureTest.java:43)
        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:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:875)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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:835)


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

Error Message:
Could not find collection : delLiveColl

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : delLiveColl
        at 
__randomizedtesting.SeedInfo.seed([FC6AB37B6F77336B:510A077072489B1E]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:258)
        at 
org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:77)
        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:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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:835)




Build Log:
[...truncated 14024 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 1260346 INFO  
(SUITE-DeleteReplicaTest-seed#[FC6AB37B6F77336B]-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-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_FC6AB37B6F77336B-001/init-core-data-001
   [junit4]   2> 1260347 WARN  
(SUITE-DeleteReplicaTest-seed#[FC6AB37B6F77336B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 1260347 INFO  
(SUITE-DeleteReplicaTest-seed#[FC6AB37B6F77336B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1260347 INFO  
(SUITE-DeleteReplicaTest-seed#[FC6AB37B6F77336B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1260348 INFO  
(SUITE-DeleteReplicaTest-seed#[FC6AB37B6F77336B]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_FC6AB37B6F77336B-001/tempDir-001
   [junit4]   2> 1260348 INFO  
(SUITE-DeleteReplicaTest-seed#[FC6AB37B6F77336B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1260348 INFO  (Thread-3858) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1260348 INFO  (Thread-3858) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1260349 ERROR (Thread-3858) [    ] 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> 1260448 INFO  
(SUITE-DeleteReplicaTest-seed#[FC6AB37B6F77336B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42955
   [junit4]   2> 1260449 INFO  (zkConnectionManagerCallback-3582-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260452 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 12-ea+12
   [junit4]   2> 1260452 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 12-ea+12
   [junit4]   2> 1260452 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 12-ea+12
   [junit4]   2> 1260452 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 12-ea+12
   [junit4]   2> 1260456 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1260456 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1260456 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1260456 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@38506e0e{/solr,null,AVAILABLE}
   [junit4]   2> 1260457 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1260457 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1260457 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1260457 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5085b718{/solr,null,AVAILABLE}
   [junit4]   2> 1260457 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1260457 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1260457 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5a1b3981{/solr,null,AVAILABLE}
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@26042c5a{SSL,[ssl, 
http/1.1]}{127.0.0.1:39239}
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5d611123{SSL,[ssl, 
http/1.1]}{127.0.0.1:40189}
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.e.j.s.Server Started @1260494ms
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.e.j.s.Server Started @1260494ms
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40189}
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39239}
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@76c78ffd{SSL,[ssl, 
http/1.1]}{127.0.0.1:43107}
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6efb0bde{/solr,null,AVAILABLE}
   [junit4]   2> 1260458 ERROR (jetty-launcher-3579-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1260458 ERROR (jetty-launcher-3579-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.e.j.s.Server Started @1260494ms
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43107}
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-21T02:01:54.860731Z
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-21T02:01:54.860738Z
   [junit4]   2> 1260458 ERROR (jetty-launcher-3579-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@12d5247d{SSL,[ssl, 
http/1.1]}{127.0.0.1:40533}
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.e.j.s.Server Started @1260494ms
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-21T02:01:54.860867Z
   [junit4]   2> 1260458 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40533}
   [junit4]   2> 1260459 ERROR (jetty-launcher-3579-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1260459 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1260459 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 1260459 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1260459 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1260459 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-21T02:01:54.861125Z
   [junit4]   2> 1260460 INFO  (zkConnectionManagerCallback-3588-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260460 INFO  (zkConnectionManagerCallback-3590-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260461 INFO  (zkConnectionManagerCallback-3585-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260461 INFO  (zkConnectionManagerCallback-3586-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260461 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1260461 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1260461 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1260461 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1260464 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100438641a20001, likely client has closed socket
   [junit4]   2> 1260465 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100438641a20002, likely client has closed socket
   [junit4]   2> 1260575 INFO  (jetty-launcher-3579-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42955/solr
   [junit4]   2> 1260585 INFO  (zkConnectionManagerCallback-3594-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260587 INFO  (zkConnectionManagerCallback-3597-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260587 INFO  (jetty-launcher-3579-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42955/solr
   [junit4]   2> 1260595 INFO  (zkConnectionManagerCallback-3600-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260599 INFO  (zkConnectionManagerCallback-3604-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260603 INFO  (jetty-launcher-3579-thread-2) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40533_solr
   [junit4]   2> 1260603 INFO  (jetty-launcher-3579-thread-2) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer Overseer 
(id=72131837943742472-127.0.0.1:40533_solr-n_0000000000) starting
   [junit4]   2> 1260615 INFO  (zkConnectionManagerCallback-3611-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260616 INFO  (jetty-launcher-3579-thread-2) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42955/solr ready
   [junit4]   2> 1260619 INFO  
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:40533_solr
   [junit4]   2> 1260623 INFO  (jetty-launcher-3579-thread-2) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40533_solr
   [junit4]   2> 1260627 INFO  (jetty-launcher-3579-thread-1) 
[n:127.0.0.1:43107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1260628 INFO  (jetty-launcher-3579-thread-1) 
[n:127.0.0.1:43107_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1260628 INFO  (jetty-launcher-3579-thread-1) 
[n:127.0.0.1:43107_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43107_solr
   [junit4]   2> 1260631 INFO  (zkCallback-3603-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1260631 INFO  (jetty-launcher-3579-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42955/solr
   [junit4]   2> 1260635 INFO  (zkCallback-3596-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1260639 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:43107_solr"} current state version: 0
   [junit4]   2> 1260641 INFO  (zkCallback-3610-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1260647 INFO  (zkConnectionManagerCallback-3615-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260650 INFO  (jetty-launcher-3579-thread-2) 
[n:127.0.0.1:40533_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1260654 INFO  (zkConnectionManagerCallback-3621-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260654 INFO  (zkConnectionManagerCallback-3623-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260655 INFO  (jetty-launcher-3579-thread-1) 
[n:127.0.0.1:43107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1260655 INFO  (jetty-launcher-3579-thread-1) 
[n:127.0.0.1:43107_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42955/solr ready
   [junit4]   2> 1260656 INFO  (jetty-launcher-3579-thread-1) 
[n:127.0.0.1:43107_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1260657 INFO  (jetty-launcher-3579-thread-4) 
[n:127.0.0.1:40189_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1260659 INFO  (jetty-launcher-3579-thread-4) 
[n:127.0.0.1:40189_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1260659 INFO  (jetty-launcher-3579-thread-4) 
[n:127.0.0.1:40189_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40189_solr
   [junit4]   2> 1260659 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40189_solr"} current state version: 0
   [junit4]   2> 1260660 INFO  (zkCallback-3610-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1260660 INFO  (zkCallback-3603-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1260661 INFO  (zkCallback-3596-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1260667 INFO  (zkCallback-3622-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1260667 INFO  (zkCallback-3620-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1260668 INFO  (jetty-launcher-3579-thread-2) 
[n:127.0.0.1:40533_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40533.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1260672 INFO  (jetty-launcher-3579-thread-1) 
[n:127.0.0.1:43107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43107.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1260676 INFO  (jetty-launcher-3579-thread-2) 
[n:127.0.0.1:40533_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40533.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1260676 INFO  (jetty-launcher-3579-thread-2) 
[n:127.0.0.1:40533_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40533.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1260677 INFO  (jetty-launcher-3579-thread-2) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_FC6AB37B6F77336B-001/tempDir-001/node2/.
   [junit4]   2> 1260679 INFO  (jetty-launcher-3579-thread-1) 
[n:127.0.0.1:43107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43107.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1260679 INFO  (jetty-launcher-3579-thread-1) 
[n:127.0.0.1:43107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43107.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1260679 INFO  (jetty-launcher-3579-thread-1) 
[n:127.0.0.1:43107_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_FC6AB37B6F77336B-001/tempDir-001/node1/.
   [junit4]   2> 1260680 INFO  (zkConnectionManagerCallback-3631-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260680 INFO  (jetty-launcher-3579-thread-4) 
[n:127.0.0.1:40189_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1260681 INFO  (jetty-launcher-3579-thread-4) 
[n:127.0.0.1:40189_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42955/solr ready
   [junit4]   2> 1260681 INFO  (jetty-launcher-3579-thread-4) 
[n:127.0.0.1:40189_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1260691 INFO  (jetty-launcher-3579-thread-4) 
[n:127.0.0.1:40189_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40189.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1260694 INFO  (jetty-launcher-3579-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42955/solr
   [junit4]   2> 1260694 INFO  (zkConnectionManagerCallback-3636-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260697 INFO  (jetty-launcher-3579-thread-4) 
[n:127.0.0.1:40189_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40189.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1260697 INFO  (jetty-launcher-3579-thread-4) 
[n:127.0.0.1:40189_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40189.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1260698 INFO  (jetty-launcher-3579-thread-4) 
[n:127.0.0.1:40189_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_FC6AB37B6F77336B-001/tempDir-001/node4/.
   [junit4]   2> 1260698 INFO  (zkConnectionManagerCallback-3638-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260700 INFO  (jetty-launcher-3579-thread-3) 
[n:127.0.0.1:39239_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1260702 INFO  (jetty-launcher-3579-thread-3) 
[n:127.0.0.1:39239_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1260702 INFO  (jetty-launcher-3579-thread-3) 
[n:127.0.0.1:39239_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39239_solr
   [junit4]   2> 1260702 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39239_solr"} current state version: 0
   [junit4]   2> 1260703 INFO  (zkCallback-3610-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1260703 INFO  (zkCallback-3620-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1260703 INFO  (zkCallback-3603-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1260703 INFO  (zkCallback-3596-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1260703 INFO  (zkCallback-3622-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1260703 INFO  (zkCallback-3630-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1260707 INFO  (zkCallback-3637-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1260716 INFO  (zkConnectionManagerCallback-3645-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260717 INFO  (jetty-launcher-3579-thread-3) 
[n:127.0.0.1:39239_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1260717 INFO  (jetty-launcher-3579-thread-3) 
[n:127.0.0.1:39239_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42955/solr ready
   [junit4]   2> 1260717 INFO  (jetty-launcher-3579-thread-3) 
[n:127.0.0.1:39239_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1260732 INFO  (jetty-launcher-3579-thread-3) 
[n:127.0.0.1:39239_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39239.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1260741 INFO  (jetty-launcher-3579-thread-3) 
[n:127.0.0.1:39239_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39239.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1260741 INFO  (jetty-launcher-3579-thread-3) 
[n:127.0.0.1:39239_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39239.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1260742 INFO  (jetty-launcher-3579-thread-3) 
[n:127.0.0.1:39239_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_FC6AB37B6F77336B-001/tempDir-001/node3/.
   [junit4]   2> 1260765 INFO  (zkConnectionManagerCallback-3648-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260767 INFO  (zkConnectionManagerCallback-3653-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1260767 INFO  
(SUITE-DeleteReplicaTest-seed#[FC6AB37B6F77336B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1260768 INFO  
(SUITE-DeleteReplicaTest-seed#[FC6AB37B6F77336B]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42955/solr ready
   [junit4]   2> 1260787 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[FC6AB37B6F77336B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCount
   [junit4]   2> 1260800 INFO  (qtp1927158184-14224) [n:127.0.0.1:43107_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=2&collection.configName=conf&name=deleteByCount&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1260801 INFO  
(OverseerThreadFactory-5414-thread-1-processing-n:127.0.0.1:40533_solr) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteByCount
   [junit4]   2> 1260802 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, 
message = {
   [junit4]   2>   "name":"deleteByCount",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "pullReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1260912 INFO  (qtp1927158184-14225) [n:127.0.0.1:43107_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1260923 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1260935 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1260944 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1260947 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCount_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39239/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1260947 INFO  
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] 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_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39239/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1260948 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [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:40533/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1260948 INFO  
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] 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:40533/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1260948 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [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:40189/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1260949 INFO  
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] 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:40189/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1261161 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr    
x:deleteByCount_shard1_replica_p4] 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> 1261161 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr    
x:deleteByCount_shard1_replica_p2] 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> 1261161 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr    
x:deleteByCount_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1261161 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1261163 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"deleteByCount_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:39239/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39239_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1261163 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"deleteByCount_shard1_replica_p2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40533/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40533_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1261163 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"deleteByCount_shard1_replica_p4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40189/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40189_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1262168 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1262168 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1262168 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1262174 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_p2] Schema name=minimal
   [junit4]   2> 1262174 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_p4] Schema name=minimal
   [junit4]   2> 1262174 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1262179 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1262179 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_p2' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 1262179 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1262179 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_p4' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 1262179 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1262179 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_n1' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 1262179 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40533.solr.core.deleteByCount.shard1.replica_p2' (registry 
'solr.core.deleteByCount.shard1.replica_p2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1262180 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40189.solr.core.deleteByCount.shard1.replica_p4' (registry 
'solr.core.deleteByCount.shard1.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1262180 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_p2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_FC6AB37B6F77336B-001/tempDir-001/node2/deleteByCount_shard1_replica_p2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_FC6AB37B6F77336B-001/tempDir-001/node2/./deleteByCount_shard1_replica_p2/data/]
   [junit4]   2> 1262180 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_p4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_FC6AB37B6F77336B-001/tempDir-001/node4/deleteByCount_shard1_replica_p4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_FC6AB37B6F77336B-001/tempDir-001/node4/./deleteByCount_shard1_replica_p4/data/]
   [junit4]   2> 1262180 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39239.solr.core.deleteByCount.shard1.replica_n1' (registry 
'solr.core.deleteByCount.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d06e8f6
   [junit4]   2> 1262180 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_FC6AB37B6F77336B-001/tempDir-001/node3/deleteByCount_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_FC6AB37B6F77336B-001/tempDir-001/node3/./deleteByCount_shard1_replica_n1/data/]
   [junit4]   2> 1262212 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1262212 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1262212 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1262212 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1262213 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@163ef288[deleteByCount_shard1_replica_p4] main]
   [junit4]   2> 1262213 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7e804e4a[deleteByCount_shard1_replica_p2] main]
   [junit4]   2> 1262213 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1262214 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1262214 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1262214 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1262214 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1262215 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1262215 INFO  
(searcherExecutor-5438-thread-1-processing-n:127.0.0.1:40189_solr 
x:deleteByCount_shard1_replica_p4 c:deleteByCount s:shard1 r:core_node6) 
[n:127.0.0.1:40189_solr c:deleteByCount s:shard1 r:core_node6 
x:deleteByCount_shard1_replica_p4] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p4] Registered new searcher 
Searcher@163ef288[deleteByCount_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1262215 INFO  
(searcherExecutor-5437-thread-1-processing-n:127.0.0.1:40533_solr 
x:deleteByCount_shard1_replica_p2 c:deleteByCount s:shard1 r:core_node5) 
[n:127.0.0.1:40533_solr c:deleteByCount s:shard1 r:core_node5 
x:deleteByCount_shard1_replica_p2] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p2] Registered new searcher 
Searcher@7e804e4a[deleteByCount_shard1_replica_p2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1262216 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.ZkController deleteByCount_shard1_replica_p4 starting background 
replication from leader
   [junit4]   2> 1262216 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.c.ZkController deleteByCount_shard1_replica_p2 starting background 
replication from leader
   [junit4]   2> 1262216 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 1262216 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 1262218 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1262218 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1262218 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1262219 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1262226 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1262226 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1262227 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1262227 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1262228 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36a201a8[deleteByCount_shard1_replica_n1] main]
   [junit4]   2> 1262229 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1262230 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1262230 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1262231 INFO  
(searcherExecutor-5439-thread-1-processing-n:127.0.0.1:39239_solr 
x:deleteByCount_shard1_replica_n1 c:deleteByCount s:shard1 r:core_node3) 
[n:127.0.0.1:39239_solr c:deleteByCount s:shard1 r:core_node3 
x:deleteByCount_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_n1] Registered new searcher 
Searcher@36a201a8[deleteByCount_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1262231 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1614898598125764608
   [junit4]   2> 1262239 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCount/terms/shard1 to Terms{values={core_node3=0}, 
version=0}
   [junit4]   2> 1262241 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1262241 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1262241 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteByCount"} current state version: 0
   [junit4]   2> 1262241 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:39239/solr/deleteByCount_shard1_replica_n1/
   [junit4]   2> 1262241 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1262241 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:39239/solr/deleteByCount_shard1_replica_n1/ has no replicas
   [junit4]   2> 1262241 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1262243 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:39239/solr/deleteByCount_shard1_replica_n1/ shard1
   [junit4]   2> 1262243 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "base_url":"https://127.0.0.1:39239/solr";,
   [junit4]   2>   "core":"deleteByCount_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1262344 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1262345 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"deleteByCount_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:39239/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39239_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1262346 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
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_n1&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1184
   [junit4]   2> 1262371 INFO  (indexFetcher-5450-thread-1) [    ] 
o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down, 
skipping replication
   [junit4]   2> 1262371 INFO  (indexFetcher-5449-thread-1) [    ] 
o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down, 
skipping replication
   [junit4]   2> 1262446 INFO  (zkCallback-3637-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> 1263221 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"deleteByCount_shard1_replica_p2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40533/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40533_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1263221 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"deleteByCount_shard1_replica_p4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40189/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40189_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1263222 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
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=2061
   [junit4]   2> 1263222 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
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=2061
   [junit4]   2> 1263223 INFO  (qtp1927158184-14224) [n:127.0.0.1:43107_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1263322 INFO  (zkCallback-3603-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> 1263322 INFO  (zkCallback-3637-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> 1263322 INFO  (zkCallback-3622-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> 1264224 INFO  (qtp1927158184-14224) [n:127.0.0.1:43107_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=2&collection.configName=conf&name=deleteByCount&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=3424
   [junit4]   2> 1264226 INFO  (qtp1927158184-14222) [n:127.0.0.1:43107_solr    
] 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> 1264228 INFO  
(OverseerCollectionConfigSetProcessor-72131837943742472-127.0.0.1:40533_solr-n_0000000000)
 [n:127.0.0.1:40533_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1264229 INFO  (qtp17491398-14212) [n:127.0.0.1:40189_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCount.shard1.replica_p4, tag=null
   [junit4]   2> 1264229 INFO  (qtp17491398-14212) [n:127.0.0.1:40189_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@481133fb: rootName = 
solr_40189, 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@2a04223e
   [junit4]   2> 1264241 INFO  (qtp17491398-14212) [n:127.0.0.1:40189_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.c.ZkController 
deleteByCount_shard1_replica_p4 stopping background replication from leader
   [junit4]   2> 1264241 INFO  (qtp17491398-14212) [n:127.0.0.1:40189_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@26d51614
   [junit4]   2> 1264241 INFO  (qtp17491398-14212) [n:127.0.0.1:40189_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCount.shard1.replica_p4, tag=26d51614
   [junit4]   2> 1264241 INFO  (qtp17491398-14212) [n:127.0.0.1:40189_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=26d51614
   [junit4]   2> 1264243 INFO  (qtp17491398-14212) [n:127.0.0.1:40189_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCount_shard1_replica_p4&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=15
   [junit4]   2> 1264244 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"deletecore",
   [junit4]   2>   "core":"deleteByCount_shard1_replica_p4",
   [junit4]   2>   "node_name":"127.0.0.1:40189_solr",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "base_url":"https://127.0.0.1:40189/solr";,
   [junit4]   2>   "core_node_name":"core_node6"} current state version: 0
   [junit4]   2> 1264345 INFO  (zkCallback-3622-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> 1264345 INFO  (zkCallback-3603-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> 1264345 INFO  (zkCallback-3637-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> 1264445 INFO  (qtp235039019-14228) [n:127.0.0.1:40533_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCount.shard1.replica_p2, tag=null
   [junit4]   2> 1264445 INFO  (qtp235039019-14228) [n:127.0.0.1:40533_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@40405615: rootName = 
solr_40533, 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@51c6e3aa
   [junit4]   2> 1264459 INFO  (qtp235039019-14228) [n:127.0.0.1:40533_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.c.ZkController 
deleteByCount_shard1_replica_p2 stopping background replication from leader
   [junit4]   2> 1264460 INFO  (qtp235039019-14228) [n:127.0.0.1:40533_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5a6412a8
   [junit4]   2> 1264460 INFO  (qtp235039019-14228) [n:127.0.0.1:40533_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCount.shard1.replica_p2, tag=5a6412a8
   [junit4]   2> 1264460 INFO  (qtp235039019-14228) [n:127.0.0.1:40533_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=5a6412a8
   [junit4]   2> 1264462 INFO  (qtp235039019-14228) [n:127.0.0.1:40533_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCount_shard1_replica_p2&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=17
   [junit4]   2> 1264462 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"deletecore",
   [junit4]   2>   "core":"deleteByCount_shard1_replica_p2",
   [junit4]   2>   "node_name":"127.0.0.1:40533_solr",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "base_url":"https://127.0.0.1:40533/solr";,
   [junit4]   2>   "core_node_name":"core_node5"} current state version: 0
   [junit4]   2> 1264563 INFO  (zkCallback-3637-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> 1264563 INFO  (zkCallback-3603-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> 1264665 INFO  (qtp1927158184-14222) [n:127.0.0.1:43107_solr 
c:deleteByCount   ] 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=439
   [junit4]   2> 1264666 INFO  (qtp1927158184-14224) [n:127.0.0.1:43107_solr    
] 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> 1264667 INFO  
(OverseerCollectionConfigSetProcessor-72131837943742472-127.0.0.1:40533_solr-n_0000000000)
 [n:127.0.0.1:40533_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1264667 ERROR 
(OverseerThreadFactory-5414-thread-3-processing-n:127.0.0.1:40533_solr) 
[n:127.0.0.1:40533_solr c:deleteByCount s:shard1  ] 
o.a.s.c.a.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.api.collections.DeleteReplicaCmd.validateReplicaAvailability(DeleteReplicaCmd.java:191)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.pickReplicasTobeDeleted(DeleteReplicaCmd.java:158)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteReplicaBasedOnCount(DeleteReplicaCmd.java:127)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:78)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.call(DeleteReplicaCmd.java:66)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:259)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:478)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 
   [junit4]   2> 1264668 INFO  (qtp1927158184-14224) [n:127.0.0.1:43107_solr 
c:deleteByCount   ] 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=2
   [junit4]   2> 1264669 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[FC6AB37B6F77336B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaByCount
   [junit4] IGNOR/A 0.00s J0 | DeleteReplicaTest.deleteReplicaFromClusterState
   [junit4]    > Assumption #1: 'badapple' test group is disabled 
(@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";))
   [junit4]   2> 1264690 INFO  
(TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[FC6AB37B6F77336B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting deleteLiveReplicaTest
   [junit4]   2> 1264691 INFO  (qtp1927158184-14222) [n:127.0.0.1:43107_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=delLiveColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1264692 INFO  
(OverseerThreadFactory-5414-thread-4-processing-n:127.0.0.1:40533_solr) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
delLiveColl
   [junit4]   2> 1264692 INFO  
(OverseerCollectionConfigSetProcessor-72131837943742472-127.0.0.1:40533_solr-n_0000000000)
 [n:127.0.0.1:40533_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1264693 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"delLiveColl",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1264897 INFO  (qtp1927158184-14332) [n:127.0.0.1:43107_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1264899 INFO  (qtp17491398-14207) [n:127.0.0.1:40189_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1264901 INFO  (qtp235039019-14223) [n:127.0.0.1:40533_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1264903 INFO  (qtp1240080098-14215) [n:127.0.0.1:39239_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.deleteByCount.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1264904 INFO  (qtp1240080098-14216) [n:127.0.0.1:39239_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1264906 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40533/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1264906 INFO  
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40533/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1264907 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40189/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1264907 INFO  
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40189/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1264908 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43107/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1264908 INFO  
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43107/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1264909 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43107/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1264909 INFO  
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43107/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1265111 INFO  (qtp17491398-14208) [n:127.0.0.1:40189_solr    
x:delLiveColl_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1265111 INFO  (qtp235039019-14226) [n:127.0.0.1:40533_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1265114 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40189/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40189_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1265115 DEBUG 
(OverseerStateUpdate-72131837943742472-127.0.0.1:40533_solr-n_0000000000) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40533/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40533_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1265113 WARN  (qtp1927158184-14214) [    ] 
o.e.j.u.t.s.EatWhatYouKill 
   [junit4]   2> java.util.NoSuchElementException: No value present
   [junit4]   2>        at java.util.Optional.get(Optional.java:148) ~[?:?]
   [junit4]   2>        at 
sun.security.ssl.ServerHello$T13ServerHelloProducer.produce(ServerHello.java:551)
 ~[?:?]
   [junit4]   2>        at 
sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) ~[?:?]
   [junit4]   2>        at 
sun.security.ssl.ClientHello$T13ClientHelloConsumer.goServerHello(ClientHello.java:1189)
 ~[?:?]
   [junit4]   2>        at 
sun.security.ssl.ClientHello$T13ClientHelloConsumer.consume(ClientHello.java:1125)
 ~[?:?]
   [junit4]   2>        at 
sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:831)
 ~[?:?]
   [junit4]   2>        at 
sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:792) 
~[?:?]
   [junit4]   2>        at 
sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) ~[?:?]
   [junit4]   2>        at 
sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) ~[?:?]
   [junit4]   2>        at 
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1065)
 ~[?:?]
   [junit4]   2>        at 
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1052)
 ~[?:?]
   [junit4]   2>        at java.security.AccessController.doPrivileged(Native 
Method) ~[?:?]
   [junit4]   2>        at 
sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:999) ~[?:?]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:775)
 ~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:331)
 ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:243) 
~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
 ~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) 
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291) 
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151) 
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) 
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) 
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
 [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
 [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
 [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
 [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
 [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680) 
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 1265114 ERROR 
(OverseerThreadFactory-5414-thread-4-processing-n:127.0.0.1:40533_solr) 
[n:127.0.0.1:40533_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error 
from shard: https://127.0.0.1:43107/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: https://127.0.0.1:43107/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1260) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4] 

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

ns/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-i18n-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptor-kerberos-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/api-all-1.0.0-M20.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/bcprov-jdk15on-1.60.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/byte-buddy-1.6.2.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/ehcache-core-2.4.4.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/jersey-core-1.9.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/jersey-server-1.9.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/jetty-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/jetty-util-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/mina-core-2.0.0-M5.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/mockito-core-2.6.2.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/netty-all-4.0.36.Final.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/objenesis-2.5.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-7.6.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/home/jenkins/.ant/lib/ivy-2.4.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.6.4.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20181021_014054_3349664404432669124261.events
 
@/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20181021_014054_33416485003693214669653.suites
 -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Forked process returned with 
error code: 134. Very likely a JVM crash.  See process stdout at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20181021_014054_3348518922048367552629.sysout
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4]     at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]     at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]     at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]     at java.base/java.lang.Thread.run(Thread.java:835)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:633: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:577: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:59: The following error 
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build.xml:267: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/common-build.xml:558: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1567: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1092: At 
least one slave process threw an exception, first: Forked process returned with 
error code: 134. Very likely a JVM crash.  See process stdout at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20181021_014054_3348518922048367552629.sysout

Total time: 87 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to