Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/564/

2 tests failed.
FAILED:  
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure

Error Message:
Did not see a fully active cluster after 30 seconds

Stack Trace:
java.lang.AssertionError: Did not see a fully active cluster after 30 seconds
        at 
__randomizedtesting.SeedInfo.seed([AB8AEBB278436824:23BC49E1A0EC8036]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:250)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testZombieLeader

Error Message:
Error from server at http://127.0.0.1:42834/l_y: The shard already has an 
active leader. Force leader is not applicable. State: shard1:{   
"range":"80000000-7fffffff",   "state":"active",   "replicas":{     
"core_node4":{       
"core":"forceleader_zombie_leader_collection_shard1_replica_n1",       
"base_url":"http://127.0.0.1:42834/l_y";,       
"node_name":"127.0.0.1:42834_l_y",       "state":"active",       "type":"NRT"}, 
    "core_node5":{       
"core":"forceleader_zombie_leader_collection_shard1_replica_n2",       
"base_url":"http://127.0.0.1:37116/l_y";,       
"node_name":"127.0.0.1:37116_l_y",       "state":"active",       "type":"NRT"}, 
    "core_node6":{       
"core":"forceleader_zombie_leader_collection_shard1_replica_n3",       
"base_url":"http://127.0.0.1:43464/l_y";,       
"node_name":"127.0.0.1:43464_l_y",       "state":"active",       "type":"NRT",  
     "leader":"true"}}}

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:42834/l_y: The shard already has an active 
leader. Force leader is not applicable. State: shard1:{
  "range":"80000000-7fffffff",
  "state":"active",
  "replicas":{
    "core_node4":{
      "core":"forceleader_zombie_leader_collection_shard1_replica_n1",
      "base_url":"http://127.0.0.1:42834/l_y";,
      "node_name":"127.0.0.1:42834_l_y",
      "state":"active",
      "type":"NRT"},
    "core_node5":{
      "core":"forceleader_zombie_leader_collection_shard1_replica_n2",
      "base_url":"http://127.0.0.1:37116/l_y";,
      "node_name":"127.0.0.1:37116_l_y",
      "state":"active",
      "type":"NRT"},
    "core_node6":{
      "core":"forceleader_zombie_leader_collection_shard1_replica_n3",
      "base_url":"http://127.0.0.1:43464/l_y";,
      "node_name":"127.0.0.1:43464_l_y",
      "state":"active",
      "type":"NRT",
      "leader":"true"}}}
        at 
