Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20273/
Java: 32bit/jdk-9-ea+178 -server -XX:+UseSerialGC --illegal-access=deny

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:41671","node_name":"127.0.0.1:41671_","state":"active","type":"NRT","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "state":"down",           
"base_url":"http://127.0.0.1:39745";,           
"core":"c8n_1x3_lf_shard1_replica_n1",           
"node_name":"127.0.0.1:39745_",           "type":"NRT"},         "core_node5":{ 
          "core":"c8n_1x3_lf_shard1_replica_n2",           
"base_url":"http://127.0.0.1:41671";,           "node_name":"127.0.0.1:41671_",  
         "state":"active",           "type":"NRT",           "leader":"true"},  
       "core_node6":{           "core":"c8n_1x3_lf_shard1_replica_n3",          
 "base_url":"http://127.0.0.1:35207";,           "node_name":"127.0.0.1:35207_", 
          "state":"down",           "type":"NRT"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:41671","node_name":"127.0.0.1:41671_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "state":"down",
          "base_url":"http://127.0.0.1:39745";,
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "node_name":"127.0.0.1:39745_",
          "type":"NRT"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:41671";,
          "node_name":"127.0.0.1:41671_",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "base_url":"http://127.0.0.1:35207";,
          "node_name":"127.0.0.1:35207_",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([C4DC2727E15FE53E:4C8818FD4FA388C6]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11017 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> 79071 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C4DC2727E15FE53E]-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-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/init-core-data-001
   [junit4]   2> 79072 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C4DC2727E15FE53E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=15 numCloses=15
   [junit4]   2> 79072 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C4DC2727E15FE53E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 79072 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C4DC2727E15FE53E]-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> 79073 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C4DC2727E15FE53E]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 79075 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 79075 INFO  (Thread-638) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 79075 INFO  (Thread-638) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 79081 ERROR (Thread-638) [    ] 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> 79175 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34523
   [junit4]   2> 79192 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 79194 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 79195 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 79196 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 79197 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 79198 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 79200 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 79202 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 79203 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 79204 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 79205 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 79207 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 79376 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 79388 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@175b386{/,null,AVAILABLE}
   [junit4]   2> 79390 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@140f371{HTTP/1.1,[http/1.1]}{127.0.0.1:36277}
   [junit4]   2> 79391 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.Server Started @80561ms
   [junit4]   2> 79391 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/tempDir-001/control/data,
 hostPort=41671, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/control-001/cores,
 replicaType=NRT}
   [junit4]   2> 79391 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 79391 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 79391 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 79391 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 79391 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T02:51:21.380621Z
   [junit4]   2> 79401 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 79401 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/control-001/solr.xml
   [junit4]   2> 79406 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3031db, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 79413 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34523/solr
   [junit4]   2> 79493 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 79494 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41671_
   [junit4]   2> 79494 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.Overseer Overseer (id=98439940084137988-127.0.0.1:41671_-n_0000000000) 
