Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1151/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseParallelGC

1 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:43201","node_name":"127.0.0.1:43201_","state":"active","type":"NRT","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "core":"c8n_1x3_lf_shard1_replica_n1",           
"base_url":"http://127.0.0.1:33301";,           "node_name":"127.0.0.1:33301_",  
         "state":"down",           "type":"NRT"},         "core_node5":{        
   "core":"c8n_1x3_lf_shard1_replica_n2",           
"base_url":"http://127.0.0.1:43201";,           "node_name":"127.0.0.1:43201_",  
         "state":"active",           "type":"NRT",           "leader":"true"},  
       "core_node6":{           "state":"down",           
"base_url":"http://127.0.0.1:41953";,           
"core":"c8n_1x3_lf_shard1_replica_n3",           
"node_name":"127.0.0.1:41953_",           "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:43201","node_name":"127.0.0.1:43201_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "base_url":"http://127.0.0.1:33301";,
          "node_name":"127.0.0.1:33301_",
          "state":"down",
          "type":"NRT"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:43201";,
          "node_name":"127.0.0.1:43201_",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "state":"down",
          "base_url":"http://127.0.0.1:41953";,
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "node_name":"127.0.0.1:41953_",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([28D11138177DA81D:A0852EE2B981C5E5]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12732 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> 951461 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[28D11138177DA81D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/init-core-data-001
   [junit4]   2> 951461 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[28D11138177DA81D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 951461 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[28D11138177DA81D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 951463 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[28D11138177DA81D]-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> 951463 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[28D11138177DA81D]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 951464 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 951470 INFO  (Thread-997) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 951470 INFO  (Thread-997) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 951475 ERROR (Thread-997) [    ] 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> 951570 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37563
   [junit4]   2> 951582 INFO  (zkConnectionManagerCallback-1161-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 951596 INFO  (zkConnectionManagerCallback-1163-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 951600 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
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> 951601 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
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> 951602 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
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> 951602 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
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> 951603 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
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> 951604 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
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> 951604 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
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> 951605 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
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> 951606 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
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> 951606 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
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> 951607 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
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> 951608 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 951694 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 951702 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7291452a{/,null,AVAILABLE}
   [junit4]   2> 951702 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@10703ddf{HTTP/1.1,[http/1.1]}{127.0.0.1:35193}
   [junit4]   2> 951703 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.Server Started @953296ms
   [junit4]   2> 951703 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=41953, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/control-001/cores}
   [junit4]   2> 951703 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 951703 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 951703 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 951703 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 951703 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-09T03:08:23.661Z
   [junit4]   2> 951714 INFO  (zkConnectionManagerCallback-1165-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 951715 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 951715 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/control-001/solr.xml
   [junit4]   2> 951718 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 951718 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 951719 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 951724 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37563/solr
   [junit4]   2> 951727 INFO  (zkConnectionManagerCallback-1169-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 951736 INFO  
(zkConnectionManagerCallback-1171-thread-1-processing-n:127.0.0.1:41953_) 
[n:127.0.0.1:41953_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 951780 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:41953_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 951781 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:41953_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:41953_
   [junit4]   2> 951781 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:41953_    ] o.a.s.c.Overseer Overseer 
(id=99317665197522948-127.0.0.1:41953_-n_0000000000) starting
   [junit4]   2> 951798 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:41953_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41953_
   [junit4]   2> 951807 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:41953_) [n:127.0.0.1:41953_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 951888 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:41953_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 951897 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:41953_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 951897 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:41953_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 951917 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:41953_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/control-001/cores
   [junit4]   2> 951978 INFO  (zkConnectionManagerCallback-1177-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 951978 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 951979 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37563/solr ready
   [junit4]   2> 951981 INFO  (SocketProxy-Acceptor-41953) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50804,localport=41953], receiveBufferSize:531000
   [junit4]   2> 951998 INFO  (SocketProxy-Acceptor-41953) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35193,localport=37122], receiveBufferSize=530904
   [junit4]   2> 952004 INFO  (qtp1801228485-5214) [n:127.0.0.1:41953_    ] 
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:41953_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 952008 INFO  
(OverseerThreadFactory-2168-thread-1-processing-n:127.0.0.1:41953_) 
[n:127.0.0.1:41953_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 952111 INFO  (SocketProxy-Acceptor-41953) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50808,localport=41953], receiveBufferSize:531000
   [junit4]   2> 952117 INFO  (SocketProxy-Acceptor-41953) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35193,localport=37126], receiveBufferSize=530904
   [junit4]   2> 952119 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_    ] 
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> 952119 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 952222 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:41953_) [n:127.0.0.1:41953_    
] 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> 953143 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 953152 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 953239 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 953252 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 953252 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 953252 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 953252 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 953254 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=22.1796875, 
floorSegmentMB=1.43359375, forceMergeDeletesPctAllowed=20.392449162742473, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6354899926876201
   [junit4]   2> 953256 WARN  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 953279 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 953279 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 953280 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 953280 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 953281 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5287313136594796]
   [junit4]   2> 953281 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4a352b80[control_collection_shard1_replica_n1] main]
   [junit4]   2> 953282 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 953282 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 953282 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 953283 INFO  
(searcherExecutor-2171-thread-1-processing-n:127.0.0.1:41953_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:41953_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@4a352b80[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 953283 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589082645060386816
   [junit4]   2> 953290 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 953290 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 953290 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:41953/control_collection_shard1_replica_n1/
   [junit4]   2> 953290 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 953290 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:41953/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 953290 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 953291 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41953/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 953392 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:41953_) [n:127.0.0.1:41953_    
] 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> 953442 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 953443 INFO  (qtp1801228485-5216) [n:127.0.0.1:41953_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1323
   [junit4]   2> 953445 INFO  (qtp1801228485-5214) [n:127.0.0.1:41953_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 953543 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:41953_) [n:127.0.0.1:41953_    
] 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> 954009 INFO  
(OverseerCollectionConfigSetProcessor-99317665197522948-127.0.0.1:41953_-n_0000000000)
 [n:127.0.0.1:41953_    ] 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> 954448 INFO  (qtp1801228485-5214) [n:127.0.0.1:41953_    ] 
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:41953_&wt=javabin&version=2}
 status=0 QTime=2444
   [junit4]   2> 954478 INFO  (zkConnectionManagerCallback-1181-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 954479 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 954494 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37563/solr ready
   [junit4]   2> 954494 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 954494 INFO  (SocketProxy-Acceptor-41953) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50824,localport=41953], receiveBufferSize:531000
   [junit4]   2> 954509 INFO  (SocketProxy-Acceptor-41953) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35193,localport=37142], receiveBufferSize=530904
   [junit4]   2> 954512 INFO  (qtp1801228485-5211) [n:127.0.0.1:41953_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 954530 INFO  
(OverseerThreadFactory-2168-thread-2-processing-n:127.0.0.1:41953_) 
[n:127.0.0.1:41953_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 954530 WARN  
(OverseerThreadFactory-2168-thread-2-processing-n:127.0.0.1:41953_) 
[n:127.0.0.1:41953_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 954735 INFO  (qtp1801228485-5211) [n:127.0.0.1:41953_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 954735 INFO  (qtp1801228485-5211) [n:127.0.0.1:41953_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=222
   [junit4]   2> 954825 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-1-001
 of type NRT
   [junit4]   2> 954825 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 954826 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@44a68728{/,null,AVAILABLE}
   [junit4]   2> 954826 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@73d85af2{HTTP/1.1,[http/1.1]}{127.0.0.1:45255}
   [junit4]   2> 954826 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.Server Started @956420ms
   [junit4]   2> 954827 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=33301, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-1-001/cores}
   [junit4]   2> 954827 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 954827 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 954827 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 954827 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 954827 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-09T03:08:26.785Z
   [junit4]   2> 954846 INFO  (zkConnectionManagerCallback-1183-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 954847 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 954847 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-1-001/solr.xml
   [junit4]   2> 954850 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 954850 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 954851 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 954854 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37563/solr
   [junit4]   2> 954858 INFO  (zkConnectionManagerCallback-1187-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 954862 INFO  
(zkConnectionManagerCallback-1189-thread-1-processing-n:127.0.0.1:33301_) 
[n:127.0.0.1:33301_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 954866 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:33301_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 954867 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:33301_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 954869 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:33301_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33301_
   [junit4]   2> 954878 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:41953_) [n:127.0.0.1:41953_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 954880 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:33301_) [n:127.0.0.1:33301_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 954884 INFO  (zkCallback-1180-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 954936 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:33301_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 954946 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:33301_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 954949 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:33301_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 954950 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:33301_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-1-001/cores
   [junit4]   2> 954980 INFO  (SocketProxy-Acceptor-33301) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55120,localport=33301], receiveBufferSize:531000
   [junit4]   2> 955007 INFO  (SocketProxy-Acceptor-33301) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45255,localport=34628], receiveBufferSize=530904
   [junit4]   2> 955010 INFO  (qtp484124068-5269) [n:127.0.0.1:33301_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:33301_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 955012 INFO  
(OverseerCollectionConfigSetProcessor-99317665197522948-127.0.0.1:41953_-n_0000000000)
 [n:127.0.0.1:41953_    ] 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> 955012 INFO  
(OverseerThreadFactory-2168-thread-3-processing-n:127.0.0.1:41953_) 
[n:127.0.0.1:41953_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33301_ 
for creating new replica
   [junit4]   2> 955013 INFO  (SocketProxy-Acceptor-33301) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55124,localport=33301], receiveBufferSize:531000
   [junit4]   2> 955018 INFO  (SocketProxy-Acceptor-33301) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45255,localport=34632], receiveBufferSize=530904
   [junit4]   2> 955019 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_    ] 
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> 955020 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 955124 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:33301_) [n:127.0.0.1:33301_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 956037 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 956064 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 956162 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 956173 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 956174 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 956174 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 956174 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 956176 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=22.1796875, 
floorSegmentMB=1.43359375, forceMergeDeletesPctAllowed=20.392449162742473, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6354899926876201
   [junit4]   2> 956179 WARN  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 956239 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 956239 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 956240 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 956240 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 956241 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5287313136594796]
   [junit4]   2> 956241 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3a9ad6e2[collection1_shard2_replica_n41] main]
   [junit4]   2> 956242 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 956242 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 956243 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 956244 INFO  
(searcherExecutor-2182-thread-1-processing-n:127.0.0.1:33301_ 
x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@3a9ad6e2[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 956244 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1589082648165220352
   [junit4]   2> 956248 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 956248 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 956248 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:33301/collection1_shard2_replica_n41/
   [junit4]   2> 956248 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 956248 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:33301/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 956248 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 956253 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33301/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 956355 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:33301_) [n:127.0.0.1:33301_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 956405 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 956417 INFO  (qtp484124068-5271) [n:127.0.0.1:33301_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1398
   [junit4]   2> 956420 INFO  (qtp484124068-5269) [n:127.0.0.1:33301_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:33301_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1409
   [junit4]   2> 956506 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:33301_) [n:127.0.0.1:33301_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 956516 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-2-001
 of type NRT
   [junit4]   2> 956516 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 956517 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2f26a191{/,null,AVAILABLE}
   [junit4]   2> 956517 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@547a31e2{HTTP/1.1,[http/1.1]}{127.0.0.1:41019}
   [junit4]   2> 956517 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.Server Started @958111ms
   [junit4]   2> 956517 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=34155, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-2-001/cores}
   [junit4]   2> 956518 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 956519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 956519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 956519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 956519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-09T03:08:28.477Z
   [junit4]   2> 956522 INFO  (zkConnectionManagerCallback-1193-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 956522 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 956522 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-2-001/solr.xml
   [junit4]   2> 956526 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 956526 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 956526 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 956529 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37563/solr
   [junit4]   2> 956530 INFO  (zkConnectionManagerCallback-1197-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 956532 INFO  
(zkConnectionManagerCallback-1199-thread-1-processing-n:127.0.0.1:34155_) 
[n:127.0.0.1:34155_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 956535 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:34155_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 956536 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:34155_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 956536 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:34155_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34155_
   [junit4]   2> 956537 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:41953_) [n:127.0.0.1:41953_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 956537 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:33301_) [n:127.0.0.1:33301_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 956537 INFO  (zkCallback-1180-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 956540 INFO  
(zkCallback-1198-thread-1-processing-n:127.0.0.1:34155_) [n:127.0.0.1:34155_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 956644 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:34155_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 956655 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:34155_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 956655 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:34155_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 956657 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:34155_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-2-001/cores
   [junit4]   2> 956712 INFO  (qtp484124068-5270) [n:127.0.0.1:33301_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:34155_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 956719 INFO  
(OverseerCollectionConfigSetProcessor-99317665197522948-127.0.0.1:41953_-n_0000000000)
 [n:127.0.0.1:41953_    ] 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> 956719 INFO  
(OverseerThreadFactory-2168-thread-4-processing-n:127.0.0.1:41953_) 
[n:127.0.0.1:41953_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34155_ 
for creating new replica
   [junit4]   2> 956721 INFO  (SocketProxy-Acceptor-34155) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41144,localport=34155], receiveBufferSize:531000
   [junit4]   2> 956726 INFO  (SocketProxy-Acceptor-34155) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41019,localport=49474], receiveBufferSize=530904
   [junit4]   2> 956729 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_    ] 
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> 956730 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 956836 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:33301_) [n:127.0.0.1:33301_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 956836 INFO  
(zkCallback-1198-thread-1-processing-n:127.0.0.1:34155_) [n:127.0.0.1:34155_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 957745 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 957758 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 957881 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 957902 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 957903 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 957903 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 957903 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 957905 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=22.1796875, 
floorSegmentMB=1.43359375, forceMergeDeletesPctAllowed=20.392449162742473, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6354899926876201
   [junit4]   2> 957907 WARN  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 957941 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 957941 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 957942 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 957942 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 957943 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5287313136594796]
   [junit4]   2> 957943 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@172a9b0[collection1_shard1_replica_n43] main]
   [junit4]   2> 957943 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 957944 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 957944 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 957945 INFO  
(searcherExecutor-2193-thread-1-processing-n:127.0.0.1:34155_ 
x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@172a9b0[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 957945 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1589082649948848128
   [junit4]   2> 957947 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 957947 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 957947 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:34155/collection1_shard1_replica_n43/
   [junit4]   2> 957947 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 957947 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:34155/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 957947 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 957948 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34155/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 958059 INFO  
(zkCallback-1198-thread-1-processing-n:127.0.0.1:34155_) [n:127.0.0.1:34155_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 958059 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:33301_) [n:127.0.0.1:33301_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 958099 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 958108 INFO  (qtp1781750082-5306) [n:127.0.0.1:34155_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1378
   [junit4]   2> 958111 INFO  (qtp484124068-5270) [n:127.0.0.1:33301_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:34155_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1398
   [junit4]   2> 958197 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-3-001
 of type NRT
   [junit4]   2> 958198 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 958198 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4d89ed88{/,null,AVAILABLE}
   [junit4]   2> 958199 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6fb3918c{HTTP/1.1,[http/1.1]}{127.0.0.1:43781}
   [junit4]   2> 958199 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.e.j.s.Server Started @959792ms
   [junit4]   2> 958199 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=43201, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-3-001/cores}
   [junit4]   2> 958199 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 958200 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 958200 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 958200 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 958200 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-09T03:08:30.158Z
   [junit4]   2> 958201 INFO  
(zkCallback-1198-thread-1-processing-n:127.0.0.1:34155_) [n:127.0.0.1:34155_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 958201 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:33301_) [n:127.0.0.1:33301_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 958205 INFO  (zkConnectionManagerCallback-1203-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 958208 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 958208 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-3-001/solr.xml
   [junit4]   2> 958211 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 958211 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 958212 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 958216 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37563/solr
   [junit4]   2> 958218 INFO  (zkConnectionManagerCallback-1207-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 958223 INFO  
(zkConnectionManagerCallback-1209-thread-1-processing-n:127.0.0.1:43201_) 
[n:127.0.0.1:43201_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 958230 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:43201_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 958231 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:43201_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 958232 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:43201_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43201_
   [junit4]   2> 958232 INFO  (zkCallback-1180-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 958232 INFO  
(zkCallback-1198-thread-1-processing-n:127.0.0.1:34155_) [n:127.0.0.1:34155_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 958240 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:33301_) [n:127.0.0.1:33301_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 958240 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:41953_) [n:127.0.0.1:41953_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 958243 INFO  
(zkCallback-1208-thread-1-processing-n:127.0.0.1:43201_) [n:127.0.0.1:43201_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 958319 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:43201_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 958327 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:43201_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 958327 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:43201_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 958328 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) 
[n:127.0.0.1:43201_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-3-001/cores
   [junit4]   2> 958371 INFO  (qtp484124068-5266) [n:127.0.0.1:33301_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:43201_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 958372 INFO  
(OverseerCollectionConfigSetProcessor-99317665197522948-127.0.0.1:41953_-n_0000000000)
 [n:127.0.0.1:41953_    ] 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> 958373 INFO  
(OverseerThreadFactory-2168-thread-5-processing-n:127.0.0.1:41953_) 
[n:127.0.0.1:41953_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:43201_ 
for creating new replica
   [junit4]   2> 958374 INFO  (SocketProxy-Acceptor-43201) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41258,localport=43201], receiveBufferSize:531000
   [junit4]   2> 958381 INFO  (SocketProxy-Acceptor-43201) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43781,localport=42028], receiveBufferSize=530904
   [junit4]   2> 958386 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_    ] 
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> 958387 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 958490 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:33301_) [n:127.0.0.1:33301_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 958490 INFO  
(zkCallback-1198-thread-1-processing-n:127.0.0.1:34155_) [n:127.0.0.1:34155_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 958490 INFO  
(zkCallback-1208-thread-1-processing-n:127.0.0.1:43201_) [n:127.0.0.1:43201_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 959400 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 959413 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 959505 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 959513 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 959514 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ecce8b
   [junit4]   2> 959514 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 959514 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 959516 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=22.1796875, 
floorSegmentMB=1.43359375, forceMergeDeletesPctAllowed=20.392449162742473, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6354899926876201
   [junit4]   2> 959517 WARN  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
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> 959540 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 959540 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 959540 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 959540 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 959541 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5287313136594796]
   [junit4]   2> 959541 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3a5fda9b[collection1_shard2_replica_n45] main]
   [junit4]   2> 959542 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 959542 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 959542 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 959543 INFO  
(searcherExecutor-2204-thread-1-processing-n:127.0.0.1:43201_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[collection1_shard2_replica_n45] Registered new searcher 
Searcher@3a5fda9b[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 959543 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1589082651624472576
   [junit4]   2> 959545 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 959545 INFO  
(updateExecutor-1204-thread-1-processing-n:127.0.0.1:43201_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:43201_ 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 959546 INFO  
(recoveryExecutor-1205-thread-1-processing-n:127.0.0.1:43201_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:43201_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 959546 INFO  
(recoveryExecutor-1205-thread-1-processing-n:127.0.0.1:43201_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:43201_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 959546 INFO  
(recoveryExecutor-1205-thread-1-processing-n:127.0.0.1:43201_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:43201_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard2_replica_n45]
   [junit4]   2> 959546 INFO  
(recoveryExecutor-1205-thread-1-processing-n:127.0.0.1:43201_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:43201_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 959546 INFO  
(recoveryExecutor-1205-thread-1-processing-n:127.0.0.1:43201_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:43201_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard2_replica_n45] as recovering, leader is 
[http://127.0.0.1:33301/collection1_shard2_replica_n41/] and I am 
[http://127.0.0.1:43201/collection1_shard2_replica_n45/]
   [junit4]   2> 959548 INFO  
(recoveryExecutor-1205-thread-1-processing-n:127.0.0.1:43201_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:43201_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:33301]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:43201_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 959548 INFO  (SocketProxy-Acceptor-33301) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55150,localport=33301], receiveBufferSize:531000
   [junit4]   2> 959552 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 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=1165
   [junit4]   2> 959558 INFO  (qtp484124068-5269) [n:127.0.0.1:33301_    ] 
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> 959559 INFO  (qtp484124068-5269) [n:127.0.0.1:33301_    ] 
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:43201_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:43201","node_name":"127.0.0.1:43201_","state":"down","type":"NRT"}
   [junit4]   2> 959559 INFO  (qtp484124068-5266) [n:127.0.0.1:33301_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:43201_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1188
   [junit4]   2> 959563 INFO  (SocketProxy-Acceptor-33301) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45255,localport=34658], receiveBufferSize=530904
   [junit4]   2> 959571 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 959571 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 959571 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:

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

handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1080963 INFO  (qtp1882177074-5339) [n:127.0.0.1:43201_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:41953_&onlyIfLeaderActive=true&core=c8n_1x3_lf_shard1_replica_n2&coreNodeName=core_node6&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=400 QTime=95023
   [junit4]   2> 1080963 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
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> 1080964 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37563 37563
   [junit4]   2> 1082449 INFO  (Thread-997) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:37563 37563
   [junit4]   2> 1082453 WARN  (Thread-997) [    ] 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>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99317665197522948-127.0.0.1:41953_-n_0000000000
   [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>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 
   [junit4]   2> 1082453 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SocketProxy Closing 8 connections to: http://127.0.0.1:43201/, target: 
http://127.0.0.1:43781/
   [junit4]   2> 1082453 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:34155/, target: 
http://127.0.0.1:41019/
   [junit4]   2> 1082453 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:41953/, target: 
http://127.0.0.1:35193/
   [junit4]   2> 1082453 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[28D11138177DA81D]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:33301/, target: 
http://127.0.0.1:45255/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=28D11138177DA81D -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar-TN -Dtests.timezone=Africa/Khartoum -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  131s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: 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:43201","node_name":"127.0.0.1:43201_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node4":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n1",
   [junit4]    >           "base_url":"http://127.0.0.1:33301";,
   [junit4]    >           "node_name":"127.0.0.1:33301_",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node5":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n2",
   [junit4]    >           "base_url":"http://127.0.0.1:43201";,
   [junit4]    >           "node_name":"127.0.0.1:43201_",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node6":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:41953";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n3",
   [junit4]    >           "node_name":"127.0.0.1:41953_",
   [junit4]    >           "type":"NRT"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"3",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([28D11138177DA81D:A0852EE2B981C5E5]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [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.LeaderFailoverAfterPartitionTest_28D11138177DA81D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=PostingsFormat(name=Memory), a_t=PostingsFormat(name=Memory), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), text=FST50}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
_version_=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=804, 
maxMBSortInHeap=5.907812781146795, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ar-TN, timezone=Africa/Khartoum
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=71431864,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: 
[PreAnalyzedUpdateProcessorTest, TestFileDictionaryLookup, TestUpdate, 
TestDistributedStatsComponentCardinality, TestNestedDocsSort, 
SoftAutoCommitTest, TestDynamicFieldCollectionResource, 
TestFoldingMultitermQuery, BasicDistributedZkTest, InfixSuggestersTest, 
MetricUtilsTest, PeerSyncTest, MissingSegmentRecoveryTest, 
TestRandomDVFaceting, FastVectorHighlighterTest, TestManagedStopFilterFactory, 
TestSchemaNameResource, TestConfig, TestStressCloudBlindAtomicUpdates, 
DocumentBuilderTest, TestSuggestSpellingConverter, TestUtils, UpdateLogTest, 
TestWordDelimiterFilterFactory, ZkStateWriterTest, CurrencyFieldTypeTest, 
SolrJmxReporterTest, TestPolicyCloud, TestClusterProperties, 
TestNumericRangeQuery64, TestDownShardTolerantSearch, 
TestSchemalessBufferedUpdates, CoreMergeIndexesAdminHandlerTest, 
TestConfigsApi, TestStressVersions, TestBinaryField, TestLegacyTerms, 
TestSolrCloudSnapshots, HLLSerializationTest, TestMinMaxOnMultiValuedField, 
TestRestManager, TestPayloadScoreQParserPlugin, TestLocalFSCloudBackupRestore, 
TestConfigSetsAPI, SolrShardReporterTest, SearchRateTriggerTest, 
BadCopyFieldTest, ZkControllerTest, CdcrUpdateLogTest, SmileWriterTest, 
MetricTriggerTest, TestIndexingPerformance, TestSubQueryTransformerDistrib, 
HttpSolrCallGetCoreTest, DateFieldTest, TestHashQParserPlugin, 
TestCrossCoreJoin, TestHighlightDedupGrouping, TestNamedUpdateProcessors, 
URLClassifyProcessorTest, DistributedQueryElevationComponentTest, 
CdcrVersionReplicationTest, TestFieldSortValues, 
DistributedFacetSimpleRefinementLongTailTest, AtomicUpdateProcessorFactoryTest, 
PropertiesRequestHandlerTest, TestPivotHelperCode, TestSQLHandlerNonCloud, 
UpdateRequestProcessorFactoryTest, TestPostingsSolrHighlighter, 
TestPhraseSuggestions, TestSolrFieldCacheBean, TestQueryUtils, 
AnalysisAfterCoreReloadTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [302/765 (1!)] on J0 in 131.02s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to