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

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:38209","node_name":"127.0.0.1:38209_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "state":"down",           
"base_url":"http://127.0.0.1:33681";,           
"core":"c8n_1x3_lf_shard1_replica_n1",           
"node_name":"127.0.0.1:33681_",           "type":"NRT"},         "core_node5":{ 
          "core":"c8n_1x3_lf_shard1_replica_n2",           
"base_url":"http://127.0.0.1:38209";,           "node_name":"127.0.0.1:38209_",  
         "state":"active",           "type":"NRT",           "leader":"true"},  
       "core_node6":{           "core":"c8n_1x3_lf_shard1_replica_n3",          
 "base_url":"http://127.0.0.1:32785";,           "node_name":"127.0.0.1:32785_", 
          "state":"down",           "type":"NRT"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:38209","node_name":"127.0.0.1:38209_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "state":"down",
          "base_url":"http://127.0.0.1:33681";,
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "node_name":"127.0.0.1:33681_",
          "type":"NRT"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:38209";,
          "node_name":"127.0.0.1:38209_",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "base_url":"http://127.0.0.1:32785";,
          "node_name":"127.0.0.1:32785_",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([C0E95C4482E011CF:48BD639E2C1C7C37]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:35045_solr, 
127.0.0.1:38261_solr] Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/14)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           "core":"testSimple2_shard1_replica_n1",           
"base_url":"https://127.0.0.1:46089/solr";,           
"node_name":"127.0.0.1:46089_solr",           "state":"down",           
"type":"NRT"},         "core_node5":{           
"core":"testSimple2_shard1_replica_n2",           
"base_url":"https://127.0.0.1:38261/solr";,           
"node_name":"127.0.0.1:38261_solr",           "state":"active",           
"type":"NRT",           "leader":"true"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node7":{           "core":"testSimple2_shard2_replica_n4",           
"base_url":"https://127.0.0.1:46089/solr";,           
"node_name":"127.0.0.1:46089_solr",           "state":"down",           
"type":"NRT"},         "core_node8":{           
"core":"testSimple2_shard2_replica_n6",           
"base_url":"https://127.0.0.1:38261/solr";,           
"node_name":"127.0.0.1:38261_solr",           "state":"active",           
"type":"NRT",           "leader":"true"}}}},   "router":{"name":"compositeId"}, 
  "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   
"tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
null
Live Nodes: [127.0.0.1:35045_solr, 127.0.0.1:38261_solr]
Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/14)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testSimple2_shard1_replica_n1",
          "base_url":"https://127.0.0.1:46089/solr";,
          "node_name":"127.0.0.1:46089_solr",
          "state":"down",
          "type":"NRT"},
        "core_node5":{
          "core":"testSimple2_shard1_replica_n2",
          "base_url":"https://127.0.0.1:38261/solr";,
          "node_name":"127.0.0.1:38261_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"testSimple2_shard2_replica_n4",
          "base_url":"https://127.0.0.1:46089/solr";,
          "node_name":"127.0.0.1:46089_solr",
          "state":"down",
          "type":"NRT"},
        "core_node8":{
          "core":"testSimple2_shard2_replica_n6",
          "base_url":"https://127.0.0.1:38261/solr";,
          "node_name":"127.0.0.1:38261_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([C0E95C4482E011CF:F85A78BAA513C51E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:126)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13387 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/init-core-data-001
   [junit4]   2> 1552248 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C0E95C4482E011CF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=63 numCloses=63
   [junit4]   2> 1552248 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C0E95C4482E011CF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1552249 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C0E95C4482E011CF]-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> 1552249 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C0E95C4482E011CF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1552249 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C0E95C4482E011CF]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1552250 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1552250 INFO  (Thread-6221) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1552250 INFO  (Thread-6221) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1552252 ERROR (Thread-6221) [    ] 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> 1552350 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35225
   [junit4]   2> 1552352 INFO  (zkConnectionManagerCallback-4578-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552353 INFO  (zkConnectionManagerCallback-4580-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552354 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1552355 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1552355 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1552356 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1552356 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1552357 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1552357 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1552358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1552358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1552359 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1552359 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1552360 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1552475 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1552476 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@57dbb8b4{/,null,AVAILABLE}
   [junit4]   2> 1552477 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@36c2225e{HTTP/1.1,[http/1.1]}{127.0.0.1:39109}
   [junit4]   2> 1552477 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.Server Started @1553978ms
   [junit4]   2> 1552477 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/tempDir-001/control/data,
 hostPort=38209, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/control-001/cores}
   [junit4]   2> 1552477 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1552477 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1552477 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1552477 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1552477 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-16T01:10:42.493624Z
   [junit4]   2> 1552478 INFO  (zkConnectionManagerCallback-4582-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552478 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1552478 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/control-001/solr.xml
   [junit4]   2> 1552481 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1552481 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1552481 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1552483 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35225/solr
   [junit4]   2> 1552487 INFO  (zkConnectionManagerCallback-4586-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552489 INFO  (zkConnectionManagerCallback-4588-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552534 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1552534 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38209_
   [junit4]   2> 1552535 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.Overseer Overseer (id=99181306987610116-127.0.0.1:38209_-n_0000000000) 
starting
   [junit4]   2> 1552537 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38209_
   [junit4]   2> 1552538 INFO  
(OverseerStateUpdate-99181306987610116-127.0.0.1:38209_-n_0000000000) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1552574 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a
   [junit4]   2> 1552584 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a
   [junit4]   2> 1552584 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a
   [junit4]   2> 1552585 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/control-001/cores
   [junit4]   2> 1552601 INFO  (zkConnectionManagerCallback-4594-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1552601 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1552602 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35225/solr ready
   [junit4]   2> 1552602 INFO  (SocketProxy-Acceptor-38209) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53806,localport=38209], receiveBufferSize:531000
   [junit4]   2> 1552602 INFO  (SocketProxy-Acceptor-38209) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=39109,localport=37502], receiveBufferSize=530904
   [junit4]   2> 1552603 INFO  (qtp1868081212-18723) [    ] 
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:38209_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1552604 INFO  (OverseerThreadFactory-5370-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1552707 INFO  (SocketProxy-Acceptor-38209) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53810,localport=38209], receiveBufferSize:531000
   [junit4]   2> 1552707 INFO  (SocketProxy-Acceptor-38209) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=39109,localport=37506], receiveBufferSize=530904
   [junit4]   2> 1552707 INFO  (qtp1868081212-18725) [    ] 
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> 1552707 INFO  (qtp1868081212-18725) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1552809 INFO  (zkCallback-4587-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> 1553725 INFO  (qtp1868081212-18725) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1553740 INFO  (qtp1868081212-18725) [    ] o.a.s.s.IndexSchema 
[control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1553797 INFO  (qtp1868081212-18725) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1553805 INFO  (qtp1868081212-18725) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 1553805 INFO  (qtp1868081212-18725) [    ] 
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@2614041a
   [junit4]   2> 1553806 INFO  (qtp1868081212-18725) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1553806 INFO  (qtp1868081212-18725) [    ] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1553807 INFO  (qtp1868081212-18725) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=32.2421875, 
floorSegmentMB=0.2021484375, forceMergeDeletesPctAllowed=27.548769462722227, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1553809 WARN  (qtp1868081212-18725) [    ] 
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> 1553836 INFO  (qtp1868081212-18725) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1553836 INFO  (qtp1868081212-18725) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1553837 INFO  (qtp1868081212-18725) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1553837 INFO  (qtp1868081212-18725) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1553837 INFO  (qtp1868081212-18725) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=56.4814453125, 
floorSegmentMB=0.603515625, forceMergeDeletesPctAllowed=24.35618463474933, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1553837 INFO  (qtp1868081212-18725) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@334528d3[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1553838 INFO  (qtp1868081212-18725) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1553838 INFO  (qtp1868081212-18725) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1553839 INFO  (qtp1868081212-18725) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1553839 INFO  (searcherExecutor-5373-thread-1) [    ] 
o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher 
Searcher@334528d3[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1553840 INFO  (qtp1868081212-18725) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1586900913467949056
   [junit4]   2> 1553842 INFO  (qtp1868081212-18725) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1553842 INFO  (qtp1868081212-18725) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1553842 INFO  (qtp1868081212-18725) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38209/control_collection_shard1_replica_n1/
   [junit4]   2> 1553842 INFO  (qtp1868081212-18725) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1553842 INFO  (qtp1868081212-18725) [    ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38209/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1553842 INFO  (qtp1868081212-18725) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1553843 INFO  (qtp1868081212-18725) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38209/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1553944 INFO  (zkCallback-4587-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> 1553994 INFO  (qtp1868081212-18725) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1554002 INFO  (qtp1868081212-18725) [    ] 
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=1295
   [junit4]   2> 1554004 INFO  (qtp1868081212-18723) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1554095 INFO  (zkCallback-4587-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> 1554606 INFO  
(OverseerCollectionConfigSetProcessor-99181306987610116-127.0.0.1:38209_-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> 1555004 INFO  (qtp1868081212-18723) [    ] 
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:38209_&wt=javabin&version=2}
 status=0 QTime=2400
   [junit4]   2> 1555007 INFO  (zkConnectionManagerCallback-4598-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1555007 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1555008 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35225/solr ready
   [junit4]   2> 1555008 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1555008 INFO  (SocketProxy-Acceptor-38209) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53828,localport=38209], receiveBufferSize:531000
   [junit4]   2> 1555008 INFO  (SocketProxy-Acceptor-38209) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=39109,localport=37524], receiveBufferSize=530904
   [junit4]   2> 1555008 INFO  (qtp1868081212-18723) [    ] 
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=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1555011 INFO  (OverseerThreadFactory-5370-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1555012 WARN  (OverseerThreadFactory-5370-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) 
without cores.
   [junit4]   2> 1555214 INFO  (qtp1868081212-18723) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1555214 INFO  (qtp1868081212-18723) [    ] 
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=1&wt=javabin&version=2}
 status=0 QTime=205
   [junit4]   2> 1555326 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-1-001
 of type NRT
   [junit4]   2> 1555326 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1555327 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@32a63c53{/,null,AVAILABLE}
   [junit4]   2> 1555327 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@224db23d{HTTP/1.1,[http/1.1]}{127.0.0.1:42511}
   [junit4]   2> 1555327 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.Server Started @1556828ms
   [junit4]   2> 1555327 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/tempDir-001/jetty1,
 hostPort=35191, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-1-001/cores,
 replicaType=NRT}
   [junit4]   2> 1555328 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1555328 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1555328 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1555328 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1555328 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-16T01:10:45.344297Z
   [junit4]   2> 1555330 INFO  (zkConnectionManagerCallback-4600-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1555330 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1555330 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-1-001/solr.xml
   [junit4]   2> 1555332 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1555332 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1555332 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1555334 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35225/solr
   [junit4]   2> 1555335 INFO  (zkConnectionManagerCallback-4604-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1555342 INFO  (zkConnectionManagerCallback-4606-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1555344 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1555345 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1555346 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35191_
   [junit4]   2> 1555347 INFO  (zkCallback-4587-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1555351 INFO  (zkCallback-4597-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1555352 INFO  (zkCallback-4605-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1555374 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a
   [junit4]   2> 1555381 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a
   [junit4]   2> 1555381 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a
   [junit4]   2> 1555382 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-1-001/cores
   [junit4]   2> 1555399 INFO  (SocketProxy-Acceptor-35191) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=35734,localport=35191], receiveBufferSize:531000
   [junit4]   2> 1555399 INFO  (SocketProxy-Acceptor-35191) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42511,localport=35754], receiveBufferSize=530904
   [junit4]   2> 1555399 INFO  (qtp1346845895-18779) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35191_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1555400 INFO  
(OverseerCollectionConfigSetProcessor-99181306987610116-127.0.0.1:38209_-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> 1555401 INFO  (OverseerThreadFactory-5370-thread-3) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35191_ for creating new replica
   [junit4]   2> 1555401 INFO  (SocketProxy-Acceptor-35191) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=35738,localport=35191], receiveBufferSize:531000
   [junit4]   2> 1555402 INFO  (SocketProxy-Acceptor-35191) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42511,localport=35758], receiveBufferSize=530904
   [junit4]   2> 1555402 INFO  (qtp1346845895-18781) [    ] 
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> 1555402 INFO  (qtp1346845895-18781) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1556422 INFO  (qtp1346845895-18781) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1556432 INFO  (qtp1346845895-18781) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 1556512 INFO  (qtp1346845895-18781) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1556521 INFO  (qtp1346845895-18781) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1556522 INFO  (qtp1346845895-18781) [    ] 
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@2614041a
   [junit4]   2> 1556522 INFO  (qtp1346845895-18781) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1556522 INFO  (qtp1346845895-18781) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 1556524 INFO  (qtp1346845895-18781) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=32.2421875, 
floorSegmentMB=0.2021484375, forceMergeDeletesPctAllowed=27.548769462722227, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1556537 WARN  (qtp1346845895-18781) [    ] 
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> 1556573 INFO  (qtp1346845895-18781) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1556573 INFO  (qtp1346845895-18781) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1556574 INFO  (qtp1346845895-18781) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1556575 INFO  (qtp1346845895-18781) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1556576 INFO  (qtp1346845895-18781) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=56.4814453125, 
floorSegmentMB=0.603515625, forceMergeDeletesPctAllowed=24.35618463474933, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1556576 INFO  (qtp1346845895-18781) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5d65e29c[collection1_shard2_replica_n41] main]
   [junit4]   2> 1556578 INFO  (qtp1346845895-18781) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1556579 INFO  (qtp1346845895-18781) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1556579 INFO  (qtp1346845895-18781) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1556579 INFO  (qtp1346845895-18781) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1586900916339998720
   [junit4]   2> 1556580 INFO  (searcherExecutor-5384-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher 
Searcher@5d65e29c[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1556583 INFO  (qtp1346845895-18781) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1556583 INFO  (qtp1346845895-18781) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1556583 INFO  (qtp1346845895-18781) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35191/collection1_shard2_replica_n41/
   [junit4]   2> 1556583 INFO  (qtp1346845895-18781) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1556583 INFO  (qtp1346845895-18781) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:35191/collection1_shard2_replica_n41/ has 
no replicas
   [junit4]   2> 1556583 INFO  (qtp1346845895-18781) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1556584 INFO  (qtp1346845895-18781) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35191/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 1556734 INFO  (qtp1346845895-18781) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1556743 INFO  (qtp1346845895-18781) [    ] 
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=1341
   [junit4]   2> 1556745 INFO  (qtp1346845895-18779) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:35191_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1345
   [junit4]   2> 1556859 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-2-001
 of type NRT
   [junit4]   2> 1556860 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1556861 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5efca58b{/,null,AVAILABLE}
   [junit4]   2> 1556861 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7a1aba53{HTTP/1.1,[http/1.1]}{127.0.0.1:37855}
   [junit4]   2> 1556861 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.Server Started @1558362ms
   [junit4]   2> 1556861 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/tempDir-001/jetty2,
 hostPort=32785, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-2-001/cores,
 replicaType=NRT}
   [junit4]   2> 1556861 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1556861 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1556862 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1556862 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1556862 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-16T01:10:46.878092Z
   [junit4]   2> 1556863 INFO  (zkConnectionManagerCallback-4610-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1556863 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1556863 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-2-001/solr.xml
   [junit4]   2> 1556865 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1556865 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1556866 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1556868 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35225/solr
   [junit4]   2> 1556868 INFO  (zkConnectionManagerCallback-4614-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1556869 INFO  (zkConnectionManagerCallback-4616-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1556872 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1556875 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1556876 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32785_
   [junit4]   2> 1556877 INFO  (zkCallback-4587-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1556877 INFO  (zkCallback-4597-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1556877 INFO  (zkCallback-4605-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1556879 INFO  (zkCallback-4615-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1556916 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a
   [junit4]   2> 1556926 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a
   [junit4]   2> 1556927 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a
   [junit4]   2> 1556928 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-2-001/cores
   [junit4]   2> 1556959 INFO  (SocketProxy-Acceptor-32785) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38162,localport=32785], receiveBufferSize:531000
   [junit4]   2> 1556960 INFO  (SocketProxy-Acceptor-32785) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37855,localport=46110], receiveBufferSize=530904
   [junit4]   2> 1556960 INFO  (qtp1929468545-18815) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:32785_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1556961 INFO  
(OverseerCollectionConfigSetProcessor-99181306987610116-127.0.0.1:38209_-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> 1556961 INFO  (OverseerThreadFactory-5370-thread-4) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:32785_ for creating new replica
   [junit4]   2> 1556962 INFO  (SocketProxy-Acceptor-32785) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38166,localport=32785], receiveBufferSize:531000
   [junit4]   2> 1556963 INFO  (SocketProxy-Acceptor-32785) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37855,localport=46114], receiveBufferSize=530904
   [junit4]   2> 1556963 INFO  (qtp1929468545-18817) [    ] 
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> 1556963 INFO  (qtp1929468545-18817) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1557976 INFO  (qtp1929468545-18817) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1557988 INFO  (qtp1929468545-18817) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 1558030 INFO  (qtp1929468545-18817) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1558036 INFO  (qtp1929468545-18817) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1558036 INFO  (qtp1929468545-18817) [    ] 
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@2614041a
   [junit4]   2> 1558036 INFO  (qtp1929468545-18817) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1558036 INFO  (qtp1929468545-18817) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 1558038 INFO  (qtp1929468545-18817) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=32.2421875, 
floorSegmentMB=0.2021484375, forceMergeDeletesPctAllowed=27.548769462722227, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1558039 WARN  (qtp1929468545-18817) [    ] 
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> 1558065 INFO  (qtp1929468545-18817) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1558065 INFO  (qtp1929468545-18817) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1558066 INFO  (qtp1929468545-18817) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1558066 INFO  (qtp1929468545-18817) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1558066 INFO  (qtp1929468545-18817) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=56.4814453125, 
floorSegmentMB=0.603515625, forceMergeDeletesPctAllowed=24.35618463474933, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1558066 INFO  (qtp1929468545-18817) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3e17e8e5[collection1_shard1_replica_n43] main]
   [junit4]   2> 1558067 INFO  (qtp1929468545-18817) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1558067 INFO  (qtp1929468545-18817) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1558068 INFO  (qtp1929468545-18817) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1558068 INFO  (searcherExecutor-5395-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher 
Searcher@3e17e8e5[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1558068 INFO  (qtp1929468545-18817) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1586900917901328384
   [junit4]   2> 1558071 INFO  (qtp1929468545-18817) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1558071 INFO  (qtp1929468545-18817) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1558071 INFO  (qtp1929468545-18817) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:32785/collection1_shard1_replica_n43/
   [junit4]   2> 1558071 INFO  (qtp1929468545-18817) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1558071 INFO  (qtp1929468545-18817) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:32785/collection1_shard1_replica_n43/ has 
no replicas
   [junit4]   2> 1558071 INFO  (qtp1929468545-18817) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1558072 INFO  (qtp1929468545-18817) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:32785/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 1558222 INFO  (qtp1929468545-18817) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1558232 INFO  (qtp1929468545-18817) [    ] 
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=1269
   [junit4]   2> 1558234 INFO  (qtp1929468545-18815) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:32785_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1274
   [junit4]   2> 1558321 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-3-001
 of type NRT
   [junit4]   2> 1558321 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1558322 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@bc95985{/,null,AVAILABLE}
   [junit4]   2> 1558322 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6fbc8974{HTTP/1.1,[http/1.1]}{127.0.0.1:34593}
   [junit4]   2> 1558322 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.e.j.s.Server Started @1559823ms
   [junit4]   2> 1558322 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/tempDir-001/jetty3,
 hostPort=33681, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-3-001/cores}
   [junit4]   2> 1558322 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1558322 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1558322 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1558322 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1558323 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-16T01:10:48.339011Z
   [junit4]   2> 1558323 INFO  (zkConnectionManagerCallback-4620-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1558324 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1558324 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-3-001/solr.xml
   [junit4]   2> 1558325 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1558326 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1558332 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1558333 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35225/solr
   [junit4]   2> 1558334 INFO  (zkConnectionManagerCallback-4624-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1558335 INFO  (zkConnectionManagerCallback-4626-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1558337 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1558337 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1558338 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33681_
   [junit4]   2> 1558338 INFO  (zkCallback-4597-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1558338 INFO  (zkCallback-4615-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1558338 INFO  (zkCallback-4587-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1558339 INFO  (zkCallback-4625-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1558339 INFO  (zkCallback-4605-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1558368 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a
   [junit4]   2> 1558374 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a
   [junit4]   2> 1558374 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2614041a
   [junit4]   2> 1558375 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-3-001/cores
   [junit4]   2> 1558399 INFO  (qtp1929468545-18816) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:33681_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1558401 INFO  
(OverseerCollectionConfigSetProcessor-99181306987610116-127.0.0.1:38209_-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> 1558401 INFO  (OverseerThreadFactory-5370-thread-5) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33681_ for creating new replica
   [junit4]   2> 1558402 INFO  (SocketProxy-Acceptor-33681) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60350,localport=33681], receiveBufferSize:531000
   [junit4]   2> 1558402 INFO  (SocketProxy-Acceptor-33681) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34593,localport=60324], receiveBufferSize=530904
   [junit4]   2> 1558402 INFO  (qtp1214453245-18851) [    ] 
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> 1558402 INFO  (qtp1214453245-18851) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1559415 INFO  (qtp1214453245-18851) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1559422 INFO  (qtp1214453245-18851) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 1559724 INFO  (qtp1214453245-18851) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1559730 INFO  (qtp1214453245-18851) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n45' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1559731 INFO  (qtp1214453245-18851) [    ] 
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@2614041a
   [junit4]   2> 1559731 INFO  (qtp1214453245-18851) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1559731 INFO  (qtp1214453245-18851) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C0E95C4482E011CF-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 1559732 INFO  (qtp1214453245-18851) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=32.2421875, 
floorSegmentMB=0.2021484375, forceMergeDeletesPctAllowed=27.548769462722227, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1559734 WARN  (qtp1214453245-18851) [    ] 
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> 1559757 INFO  (qtp1214453245-18851) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1559757 INFO  (qtp1214453245-18851) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1559758 INFO  (qtp1214453245-18851) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1559758 INFO  (qtp1214453245-18851) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1559759 INFO  (qtp1214453245-18851) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=56.4814453125, 
floorSegmentMB=0.603515625, forceMergeDeletesPctAllowed=24.35618463474933, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1559759 INFO  (qtp1214453245-18851) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7153b1ca[collection1_shard2_replica_n45] main]
   [junit4]   2> 1559759 INFO  (qtp1214453245-18851) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1559760 INFO  (qtp1214453245-18851) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1559760 INFO  (qtp1214453245-18851) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1559760 INFO  (searcherExecutor-5406-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher 
Searcher@7153b1ca[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1559760 INFO  (qtp1214453245-18851) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1586900919675518976
   [junit4]   2> 1559763 INFO  (qtp1214453245-18851) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 1559763 INFO  (updateExecutor-4621-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1559763 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1559764 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1559764 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1_shard2_replica_n45]
   [junit4]   2> 1559764 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 1559764 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1_shard2_replica_n45] as recovering, leader is 
[http://127.0.0.1:35191/collection1_shard2_replica_n41/] and I am 
[http://127.0.0.1:33681/collection1_shard2_replica_n45/]
   [junit4]   2> 1559765 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:35191]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:33681_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1559765 INFO  (SocketProxy-Acceptor-35191) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=35782,localport=35191], receiveBufferSize:531000
   [junit4]   2> 1559766 INFO  (SocketProxy-Acceptor-35191) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42511,localport=35802], receiveBufferSize=530904
   [junit4]   2> 1559766 INFO  (qtp1346845895-18775) [    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 1559766 INFO  (qtp1346845895-18775) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:33681_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:33681","node_name":"127.0.0.1:33681_","state":"down","type":"NRT"}
   [junit4]   2> 1559772 INFO  (qtp1214453245-18851) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1369
   [junit4]   2> 1559773 INFO  (qtp1929468545-18816) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:33681_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1373
   [junit4]   2> 1559774 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1559774 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 1559774 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1560402 INFO  
(OverseerCollectionConfigSetProcessor-99181306987610116-127.0.0.1:38209_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1560766 INFO  (qtp1346845895-18775) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:33681_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:33681","node_name":"127.0.0.1:33681_","state":"recovering","type":"NRT"}
   [junit4]   2> 1560766 INFO  (qtp1346845895-18775) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1560766 INFO  (qtp1346845895-18775) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:33681_&onlyIfLeaderActive=true&core=collection1_shard2_replica_n41&coreNodeName=core_node46&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 1561267 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:35191/collection1_shard2_replica_n41/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1561267 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n45 
url=http://127.0.0.1:33681 START 
replicas=[http://127.0.0.1:35191/collection1_shard2_replica_n41/] nUpdates=100
   [junit4]   2> 1561268 INFO  (SocketProxy-Acceptor-35191) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=35790,localport=35191], receiveBufferSize:531000
   [junit4]   2> 1561268 INFO  (SocketProxy-Acceptor-35191) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42511,localport=35810], receiveBufferSize=530904
   [junit4]   2> 1561270 INFO  (qtp1346845895-18775) [    ] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:1.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1561270 INFO  (qtp1346845895-18775) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_n41]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1561271 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1561271 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1561272 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1561272 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1561272 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1561272 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1561272 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1561272 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1561272 INFO  (recoveryExecutor-4622-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1561774 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C0E95C4482E011CF]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1561775 INFO  (qtp1868081212-18725) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1586900921788399616,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1561775 INFO  (qtp1868081212-18725) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1561775 INFO  (qtp1868081212-18725) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1561775 INFO  (qtp1868081212-18725) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [control_collection_shard1_replica_n1]  
webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 1561776 INFO  (SocketProxy-Acceptor-35191) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=35798,localport=35191], receiveBufferSize:531000
   [junit4]   2> 1561776 INFO  (SocketProxy-Acceptor-32785) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38210,localport=32785], receiveBufferSize:531000
   [junit4]   2> 1561776 INFO  (SocketProxy-Acceptor-33681) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60388,localport=33681], receiveBufferSize:531000
   [junit4]   2> 1561777 INFO  (SocketProxy-Acceptor-32785) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37855,localport=46164], receiveBufferSize=530904
   [junit4]   2> 1561777 INFO  (qtp1346845895-18776) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1586900921790496768,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1561777 INFO  (qtp1214453245-18847) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1586900921790496768,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1561777 INFO  (SocketProxy-Acceptor-33681) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34593,localport=60366], receiveBufferSize=530904
   [junit4]   2> 1561777 INFO  (qtp1214453245-18847) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1561777 INFO  (qtp1346845895-18776) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1561777 INFO  (qtp1929468545-18815) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1586900921790496768,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1561777 INFO  (SocketProxy-Acceptor-35191) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42511,localport=35820], receiveBufferSize=530904
   [junit4]   2> 1561777 INFO  (qtp1346845895-18776) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1561777 INFO  (qtp1214453245-18847) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1561777 INFO  (qtp1346845895-18776) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n41]  webapp= 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:32785/collection1_shard1_replica_n43/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1561777 INFO  (qtp1214453245-18847) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n45]  webapp= 
path=/update params={updat

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

er [org.apache.solr.metrics.reporters.SolrJmxReporter@67d31c1e: rootName = 
solr_38261, domain = solr.core.testSimple1.shard1.replica_n11, service url = 
null, agent id = null] for registry solr.core.testSimple1.shard1.replica_n11 / 
com.codahale.metrics.MetricRegistry@f536c8e
   [junit4]   2> 2431059 INFO  (coreCloseExecutor-7450-thread-5) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testSimple3.shard2.replica_n2, tag=216601260
   [junit4]   2> 2431059 INFO  (coreCloseExecutor-7451-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple1.shard2.leader, tag=725461246
   [junit4]   2> 2431059 INFO  (coreCloseExecutor-7450-thread-5) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6930937a: rootName = 
solr_35045, domain = solr.core.testSimple3.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.testSimple3.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@468f4147
   [junit4]   2> 2431059 INFO  (coreCloseExecutor-7451-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple2.shard1.leader, tag=1952079560
   [junit4]   2> 2431059 INFO  (coreCloseExecutor-7451-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple2.shard2.leader, tag=1535115932
   [junit4]   2> 2431059 INFO  (coreCloseExecutor-7451-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple1.shard1.leader, tag=443540591
   [junit4]   2> 2431060 INFO  (jetty-closer-4013-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6c42f3d7{/solr,null,UNAVAILABLE}
   [junit4]   2> 2431064 INFO  (coreCloseExecutor-7450-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple1.shard2.leader, tag=833135365
   [junit4]   2> 2431064 INFO  (coreCloseExecutor-7450-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple1.shard1.leader, tag=2049868125
   [junit4]   2> 2431064 INFO  (coreCloseExecutor-7450-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple3.shard1.leader, tag=363686379
   [junit4]   2> 2431064 INFO  (coreCloseExecutor-7450-thread-5) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple3.shard2.leader, tag=216601260
   [junit4]   2> 2431065 INFO  (jetty-closer-4013-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=99181355149033481-127.0.0.1:35045_solr-n_0000000000) closing
   [junit4]   2> 2431065 INFO  
(OverseerStateUpdate-99181355149033481-127.0.0.1:35045_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35045_solr
   [junit4]   2> 2431065 WARN  
(OverseerAutoScalingTriggerThread-99181355149033481-127.0.0.1:35045_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 2431066 DEBUG (jetty-closer-4013-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2431066 INFO  (jetty-closer-4013-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6e6b2f09{/solr,null,UNAVAILABLE}
   [junit4]   2> 2431067 ERROR 
(SUITE-AutoAddReplicasIntegrationTest-seed#[C0E95C4482E011CF]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2431067 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[C0E95C4482E011CF]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40131 40131
   [junit4]   2> 2436099 INFO  (Thread-5649) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40131 40131
   [junit4]   2> 2436100 WARN  (Thread-5649) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        36      /solr/collections/testSimple2/state.json
   [junit4]   2>        16      /solr/collections/testSimple1/state.json
   [junit4]   2>        9       /solr/collections/testSimple3/state.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        4       
/solr/overseer_elect/election/99181355149033481-127.0.0.1:35045_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/testSimple1/leader_elect/shard2/election/99181355149033481-core_node7-n_0000000001
   [junit4]   2>        2       
/solr/collections/testSimple2/leader_elect/shard2/election/99181355149033480-core_node8-n_0000000000
   [junit4]   2>        2       
/solr/collections/testSimple1/leader_elect/shard1/election/99181355149033481-core_node3-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_C0E95C4482E011CF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1792, maxMBSortInHeap=5.085746767746231, 
sim=RandomSimilarity(queryNorm=true): {}, locale=sah, timezone=Indian/Comoro
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 10-ea 
(64-bit)/cpus=8,threads=1,free=161398544,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest, 
HdfsChaosMonkeySafeLeaderTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestInPlaceUpdatesStandalone, RankQueryTest, SliceStateTest, 
TestClusterStateProvider, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestFieldCacheSort, PeerSyncWithIndexFingerprintCachingTest, 
TestNonDefinedSimilarityFactory, ExternalFileFieldSortTest, 
CleanupOldIndexTest, TestSchemaManager, SolrPluginUtilsTest, 
TestUseDocValuesAsStored2, V2ApiIntegrationTest, 
TestSubQueryTransformerCrossCore, TestPHPSerializedResponseWriter, 
TestCloudPseudoReturnFields, TestRecovery, TestHighFrequencyDictionaryFactory, 
SyncSliceTest, TestIBSimilarityFactory, TestStressCloudBlindAtomicUpdates, 
TestStreamBody, TestTlogReplica, TestInfoStreamLogging, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, AutoAddReplicasPlanActionTest, 
SaslZkACLProviderTest, ImplicitSnitchTest, FileUtilsTest, 
TestPostingsSolrHighlighter, SpatialFilterTest, TestShortCircuitedRequests, 
HdfsSyncSliceTest, TestSuggestSpellingConverter, CollectionsAPISolrJTest, 
TestRawResponseWriter, StatelessScriptUpdateProcessorFactoryTest, 
TermsComponentTest, CheckHdfsIndexTest, IndexSchemaRuntimeFieldTest, 
TestRandomDVFaceting, SparseHLLTest, TestCloudNestedDocsSort, 
HdfsUnloadDistributedZkTest, TestDownShardTolerantSearch, 
SubstringBytesRefFilterTest, BlockJoinFacetRandomTest, TestRandomFaceting, 
AssignBackwardCompatibilityTest, DistributedQueueTest, 
TestPKIAuthenticationPlugin, TestClusterProperties, TestUpdate, 
TestExceedMaxTermLength, NodeAddedTriggerTest, SimpleMLTQParserTest, 
SimpleFacetsTest, BasicDistributedZkTest, AnalysisErrorHandlingTest, 
ClassificationUpdateProcessorFactoryTest, MoveReplicaTest, 
TestReversedWildcardFilterFactory, ConfigureRecoveryStrategyTest, 
SystemLogListenerTest, BufferStoreTest, TestCoreAdminApis, 
TestBlendedInfixSuggestions, TestConfigSetProperties, TestRestoreCore, 
TermVectorComponentTest, TestCloudInspectUtil, TestSolrCoreParser, 
OverseerModifyCollectionTest, TemplateUpdateProcessorTest, TestSort, 
VMParamsZkACLAndCredentialsProvidersTest, TestBlobHandler, 
TestHighlightDedupGrouping, TestScoreJoinQPScore, OverseerTaskQueueTest, 
TestDFRSimilarityFactory, PreAnalyzedFieldManagedSchemaCloudTest, 
TestDefaultStatsCache, UtilsToolTest, DistributedFacetPivotSmallAdvancedTest, 
TestCollapseQParserPlugin, TestDocTermOrds, SoftAutoCommitTest, 
TestNumericTerms64, TestStressUserVersions, MissingSegmentRecoveryTest, 
SpellCheckComponentTest, BlobRepositoryCloudTest, 
ShufflingReplicaListTransformerTest, DistributedMLTComponentTest, 
FastVectorHighlighterTest, SolrXmlInZkTest, AnalysisAfterCoreReloadTest, 
CdcrReplicationHandlerTest, TestCustomStream, TestXmlQParserPlugin, 
ActionThrottleTest, TestMultiWordSynonyms, TestRebalanceLeaders, 
TestUtilizeNode, TestCSVLoader, UpdateParamsTest, 
SimpleCollectionCreateDeleteTest, TestQueryUtils, 
UpdateRequestProcessorFactoryTest, TestCrossCoreJoin, TestSolrDeletionPolicy1, 
TestDelegationWithHadoopAuth, TestNodeAddedTrigger, BasicAuthStandaloneTest, 
TestRequestStatusCollectionAPI, TestBackupRepositoryFactory, MultiTermTest, 
TestJsonFacets, SuggestComponentTest, TolerantUpdateProcessorTest, 
DeleteInactiveReplicaTest, NumberUtilsTest, OverseerTest, 
LeaderElectionIntegrationTest, ZkCLITest, TestRangeQuery, TestTolerantSearch, 
TestLuceneIndexBackCompat, AssignTest, CollectionStateFormat2Test, 
ConnectionManagerTest, CustomCollectionTest, 
DistribDocExpirationUpdateProcessorTest, LeaderFailureAfterFreshStartTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
MoveReplicaHDFSFailoverTest, OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, 
RemoteQueryErrorTest, RestartWhileUpdatingTest, SSLMigrationTest, 
ShardSplitTest, TestLockTree, TestOnReconnectListenerSupport, 
TestPullReplicaErrorHandling, TestReplicaProperties, TestSSLRandomization, 
TestSizeLimitedDistributedMap, TestSkipOverseerOperations, 
TestSolrCloudWithDelegationTokens, AutoAddReplicasIntegrationTest]
   [junit4] Completed [565/763 (2!)] on J0 in 148.89s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to