starting
   [junit4]   2> 79508 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41671_
   [junit4]   2> 79509 INFO  (zkCallback-53-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 79643 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 79648 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 79648 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 79650 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/control-001/cores
   [junit4]   2> 79668 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 79668 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34523/solr ready
   [junit4]   2> 79669 INFO  (SocketProxy-Acceptor-41671) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57674,localport=41671], receiveBufferSize:531000
   [junit4]   2> 79670 INFO  (SocketProxy-Acceptor-41671) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36277,localport=44202], receiveBufferSize=530904
   [junit4]   2> 79681 INFO  (qtp18112054-1085) [    ] 
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:41671_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 79703 INFO  (OverseerThreadFactory-140-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 79807 INFO  (SocketProxy-Acceptor-41671) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57678,localport=41671], receiveBufferSize:531000
   [junit4]   2> 79807 INFO  (SocketProxy-Acceptor-41671) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36277,localport=44206], receiveBufferSize=530904
   [junit4]   2> 79811 INFO  (qtp18112054-1092) [    ] 
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> 79811 INFO  (qtp18112054-1092) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 79923 INFO  (zkCallback-53-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 80833 INFO  (qtp18112054-1092) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 80863 INFO  (qtp18112054-1092) [    ] o.a.s.s.IndexSchema 
[control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 81002 INFO  (qtp18112054-1092) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 81053 INFO  (qtp18112054-1092) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'control_collection_shard1_replica_n1' using configuration 
from collection control_collection, trusted=true
   [junit4]   2> 81053 INFO  (qtp18112054-1092) [    ] 
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@3031db
   [junit4]   2> 81054 INFO  (qtp18112054-1092) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 81054 INFO  (qtp18112054-1092) [    ] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 81057 INFO  (qtp18112054-1092) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=85.65234375, 
floorSegmentMB=1.4755859375, forceMergeDeletesPctAllowed=21.67330575418084, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.383367073171636
   [junit4]   2> 81084 WARN  (qtp18112054-1092) [    ] 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> 81170 INFO  (qtp18112054-1092) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 81170 INFO  (qtp18112054-1092) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 81172 INFO  (qtp18112054-1092) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 81172 INFO  (qtp18112054-1092) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 81176 INFO  (qtp18112054-1092) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=38.2509765625, 
floorSegmentMB=1.0810546875, forceMergeDeletesPctAllowed=12.165824372117948, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 81177 INFO  (qtp18112054-1092) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4c30f0[control_collection_shard1_replica_n1] main]
   [junit4]   2> 81178 INFO  (qtp18112054-1092) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 81178 INFO  (qtp18112054-1092) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 81178 INFO  (qtp18112054-1092) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 81180 INFO  (searcherExecutor-143-thread-1) [    ] 
o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher 
Searcher@4c30f0[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 81183 INFO  (qtp18112054-1092) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1575039043551363072
   [junit4]   2> 81189 INFO  (qtp18112054-1092) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 81189 INFO  (qtp18112054-1092) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 81189 INFO  (qtp18112054-1092) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:41671/control_collection_shard1_replica_n1/
   [junit4]   2> 81189 INFO  (qtp18112054-1092) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 81189 INFO  (qtp18112054-1092) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:41671/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 81189 INFO  (qtp18112054-1092) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 81192 INFO  (qtp18112054-1092) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41671/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 81294 INFO  (zkCallback-53-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 81343 INFO  (qtp18112054-1092) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 81345 INFO  (qtp18112054-1092) [    ] 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=1536
   [junit4]   2> 81349 INFO  (qtp18112054-1085) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 81450 INFO  (zkCallback-53-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 81705 INFO  
(OverseerCollectionConfigSetProcessor-98439940084137988-127.0.0.1:41671_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 82349 INFO  (qtp18112054-1085) [    ] 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:41671_&wt=javabin&version=2}
 status=0 QTime=2668
   [junit4]   2> 82355 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 82356 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34523/solr ready
   [junit4]   2> 82356 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 82356 INFO  (SocketProxy-Acceptor-41671) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57694,localport=41671], receiveBufferSize:531000
   [junit4]   2> 82359 INFO  (SocketProxy-Acceptor-41671) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36277,localport=44222], receiveBufferSize=530904
   [junit4]   2> 82360 INFO  (qtp18112054-1087) [    ] 
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> 82367 INFO  (OverseerThreadFactory-140-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 82367 WARN  (OverseerThreadFactory-140-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) 
without cores.
   [junit4]   2> 82571 INFO  (qtp18112054-1087) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 82571 INFO  (qtp18112054-1087) [    ] 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=210
   [junit4]   2> 82686 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-1-001
 of type NRT
   [junit4]   2> 82686 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 82687 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@193f89e{/,null,AVAILABLE}
   [junit4]   2> 82688 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@11219e4{HTTP/1.1,[http/1.1]}{127.0.0.1:46797}
   [junit4]   2> 82688 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.Server Started @83858ms
   [junit4]   2> 82688 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/tempDir-001/jetty1,
 hostPort=34287, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-1-001/cores}
   [junit4]   2> 82688 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 82688 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 82688 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 82688 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 82688 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T02:51:24.677832Z
   [junit4]   2> 82691 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 82691 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-1-001/solr.xml
   [junit4]   2> 82695 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3031db, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 82703 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34523/solr
   [junit4]   2> 82712 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 82713 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 82715 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34287_
   [junit4]   2> 82716 INFO  (zkCallback-53-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 82719 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 82719 INFO  (zkCallback-60-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 82797 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 82803 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 82803 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 82805 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-1-001/cores
   [junit4]   2> 82823 INFO  (SocketProxy-Acceptor-34287) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49804,localport=34287], receiveBufferSize:531000
   [junit4]   2> 82829 INFO  (SocketProxy-Acceptor-34287) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46797,localport=54830], receiveBufferSize=530904
   [junit4]   2> 82829 INFO  (qtp31877320-1138) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:34287_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 82831 INFO  
(OverseerCollectionConfigSetProcessor-98439940084137988-127.0.0.1:41671_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 82831 INFO  (OverseerThreadFactory-140-thread-3) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34287_ for creating new replica
   [junit4]   2> 82833 INFO  (SocketProxy-Acceptor-34287) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49808,localport=34287], receiveBufferSize:531000
   [junit4]   2> 82841 INFO  (SocketProxy-Acceptor-34287) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46797,localport=54834], receiveBufferSize=530904
   [junit4]   2> 82844 INFO  (qtp31877320-1140) [    ] 
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> 82844 INFO  (qtp31877320-1140) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 82948 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 83860 INFO  (qtp31877320-1140) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 84034 INFO  (qtp31877320-1140) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 84105 INFO  (qtp31877320-1140) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 84115 INFO  (qtp31877320-1140) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 84116 INFO  (qtp31877320-1140) [    ] 
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@3031db
   [junit4]   2> 84116 INFO  (qtp31877320-1140) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 84116 INFO  (qtp31877320-1140) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 84118 INFO  (qtp31877320-1140) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=85.65234375, 
floorSegmentMB=1.4755859375, forceMergeDeletesPctAllowed=21.67330575418084, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.383367073171636
   [junit4]   2> 84122 WARN  (qtp31877320-1140) [    ] 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> 84154 INFO  (qtp31877320-1140) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 84155 INFO  (qtp31877320-1140) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 84156 INFO  (qtp31877320-1140) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 84156 INFO  (qtp31877320-1140) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 84157 INFO  (qtp31877320-1140) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=38.2509765625, 
floorSegmentMB=1.0810546875, forceMergeDeletesPctAllowed=12.165824372117948, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 84157 INFO  (qtp31877320-1140) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1523508[collection1_shard2_replica_n41] main]
   [junit4]   2> 84161 INFO  (qtp31877320-1140) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 84161 INFO  (qtp31877320-1140) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 84162 INFO  (qtp31877320-1140) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 84164 INFO  (searcherExecutor-154-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher 
Searcher@1523508[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 84164 INFO  (qtp31877320-1140) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1575039046677168128
   [junit4]   2> 84169 INFO  (qtp31877320-1140) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 84169 INFO  (qtp31877320-1140) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 84169 INFO  (qtp31877320-1140) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:34287/collection1_shard2_replica_n41/
   [junit4]   2> 84169 INFO  (qtp31877320-1140) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 84169 INFO  (qtp31877320-1140) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:34287/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 84169 INFO  (qtp31877320-1140) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 84171 INFO  (qtp31877320-1140) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34287/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 84273 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 84321 INFO  (qtp31877320-1140) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 84323 INFO  (qtp31877320-1140) [    ] 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=1479
   [junit4]   2> 84325 INFO  (qtp31877320-1138) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:34287_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1496
   [junit4]   2> 84428 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 84451 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-2-001
 of type NRT
   [junit4]   2> 84452 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 84453 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b09048{/,null,AVAILABLE}
   [junit4]   2> 84453 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@8475dc{HTTP/1.1,[http/1.1]}{127.0.0.1:43323}
   [junit4]   2> 84453 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.Server Started @85624ms
   [junit4]   2> 84453 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/tempDir-001/jetty2,
 hostPort=39745, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-2-001/cores}
   [junit4]   2> 84454 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 84454 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 84454 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 84454 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 84454 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T02:51:26.443940Z
   [junit4]   2> 84459 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 84459 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-2-001/solr.xml
   [junit4]   2> 84463 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3031db, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 84466 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34523/solr
   [junit4]   2> 84473 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 84474 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 84476 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39745_
   [junit4]   2> 84477 INFO  (zkCallback-60-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 84477 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 84478 INFO  (zkCallback-71-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 84478 INFO  (zkCallback-53-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 84533 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 84538 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 84538 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 84539 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-2-001/cores
   [junit4]   2> 84569 INFO  (qtp31877320-1139) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:39745_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 84573 INFO  
(OverseerCollectionConfigSetProcessor-98439940084137988-127.0.0.1:41671_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 84573 INFO  (OverseerThreadFactory-140-thread-4) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:39745_ for creating new replica
   [junit4]   2> 84575 INFO  (SocketProxy-Acceptor-39745) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50816,localport=39745], receiveBufferSize:531000
   [junit4]   2> 84581 INFO  (SocketProxy-Acceptor-39745) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43323,localport=40572], receiveBufferSize=530904
   [junit4]   2> 84582 INFO  (qtp1555188-1173) [    ] 
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> 84582 INFO  (qtp1555188-1173) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 84687 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 84687 INFO  (zkCallback-71-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 85596 INFO  (qtp1555188-1173) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 85618 INFO  (qtp1555188-1173) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 85800 INFO  (qtp1555188-1173) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 85822 INFO  (qtp1555188-1173) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 85822 INFO  (qtp1555188-1173) [    ] 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@3031db
   [junit4]   2> 85823 INFO  (qtp1555188-1173) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 85823 INFO  (qtp1555188-1173) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 85835 INFO  (qtp1555188-1173) [    ] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=46, 
maxMergedSegmentMB=85.65234375, floorSegmentMB=1.4755859375, 
forceMergeDeletesPctAllowed=21.67330575418084, segmentsPerTier=12.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.383367073171636
   [junit4]   2> 85841 WARN  (qtp1555188-1173) [    ] 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> 85891 INFO  (qtp1555188-1173) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 85891 INFO  (qtp1555188-1173) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 85892 INFO  (qtp1555188-1173) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 85892 INFO  (qtp1555188-1173) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 85894 INFO  (qtp1555188-1173) [    ] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=13, 
maxMergedSegmentMB=38.2509765625, floorSegmentMB=1.0810546875, 
forceMergeDeletesPctAllowed=12.165824372117948, segmentsPerTier=15.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 85894 INFO  (qtp1555188-1173) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@10ec304[collection1_shard1_replica_n43] main]
   [junit4]   2> 85895 INFO  (qtp1555188-1173) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 85895 INFO  (qtp1555188-1173) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 85896 INFO  (qtp1555188-1173) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 85897 INFO  (searcherExecutor-165-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher 
Searcher@10ec304[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 85897 INFO  (qtp1555188-1173) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1575039048494350336
   [junit4]   2> 85905 INFO  (qtp1555188-1173) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 85905 INFO  (qtp1555188-1173) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 85905 INFO  (qtp1555188-1173) [    ] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:39745/collection1_shard1_replica_n43/
   [junit4]   2> 85905 INFO  (qtp1555188-1173) [    ] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 85906 INFO  (qtp1555188-1173) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:39745/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 85906 INFO  (qtp1555188-1173) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 85908 INFO  (qtp1555188-1173) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39745/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 86014 INFO  (zkCallback-71-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 86014 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 86059 INFO  (qtp1555188-1173) [    ] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 86061 INFO  (qtp1555188-1173) [    ] 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=1478
   [junit4]   2> 86063 INFO  (qtp31877320-1139) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:39745_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1493
   [junit4]   2> 86162 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 86162 INFO  (zkCallback-71-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 86190 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-3-001
 of type NRT
   [junit4]   2> 86191 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 86191 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ef9c76{/,null,AVAILABLE}
   [junit4]   2> 86192 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@f0a922{HTTP/1.1,[http/1.1]}{127.0.0.1:45007}
   [junit4]   2> 86192 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.Server Started @87362ms
   [junit4]   2> 86192 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/tempDir-001/jetty3,
 hostPort=35207, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-3-001/cores}
   [junit4]   2> 86192 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 86192 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 86192 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 86193 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 86193 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-07T02:51:28.182017Z
   [junit4]   2> 86195 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 86195 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-3-001/solr.xml
   [junit4]   2> 86199 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3031db, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 86201 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34523/solr
   [junit4]   2> 86214 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 86215 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 86216 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35207_
   [junit4]   2> 86217 INFO  (zkCallback-53-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 86218 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 86218 INFO  (zkCallback-71-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 86219 INFO  (zkCallback-77-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 86219 INFO  (zkCallback-60-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 86305 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 86310 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 86310 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 86311 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-3-001/cores
   [junit4]   2> 86346 INFO  (qtp31877320-1134) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35207_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 86347 INFO  
(OverseerCollectionConfigSetProcessor-98439940084137988-127.0.0.1:41671_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 86349 INFO  (OverseerThreadFactory-140-thread-5) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35207_ for creating new replica
   [junit4]   2> 86350 INFO  (SocketProxy-Acceptor-35207) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38788,localport=35207], receiveBufferSize:531000
   [junit4]   2> 86360 INFO  (SocketProxy-Acceptor-35207) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45007,localport=39810], receiveBufferSize=530904
   [junit4]   2> 86379 INFO  (qtp26065247-1205) [    ] 
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> 86380 INFO  (qtp26065247-1205) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 86483 INFO  (zkCallback-71-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 86483 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 86483 INFO  (zkCallback-77-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 87401 INFO  (qtp26065247-1205) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 87413 INFO  (qtp26065247-1205) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 87502 INFO  (qtp26065247-1205) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 87519 INFO  (qtp26065247-1205) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 87519 INFO  (qtp26065247-1205) [    ] 
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@3031db
   [junit4]   2> 87520 INFO  (qtp26065247-1205) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 87520 INFO  (qtp26065247-1205) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 87523 INFO  (qtp26065247-1205) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=85.65234375, 
floorSegmentMB=1.4755859375, forceMergeDeletesPctAllowed=21.67330575418084, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.383367073171636
   [junit4]   2> 87526 WARN  (qtp26065247-1205) [    ] 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> 87585 INFO  (qtp26065247-1205) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 87585 INFO  (qtp26065247-1205) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 87586 INFO  (qtp26065247-1205) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 87586 INFO  (qtp26065247-1205) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 87587 INFO  (qtp26065247-1205) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=38.2509765625, 
floorSegmentMB=1.0810546875, forceMergeDeletesPctAllowed=12.165824372117948, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 87588 INFO  (qtp26065247-1205) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@bfec29[collection1_shard2_replica_n45] main]
   [junit4]   2> 87590 INFO  (qtp26065247-1205) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 87590 INFO  (qtp26065247-1205) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 87591 INFO  (qtp26065247-1205) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 87591 INFO  (qtp26065247-1205) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1575039050270638080
   [junit4]   2> 87595 INFO  (qtp26065247-1205) [    ] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 87596 INFO  (updateExecutor-74-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 87596 INFO  (qtp26065247-1205) [    ] 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=1216
   [junit4]   2> 87597 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 87597 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 87597 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1_shard2_replica_n45]
   [junit4]   2> 87597 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 87597 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1_shard2_replica_n45] as recovering, leader is 
[http://127.0.0.1:34287/collection1_shard2_replica_n41/] and I am 
[http://127.0.0.1:35207/collection1_shard2_replica_n45/]
   [junit4]   2> 87603 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:34287]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:35207_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 87604 INFO  (searcherExecutor-176-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher 
Searcher@bfec29[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 87604 INFO  (SocketProxy-Acceptor-34287) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49854,localport=34287], receiveBufferSize:531000
   [junit4]   2> 87605 INFO  (qtp31877320-1134) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:35207_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1259
   [junit4]   2> 87608 INFO  (SocketProxy-Acceptor-34287) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46797,localport=54880], receiveBufferSize=530904
   [junit4]   2> 87609 INFO  (qtp31877320-1135) [    ] 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> 87610 INFO  (qtp31877320-1135) [    ] 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:35207_, coreNodeName=core_node46, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:35207","node_name":"127.0.0.1:35207_","state":"down","type":"NRT"}
   [junit4]   2> 87612 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 87612 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 87612 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 87700 INFO  (zkCallback-71-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 87701 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 87701 INFO  (zkCallback-77-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 88350 INFO  
(OverseerCollectionConfigSetProcessor-98439940084137988-127.0.0.1:41671_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 88610 INFO  (qtp31877320-1135) [    ] o.a.s.h.a.PrepRecoveryOp 
In WaitForState(recovering): collection=collection1, shard=shard2, 
thisCore=collection1_shard2_replica_n41, leaderDoesNotNeedRecovery=false, 
isLeader? true, live=true, checkLive=true, currentState=recovering, 
localState=active, nodeName=127.0.0.1:35207_, coreNodeName=core_node46, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:35207","node_name":"127.0.0.1:35207_","state":"recovering","type":"NRT"}
   [junit4]   2> 88610 INFO  (qtp31877320-1135) [    ] o.a.s.h.a.PrepRecoveryOp 
Waited coreNodeName: core_node46, state: recovering, checkLive: true, 
onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 88610 INFO  (qtp31877320-1135) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:35207_&onlyIfLeaderActive=true&core=collection1_shard2_replica_n41&coreNodeName=core_node46&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 89111 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:34287/collection1_shard2_replica_n41/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 89112 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n45 
url=http://127.0.0.1:35207 START 
replicas=[http://127.0.0.1:34287/collection1_shard2_replica_n41/] nUpdates=100
   [junit4]   2> 89112 INFO  (SocketProxy-Acceptor-34287) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49860,localport=34287], receiveBufferSize:531000
   [junit4]   2> 89113 INFO  (SocketProxy-Acceptor-34287) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46797,localport=54886], receiveBufferSize=530904
   [junit4]   2> 89117 INFO  (qtp31877320-1135) [    ] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 89117 INFO  (qtp31877320-1135) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_n41]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 89118 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 89119 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 89119 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 89119 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 89119 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 89119 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 89119 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 89119 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 89119 INFO  (recoveryExecutor-75-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 89222 INFO  (zkCallback-71-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 89222 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 89222 INFO  (zkCallback-77-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 89613 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 89614 INFO  (qtp18112054-1088) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1575039052391907328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 89614 INFO  (qtp18112054-1088) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 89615 INFO  (qtp18112054-1088) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 89615 INFO  (qtp18112054-1088) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [control_collection_shard1_replica_n1]  
webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 89619 INFO  (SocketProxy-Acceptor-35207) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38806,localport=35207], receiveBufferSize:531000
   [junit4]   2> 89619 INFO  (SocketProxy-Acceptor-34287) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49866,localport=34287], receiveBufferSize:531000
   [junit4]   2> 89619 INFO  (SocketProxy-Acceptor-39745) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50850,localport=39745], receiveBufferSize:531000
   [junit4]   2> 89620 INFO  (SocketProxy-Acceptor-35207) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45007,localport=39832], receiveBufferSize=530904
   [junit4]   2> 89621 INFO  (SocketProxy-Acceptor-34287) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46797,localport=54898], receiveBufferSize=530904
   [junit4]   2> 89621 INFO  (qtp26065247-1207) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1575039052399247360,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 89621 INFO  (SocketProxy-Acceptor-39745) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43323,localport=40614], receiveBufferSize=530904
   [junit4]   2> 89624 INFO  (qtp26065247-1207) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 89625 INFO  (qtp31877320-1136) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1575039052403441664,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 89626 INFO  (qtp31877320-1136) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 89626 INFO  (qtp26065247-1207) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 89627 INFO  (qtp26065247-1207) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n45]  webapp= 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34287/collection1_shard2_replica_n41/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 6
   [junit4]   2> 89627 INFO  (qtp31877320-1136) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 89627 INFO  (qtp31877320-1136) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n41]  webapp= 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34287/collection1_shard2_replica_n41/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 89628 INFO  (qtp1555188-1169) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1575039052406587392,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 89628 INFO  (qtp1555188-1169) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 89629 INFO  (qtp1555188-1169) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 89629 INFO  (qtp1555188-1169) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n43]  webapp= 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34287/collection1_shard2_replica_n41/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 89630 INFO  (qtp31877320-1140) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n41]  webapp= 
path=/update 
params={_stateVer_=collection1:9&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 14
   [junit4]   2> 89631 INFO  (SocketProxy-Acceptor-34287) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49878,localport=34287], receiveBufferSize:531000
   [junit4]   2> 89632 INFO  (SocketProxy-Acceptor-34287) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46797,localport=54904], receiveBufferSize=530904
   [junit4]   2> 89634 INFO  (qtp31877320-1135) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_n41]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 89635 INFO  (SocketProxy-Acceptor-35207) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38822,localport=35207], receiveBufferSize:531000
   [junit4]   2> 89635 INFO  (SocketProxy-Acceptor-35207) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45007,localport=39844], receiveBufferSize=530904
   [junit4]   2> 89637 INFO  (qtp26065247-1205) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_n45]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 89638 INFO  (SocketProxy-Acceptor-39745) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50870,localport=39745], receiveBufferSize:531000
   [junit4]   2> 89639 INFO  (SocketProxy-Acceptor-39745) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43323,localport=40626], receiveBufferSize=530904
   [junit4]   2> 89644 INFO  (qtp1555188-1173) [    ] o.a.s.c.S.Request 
