Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/496/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseG1GC --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:45805","node_name":"127.0.0.1:45805_","state":"active","type":"NRT","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "core":"c8n_1x3_lf_shard1_replica_n1",           
"base_url":"http://127.0.0.1:34373";,           "node_name":"127.0.0.1:34373_",  
         "state":"down",           "type":"NRT"},         "core_node5":{        
   "core":"c8n_1x3_lf_shard1_replica_n2",           
"base_url":"http://127.0.0.1:45805";,           "node_name":"127.0.0.1:45805_",  
         "state":"active",           "type":"NRT",           "leader":"true"},  
       "core_node6":{           "state":"down",           
"base_url":"http://127.0.0.1:37453";,           
"core":"c8n_1x3_lf_shard1_replica_n3",           
"node_name":"127.0.0.1:37453_",           "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:45805","node_name":"127.0.0.1:45805_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "base_url":"http://127.0.0.1:34373";,
          "node_name":"127.0.0.1:34373_",
          "state":"down",
          "type":"NRT"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:45805";,
          "node_name":"127.0.0.1:45805_",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "state":"down",
          "base_url":"http://127.0.0.1:37453";,
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "node_name":"127.0.0.1:37453_",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([BA55801CAB16FDDC:3201BFC605EA9024]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11801 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> 238129 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[BA55801CAB16FDDC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/init-core-data-001
   [junit4]   2> 238129 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[BA55801CAB16FDDC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 238129 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[BA55801CAB16FDDC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 238130 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[BA55801CAB16FDDC]-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> 238130 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[BA55801CAB16FDDC]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 238131 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 238131 INFO  (Thread-462) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 238131 INFO  (Thread-462) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 238132 ERROR (Thread-462) [    ] 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> 238231 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44205
   [junit4]   2> 238239 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 238240 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 238241 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 238242 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 238242 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 238243 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 238243 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 238244 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 238244 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 238245 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 238245 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 238247 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 238328 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 238329 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4bd0a014{/,null,AVAILABLE}
   [junit4]   2> 238330 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7dfbc60a{HTTP/1.1,[http/1.1]}{127.0.0.1:36443}
   [junit4]   2> 238331 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.Server Started @239725ms
   [junit4]   2> 238331 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/tempDir-001/control/data,
 hostPort=34373, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/control-001/cores}
   [junit4]   2> 238331 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 238331 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 238331 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 238331 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 238331 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-26T21:03:37.601398Z
   [junit4]   2> 238333 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 238333 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/control-001/solr.xml
   [junit4]   2> 238336 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 238338 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44205/solr
   [junit4]   2> 238374 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 238374 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34373_
   [junit4]   2> 238374 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.Overseer Overseer (id=98727350593257476-127.0.0.1:34373_-n_0000000000) 
starting
   [junit4]   2> 238381 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34373_
   [junit4]   2> 238381 INFO  (zkCallback-224-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 238421 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81
   [junit4]   2> 238430 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81
   [junit4]   2> 238430 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81
   [junit4]   2> 238432 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/control-001/cores
   [junit4]   2> 238448 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 238448 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44205/solr ready
   [junit4]   2> 238449 INFO  (SocketProxy-Acceptor-34373) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=34420,localport=34373], receiveBufferSize:531000
   [junit4]   2> 238450 INFO  (SocketProxy-Acceptor-34373) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36443,localport=38306], receiveBufferSize=530904
   [junit4]   2> 238452 INFO  (qtp1546507956-1757) [    ] 
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:34373_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 238463 INFO  (OverseerThreadFactory-614-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 238568 INFO  (SocketProxy-Acceptor-34373) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=34424,localport=34373], receiveBufferSize:531000
   [junit4]   2> 238568 INFO  (SocketProxy-Acceptor-34373) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36443,localport=38310], receiveBufferSize=530904
   [junit4]   2> 238569 INFO  (qtp1546507956-1759) [    ] 
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> 238569 INFO  (qtp1546507956-1759) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 238673 INFO  (zkCallback-224-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> 239582 INFO  (qtp1546507956-1759) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 239599 INFO  (qtp1546507956-1759) [    ] o.a.s.s.IndexSchema 
[control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 239659 INFO  (qtp1546507956-1759) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 239667 INFO  (qtp1546507956-1759) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'control_collection_shard1_replica_n1' using configuration 
from collection control_collection, trusted=true
   [junit4]   2> 239667 INFO  (qtp1546507956-1759) [    ] 
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@75027c81
   [junit4]   2> 239668 INFO  (qtp1546507956-1759) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 239668 INFO  (qtp1546507956-1759) [    ] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 239669 INFO  (qtp1546507956-1759) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=53.5078125, 
floorSegmentMB=1.6025390625, forceMergeDeletesPctAllowed=28.268212800252712, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 239671 WARN  (qtp1546507956-1759) [    ] 
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> 239698 INFO  (qtp1546507956-1759) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 239698 INFO  (qtp1546507956-1759) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 239699 INFO  (qtp1546507956-1759) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 239699 INFO  (qtp1546507956-1759) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 239700 INFO  (qtp1546507956-1759) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=27.3857421875, 
floorSegmentMB=1.517578125, forceMergeDeletesPctAllowed=15.99246503078511, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 239700 INFO  (qtp1546507956-1759) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@53919ab7[control_collection_shard1_replica_n1] main]
   [junit4]   2> 239701 INFO  (qtp1546507956-1759) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 239701 INFO  (qtp1546507956-1759) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 239701 INFO  (qtp1546507956-1759) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 239702 INFO  (searcherExecutor-617-thread-1) [    ] 
o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher 
Searcher@53919ab7[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 239702 INFO  (qtp1546507956-1759) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579637611138383872
   [junit4]   2> 239705 INFO  (qtp1546507956-1759) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 239705 INFO  (qtp1546507956-1759) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 239705 INFO  (qtp1546507956-1759) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:34373/control_collection_shard1_replica_n1/
   [junit4]   2> 239705 INFO  (qtp1546507956-1759) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 239705 INFO  (qtp1546507956-1759) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:34373/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 239705 INFO  (qtp1546507956-1759) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 239706 INFO  (qtp1546507956-1759) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34373/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 239808 INFO  (zkCallback-224-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> 239857 INFO  (qtp1546507956-1759) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 239858 INFO  (qtp1546507956-1759) [    ] 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=1289
   [junit4]   2> 239861 INFO  (qtp1546507956-1757) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 239961 INFO  (zkCallback-224-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> 240465 INFO  
(OverseerCollectionConfigSetProcessor-98727350593257476-127.0.0.1:34373_-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> 240861 INFO  (qtp1546507956-1757) [    ] 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:34373_&wt=javabin&version=2}
 status=0 QTime=2409
   [junit4]   2> 240868 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 240868 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44205/solr ready
   [junit4]   2> 240869 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 240870 INFO  (SocketProxy-Acceptor-34373) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=34432,localport=34373], receiveBufferSize:531000
   [junit4]   2> 240870 INFO  (SocketProxy-Acceptor-34373) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36443,localport=38318], receiveBufferSize=530904
   [junit4]   2> 240871 INFO  (qtp1546507956-1757) [    ] 
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> 240874 INFO  (OverseerThreadFactory-614-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 240875 WARN  (OverseerThreadFactory-614-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) 
without cores.
   [junit4]   2> 241080 INFO  (qtp1546507956-1757) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 241080 INFO  (qtp1546507956-1757) [    ] 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=208
   [junit4]   2> 241159 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-1-001
 of type NRT
   [junit4]   2> 241160 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 241162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7f33b678{/,null,AVAILABLE}
   [junit4]   2> 241162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3a7e4ddc{HTTP/1.1,[http/1.1]}{127.0.0.1:37495}
   [junit4]   2> 241162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.Server Started @242556ms
   [junit4]   2> 241162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/tempDir-001/jetty1,
 hostPort=43579, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-1-001/cores}
   [junit4]   2> 241162 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 241162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 241162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 241162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 241162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-26T21:03:40.432952Z
   [junit4]   2> 241165 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 241165 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-1-001/solr.xml
   [junit4]   2> 241168 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 241169 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44205/solr
   [junit4]   2> 241173 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 241174 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 241174 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43579_
   [junit4]   2> 241175 INFO  (zkCallback-224-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 241175 INFO  (zkCallback-236-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 241175 INFO  (zkCallback-231-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 241215 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81
   [junit4]   2> 241220 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81
   [junit4]   2> 241220 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81
   [junit4]   2> 241221 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-1-001/cores
   [junit4]   2> 241234 INFO  (qtp1546507956-1758) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:43579_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 241236 INFO  
(OverseerCollectionConfigSetProcessor-98727350593257476-127.0.0.1:34373_-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> 241236 INFO  (OverseerThreadFactory-614-thread-3) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:43579_ for creating new replica
   [junit4]   2> 241237 INFO  (SocketProxy-Acceptor-43579) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57480,localport=43579], receiveBufferSize:531000
   [junit4]   2> 241237 INFO  (SocketProxy-Acceptor-43579) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37495,localport=39536], receiveBufferSize=530904
   [junit4]   2> 241238 INFO  (qtp1520957024-1805) [    ] 
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> 241238 INFO  (qtp1520957024-1805) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 241341 INFO  (zkCallback-236-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> 242252 INFO  (qtp1520957024-1805) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 242269 INFO  (qtp1520957024-1805) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 242354 INFO  (qtp1520957024-1805) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 242362 INFO  (qtp1520957024-1805) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 242362 INFO  (qtp1520957024-1805) [    ] 
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@75027c81
   [junit4]   2> 242362 INFO  (qtp1520957024-1805) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 242363 INFO  (qtp1520957024-1805) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 242364 INFO  (qtp1520957024-1805) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=53.5078125, 
floorSegmentMB=1.6025390625, forceMergeDeletesPctAllowed=28.268212800252712, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 242366 WARN  (qtp1520957024-1805) [    ] 
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> 242393 INFO  (qtp1520957024-1805) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 242393 INFO  (qtp1520957024-1805) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 242394 INFO  (qtp1520957024-1805) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 242394 INFO  (qtp1520957024-1805) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 242395 INFO  (qtp1520957024-1805) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=27.3857421875, 
floorSegmentMB=1.517578125, forceMergeDeletesPctAllowed=15.99246503078511, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 242395 INFO  (qtp1520957024-1805) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@466a16e1[collection1_shard2_replica_n41] main]
   [junit4]   2> 242396 INFO  (qtp1520957024-1805) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 242396 INFO  (qtp1520957024-1805) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 242396 INFO  (qtp1520957024-1805) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 242397 INFO  (searcherExecutor-628-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher 
Searcher@466a16e1[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 242397 INFO  (qtp1520957024-1805) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579637613964296192
   [junit4]   2> 242400 INFO  (qtp1520957024-1805) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 242400 INFO  (qtp1520957024-1805) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 242400 INFO  (qtp1520957024-1805) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:43579/collection1_shard2_replica_n41/
   [junit4]   2> 242400 INFO  (qtp1520957024-1805) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 242400 INFO  (qtp1520957024-1805) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:43579/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 242400 INFO  (qtp1520957024-1805) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 242401 INFO  (qtp1520957024-1805) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43579/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 242502 INFO  (zkCallback-236-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> 242551 INFO  (qtp1520957024-1805) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 242553 INFO  (qtp1520957024-1805) [    ] 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=1314
   [junit4]   2> 242554 INFO  (qtp1546507956-1758) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:43579_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1319
   [junit4]   2> 242632 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-2-001
 of type NRT
   [junit4]   2> 242632 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 242633 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@723aa652{/,null,AVAILABLE}
   [junit4]   2> 242633 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@fed0899{HTTP/1.1,[http/1.1]}{127.0.0.1:44539}
   [junit4]   2> 242633 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.Server Started @244028ms
   [junit4]   2> 242634 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/tempDir-001/jetty2,
 hostPort=37453, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-2-001/cores,
 replicaType=NRT}
   [junit4]   2> 242634 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 242634 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 242634 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 242634 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 242634 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-26T21:03:41.904600Z
   [junit4]   2> 242636 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 242636 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-2-001/solr.xml
   [junit4]   2> 242639 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 242641 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44205/solr
   [junit4]   2> 242645 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 242646 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 242646 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37453_
   [junit4]   2> 242647 INFO  (zkCallback-231-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 242647 INFO  (zkCallback-236-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 242647 INFO  (zkCallback-242-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 242647 INFO  (zkCallback-224-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 242677 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81
   [junit4]   2> 242683 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81
   [junit4]   2> 242683 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81
   [junit4]   2> 242684 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-2-001/cores
   [junit4]   2> 242703 INFO  (qtp1546507956-1753) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:37453_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 242704 INFO  
(OverseerCollectionConfigSetProcessor-98727350593257476-127.0.0.1:34373_-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> 242704 INFO  (OverseerThreadFactory-614-thread-4) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:37453_ for creating new replica
   [junit4]   2> 242705 INFO  (SocketProxy-Acceptor-37453) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38796,localport=37453], receiveBufferSize:531000
   [junit4]   2> 242708 INFO  (SocketProxy-Acceptor-37453) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44539,localport=58330], receiveBufferSize=530904
   [junit4]   2> 242709 INFO  (qtp2097374211-1837) [    ] 
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> 242710 INFO  (qtp2097374211-1837) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 242812 INFO  (zkCallback-242-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> 242812 INFO  (zkCallback-236-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> 243721 INFO  (qtp2097374211-1837) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 243740 INFO  (qtp2097374211-1837) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 243813 INFO  (qtp2097374211-1837) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 243822 INFO  (qtp2097374211-1837) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 243822 INFO  (qtp2097374211-1837) [    ] 
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@75027c81
   [junit4]   2> 243822 INFO  (qtp2097374211-1837) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 243822 INFO  (qtp2097374211-1837) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 243824 INFO  (qtp2097374211-1837) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=53.5078125, 
floorSegmentMB=1.6025390625, forceMergeDeletesPctAllowed=28.268212800252712, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 243825 WARN  (qtp2097374211-1837) [    ] 
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> 243854 INFO  (qtp2097374211-1837) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 243854 INFO  (qtp2097374211-1837) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 243856 INFO  (qtp2097374211-1837) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 243856 INFO  (qtp2097374211-1837) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 243856 INFO  (qtp2097374211-1837) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=27.3857421875, 
floorSegmentMB=1.517578125, forceMergeDeletesPctAllowed=15.99246503078511, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 243856 INFO  (qtp2097374211-1837) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2218d77f[collection1_shard1_replica_n43] main]
   [junit4]   2> 243857 INFO  (qtp2097374211-1837) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 243857 INFO  (qtp2097374211-1837) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 243858 INFO  (qtp2097374211-1837) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 243858 INFO  (searcherExecutor-639-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher 
Searcher@2218d77f[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 243858 INFO  (qtp2097374211-1837) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579637615496265728
   [junit4]   2> 243861 INFO  (qtp2097374211-1837) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 243861 INFO  (qtp2097374211-1837) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 243861 INFO  (qtp2097374211-1837) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:37453/collection1_shard1_replica_n43/
   [junit4]   2> 243861 INFO  (qtp2097374211-1837) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 243861 INFO  (qtp2097374211-1837) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:37453/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 243861 INFO  (qtp2097374211-1837) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 243862 INFO  (qtp2097374211-1837) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37453/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 243964 INFO  (zkCallback-236-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> 243964 INFO  (zkCallback-242-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> 244013 INFO  (qtp2097374211-1837) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 244015 INFO  (qtp2097374211-1837) [    ] 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=1305
   [junit4]   2> 244018 INFO  (qtp1546507956-1753) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:37453_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1314
   [junit4]   2> 244117 INFO  (zkCallback-242-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> 244117 INFO  (zkCallback-236-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> 244119 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-3-001
 of type NRT
   [junit4]   2> 244119 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 244120 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16d1ecc4{/,null,AVAILABLE}
   [junit4]   2> 244120 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7d60e2ee{HTTP/1.1,[http/1.1]}{127.0.0.1:38533}
   [junit4]   2> 244121 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.Server Started @245515ms
   [junit4]   2> 244121 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/tempDir-001/jetty3,
 hostPort=45805, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-3-001/cores,
 replicaType=NRT}
   [junit4]   2> 244121 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 244121 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 244121 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 244121 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 244121 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-26T21:03:43.391661Z
   [junit4]   2> 244124 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 244124 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-3-001/solr.xml
   [junit4]   2> 244127 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 244128 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44205/solr
   [junit4]   2> 244133 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 244133 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 244134 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45805_
   [junit4]   2> 244134 INFO  (zkCallback-231-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 244134 INFO  (zkCallback-236-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 244135 INFO  (zkCallback-248-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 244135 INFO  (zkCallback-224-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 244135 INFO  (zkCallback-242-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 244164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81
   [junit4]   2> 244170 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81
   [junit4]   2> 244170 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75027c81
   [junit4]   2> 244171 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-3-001/cores
   [junit4]   2> 244195 INFO  (qtp1546507956-1754) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:45805_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 244196 INFO  
(OverseerCollectionConfigSetProcessor-98727350593257476-127.0.0.1:34373_-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> 244196 INFO  (OverseerThreadFactory-614-thread-5) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:45805_ for creating new replica
   [junit4]   2> 244197 INFO  (SocketProxy-Acceptor-45805) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56056,localport=45805], receiveBufferSize:531000
   [junit4]   2> 244197 INFO  (SocketProxy-Acceptor-45805) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38533,localport=41822], receiveBufferSize=530904
   [junit4]   2> 244198 INFO  (qtp1523545027-1870) [    ] 
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> 244199 INFO  (qtp1523545027-1870) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 244302 INFO  (zkCallback-242-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> 244302 INFO  (zkCallback-248-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> 244302 INFO  (zkCallback-236-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> 245214 INFO  (qtp1523545027-1870) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 245229 INFO  (qtp1523545027-1870) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 245289 INFO  (qtp1523545027-1870) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 245300 INFO  (qtp1523545027-1870) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 245300 INFO  (qtp1523545027-1870) [    ] 
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@75027c81
   [junit4]   2> 245300 INFO  (qtp1523545027-1870) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 245300 INFO  (qtp1523545027-1870) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 245302 INFO  (qtp1523545027-1870) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=53.5078125, 
floorSegmentMB=1.6025390625, forceMergeDeletesPctAllowed=28.268212800252712, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 245303 WARN  (qtp1523545027-1870) [    ] 
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> 245335 INFO  (qtp1523545027-1870) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 245335 INFO  (qtp1523545027-1870) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 245336 INFO  (qtp1523545027-1870) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 245336 INFO  (qtp1523545027-1870) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 245337 INFO  (qtp1523545027-1870) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=27.3857421875, 
floorSegmentMB=1.517578125, forceMergeDeletesPctAllowed=15.99246503078511, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 245337 INFO  (qtp1523545027-1870) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@12055ec7[collection1_shard2_replica_n45] main]
   [junit4]   2> 245338 INFO  (qtp1523545027-1870) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 245338 INFO  (qtp1523545027-1870) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 245339 INFO  (qtp1523545027-1870) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 245339 INFO  (qtp1523545027-1870) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579637617049206784
   [junit4]   2> 245339 INFO  (searcherExecutor-650-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher 
Searcher@12055ec7[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 245341 INFO  (qtp1523545027-1870) [    ] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 245341 INFO  (updateExecutor-245-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 245341 INFO  (qtp1523545027-1870) [    ] 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=1142
   [junit4]   2> 245341 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 245341 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 245342 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1_shard2_replica_n45]
   [junit4]   2> 245342 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 245342 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1_shard2_replica_n45] as recovering, leader is 
[http://127.0.0.1:43579/collection1_shard2_replica_n41/] and I am 
[http://127.0.0.1:45805/collection1_shard2_replica_n45/]
   [junit4]   2> 245343 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:43579]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:45805_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 245343 INFO  (qtp1546507956-1754) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:45805_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1148
   [junit4]   2> 245343 INFO  (SocketProxy-Acceptor-43579) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57514,localport=43579], receiveBufferSize:531000
   [junit4]   2> 245344 INFO  (SocketProxy-Acceptor-43579) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37495,localport=39570], receiveBufferSize=530904
   [junit4]   2> 245345 INFO  (qtp1520957024-1807) [    ] 
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> 245345 INFO  (qtp1520957024-1807) [    ] 
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:45805_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:45805","node_name":"127.0.0.1:45805_","state":"down","type":"NRT"}
   [junit4]   2> 245346 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 245346 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 245346 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 245444 INFO  (zkCallback-236-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> 245444 INFO  (zkCallback-242-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> 245444 INFO  (zkCallback-248-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> 246197 INFO  
(OverseerCollectionConfigSetProcessor-98727350593257476-127.0.0.1:34373_-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> 246345 INFO  (qtp1520957024-1807) [    ] 
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:45805_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:45805","node_name":"127.0.0.1:45805_","state":"recovering","type":"NRT"}
   [junit4]   2> 246346 INFO  (qtp1520957024-1807) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 246346 INFO  (qtp1520957024-1807) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:45805_&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> 246846 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:43579/collection1_shard2_replica_n41/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 246847 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n45 
url=http://127.0.0.1:45805 START 
replicas=[http://127.0.0.1:43579/collection1_shard2_replica_n41/] nUpdates=100
   [junit4]   2> 246848 INFO  (SocketProxy-Acceptor-43579) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57526,localport=43579], receiveBufferSize:531000
   [junit4]   2> 246848 INFO  (SocketProxy-Acceptor-43579) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37495,localport=39582], receiveBufferSize=530904
   [junit4]   2> 246851 INFO  (qtp1520957024-1807) [    ] 
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> 246851 INFO  (qtp1520957024-1807) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_n41]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 246852 INFO  (recoveryExecutor-246-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> 246852 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 246852 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 246852 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 246853 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 246853 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 246853 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 246853 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 246853 INFO  (recoveryExecutor-246-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 246957 INFO  (zkCallback-242-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> 246958 INFO  (zkCallback-236-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> 246958 INFO  (zkCallback-248-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> 247348 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 247350 INFO  (qtp1546507956-1758) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579637619157893120,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 247351 INFO  (qtp1546507956-1758) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 247351 INFO  (qtp1546507956-1758) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 247351 INFO  (qtp1546507956-1758) [    ] 
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 1
   [junit4]   2> 247353 INFO  (SocketProxy-Acceptor-43579) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57532,localport=43579], receiveBufferSize:531000
   [junit4]   2> 247354 INFO  (SocketProxy-Acceptor-43579) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37495,localport=39588], receiveBufferSize=530904
   [junit4]   2> 247358 INFO  (SocketProxy-Acceptor-45805) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56084,localport=45805], receiveBufferSize:531000
   [junit4]   2> 247359 INFO  (SocketProxy-Acceptor-37453) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38842,localport=37453], receiveBufferSize:531000
   [junit4]   2> 247359 INFO  (SocketProxy-Acceptor-43579) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57538,localport=43579], receiveBufferSize:531000
   [junit4]   2> 247360 INFO  (SocketProxy-Acceptor-37453) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44539,localport=58380], receiveBufferSize=530904
   [junit4]   2> 247360 INFO  (SocketProxy-Acceptor-45805) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38533,localport=41854], receiveBufferSize=530904
   [junit4]   2> 247362 INFO  (SocketProxy-Acceptor-43579) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37495,localport=39600], receiveBufferSize=530904
   [junit4]   2> 247364 INFO  (qtp1520957024-1807) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579637619172573184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 247364 INFO  (qtp2097374211-1839) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579637619172573184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 247364 INFO  (qtp1523545027-1872) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579637619172573184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 247364 INFO  (qtp1520957024-1807) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 247365 INFO  (qtp2097374211-1839) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 247365 INFO  (qtp1523545027-1872) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 247366 INFO  (qtp2097374211-1839) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 247366 INFO  (qtp1520957024-1807) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 247366 INFO  (qtp2097374211-1839) [    ] 
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:43579/collection1_shard2_replica_n41/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 247366 INFO  (qtp1520957024-1807) [    ] 
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:43579/collection1_shard2_replica_n41/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 247366 INFO  (qtp1523545027-1872) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 247367 INFO  (qtp1523545027-1872) [    ] 
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:43579/collection1_shard2_replica_n41/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 247369 INFO  (qtp1520957024-1801) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n41]  webapp= 
path=/update 
params={_stateVer_=collection1:8&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 13
   [junit4]   2> 247372 INFO  (SocketProxy-Acceptor-43579) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57548,localport=43579], receiveBufferSize:531000
   [junit4]   2> 247374 INFO  (SocketProxy-Acceptor-43579) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37495,localport=39604], receiveBufferSize=530904
   [junit4]   2> 247377 INFO  (qtp1520957024-1805) [    ] 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=2
   [junit4]   2> 247378 INFO  (SocketProxy-Acceptor-45805) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56100,localport=45805], receiveBufferSize:531000
   [junit4]   2> 247380 INFO  (SocketProxy-Acceptor-45805) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38533,localport=41866], receiveBufferSize=530904
   [junit4]   2> 247381 INFO  (qtp1523545027-1870) [    ] 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> 247383 INFO  (SocketProxy-Acceptor-37453) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38860,localport=37453], receiveBufferSize:531000
   [junit4]   2> 247383 INFO  (SocketProxy-Acceptor-37453) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44539,localport=58394], receiveBufferSize=530904
   [junit4]   2> 247385 INFO  (qtp2097374211-1837) [    ] 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> 249388 INFO  (SocketProxy-Acceptor-37453) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38868,localport=37453], receiveBufferSize:531000
   [junit4]   2> 249389 INFO  (SocketProxy-Acceptor-37453) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44539,localport=58402], receiveBufferSize=530904
   [junit4]   2> 249390 INFO  (qtp2097374211-1839) [    ] 
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> 249392 INFO  (OverseerThreadFactory-614-thread-5) [    ] 
o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 249505 INFO  (qtp1546507956-1752) [    ] 
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> 249506 INFO  (qtp1523545027-1871) [    ] 
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> 249510 INFO  (qtp2097374211-1838) [    ] 
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> 249615 INFO  (zkCallback-248-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> 249615 INFO  (zkCallback-224-thread-2) [    ] 
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> 249615 INFO  (zkCallback-242-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> 250521 INFO  (qtp1546507956-1752) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 250524 INFO  (qtp1523545027-1871) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 250525 INFO  (qtp2097374211-1838) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 250538 INFO  (qtp1546507956-1752) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica_n1] Schema name=test
   [junit4]   2> 250540 INFO  (qtp2097374211-1838) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica_n3] Schema name=test
   [junit4]   2> 250542 INFO  (qtp1523545027-1871) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica_n2] Schema name=test
   [junit4]   2> 250640 INFO  (qtp2097374211-1838) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 250641 INFO  (qtp1546507956-1752) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 250743 INFO  (qtp1523545027-1871) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 250749 INFO  (qtp1546507956-1752) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica_n1' using configuration from 
collection c8n_1x3_lf, trusted=true
   [junit4]   2> 250750 INFO  (qtp1546507956-1752) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.c8n_1x3_lf.shard1.replica_n1' (

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

annelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 366908 INFO  (qtp1523545027-1868) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:37453_&onlyIfLeaderActive=true&core=c8n_1x3_lf_shard1_replica_n2&coreNodeName=core_node6&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=400 QTime=95023
   [junit4]   2> 368843 WARN  (zkCallback-248-thread-3) [    ] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 368843 INFO  (zkCallback-248-thread-3) [    ] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 368843 INFO  (zkCallback-248-thread-3) [    ] o.a.s.c.SolrCore 
[collection1_shard2_replica_n45]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7099e28
   [junit4]   2> 368843 INFO  (zkCallback-248-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1.shard2.replica_n45, tag=118070824
   [junit4]   2> 368843 INFO  (zkCallback-248-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4de3d459: rootName = null, 
domain = solr.core.collection1.shard2.replica_n45, service url = null, agent id 
= null] for registry solr.core.collection1.shard2.replica_n45 / 
com.codahale.metrics.MetricRegistry@3b918bc9
   [junit4]   2> 368849 INFO  (zkCallback-248-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard2.leader, tag=118070824
   [junit4]   2> 368850 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7d60e2ee{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 368851 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@16d1ecc4{/,null,UNAVAILABLE}
   [junit4]   2> 368851 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
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> 368851 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:44205 44205
   [junit4]   2> 374627 INFO  (Thread-462) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:44205 44205
   [junit4]   2> 374628 WARN  (Thread-462) [    ] 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>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 374628 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:45805/, target: 
http://127.0.0.1:38533/
   [junit4]   2> 374628 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:37453/, target: 
http://127.0.0.1:44539/
   [junit4]   2> 374628 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:34373/, target: 
http://127.0.0.1:36443/
   [junit4]   2> 374628 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[BA55801CAB16FDDC]) [    ] 
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:43579/, target: 
http://127.0.0.1:37495/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=BA55801CAB16FDDC -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=lb-LU -Dtests.timezone=Asia/Yekaterinburg -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  137s 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:45805","node_name":"127.0.0.1:45805_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node4":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n1",
   [junit4]    >           "base_url":"http://127.0.0.1:34373";,
   [junit4]    >           "node_name":"127.0.0.1:34373_",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node5":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n2",
   [junit4]    >           "base_url":"http://127.0.0.1:45805";,
   [junit4]    >           "node_name":"127.0.0.1:45805_",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node6":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:37453";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n3",
   [junit4]    >           "node_name":"127.0.0.1:37453_",
   [junit4]    >           "type":"NRT"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"3",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BA55801CAB16FDDC:3201BFC605EA9024]: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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_BA55801CAB16FDDC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128), 
id=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
text=PostingsFormat(name=Asserting)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
intDvoDefault=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=373, 
maxMBSortInHeap=7.732662459660973, sim=RandomSimilarity(queryNorm=true): {}, 
locale=lb-LU, timezone=Asia/Yekaterinburg
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9 
(64-bit)/cpus=8,threads=1,free=283157784,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ClusterStateUpdateTest, 
HdfsThreadLeakTest, InfoHandlerTest, QueryParsingTest, 
HdfsDirectoryFactoryTest, TestNoOpRegenerator, TestAuthorizationFramework, 
TestEmbeddedSolrServerConstructors, HdfsWriteToMultipleCollectionsTest, 
CollectionsAPISolrJTest, ZkCLITest, TestCloudPseudoReturnFields, 
TermVectorComponentTest, ScriptEngineTest, TestOrdValues, 
TestAnalyzeInfixSuggestions, SpellCheckComponentTest, CoreAdminHandlerTest, 
TestMaxScoreQueryParser, TestXIncludeConfig, DirectSolrSpellCheckerTest, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [106/732 (1!)] on J1 in 136.52s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to