__randomizedtesting.SeedInfo.seed([CBAEE880C168BA1E:9E991E75AAA2775B]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.ForceLeaderTest.doForceLeader(ForceLeaderTest.java:517)
        at 
org.apache.solr.cloud.ForceLeaderTest.testZombieLeader(ForceLeaderTest.java:113)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14326 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> 2972874 INFO  
(SUITE-ForceLeaderTest-seed#[CBAEE880C168BA1E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/init-core-data-001
   [junit4]   2> 2972874 WARN  
(SUITE-ForceLeaderTest-seed#[CBAEE880C168BA1E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 2972874 INFO  
(SUITE-ForceLeaderTest-seed#[CBAEE880C168BA1E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2972875 INFO  
(SUITE-ForceLeaderTest-seed#[CBAEE880C168BA1E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 2972876 INFO  
(SUITE-ForceLeaderTest-seed#[CBAEE880C168BA1E]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /l_y/
   [junit4] IGNOR/A 0.00s J0 | ForceLeaderTest.testReplicasInLIRNoLeader
   [junit4]    > Assumption #1: 'badapple' test group is disabled 
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 2972878 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2972878 INFO  (Thread-2584) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2972878 INFO  (Thread-2584) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2972879 ERROR (Thread-2584) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2972978 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44145
   [junit4]   2> 2972980 INFO  (zkConnectionManagerCallback-4113-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2972982 INFO  (zkConnectionManagerCallback-4115-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2972986 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2972987 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2972989 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2972989 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2972990 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2972991 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2972992 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2972993 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2972994 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2972995 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2972996 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2972997 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 2973114 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2973115 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2973115 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2973115 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2973116 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2eeb7543{/l_y,null,AVAILABLE}
   [junit4]   2> 2973117 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@604585a1{HTTP/1.1,[http/1.1]}{127.0.0.1:36401}
   [junit4]   2> 2973154 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.Server Started @2973304ms
   [junit4]   2> 2973154 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/tempDir-001/control/data,
 hostContext=/l_y, hostPort=35711, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/control-001/cores}
   [junit4]   2> 2973155 ERROR 
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2973155 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2973155 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.4.0
   [junit4]   2> 2973155 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2973155 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2973155 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-16T05:55:27.468Z
   [junit4]   2> 2973156 INFO  (zkConnectionManagerCallback-4117-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2973166 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2973166 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/control-001/solr.xml
   [junit4]   2> 2973170 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2973170 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2973183 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2973203 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44145/solr
   [junit4]   2> 2973232 INFO  (zkConnectionManagerCallback-4121-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2973234 INFO  (zkConnectionManagerCallback-4123-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2973563 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:35711_l_y    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2973563 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:35711_l_y    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:35711_l_y
   [junit4]   2> 2973564 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:35711_l_y    ] o.a.s.c.Overseer Overseer 
(id=72463624169390084-127.0.0.1:35711_l_y-n_0000000000) starting
   [junit4]   2> 2973615 INFO  (zkConnectionManagerCallback-4130-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2973617 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:35711_l_y    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:44145/solr ready
   [junit4]   2> 2973626 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:35711_l_y    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35711_l_y
   [junit4]   2> 2973647 INFO  
(OverseerStateUpdate-72463624169390084-127.0.0.1:35711_l_y-n_0000000000) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2973650 INFO  (zkCallback-4129-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2973983 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:35711_l_y    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2974007 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:35711_l_y    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2974008 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:35711_l_y    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2974021 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:35711_l_y    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/control-001/cores
   [junit4]   2> 2974053 INFO  (zkConnectionManagerCallback-4135-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2974053 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2974054 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44145/solr ready
   [junit4]   2> 2974055 INFO  (SocketProxy-Acceptor-35711) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51296,localport=35711], receiveBufferSize:531000
   [junit4]   2> 2974057 INFO  (SocketProxy-Acceptor-35711) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36401,localport=59518], receiveBufferSize=530904
   [junit4]   2> 2974059 INFO  (qtp145929651-14226) [n:127.0.0.1:35711_l_y    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35711_l_y&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2974061 INFO  (OverseerThreadFactory-5624-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2974173 INFO  (SocketProxy-Acceptor-35711) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51306,localport=35711], receiveBufferSize:531000
   [junit4]   2> 2974173 INFO  (SocketProxy-Acceptor-35711) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36401,localport=59528], receiveBufferSize=530904
   [junit4]   2> 2974192 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2974192 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2974305 INFO  (zkCallback-4122-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2975206 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 2975221 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2975355 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2975366 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 2975367 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2975367 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2975367 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2975369 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2975372 WARN  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2975415 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2975415 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2975416 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2975416 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2975425 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13950569715650404]
   [junit4]   2> 2975425 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@644e134d[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2975426 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2975427 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2975427 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2975428 INFO  
(searcherExecutor-5627-thread-1-processing-n:127.0.0.1:35711_l_y 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:35711_l_y c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@644e134d[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2975428 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1597881062251298816
   [junit4]   2> 2975432 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 2975434 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2975434 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2975434 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35711/l_y/control_collection_shard1_replica_n1/
   [junit4]   2> 2975434 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2975434 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:35711/l_y/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2975435 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2975437 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35711/l_y/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2975554 INFO  (zkCallback-4122-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2975588 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2975589 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1397
   [junit4]   2> 2975592 INFO  (qtp145929651-14226) [n:127.0.0.1:35711_l_y    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2975690 INFO  (zkCallback-4122-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2976063 INFO  
(OverseerCollectionConfigSetProcessor-72463624169390084-127.0.0.1:35711_l_y-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> 2976592 INFO  (qtp145929651-14226) [n:127.0.0.1:35711_l_y    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35711_l_y&wt=javabin&version=2}
 status=0 QTime=2532
   [junit4]   2> 2976597 INFO  (zkConnectionManagerCallback-4140-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2976597 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2976598 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44145/solr ready
   [junit4]   2> 2976598 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2976607 INFO  (SocketProxy-Acceptor-35711) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51316,localport=35711], receiveBufferSize:531000
   [junit4]   2> 2976607 INFO  (SocketProxy-Acceptor-35711) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36401,localport=59538], receiveBufferSize=530904
   [junit4]   2> 2976608 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2976609 INFO  (OverseerThreadFactory-5624-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2976610 WARN  (OverseerThreadFactory-5624-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(collection1) without cores.
   [junit4]   2> 2976814 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2976815 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=206
   [junit4]   2> 2977317 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-1-001
 of type NRT
   [junit4]   2> 2977317 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2977337 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2977337 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2977337 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2977337 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@334d0f20{/l_y,null,AVAILABLE}
   [junit4]   2> 2977337 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@f4695db{HTTP/1.1,[http/1.1]}{127.0.0.1:43158}
   [junit4]   2> 2977337 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.Server Started @2977487ms
   [junit4]   2> 2977338 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/l_y, hostPort=43464, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-1-001/cores}
   [junit4]   2> 2977347 ERROR 
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2977347 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2977347 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.4.0
   [junit4]   2> 2977347 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2977347 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2977347 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-16T05:55:31.660Z
   [junit4]   2> 2977358 INFO  (zkConnectionManagerCallback-4142-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2977359 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2977359 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-1-001/solr.xml
   [junit4]   2> 2977375 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2977375 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2977376 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2977388 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44145/solr
   [junit4]   2> 2977406 INFO  (zkConnectionManagerCallback-4146-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2977412 INFO  (zkConnectionManagerCallback-4148-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2977417 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:43464_l_y    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2977431 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:43464_l_y    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2977433 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:43464_l_y    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2977433 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:43464_l_y    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43464_l_y
   [junit4]   2> 2977434 INFO  (zkCallback-4122-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2977472 INFO  (zkCallback-4139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2977476 INFO  (zkCallback-4147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2977492 INFO  (zkCallback-4129-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2977854 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:43464_l_y    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2977880 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:43464_l_y    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2977881 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:43464_l_y    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2977882 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:43464_l_y    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-1-001/cores
   [junit4]   2> 2977885 INFO  (zkConnectionManagerCallback-4155-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2977886 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:43464_l_y    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2977887 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:43464_l_y    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:44145/solr ready
   [junit4]   2> 2977939 INFO  (qtp145929651-14228) [n:127.0.0.1:35711_l_y    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:43464_l_y&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2977954 INFO  
(OverseerCollectionConfigSetProcessor-72463624169390084-127.0.0.1:35711_l_y-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> 2977954 INFO  (OverseerThreadFactory-5624-thread-3) [    ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43464_l_y for creating new 
replica
   [junit4]   2> 2977956 INFO  (SocketProxy-Acceptor-43464) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37776,localport=43464], receiveBufferSize:531000
   [junit4]   2> 2977957 INFO  (SocketProxy-Acceptor-43464) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43158,localport=60250], receiveBufferSize=530904
   [junit4]   2> 2977959 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2978090 INFO  (zkCallback-4147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2978984 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 2979025 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 2979181 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2979193 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2979193 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2979193 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2979193 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 2979196 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2979198 WARN  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2979254 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2979254 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2979255 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2979255 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2979256 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13950569715650404]
   [junit4]   2> 2979256 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@261668e3[collection1_shard2_replica_n41] main]
   [junit4]   2> 2979257 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2979257 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2979258 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2979258 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1597881066267344896
   [junit4]   2> 2979271 INFO  
(searcherExecutor-5638-thread-1-processing-n:127.0.0.1:43464_l_y 
x:collection1_shard2_replica_n41 c:collection1 s:shard2) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@261668e3[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2979275 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard2 to 
Terms{values={core_node42=0}, version=0}
   [junit4]   2> 2979277 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2979277 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2979277 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:43464/l_y/collection1_shard2_replica_n41/
   [junit4]   2> 2979277 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2979277 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:43464/l_y/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 2979277 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2979279 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43464/l_y/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 2979380 INFO  (zkCallback-4147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2979430 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2979432 INFO  (qtp1567962543-14285) [n:127.0.0.1:43464_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1473
   [junit4]   2> 2979434 INFO  (qtp145929651-14228) [n:127.0.0.1:35711_l_y    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:43464_l_y&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1495
   [junit4]   2> 2979532 INFO  (zkCallback-4147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2979643 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-2-001
 of type NRT
   [junit4]   2> 2979643 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2979644 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2979644 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2979644 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2979657 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@41f970fc{/l_y,null,AVAILABLE}
   [junit4]   2> 2979657 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4b4c4bbd{HTTP/1.1,[http/1.1]}{127.0.0.1:37761}
   [junit4]   2> 2979657 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.Server Started @2979807ms
   [junit4]   2> 2979658 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/l_y, hostPort=42834, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-2-001/cores}
   [junit4]   2> 2979658 ERROR 
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2979658 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2979658 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.4.0
   [junit4]   2> 2979659 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2979659 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2979659 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-16T05:55:33.972Z
   [junit4]   2> 2979660 INFO  (zkConnectionManagerCallback-4157-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2979669 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2979669 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-2-001/solr.xml
   [junit4]   2> 2979673 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2979673 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2979690 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2979706 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44145/solr
   [junit4]   2> 2979708 INFO  (zkConnectionManagerCallback-4161-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2979727 INFO  (zkConnectionManagerCallback-4163-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2979763 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:42834_l_y    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2979765 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:42834_l_y    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2979792 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:42834_l_y    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2979792 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:42834_l_y    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42834_l_y
   [junit4]   2> 2979807 INFO  (zkCallback-4162-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2979807 INFO  (zkCallback-4139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2979811 INFO  (zkCallback-4122-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2979811 INFO  (zkCallback-4147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2979811 INFO  (zkCallback-4154-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2979811 INFO  (zkCallback-4129-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2979955 INFO  
(OverseerCollectionConfigSetProcessor-72463624169390084-127.0.0.1:35711_l_y-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> 2980295 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:42834_l_y    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2980320 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:42834_l_y    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2980321 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:42834_l_y    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2980322 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:42834_l_y    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-2-001/cores
   [junit4]   2> 2980325 INFO  (zkConnectionManagerCallback-4170-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2980326 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:42834_l_y    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2980327 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:42834_l_y    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:44145/solr ready
   [junit4]   2> 2980371 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:42834_l_y&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2980373 INFO  (OverseerThreadFactory-5624-thread-4) [    ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:42834_l_y for creating new 
replica
   [junit4]   2> 2980375 INFO  (SocketProxy-Acceptor-42834) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53248,localport=42834], receiveBufferSize:531000
   [junit4]   2> 2980375 INFO  (SocketProxy-Acceptor-42834) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37761,localport=34294], receiveBufferSize=530904
   [junit4]   2> 2980378 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2980481 INFO  (zkCallback-4147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2980481 INFO  (zkCallback-4162-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2981432 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 2981476 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 2981650 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2981675 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2981675 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2981679 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2981679 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 2981719 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2981722 WARN  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2981813 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2981813 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2981814 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2981814 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2981815 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13950569715650404]
   [junit4]   2> 2981816 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@d773318[collection1_shard1_replica_n43] main]
   [junit4]   2> 2981817 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2981825 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2981826 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2981827 INFO  
(searcherExecutor-5649-thread-1-processing-n:127.0.0.1:42834_l_y 
x:collection1_shard1_replica_n43 c:collection1 s:shard1) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@d773318[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2981827 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1597881068961136640
   [junit4]   2> 2981839 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node44=0}, version=0}
   [junit4]   2> 2981840 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2981841 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2981841 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:42834/l_y/collection1_shard1_replica_n43/
   [junit4]   2> 2981841 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2981841 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:42834/l_y/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 2981841 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2981843 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42834/l_y/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 2981944 INFO  (zkCallback-4147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2981944 INFO  (zkCallback-4162-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2981994 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2981996 INFO  (qtp942644102-14323) [n:127.0.0.1:42834_l_y 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1618
   [junit4]   2> 2981998 INFO  (qtp145929651-14230) [n:127.0.0.1:35711_l_y    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:42834_l_y&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1627
   [junit4]   2> 2982097 INFO  (zkCallback-4162-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2982102 INFO  (zkCallback-4147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2982289 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-3-001
 of type NRT
   [junit4]   2> 2982290 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2982290 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2982290 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2982290 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2982291 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@398f1066{/l_y,null,AVAILABLE}
   [junit4]   2> 2982291 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7b96c322{HTTP/1.1,[http/1.1]}{127.0.0.1:44265}
   [junit4]   2> 2982291 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.e.j.s.Server Started @2982441ms
   [junit4]   2> 2982291 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/l_y, hostPort=37116, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-3-001/cores}
   [junit4]   2> 2982300 ERROR 
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2982300 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2982300 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.4.0
   [junit4]   2> 2982300 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2982300 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2982300 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-16T05:55:36.613Z
   [junit4]   2> 2982302 INFO  (zkConnectionManagerCallback-4172-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982303 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2982303 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-3-001/solr.xml
   [junit4]   2> 2982307 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2982307 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2982324 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2982327 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44145/solr
   [junit4]   2> 2982337 INFO  (zkConnectionManagerCallback-4176-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982338 INFO  (zkConnectionManagerCallback-4178-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982360 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:37116_l_y    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2982362 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:37116_l_y    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2982364 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:37116_l_y    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2982364 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:37116_l_y    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37116_l_y
   [junit4]   2> 2982365 INFO  (zkCallback-4129-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982365 INFO  (zkCallback-4139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982365 INFO  (zkCallback-4122-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982365 INFO  (zkCallback-4147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982373 INFO  
(OverseerCollectionConfigSetProcessor-72463624169390084-127.0.0.1:35711_l_y-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> 2982377 INFO  (zkCallback-4162-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982377 INFO  (zkCallback-4154-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982378 INFO  (zkCallback-4169-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982389 INFO  (zkCallback-4177-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982908 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:37116_l_y    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2982925 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:37116_l_y    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2982926 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:37116_l_y    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2982927 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:37116_l_y    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_CBAEE880C168BA1E-001/shard-3-001/cores
   [junit4]   2> 2982937 INFO  (zkConnectionManagerCallback-4185-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2982938 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:37116_l_y    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 2982939 INFO  
(TEST-ForceLeaderTest.testZombieLeader-seed#[CBAEE880C168BA1E]) 
[n:127.0.0.1:37116_l_y    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:44145/solr ready
   [junit4]   2> 2983011 INFO  (qtp145929651-14228) [n:127.0.0.1:35711_l_y    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:37116_l_y&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2983013 INFO  (OverseerThreadFactory-5624-thread-5) [    ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:37116_l_y for creating new 
replica
   [junit4]   2> 2983015 INFO  (SocketProxy-Acceptor-37116) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55338,localport=37116], receiveBufferSize:531000
   [junit4]   2> 2983015 INFO  (SocketProxy-Acceptor-37116) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44265,localport=52986], receiveBufferSize=530904
   [junit4]   2> 2983018 INFO  (qtp1665914735-14361) [n:127.0.0.1:37116_l_y    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2983121 INFO  (zkCallback-4162-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2983121 INFO  (zkCallback-4177-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2983121 INFO  (zkCallback-4147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2984060 INFO  (qtp1665914735-14361) [n:127.0.0.1:37116_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 2984113 INFO  (qtp1665914735-14361) [n:127.0.0.1:37116_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 2984625 INFO  (qtp1665914735-14361) [n:127.0.0.1:37116_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2984697 INFO  (qtp1665914735-14361) [n:127.0.0.1:37116_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2984751 INFO  (qtp1665914735-14361) [n:127.0.0.1:37116_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78601fa
   [junit4]   2> 2984751 INFO  (qtp1665914735-14361) [n:127.0.0.1:37116_l_y 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore

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

 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null553598151
     [copy] Copying 40 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null553598151
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null553598151

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null171883082
     [copy] Copying 246 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null171883082
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null171883082

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 58ms :: artifacts dl 1ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 206 minutes 46 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to