[collection1_shard1_replica_n43]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 91646 INFO  (SocketProxy-Acceptor-39745) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50886,localport=39745], receiveBufferSize:531000
   [junit4]   2> 91647 INFO  (SocketProxy-Acceptor-39745) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43323,localport=40642], receiveBufferSize=530904
   [junit4]   2> 91648 INFO  (qtp1555188-1171) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&maxShardsPerNode=1&collection.configName=conf1&nrtReplicas=3&name=c8n_1x3_lf&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 91652 INFO  (OverseerThreadFactory-140-thread-5) [    ] 
o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 91758 INFO  (qtp1555188-1174) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica_n1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 91760 INFO  (qtp18112054-1090) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica_n2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 91762 INFO  (qtp26065247-1206) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica_n3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 91867 INFO  (zkCallback-71-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 91867 INFO  (zkCallback-77-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 91867 INFO  (zkCallback-53-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 92770 INFO  (qtp1555188-1174) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 92790 INFO  (qtp26065247-1206) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 92796 INFO  (qtp18112054-1090) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 92815 INFO  (qtp26065247-1206) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica_n3] Schema name=test
   [junit4]   2> 92816 INFO  (qtp1555188-1174) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica_n1] Schema name=test
   [junit4]   2> 92827 INFO  (qtp18112054-1090) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica_n2] Schema name=test
   [junit4]   2> 92964 INFO  (qtp18112054-1090) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 92964 INFO  (qtp26065247-1206) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 92989 INFO  (qtp1555188-1174) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 92994 INFO  (qtp26065247-1206) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica_n3' using configuration from 
