You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/12/09 06:33:34 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+140) - Build # 18479 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18479/
Java: 64bit/jdk-9-ea+140 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail

Error Message:
expected:<200> but was:<404>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
	at __randomizedtesting.SeedInfo.seed([E7F611551FECF6A2:8F49247FCF76E44E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:304)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)




Build Log:
[...truncated 12286 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_E7F611551FECF6A2-001/init-core-data-001
   [junit4]   2> 1518860 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E7F611551FECF6A2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1518863 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E7F611551FECF6A2]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_E7F611551FECF6A2-001/tempDir-001
   [junit4]   2> 1518863 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E7F611551FECF6A2]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1518863 INFO  (Thread-3348) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1518863 INFO  (Thread-3348) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1518963 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E7F611551FECF6A2]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44220
   [junit4]   2> 1518969 INFO  (jetty-launcher-2181-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1518969 INFO  (jetty-launcher-2181-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12a98668{/solr,null,AVAILABLE}
   [junit4]   2> 1518971 INFO  (jetty-launcher-2181-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b009754{SSL,[ssl, http/1.1]}{127.0.0.1:33406}
   [junit4]   2> 1518971 INFO  (jetty-launcher-2181-thread-1) [    ] o.e.j.s.Server Started @1520674ms
   [junit4]   2> 1518971 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33406}
   [junit4]   2> 1518971 ERROR (jetty-launcher-2181-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1518971 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1518971 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1518971 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1518971 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-09T06:19:36.659965Z
   [junit4]   2> 1518973 INFO  (jetty-launcher-2181-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1518973 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1518973 INFO  (jetty-launcher-2181-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4eec320d{/solr,null,AVAILABLE}
   [junit4]   2> 1518974 INFO  (jetty-launcher-2181-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@552c641e{SSL,[ssl, http/1.1]}{127.0.0.1:37618}
   [junit4]   2> 1518974 INFO  (jetty-launcher-2181-thread-2) [    ] o.e.j.s.Server Started @1520677ms
   [junit4]   2> 1518974 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37618}
   [junit4]   2> 1518974 ERROR (jetty-launcher-2181-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1518974 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1518974 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1518974 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1518975 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-09T06:19:36.662998Z
   [junit4]   2> 1518976 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1518980 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44220/solr
   [junit4]   2> 1518986 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44220/solr
   [junit4]   2> 1518988 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33406_solr
   [junit4]   2> 1518988 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97076142181842948-127.0.0.1:33406_solr-n_0000000000) starting
   [junit4]   2> 1518992 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37618_solr
   [junit4]   2> 1518992 INFO  (zkCallback-2193-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1518993 INFO  (OverseerStateUpdate-97076142181842948-127.0.0.1:33406_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1518993 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33406_solr
   [junit4]   2> 1518993 INFO  (zkCallback-2188-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1518993 INFO  (zkCallback-2193-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1519011 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1519024 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, token.validity=36000, signer.secret.provider.zookeeper.path=/token, type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper}
   [junit4]   2> 1519060 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1519061 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, token.validity=36000, signer.secret.provider.zookeeper.path=/token, type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper}
   [junit4]   2> 1519062 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1519062 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1519070 INFO  (jetty-launcher-2181-thread-2-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1519070 INFO  (jetty-launcher-2181-thread-1-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1519162 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_E7F611551FECF6A2-001/tempDir-001/node1/.
   [junit4]   2> 1519162 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_E7F611551FECF6A2-001/tempDir-001/node2/.
   [junit4]   2> 1519179 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 1519390 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519398 INFO  (qtp486005164-13913) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPKxeigFZBkkwXgEEFKnJZDvXkhP-knBO1jWl9MyOG5KMB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519398 INFO  (qtp486005164-13913) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPKxeigFZBkkwXgEEFKnJZDvXkhP-knBO1jWl9MyOG5KMB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1519399 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 1519407 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 1519416 INFO  (qtp486005164-13911) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK0IigFZBkkxCAIEFI9SUJ9dqUdRxvodZNAa-DgvkeBZB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519416 INFO  (qtp486005164-13911) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK0IigFZBkkxCAIEFI9SUJ9dqUdRxvodZNAa-DgvkeBZB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1519420 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519422 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519438 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519443 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519444 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519448 INFO  (qtp237865907-13925) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK0IigFZBkkxCAIEFI9SUJ9dqUdRxvodZNAa-DgvkeBZB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519449 INFO  (qtp237865907-13925) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK0IigFZBkkxCAIEFI9SUJ9dqUdRxvodZNAa-DgvkeBZB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1519454 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519454 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519458 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519459 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 1519470 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 1519482 ERROR (qtp237865907-13923) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_3]
   [junit4]   2> 1519483 ERROR (qtp486005164-13908) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_3]
   [junit4]   2> 1519491 ERROR (qtp237865907-13918) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_4]
   [junit4]   2> 1519494 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithDelegationTokens -Dtests.method=testDelegationTokenCancelFail -Dtests.seed=E7F611551FECF6A2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kea-CV -Dtests.timezone=CST -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.04s J1 | TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<404>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E7F611551FECF6A2:8F49247FCF76E44E]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:304)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 1519507 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 1519513 WARN  (qtp486005164-13908) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo tries to renew a token with renewer bar
   [junit4]   2> 1519513 WARN  (qtp486005164-13908) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 1519513 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519514 WARN  (qtp237865907-13925) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo tries to renew a token with renewer bar
   [junit4]   2> 1519514 WARN  (qtp237865907-13925) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 1519514 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519520 WARN  (qtp486005164-13911) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser
   [junit4]   2> 1519520 WARN  (qtp486005164-13911) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 1519520 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519521 WARN  (qtp237865907-13923) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser
   [junit4]   2> 1519522 WARN  (qtp237865907-13923) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 1519522 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519522 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 1519534 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 1519554 INFO  (qtp486005164-13907) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK2GigFZBkkxhgcEFE9Ap9ES-ptwa9MHBlzzJVJ0vw_qB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519555 INFO  (qtp486005164-13907) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK2GigFZBkkxhgcEFE9Ap9ES-ptwa9MHBlzzJVJ0vw_qB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1519559 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519562 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519563 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519566 INFO  (qtp237865907-13925) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK2GigFZBkkxhgcEFE9Ap9ES-ptwa9MHBlzzJVJ0vw_qB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519566 INFO  (qtp237865907-13925) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK2GigFZBkkxhgcEFE9Ap9ES-ptwa9MHBlzzJVJ0vw_qB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1519570 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519570 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519572 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519585 INFO  (qtp486005164-13913) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK2uigFZBkkxrggEFA4NxazFL-RftjZjPXvlSN00RdPYB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519585 INFO  (qtp486005164-13913) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK2uigFZBkkxrggEFA4NxazFL-RftjZjPXvlSN00RdPYB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1519589 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519590 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519592 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519596 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519596 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519598 INFO  (qtp237865907-13925) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK2uigFZBkkxrggEFA4NxazFL-RftjZjPXvlSN00RdPYB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519598 INFO  (qtp237865907-13925) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK2uigFZBkkxrggEFA4NxazFL-RftjZjPXvlSN00RdPYB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1519604 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519624 INFO  (qtp486005164-13913) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK3MigFZBkkxzAkEFMW9IZkugw540oOePN6b4lgfbp52B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519626 INFO  (qtp486005164-13913) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK3MigFZBkkxzAkEFMW9IZkugw540oOePN6b4lgfbp52B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1519629 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519629 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519631 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519634 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519635 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519636 INFO  (qtp237865907-13921) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK3MigFZBkkxzAkEFMW9IZkugw540oOePN6b4lgfbp52B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519638 INFO  (qtp237865907-13921) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK3MigFZBkkxzAkEFMW9IZkugw540oOePN6b4lgfbp52B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1519641 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519641 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519643 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519652 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519653 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519654 INFO  (qtp237865907-13918) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK30igFZBkkx9AoEFH0b536PiijffHPccpxP4udx9wFTB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519654 INFO  (qtp237865907-13918) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK30igFZBkkx9AoEFH0b536PiijffHPccpxP4udx9wFTB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1519657 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519657 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519659 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519663 INFO  (qtp237865907-13921) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK30igFZBkkx9AoEFH0b536PiijffHPccpxP4udx9wFTB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519663 INFO  (qtp237865907-13921) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjiPK30igFZBkkx9AoEFH0b536PiijffHPccpxP4udx9wFTB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1519667 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519667 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 1519678 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 1519681 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 1519693 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 1519696 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519696 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519699 INFO  (qtp237865907-13919) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params op=someSolrOperation&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519699 INFO  (qtp237865907-13919) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1519700 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=test&e=1481300377387&s=ksnhVbzvoQ+5vmi6Hzp467cXAkw="; Path=/; Domain=127.0.0.1; Expires=ses, 09-Diz-2016 16:19:37 GMT; Secure; HttpOnly". Invalid 'expires' attribute: ses, 09-Diz-2016 16:19:37 GMT
   [junit4]   2> 1519700 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 1519711 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 1519718 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519718 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519720 ERROR (qtp237865907-13918) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_12]
   [junit4]   2> 1519731 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519735 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519742 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519742 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519744 ERROR (qtp237865907-13924) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_13]
   [junit4]   2> 1519750 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1519750 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E7F611551FECF6A2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44220/solr ready
   [junit4]   2> 1519752 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519756 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E7F611551FECF6A2]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=kin, 01-Jan-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: kin, 01-Jan-1970 00:00:00 GMT
   [junit4]   2> 1519756 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E7F611551FECF6A2]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 1519758 INFO  (jetty-launcher-2181-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@552c641e{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1519758 INFO  (jetty-launcher-2181-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4b009754{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1519758 INFO  (jetty-launcher-2181-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=770672174
   [junit4]   2> 1519758 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=452044489
   [junit4]   2> 1519759 INFO  (jetty-launcher-2181-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97076142181842948-127.0.0.1:33406_solr-n_0000000000) closing
   [junit4]   2> 1519759 INFO  (OverseerStateUpdate-97076142181842948-127.0.0.1:33406_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33406_solr
   [junit4]   2> 1519760 WARN  (zkCallback-2193-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1519760 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x158e23caaea0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 1519760 ERROR (Thread[Thread-3367,5,TGRP-TestSolrCloudWithDelegationTokens]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1519763 INFO  (jetty-launcher-2181-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4eec320d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1521260 WARN  (zkCallback-2188-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1521260 ERROR (Thread[Thread-3366,5,TGRP-TestSolrCloudWithDelegationTokens]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1521261 INFO  (jetty-launcher-2181-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@12a98668{/solr,null,UNAVAILABLE}
   [junit4]   2> 1521262 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E7F611551FECF6A2]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44220 44220
   [junit4]   2> 1521380 INFO  (Thread-3348) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44220 44220
   [junit4]   2> 1521380 WARN  (Thread-3348) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/clusterprops.json
   [junit4]   2> 	18	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_13
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/live_nodes
   [junit4]   2> 	18	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 1521381 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E7F611551FECF6A2]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_E7F611551FECF6A2-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=kea-CV, timezone=CST
   [junit4]   2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=115102256,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [IndexSchemaTest, TestCollationFieldDocValues, CdcrReplicationHandlerTest, TestFastLRUCache, TestFieldSortValues, SpatialFilterTest, UUIDUpdateProcessorFallbackTest, AliasIntegrationTest, TestJsonFacets, BlobRepositoryCloudTest, TestShardHandlerFactory, TestSlowCompositeReaderWrapper, QueryParsingTest, ZkCLITest, MultiThreadedOCPTest, TestCursorMarkWithoutUniqueKey, CollectionsAPIDistributedZkTest, TestQueryTypes, TestLockTree, OverseerStatusTest, ClusterStateUpdateTest, TestFieldCacheWithThreads, RecoveryAfterSoftCommitTest, TestXIncludeConfig, SortByFunctionTest, SSLMigrationTest, TestAuthenticationFramework, AlternateDirectoryTest, ReplicaListTransformerTest, HighlighterTest, DocumentBuilderTest, TestDeleteCollectionOnDownNodes, DOMUtilTest, HdfsDirectoryFactoryTest, DistanceFunctionTest, DeleteStatusTest, DistributedTermsComponentTest, TestStressVersions, TestPerFieldSimilarity, UtilsToolTest, ZkControllerTest, TimeZoneUtilsTest, CustomCollectionTest, ConfigSetsAPITest, TestCharFilters, CSVRequestHandlerTest, ConvertedLegacyTest, HdfsRecoverLeaseTest, CollectionsAPIAsyncDistributedZkTest, SimplePostToolTest, PeerSyncWithIndexFingerprintCachingTest, CursorMarkTest, SoftAutoCommitTest, TestManagedStopFilterFactory, CoreAdminRequestStatusTest, DirectSolrSpellCheckerTest, TestSolrXml, SmileWriterTest, TestQueryUtils, TestSubQueryTransformer, DistributedIntervalFacetingTest, TestTrie, RequestLoggingTest, ClassificationUpdateProcessorTest, TermsComponentTest, TestWordDelimiterFilterFactory, DistributedFacetPivotLargeTest, SOLR749Test, TestManagedResource, TestFieldCacheSort, BadComponentTest, WordBreakSolrSpellCheckerTest, TestExclusionRuleCollectionAccess, TestReloadDeadlock, TestHdfsBackupRestoreCore, DistributedDebugComponentTest, DistributedFacetPivotSmallTest, BlockJoinFacetRandomTest, TestSolrQueryParserDefaultOperatorResource, TestFieldCache, ChaosMonkeyNothingIsSafeTest, BaseCdcrDistributedZkTest, TestStressRecovery, SampleTest, TestSimpleTrackingShardHandler, TestFiltering, TestOverriddenPrefixQueryForCustomFieldType, SpellCheckComponentTest, BitVectorTest, TestClusterProperties, DocValuesNotIndexedTest, LeaderElectionContextKeyTest, TestBulkSchemaAPI, TestSortByMinMaxFunction, TestSha256AuthenticationProvider, TestXmlQParser, FileUtilsTest, TestJettySolrRunner, UpdateRequestProcessorFactoryTest, TestRestoreCore, TestDefaultSearchFieldResource, HdfsSyncSliceTest, DistributedQueryComponentOptimizationTest, CloudMLTQParserTest, ChaosMonkeySafeLeaderTest, SyncSliceTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, ShardRoutingCustomTest, TestDistributedGrouping, TestHashPartitioner, TestReload, HardAutoCommitTest, TestCoreContainer, StatsComponentTest, QueryElevationComponentTest, PeerSyncTest, TestLazyCores, CurrencyFieldXmlFileTest, TestCoreDiscovery, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, SuggesterTSTTest, SuggesterWFSTTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DocValuesMultiTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, StandardRequestHandlerTest, TestWriterPerf, FileBasedSpellCheckerTest, TermVectorComponentTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, TestJmxIntegration, TestCSVResponseWriter, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestBinaryField, TestSearchPerf, TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, SynonymTokenizerTest, TestDFRSimilarityFactory, TestJmxMonitoredMap, URLClassifyProcessorTest, DateMathParserTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, ClusterStateTest, TestUtils, ZkNodePropsTest, UUIDFieldTest, TestCrossCoreJoin, TestDistributedMissingSort, CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, CleanupOldIndexTest, CollectionReloadTest, CollectionStateFormat2Test, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteNodeTest, DeleteShardTest, DistributedQueueTest, DistributedVersionInfoTest, LeaderFailureAfterFreshStartTest, OverseerCollectionConfigSetProcessorTest, OverseerTaskQueueTest, ReplaceNodeTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrXmlInZkTest, TestCloudDeleteByQuery, TestCloudPivotFacet, TestCloudRecovery, TestHdfsCloudBackupRestore, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestReplicaProperties, TestSolrCloudWithDelegationTokens]
   [junit4] Completed [507/659 (1!)] on J1 in 2.53s, 8 tests, 1 failure <<< FAILURES!

[...truncated 51884 lines...]


[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+140) - Build # 18480 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18480/
Java: 32bit/jdk-9-ea+140 -server -XX:+UseG1GC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DeleteReplicaTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest:     1) Thread[id=2663, name=OverseerHdfsCoreFailoverThread-97076791840407560-127.0.0.1:40340_solr-n_0000000001, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]         at java.lang.Thread.sleep(java.base@9-ea/Native Method)         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   1) Thread[id=2663, name=OverseerHdfsCoreFailoverThread-97076791840407560-127.0.0.1:40340_solr-n_0000000001, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Thread.sleep(java.base@9-ea/Native Method)
        at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
	at __randomizedtesting.SeedInfo.seed([402DC0BDD2AFBDC3]:0)




Build Log:
[...truncated 10973 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/init-core-data-001
   [junit4]   2> 266979 INFO  (SUITE-DeleteReplicaTest-seed#[402DC0BDD2AFBDC3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 266980 INFO  (SUITE-DeleteReplicaTest-seed#[402DC0BDD2AFBDC3]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001
   [junit4]   2> 266980 INFO  (SUITE-DeleteReplicaTest-seed#[402DC0BDD2AFBDC3]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 266980 INFO  (Thread-602) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 266980 INFO  (Thread-602) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 267080 INFO  (SUITE-DeleteReplicaTest-seed#[402DC0BDD2AFBDC3]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:36107
   [junit4]   2> 267084 INFO  (jetty-launcher-406-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 267084 INFO  (jetty-launcher-406-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 267084 INFO  (jetty-launcher-406-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 267084 INFO  (jetty-launcher-406-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 267085 INFO  (jetty-launcher-406-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1dd9c59{/solr,null,AVAILABLE}
   [junit4]   2> 267085 INFO  (jetty-launcher-406-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14b1c13{/solr,null,AVAILABLE}
   [junit4]   2> 267085 INFO  (jetty-launcher-406-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@fcf5ea{/solr,null,AVAILABLE}
   [junit4]   2> 267085 INFO  (jetty-launcher-406-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f50582{/solr,null,AVAILABLE}
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@90c2d2{HTTP/1.1,[http/1.1]}{127.0.0.1:42569}
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9d78af{HTTP/1.1,[http/1.1]}{127.0.0.1:40340}
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-1) [    ] o.e.j.s.Server Started @268662ms
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@18e8585{HTTP/1.1,[http/1.1]}{127.0.0.1:36669}
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42569}
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-4) [    ] o.e.j.s.Server Started @268662ms
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-3) [    ] o.e.j.s.Server Started @268662ms
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36669}
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40340}
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@13e921c{HTTP/1.1,[http/1.1]}{127.0.0.1:33887}
   [junit4]   2> 267088 ERROR (jetty-launcher-406-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-2) [    ] o.e.j.s.Server Started @268662ms
   [junit4]   2> 267088 ERROR (jetty-launcher-406-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 267088 ERROR (jetty-launcher-406-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33887}
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-09T09:04:49.662900Z
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 267088 INFO  (jetty-launcher-406-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-09T09:04:49.662878Z
   [junit4]   2> 267089 ERROR (jetty-launcher-406-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 267089 INFO  (jetty-launcher-406-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 267089 INFO  (jetty-launcher-406-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 267089 INFO  (jetty-launcher-406-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 267089 INFO  (jetty-launcher-406-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 267089 INFO  (jetty-launcher-406-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-09T09:04:49.663159Z
   [junit4]   2> 267089 INFO  (jetty-launcher-406-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 267089 INFO  (jetty-launcher-406-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-09T09:04:49.663229Z
   [junit4]   2> 267090 INFO  (jetty-launcher-406-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 267090 INFO  (jetty-launcher-406-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 267090 INFO  (jetty-launcher-406-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 267091 INFO  (jetty-launcher-406-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 267094 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x158e2d3ed950002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 267094 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x158e2d3ed950001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 267094 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x158e2d3ed950004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 267100 INFO  (jetty-launcher-406-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36107/solr
   [junit4]   2> 267101 INFO  (jetty-launcher-406-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36107/solr
   [junit4]   2> 267104 INFO  (jetty-launcher-406-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36107/solr
   [junit4]   2> 267105 INFO  (jetty-launcher-406-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36107/solr
   [junit4]   2> 267115 INFO  (jetty-launcher-406-thread-4) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36669_solr
   [junit4]   2> 267115 INFO  (jetty-launcher-406-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40340_solr
   [junit4]   2> 267115 INFO  (jetty-launcher-406-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33887_solr
   [junit4]   2> 267116 INFO  (jetty-launcher-406-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42569_solr
   [junit4]   2> 267116 INFO  (jetty-launcher-406-thread-4) [    ] o.a.s.c.Overseer Overseer (id=97076791840407564-127.0.0.1:36669_solr-n_0000000000) starting
   [junit4]   2> 267117 INFO  (zkCallback-426-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 267117 INFO  (zkCallback-427-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 267117 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 267117 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 267120 INFO  (jetty-launcher-406-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36669_solr
   [junit4]   2> 267121 INFO  (zkCallback-426-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 267121 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 267121 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 267121 INFO  (zkCallback-427-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 267159 INFO  (jetty-launcher-406-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node2/.
   [junit4]   2> 267171 INFO  (jetty-launcher-406-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node1/.
   [junit4]   2> 267187 INFO  (jetty-launcher-406-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node3/.
   [junit4]   2> 267211 INFO  (jetty-launcher-406-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node4/.
   [junit4]   2> 267217 INFO  (SUITE-DeleteReplicaTest-seed#[402DC0BDD2AFBDC3]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 267217 INFO  (SUITE-DeleteReplicaTest-seed#[402DC0BDD2AFBDC3]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36107/solr ready
   [junit4]   2> 267240 INFO  (TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[402DC0BDD2AFBDC3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCount
   [junit4]   2> 267242 INFO  (qtp16959566-2510) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&collection.configName=conf&name=deleteByCount&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 267244 INFO  (OverseerThreadFactory-1468-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection deleteByCount
   [junit4]   2> 267348 INFO  (qtp16959566-2519) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica1&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2
   [junit4]   2> 267348 INFO  (qtp9662075-2520) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica3&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2
   [junit4]   2> 267348 INFO  (qtp25227216-2515) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica2&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2
   [junit4]   2> 267452 INFO  (zkCallback-423-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> 267452 INFO  (zkCallback-427-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> 267452 INFO  (zkCallback-422-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> 268356 INFO  (qtp9662075-2520) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 268356 INFO  (qtp16959566-2519) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 268356 INFO  (qtp25227216-2515) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 268362 INFO  (qtp9662075-2520) [    ] o.a.s.s.IndexSchema [deleteByCount_shard1_replica3] Schema name=minimal
   [junit4]   2> 268363 INFO  (qtp9662075-2520) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 268364 INFO  (qtp9662075-2520) [    ] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica3' using configuration from collection deleteByCount
   [junit4]   2> 268364 INFO  (qtp16959566-2519) [    ] o.a.s.s.IndexSchema [deleteByCount_shard1_replica1] Schema name=minimal
   [junit4]   2> 268364 INFO  (qtp9662075-2520) [    ] o.a.s.c.SolrCore [[deleteByCount_shard1_replica3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node4/deleteByCount_shard1_replica3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node4/./deleteByCount_shard1_replica3/data/]
   [junit4]   2> 268364 INFO  (qtp25227216-2515) [    ] o.a.s.s.IndexSchema [deleteByCount_shard1_replica2] Schema name=minimal
   [junit4]   2> 268366 INFO  (qtp25227216-2515) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 268366 INFO  (qtp16959566-2519) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 268367 INFO  (qtp16959566-2519) [    ] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica1' using configuration from collection deleteByCount
   [junit4]   2> 268367 INFO  (qtp25227216-2515) [    ] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica2' using configuration from collection deleteByCount
   [junit4]   2> 268368 INFO  (qtp16959566-2519) [    ] o.a.s.c.SolrCore [[deleteByCount_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node2/deleteByCount_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node2/./deleteByCount_shard1_replica1/data/]
   [junit4]   2> 268368 INFO  (qtp25227216-2515) [    ] o.a.s.c.SolrCore [[deleteByCount_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node3/deleteByCount_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node3/./deleteByCount_shard1_replica2/data/]
   [junit4]   2> 268371 INFO  (qtp9662075-2520) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 268371 INFO  (qtp9662075-2520) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 268374 INFO  (qtp9662075-2520) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 268374 INFO  (qtp9662075-2520) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 268374 INFO  (qtp9662075-2520) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@f84387[deleteByCount_shard1_replica3] main]
   [junit4]   2> 268375 INFO  (qtp9662075-2520) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 268375 INFO  (qtp9662075-2520) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 268375 INFO  (qtp9662075-2520) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 268375 INFO  (searcherExecutor-1477-thread-1) [    ] o.a.s.c.SolrCore [deleteByCount_shard1_replica3] Registered new searcher Searcher@f84387[deleteByCount_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 268375 INFO  (qtp9662075-2520) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553228670906138624
   [junit4]   2> 268377 INFO  (qtp16959566-2519) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 268377 INFO  (qtp25227216-2515) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 268377 INFO  (qtp16959566-2519) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 268377 INFO  (qtp25227216-2515) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 268380 INFO  (qtp9662075-2520) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 268382 INFO  (qtp16959566-2519) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 268382 INFO  (qtp25227216-2515) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 268382 INFO  (qtp16959566-2519) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 268382 INFO  (qtp25227216-2515) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 268384 INFO  (qtp25227216-2515) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1026cbd[deleteByCount_shard1_replica2] main]
   [junit4]   2> 268384 INFO  (qtp16959566-2519) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@170d320[deleteByCount_shard1_replica1] main]
   [junit4]   2> 268384 INFO  (qtp16959566-2519) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 268384 INFO  (qtp25227216-2515) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 268384 INFO  (qtp25227216-2515) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 268384 INFO  (qtp16959566-2519) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 268384 INFO  (qtp16959566-2519) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 268384 INFO  (qtp25227216-2515) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 268384 INFO  (searcherExecutor-1479-thread-1) [    ] o.a.s.c.SolrCore [deleteByCount_shard1_replica2] Registered new searcher Searcher@1026cbd[deleteByCount_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 268384 INFO  (searcherExecutor-1478-thread-1) [    ] o.a.s.c.SolrCore [deleteByCount_shard1_replica1] Registered new searcher Searcher@170d320[deleteByCount_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 268385 INFO  (qtp25227216-2515) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553228670916624384
   [junit4]   2> 268385 INFO  (qtp16959566-2519) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553228670916624384
   [junit4]   2> 268481 INFO  (zkCallback-423-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> 268481 INFO  (zkCallback-427-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> 268481 INFO  (zkCallback-422-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> 268880 INFO  (qtp9662075-2520) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 268880 INFO  (qtp9662075-2520) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 268880 INFO  (qtp9662075-2520) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36669/solr/deleteByCount_shard1_replica3/
   [junit4]   2> 268880 INFO  (qtp9662075-2520) [    ] o.a.s.u.PeerSync PeerSync: core=deleteByCount_shard1_replica3 url=http://127.0.0.1:36669/solr START replicas=[http://127.0.0.1:40340/solr/deleteByCount_shard1_replica2/, http://127.0.0.1:33887/solr/deleteByCount_shard1_replica1/] nUpdates=100
   [junit4]   2> 268881 INFO  (qtp9662075-2520) [    ] o.a.s.u.PeerSync PeerSync: core=deleteByCount_shard1_replica3 url=http://127.0.0.1:36669/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 268883 INFO  (qtp25227216-2521) [    ] o.a.s.c.S.Request [deleteByCount_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 268883 INFO  (qtp16959566-2495) [    ] o.a.s.c.S.Request [deleteByCount_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 268883 INFO  (qtp9662075-2520) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 268883 INFO  (qtp9662075-2520) [    ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 268885 INFO  (qtp9662075-2520) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36669/solr/deleteByCount_shard1_replica3/ shard1
   [junit4]   2> 268987 INFO  (zkCallback-422-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> 268987 INFO  (zkCallback-427-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> 268987 INFO  (zkCallback-423-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> 269036 INFO  (qtp9662075-2520) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 269039 INFO  (qtp9662075-2520) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica3&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2} status=0 QTime=1690
   [junit4]   2> 269139 INFO  (zkCallback-422-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> 269139 INFO  (zkCallback-427-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> 269139 INFO  (zkCallback-423-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> 269393 INFO  (qtp16959566-2519) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica1&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2} status=0 QTime=2045
   [junit4]   2> 269393 INFO  (qtp25227216-2515) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica2&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2} status=0 QTime=2045
   [junit4]   2> 269396 INFO  (qtp16959566-2510) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 269493 INFO  (zkCallback-422-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> 269493 INFO  (zkCallback-427-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> 269493 INFO  (zkCallback-423-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> 270396 INFO  (qtp16959566-2510) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=3&collection.configName=conf&name=deleteByCount&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3153
   [junit4]   2> 270401 INFO  (qtp16959566-2514) [    ] 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> 270402 INFO  (OverseerCollectionConfigSetProcessor-97076791840407564-127.0.0.1:36669_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 270403 INFO  (qtp25227216-2518) [    ] o.a.s.c.SolrCore [deleteByCount_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1bf9206
   [junit4]   2> 270418 INFO  (qtp25227216-2518) [    ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 270419 INFO  (qtp25227216-2518) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=deleteByCount_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=15
   [junit4]   2> 270520 INFO  (zkCallback-422-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> 270520 INFO  (zkCallback-427-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> 270620 INFO  (qtp16959566-2492) [    ] o.a.s.c.SolrCore [deleteByCount_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a5127e
   [junit4]   2> 270630 INFO  (qtp16959566-2492) [    ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 270630 WARN  (zkCallback-423-thread-1) [    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 270630 INFO  (qtp16959566-2492) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=deleteByCount_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=10
   [junit4]   2> 270731 INFO  (zkCallback-427-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> 270834 INFO  (qtp16959566-2514) [    ] 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=432
   [junit4]   2> 270834 INFO  (TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[402DC0BDD2AFBDC3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaByCount
   [junit4]   2> 270852 INFO  (TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[402DC0BDD2AFBDC3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaAndVerifyDirectoryCleanup
   [junit4]   2> 270852 INFO  (qtp16959566-2609) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=deletereplica_test&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 270853 INFO  (OverseerThreadFactory-1468-thread-3) [    ] o.a.s.c.CreateCollectionCmd Create collection deletereplica_test
   [junit4]   2> 270854 INFO  (OverseerCollectionConfigSetProcessor-97076791840407564-127.0.0.1:36669_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 271057 INFO  (qtp16959566-2610) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2
   [junit4]   2> 271057 INFO  (qtp25227216-2497) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2
   [junit4]   2> 271160 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deletereplica_test/state.json] for collection [deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 271160 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deletereplica_test/state.json] for collection [deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 272083 INFO  (qtp25227216-2497) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 272083 INFO  (qtp16959566-2610) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 272088 INFO  (qtp25227216-2497) [    ] o.a.s.s.IndexSchema [deletereplica_test_shard1_replica2] Schema name=minimal
   [junit4]   2> 272088 INFO  (qtp16959566-2610) [    ] o.a.s.s.IndexSchema [deletereplica_test_shard1_replica1] Schema name=minimal
   [junit4]   2> 272089 INFO  (qtp25227216-2497) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 272090 INFO  (qtp25227216-2497) [    ] o.a.s.c.CoreContainer Creating SolrCore 'deletereplica_test_shard1_replica2' using configuration from collection deletereplica_test
   [junit4]   2> 272090 INFO  (qtp16959566-2610) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 272090 INFO  (qtp25227216-2497) [    ] o.a.s.c.SolrCore [[deletereplica_test_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node3/deletereplica_test_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node3/./deletereplica_test_shard1_replica2/data/]
   [junit4]   2> 272090 INFO  (qtp16959566-2610) [    ] o.a.s.c.CoreContainer Creating SolrCore 'deletereplica_test_shard1_replica1' using configuration from collection deletereplica_test
   [junit4]   2> 272092 INFO  (qtp16959566-2610) [    ] o.a.s.c.SolrCore [[deletereplica_test_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node2/deletereplica_test_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node2/./deletereplica_test_shard1_replica1/data/]
   [junit4]   2> 272097 INFO  (qtp25227216-2497) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 272097 INFO  (qtp25227216-2497) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 272100 INFO  (qtp16959566-2610) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 272100 INFO  (qtp16959566-2610) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 272100 INFO  (qtp25227216-2497) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 272100 INFO  (qtp25227216-2497) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 272100 INFO  (qtp25227216-2497) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@33d3ad[deletereplica_test_shard1_replica2] main]
   [junit4]   2> 272101 INFO  (qtp25227216-2497) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 272101 INFO  (qtp25227216-2497) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 272101 INFO  (qtp25227216-2497) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 272101 INFO  (searcherExecutor-1492-thread-1) [    ] o.a.s.c.SolrCore [deletereplica_test_shard1_replica2] Registered new searcher Searcher@33d3ad[deletereplica_test_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 272101 INFO  (qtp25227216-2497) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553228674813132800
   [junit4]   2> 272104 INFO  (qtp16959566-2610) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 272104 INFO  (qtp16959566-2610) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 272104 INFO  (qtp16959566-2610) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e54ccc[deletereplica_test_shard1_replica1] main]
   [junit4]   2> 272104 INFO  (qtp16959566-2610) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 272105 INFO  (qtp16959566-2610) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 272105 INFO  (qtp16959566-2610) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 272105 INFO  (searcherExecutor-1493-thread-1) [    ] o.a.s.c.SolrCore [deletereplica_test_shard1_replica1] Registered new searcher Searcher@1e54ccc[deletereplica_test_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 272105 INFO  (qtp16959566-2610) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553228674817327104
   [junit4]   2> 272106 INFO  (qtp25227216-2497) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 272208 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deletereplica_test/state.json] for collection [deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 272208 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deletereplica_test/state.json] for collection [deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 272607 INFO  (qtp25227216-2497) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 272607 INFO  (qtp25227216-2497) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 272607 INFO  (qtp25227216-2497) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40340/solr/deletereplica_test_shard1_replica2/
   [junit4]   2> 272607 INFO  (qtp25227216-2497) [    ] o.a.s.u.PeerSync PeerSync: core=deletereplica_test_shard1_replica2 url=http://127.0.0.1:40340/solr START replicas=[http://127.0.0.1:33887/solr/deletereplica_test_shard1_replica1/] nUpdates=100
   [junit4]   2> 272607 INFO  (qtp25227216-2497) [    ] o.a.s.u.PeerSync PeerSync: core=deletereplica_test_shard1_replica2 url=http://127.0.0.1:40340/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 272609 INFO  (qtp16959566-2510) [    ] o.a.s.c.S.Request [deletereplica_test_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 272609 INFO  (qtp25227216-2497) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 272609 INFO  (qtp25227216-2497) [    ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 272611 INFO  (qtp25227216-2497) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40340/solr/deletereplica_test_shard1_replica2/ shard1
   [junit4]   2> 272712 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deletereplica_test/state.json] for collection [deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 272712 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deletereplica_test/state.json] for collection [deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 272761 INFO  (qtp25227216-2497) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 272764 INFO  (qtp25227216-2497) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2} status=0 QTime=1707
   [junit4]   2> 272864 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deletereplica_test/state.json] for collection [deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 272864 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deletereplica_test/state.json] for collection [deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 273110 INFO  (qtp16959566-2610) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2} status=0 QTime=2053
   [junit4]   2> 273112 INFO  (qtp16959566-2609) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 273210 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deletereplica_test/state.json] for collection [deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 273210 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deletereplica_test/state.json] for collection [deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 274113 INFO  (qtp16959566-2609) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=deletereplica_test&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3260
   [junit4]   2> 274115 INFO  (qtp25227216-2515) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 274116 INFO  (qtp16959566-2495) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params replica=core_node2&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 274119 INFO  (OverseerCollectionConfigSetProcessor-97076791840407564-127.0.0.1:36669_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 274120 INFO  (qtp25227216-2521) [    ] o.a.s.c.SolrCore [deletereplica_test_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c52a37
   [junit4]   2> 274130 INFO  (qtp25227216-2521) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=deletereplica_test_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=10
   [junit4]   2> 274130 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 274233 INFO  (zkCallback-422-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deletereplica_test/state.json] for collection [deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 274332 INFO  (qtp16959566-2495) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node2&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2} status=0 QTime=216
   [junit4]   2> 276120 INFO  (OverseerCollectionConfigSetProcessor-97076791840407564-127.0.0.1:36669_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 276630 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33887/solr/deletereplica_test_shard1_replica1/
   [junit4]   2> 276630 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 276630 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:33887/solr/deletereplica_test_shard1_replica1/ has no replicas
   [junit4]   2> 276632 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33887/solr/deletereplica_test_shard1_replica1/ shard1
   [junit4]   2> 276633 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deletereplica_test/state.json] for collection [deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 276652 INFO  (TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[402DC0BDD2AFBDC3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaAndVerifyDirectoryCleanup
   [junit4]   2> 276670 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[402DC0BDD2AFBDC3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteLiveReplicaTest
   [junit4]   2> 276671 INFO  (qtp16959566-2514) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=delLiveColl&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 276672 INFO  (OverseerThreadFactory-1468-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection delLiveColl
   [junit4]   2> 276876 INFO  (qtp9662075-2522) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 276876 INFO  (qtp25227216-2497) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 276877 INFO  (qtp4161364-2504) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 276877 INFO  (qtp16959566-2519) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 276981 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 276981 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 276981 INFO  (zkCallback-427-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 276981 INFO  (zkCallback-426-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 277884 INFO  (qtp16959566-2519) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 277884 INFO  (qtp25227216-2497) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 277884 INFO  (qtp9662075-2522) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 277889 INFO  (qtp4161364-2504) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 277890 INFO  (qtp9662075-2522) [    ] o.a.s.s.IndexSchema [delLiveColl_shard1_replica2] Schema name=minimal
   [junit4]   2> 277890 INFO  (qtp16959566-2519) [    ] o.a.s.s.IndexSchema [delLiveColl_shard1_replica1] Schema name=minimal
   [junit4]   2> 277890 INFO  (qtp25227216-2497) [    ] o.a.s.s.IndexSchema [delLiveColl_shard2_replica2] Schema name=minimal
   [junit4]   2> 277892 INFO  (qtp9662075-2522) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 277892 INFO  (qtp9662075-2522) [    ] o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica2' using configuration from collection delLiveColl
   [junit4]   2> 277893 INFO  (qtp16959566-2519) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 277893 INFO  (qtp25227216-2497) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 277893 INFO  (qtp9662075-2522) [    ] o.a.s.c.SolrCore [[delLiveColl_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node4/delLiveColl_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node4/./delLiveColl_shard1_replica2/data/]
   [junit4]   2> 277893 INFO  (qtp16959566-2519) [    ] o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica1' using configuration from collection delLiveColl
   [junit4]   2> 277893 INFO  (qtp25227216-2497) [    ] o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica2' using configuration from collection delLiveColl
   [junit4]   2> 277894 INFO  (qtp25227216-2497) [    ] o.a.s.c.SolrCore [[delLiveColl_shard2_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node3/delLiveColl_shard2_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node3/./delLiveColl_shard2_replica2/data/]
   [junit4]   2> 277894 INFO  (qtp16959566-2519) [    ] o.a.s.c.SolrCore [[delLiveColl_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node2/delLiveColl_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node2/./delLiveColl_shard1_replica1/data/]
   [junit4]   2> 277894 INFO  (qtp4161364-2504) [    ] o.a.s.s.IndexSchema [delLiveColl_shard2_replica1] Schema name=minimal
   [junit4]   2> 277896 INFO  (qtp4161364-2504) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 277897 INFO  (qtp4161364-2504) [    ] o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica1' using configuration from collection delLiveColl
   [junit4]   2> 277897 INFO  (qtp4161364-2504) [    ] o.a.s.c.SolrCore [[delLiveColl_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node1/delLiveColl_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node1/./delLiveColl_shard2_replica1/data/]
   [junit4]   2> 277902 INFO  (qtp25227216-2497) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 277902 INFO  (qtp16959566-2519) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 277902 INFO  (qtp25227216-2497) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 277902 INFO  (qtp16959566-2519) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 277903 INFO  (qtp9662075-2522) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 277903 INFO  (qtp9662075-2522) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 277905 INFO  (qtp25227216-2497) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 277905 INFO  (qtp25227216-2497) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 277905 INFO  (qtp25227216-2497) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1aafd9d[delLiveColl_shard2_replica2] main]
   [junit4]   2> 277906 INFO  (qtp9662075-2522) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 277906 INFO  (qtp9662075-2522) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 277906 INFO  (qtp9662075-2522) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@996126[delLiveColl_shard1_replica2] main]
   [junit4]   2> 277906 INFO  (qtp25227216-2497) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 277906 INFO  (qtp25227216-2497) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 277906 INFO  (qtp25227216-2497) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 277907 INFO  (qtp9662075-2522) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 277907 INFO  (qtp16959566-2519) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 277907 INFO  (qtp16959566-2519) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 277907 INFO  (qtp9662075-2522) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 277907 INFO  (qtp9662075-2522) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 277907 INFO  (qtp16959566-2519) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@187b5d3[delLiveColl_shard1_replica1] main]
   [junit4]   2> 277907 INFO  (searcherExecutor-1502-thread-1) [    ] o.a.s.c.SolrCore [delLiveColl_shard1_replica2] Registered new searcher Searcher@996126[delLiveColl_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 277907 INFO  (qtp9662075-2522) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553228680901165056
   [junit4]   2> 277907 INFO  (qtp4161364-2504) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 277907 INFO  (qtp16959566-2519) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 277907 INFO  (qtp4161364-2504) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 277908 INFO  (qtp16959566-2519) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 277908 INFO  (searcherExecutor-1504-thread-1) [    ] o.a.s.c.SolrCore [delLiveColl_shard2_replica2] Registered new searcher Searcher@1aafd9d[delLiveColl_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 277908 INFO  (qtp16959566-2519) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 277908 INFO  (qtp25227216-2497) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553228680902213632
   [junit4]   2> 277908 INFO  (qtp16959566-2519) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553228680902213632
   [junit4]   2> 277908 INFO  (searcherExecutor-1503-thread-1) [    ] o.a.s.c.SolrCore [delLiveColl_shard1_replica1] Registered new searcher Searcher@187b5d3[delLiveColl_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 277913 INFO  (qtp9662075-2522) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 277913 INFO  (qtp9662075-2522) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 277913 INFO  (qtp9662075-2522) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36669/solr/delLiveColl_shard1_replica2/
   [junit4]   2> 277913 INFO  (qtp9662075-2522) [    ] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica2 url=http://127.0.0.1:36669/solr START replicas=[http://127.0.0.1:33887/solr/delLiveColl_shard1_replica1/] nUpdates=100
   [junit4]   2> 277913 INFO  (qtp25227216-2497) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 277913 INFO  (qtp9662075-2522) [    ] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica2 url=http://127.0.0.1:36669/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 277914 INFO  (qtp4161364-2504) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 277914 INFO  (qtp4161364-2504) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 277915 INFO  (qtp4161364-2504) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a5d4[delLiveColl_shard2_replica1] main]
   [junit4]   2> 277916 INFO  (qtp16959566-2608) [    ] o.a.s.c.S.Request [delLiveColl_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 277916 INFO  (qtp9662075-2522) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 277916 INFO  (qtp9662075-2522) [    ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 277916 INFO  (qtp4161364-2504) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 277916 INFO  (qtp4161364-2504) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 277917 INFO  (qtp4161364-2504) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 277917 INFO  (qtp4161364-2504) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553228680911650816
   [junit4]   2> 277918 INFO  (searcherExecutor-1505-thread-1) [    ] o.a.s.c.SolrCore [delLiveColl_shard2_replica1] Registered new searcher Searcher@4a5d4[delLiveColl_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 277918 INFO  (qtp9662075-2522) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36669/solr/delLiveColl_shard1_replica2/ shard1
   [junit4]   2> 278020 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278020 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278020 INFO  (zkCallback-427-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278020 INFO  (zkCallback-426-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278069 INFO  (qtp9662075-2522) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 278071 INFO  (qtp9662075-2522) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1195
   [junit4]   2> 278171 INFO  (zkCallback-427-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278171 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278171 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278171 INFO  (zkCallback-426-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278414 INFO  (qtp25227216-2497) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 278414 INFO  (qtp25227216-2497) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 278414 INFO  (qtp25227216-2497) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40340/solr/delLiveColl_shard2_replica2/
   [junit4]   2> 278414 INFO  (qtp25227216-2497) [    ] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica2 url=http://127.0.0.1:40340/solr START replicas=[http://127.0.0.1:42569/solr/delLiveColl_shard2_replica1/] nUpdates=100
   [junit4]   2> 278414 INFO  (qtp25227216-2497) [    ] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica2 url=http://127.0.0.1:40340/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 278416 INFO  (qtp4161364-2512) [    ] o.a.s.c.S.Request [delLiveColl_shard2_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 278416 INFO  (qtp25227216-2497) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 278416 INFO  (qtp25227216-2497) [    ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 278418 INFO  (qtp25227216-2497) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40340/solr/delLiveColl_shard2_replica2/ shard2
   [junit4]   2> 278520 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278520 INFO  (zkCallback-427-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278520 INFO  (zkCallback-426-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278520 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278569 INFO  (qtp25227216-2497) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 278572 INFO  (qtp25227216-2497) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2} status=0 QTime=1695
   [junit4]   2> 278672 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278672 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278672 INFO  (zkCallback-426-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278672 INFO  (zkCallback-427-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 278916 INFO  (qtp16959566-2519) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2} status=0 QTime=2038
   [junit4]   2> 278922 INFO  (qtp4161364-2504) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2} status=0 QTime=2045
   [junit4]   2> 278924 INFO  (qtp16959566-2514) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 279022 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 279022 INFO  (zkCallback-426-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 279022 INFO  (zkCallback-427-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 279022 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 279924 INFO  (qtp16959566-2514) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=delLiveColl&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3253
   [junit4]   2> 279927 INFO  (qtp25227216-2518) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 279928 INFO  (qtp16959566-2503) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params replica=core_node2&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&onlyIfDown=true&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 279930 INFO  (OverseerCollectionConfigSetProcessor-97076791840407564-127.0.0.1:36669_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 279930 ERROR (OverseerThreadFactory-1468-thread-5) [    ] o.a.s.c.OverseerCollectionMessageHandler Collection: delLiveColl operation: deletereplica failed:org.apache.solr.common.SolrException: Attempted to remove replica : delLiveColl/shard2/core_node2 with onlyIfDown='true', but state is 'active'
   [junit4]   2> 	at org.apache.solr.cloud.DeleteReplicaCmd.deleteCore(DeleteReplicaCmd.java:219)
   [junit4]   2> 	at org.apache.solr.cloud.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:96)
   [junit4]   2> 	at org.apache.solr.cloud.DeleteReplicaCmd.call(DeleteReplicaCmd.java:67)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1161)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 
   [junit4]   2> 279937 INFO  (qtp16959566-2503) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node2&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&onlyIfDown=true&wt=javabin&version=2} status=400 QTime=8
   [junit4]   2> 279938 INFO  (qtp16959566-2609) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params replica=core_node2&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 279939 INFO  (OverseerCollectionConfigSetProcessor-97076791840407564-127.0.0.1:36669_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 279940 INFO  (qtp25227216-2501) [    ] o.a.s.c.SolrCore [delLiveColl_shard2_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1f253c2
   [junit4]   2> 279948 INFO  (qtp25227216-2501) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=delLiveColl_shard2_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=8
   [junit4]   2> 279949 INFO  (zkCallback-426-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 280050 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 280050 INFO  (zkCallback-427-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 280050 INFO  (zkCallback-426-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 280150 INFO  (qtp16959566-2609) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node2&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&wt=javabin&version=2} status=0 QTime=212
   [junit4]   2> 280152 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[402DC0BDD2AFBDC3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteLiveReplicaTest
   [junit4]   2> 280171 INFO  (TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[402DC0BDD2AFBDC3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCountForAllShards
   [junit4]   2> 280172 INFO  (qtp16959566-2495) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=deleteByCountNew&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 280172 INFO  (OverseerThreadFactory-1468-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection deleteByCountNew
   [junit4]   2> 280173 INFO  (OverseerCollectionConfigSetProcessor-97076791840407564-127.0.0.1:36669_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000012 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 280375 INFO  (qtp4161364-2508) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2
   [junit4]   2> 280375 INFO  (qtp16959566-2510) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2
   [junit4]   2> 280375 INFO  (qtp25227216-2521) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2
   [junit4]   2> 280375 INFO  (qtp9662075-2524) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2
   [junit4]   2> 280480 INFO  (zkCallback-422-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 280480 INFO  (zkCallback-426-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 280480 INFO  (zkCallback-423-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 280480 INFO  (zkCallback-427-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 281398 INFO  (qtp25227216-2521) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 281398 INFO  (qtp16959566-2510) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 281398 INFO  (qtp9662075-2524) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 281398 INFO  (qtp4161364-2508) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 281405 INFO  (qtp9662075-2524) [    ] o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica1] Schema name=minimal
   [junit4]   2> 281405 INFO  (qtp25227216-2521) [    ] o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica1] Schema name=minimal
   [junit4]   2> 281405 INFO  (qtp4161364-2508) [    ] o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica2] Schema name=minimal
   [junit4]   2> 281405 INFO  (qtp16959566-2510) [    ] o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica2] Schema name=minimal
   [junit4]   2> 281406 INFO  (qtp4161364-2508) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 281406 INFO  (qtp16959566-2510) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 281406 INFO  (qtp9662075-2524) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 281406 INFO  (qtp25227216-2521) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 281407 INFO  (qtp16959566-2510) [    ] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica2' using configuration from collection deleteByCountNew
   [junit4]   2> 281407 INFO  (qtp9662075-2524) [    ] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica1' using configuration from collection deleteByCountNew
   [junit4]   2> 281407 INFO  (qtp4161364-2508) [    ] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica2' using configuration from collection deleteByCountNew
   [junit4]   2> 281407 INFO  (qtp25227216-2521) [    ] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica1' using configuration from collection deleteByCountNew
   [junit4]   2> 281408 INFO  (qtp4161364-2508) [    ] o.a.s.c.SolrCore [[deleteByCountNew_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node1/deleteByCountNew_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node1/./deleteByCountNew_shard1_replica2/data/]
   [junit4]   2> 281408 INFO  (qtp16959566-2510) [    ] o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node2/deleteByCountNew_shard2_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node2/./deleteByCountNew_shard2_replica2/data/]
   [junit4]   2> 281408 INFO  (qtp9662075-2524) [    ] o.a.s.c.SolrCore [[deleteByCountNew_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node4/deleteByCountNew_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node4/./deleteByCountNew_shard1_replica1/data/]
   [junit4]   2> 281408 INFO  (qtp25227216-2521) [    ] o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node3/deleteByCountNew_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_402DC0BDD2AFBDC3-001/tempDir-001/node3/./deleteByCountNew_shard2_replica1/data/]
   [junit4]   2> 281416 INFO  (qtp25227216-2521) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 281416 INFO  (qtp9662075-2524) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 281416 INFO  (qtp25227216-2521) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 281416 INFO  (qtp9662075-2524) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 281416 INFO  (qtp16959566-2510) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 281416 INFO  (qtp4161364-2508) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 281417 INFO  (qtp16959566-2510) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 281417 INFO  (qtp4161364-2508) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 281419 INFO  (qtp9662075-2524) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 281419 INFO  (qtp25227216-2521) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 281420 INFO  (qtp4161364-2508) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 281420 INFO  (qtp9662075-2524) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 281420 INFO  (qtp4161364-2508) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 281420 INFO  (qtp16959566-2510) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 281420 INFO  (qtp25227216-2521) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 281420 INFO  (qtp16959566-2510) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 281420 INFO  (qtp4161364-2508) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d6bead[deleteByCountNew_shard1_replica2] main]
   [junit4]   2> 281420 INFO  (qtp9662075-2524) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@12ef460[deleteByCountNew_shard1_replica1] main]
   [junit4]   2> 281420 INFO  (qtp16959566-2510) [   

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

ateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 285175 INFO  (jetty-launcher-406-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f50582{/solr,null,UNAVAILABLE}
   [junit4]   2> 285175 INFO  (jetty-launcher-406-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1dd9c59{/solr,null,UNAVAILABLE}
   [junit4]   2> 285184 ERROR (OverseerStateUpdate-97076791840407560-127.0.0.1:40340_solr-n_0000000001) [    ] o.a.s.c.Overseer Exception in Overseer work queue loop
   [junit4]   2> org.apache.solr.common.SolrException: Could not load collection from ZK: deleteByCountNew
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1098)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:638)
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:213)
   [junit4]   2> 	at org.apache.solr.cloud.overseer.ZkStateWriter.enqueueUpdate(ZkStateWriter.java:131)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.processQueueItem(Overseer.java:271)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:155)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/deleteByCountNew/state.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1110)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1096)
   [junit4]   2> 	... 6 more
   [junit4]   2> 285184 WARN  (OverseerStateUpdate-97076791840407560-127.0.0.1:40340_solr-n_0000000001) [    ] o.a.s.c.Overseer Solr cannot talk to ZK, exiting Overseer main queue loop
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/queue
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:339)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:336)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:336)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.fetchZkChildren(DistributedQueue.java:299)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.firstChild(DistributedQueue.java:279)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.firstElement(DistributedQueue.java:384)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:160)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:138)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:179)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 285185 INFO  (OverseerStateUpdate-97076791840407560-127.0.0.1:40340_solr-n_0000000001) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40340_solr
   [junit4]   2> 285186 WARN  (zkCallback-422-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 285186 INFO  (jetty-launcher-406-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@14b1c13{/solr,null,UNAVAILABLE}
   [junit4]   2> 285187 INFO  (SUITE-DeleteReplicaTest-seed#[402DC0BDD2AFBDC3]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36107 36107
   [junit4]   2> 285204 INFO  (Thread-602) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36107 36107
   [junit4]   2> 285204 WARN  (Thread-602) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/collections/deleteByCountNew/state.json
   [junit4]   2> 	4	/solr/collections/delLiveColl/state.json
   [junit4]   2> 	4	/solr/collections/deleteByCount/state.json
   [junit4]   2> 	2	/solr/collections/deletereplica_test/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/overseer/queue
   [junit4]   2> 	8	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 285204 INFO  (SUITE-DeleteReplicaTest-seed#[402DC0BDD2AFBDC3]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Dec 09, 2016 9:05:07 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> 285680 WARN  (OverseerCollectionConfigSetProcessor-97076791840407560-127.0.0.1:40340_solr-n_0000000001) [    ] o.a.s.c.OverseerTaskProcessor Overseer cannot talk to ZK
   [junit4]   2> Dec 09, 2016 9:05:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   [junit4]   2>    1) Thread[id=2663, name=OverseerHdfsCoreFailoverThread-97076791840407560-127.0.0.1:40340_solr-n_0000000001, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2>         at java.lang.Thread.sleep(java.base@9-ea/Native Method)
   [junit4]   2>         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]   2>         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> Dec 09, 2016 9:05:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=2663, name=OverseerHdfsCoreFailoverThread-97076791840407560-127.0.0.1:40340_solr-n_0000000001, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2> Dec 09, 2016 9:05:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=629, maxMBSortInHeap=5.089916334392442, sim=RandomSimilarity(queryNorm=true): {}, locale=dje-NE, timezone=America/Guadeloupe
   [junit4]   2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=210499032,total=478150656
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistribDocBasedVersion, TestPHPSerializedResponseWriter, SuggestComponentTest, SimpleMLTQParserTest, FullSolrCloudDistribCmdsTest, TestComplexPhraseQParserPlugin, TestBinaryResponseWriter, CircularListTest, SolrCoreCheckLockOnStartupTest, TestManagedSchema, DistribCursorPagingTest, TestSearcherReuse, HttpSolrCallGetCoreTest, HdfsBasicDistributedZkTest, TestFilteredDocIdSet, ConnectionManagerTest, TestQuerySenderNoQuery, PreAnalyzedFieldTest, ExplicitHLLTest, HardAutoCommitTest, CoreAdminHandlerTest, TestSolrCLIRunExample, TestSolrQueryResponse, StatsComponentTest, BasicDistributedZk2Test, DistributedSuggestComponentTest, TestExactStatsCache, MBeansHandlerTest, DeleteReplicaTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest -Dtests.seed=402DC0BDD2AFBDC3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=dje-NE -Dtests.timezone=America/Guadeloupe -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | DeleteReplicaTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   [junit4]    >    1) Thread[id=2663, name=OverseerHdfsCoreFailoverThread-97076791840407560-127.0.0.1:40340_solr-n_0000000001, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    >         at java.lang.Thread.sleep(java.base@9-ea/Native Method)
   [junit4]    >         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]    >         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([402DC0BDD2AFBDC3]:0)
   [junit4] Completed [109/659 (1!)] on J2 in 38.29s, 4 tests, 1 error <<< FAILURES!

[...truncated 53206 lines...]