collection c8n_1x3_lf, trusted=true
   [junit4]   2> 92994 INFO  (qtp26065247-1206) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.c8n_1x3_lf.shard1.replica_n3' (registry 
'solr.core.c8n_1x3_lf.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3031db
   [junit4]   2> 92994 INFO  (qtp26065247-1206) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 92995 INFO  (qtp26065247-1206) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cl

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

A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 211766 INFO  (zkCallback-71-thread-5) [    ] 
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: [1])
   [junit4]   2> 214579 INFO  (recoveryExecutor-69-thread-1) [    ] 
o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 214579 INFO  (recoveryExecutor-69-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 214579 WARN  (updateExecutor-68-thread-2) [    ] 
o.a.s.u.DefaultSolrCoreState Skipping recovery because Solr is shutdown
   [junit4]   2> 214579 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.Overseer Overseer (id=98439940084137996-127.0.0.1:39745_-n_0000000002) 
closing
   [junit4]   2> 214579 INFO  (zkCallback-71-thread-3) [    ] o.a.s.c.SolrCore 
[c8n_1x3_lf_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@833f3b
   [junit4]   2> 214580 INFO  
(OverseerStateUpdate-98439940084137996-127.0.0.1:39745_-n_0000000002) [    ] 
o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39745_
   [junit4]   2> 214581 WARN  (zkCallback-71-thread-3) [    ] 
o.a.s.c.RecoveryStrategy Stopping recovery for 
core=[c8n_1x3_lf_shard1_replica_n1] coreNodeName=[core_node4]
   [junit4]   2> 214583 WARN  (zkCallback-71-thread-5) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 214589 INFO  (zkCallback-71-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.c8n_1x3_lf.shard1.replica_n1, tag=8601403
   [junit4]   2> 214595 INFO  (zkCallback-71-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.c8n_1x3_lf.shard1.leader, tag=8601403
   [junit4]   2> 214596 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@8475dc{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 214596 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b09048{/,null,UNAVAILABLE}
   [junit4]   2> 214596 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop jetty! 35207
   [junit4]   2> 214597 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
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> 214597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34523 34523
   [junit4]   2> 214665 INFO  (Thread-638) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34523 34523
   [junit4]   2> 214666 WARN  (Thread-638) [    ] 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> 
   [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/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 214666 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:41671/, target: 
http://127.0.0.1:36277/
   [junit4]   2> 214666 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:35207/, target: 
http://127.0.0.1:45007/
   [junit4]   2> 214666 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:39745/, target: 
http://127.0.0.1:43323/
   [junit4]   2> 214666 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C4DC2727E15FE53E]) [    ] 
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:34287/, target: 
http://127.0.0.1:46797/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=C4DC2727E15FE53E -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=dua-CM -Dtests.timezone=Europe/Moscow -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  136s J1 | 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:41671","node_name":"127.0.0.1:41671_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node4":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:39745";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n1",
   [junit4]    >           "node_name":"127.0.0.1:39745_",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node5":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n2",
   [junit4]    >           "base_url":"http://127.0.0.1:41671";,
   [junit4]    >           "node_name":"127.0.0.1:41671_",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node6":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n3",
   [junit4]    >           "base_url":"http://127.0.0.1:35207";,
   [junit4]    >           "node_name":"127.0.0.1:35207_",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"3",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C4DC2727E15FE53E:4C8818FD4FA388C6]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C4DC2727E15FE53E-001
   [junit4]   2> Aug 07, 2017 2:53:36 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Direct), 
intDefault=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
range_facet_l=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1310, 
maxMBSortInHeap=6.328957827617952, sim=RandomSimilarity(queryNorm=false): {}, 
locale=dua-CM, timezone=Europe/Moscow
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 9 
(32-bit)/cpus=8,threads=1,free=42920312,total=173252608
   [junit4]   2> NOTE: All tests run in this JVM: [CachingDirectoryFactoryTest, 
OpenCloseCoreStressTest, TestElisionMultitermQuery, TestHdfsBackupRestoreCore, 
TestFastLRUCache, TestQueryTypes, StressHdfsTest, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [73/728 (1!)] on J1 in 136.13s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to