Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19359/
Java: 64bit/jdk-9-ea+164 -XX:+UseCompressedOops -XX:+UseG1GC

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_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:34087","node_name":"127.0.0.1:34087_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:34559";,           
"core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:34559_"}, 
        "core_node2":{           "core":"c8n_1x3_lf_shard1_replica2",           
"base_url":"http://127.0.0.1:38351";,           "node_name":"127.0.0.1:38351_",  
         "state":"down"},         "core_node3":{           
"core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:34087";,           "node_name":"127.0.0.1:34087_",  
         "state":"active",           "leader":"true"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "realtimeReplicas":"-1"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:34087","node_name":"127.0.0.1:34087_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:34559";,
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:34559_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:38351";,
          "node_name":"127.0.0.1:38351_",
          "state":"down"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:34087";,
          "node_name":"127.0.0.1:34087_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "realtimeReplicas":"-1"}
        at 
__randomizedtesting.SeedInfo.seed([C7FBB1FBD52E9CE7:4FAF8E217BD2F11F]: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:170)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
        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:563)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12528 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/init-core-data-001
   [junit4]   2> 1516201 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C7FBB1FBD52E9CE7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1516201 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C7FBB1FBD52E9CE7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1516203 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C7FBB1FBD52E9CE7]-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> 1516203 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C7FBB1FBD52E9CE7]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1516205 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1516205 INFO  (Thread-2602) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1516205 INFO  (Thread-2602) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1516305 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33582
   [junit4]   2> 1516311 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1516313 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1516315 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1516317 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1516319 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1516321 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1516322 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1516324 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1516326 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1516327 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1516329 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1516963 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/control-001/cores/collection1
   [junit4]   2> 1516965 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1516965 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ecf8890{/,null,AVAILABLE}
   [junit4]   2> 1516966 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3b1f84af{HTTP/1.1,[http/1.1]}{127.0.0.1:35033}
   [junit4]   2> 1516966 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.Server Started @1518817ms
   [junit4]   2> 1516966 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/tempDir-001/control/data,
 hostPort=34559, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/control-001/cores}
   [junit4]   2> 1516966 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1516966 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1516966 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1516966 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1516966 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-10T14:25:09.975958Z
   [junit4]   2> 1516969 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1516969 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/control-001/solr.xml
   [junit4]   2> 1516977 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33582/solr
   [junit4]   2> 1516987 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1516987 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34559_
   [junit4]   2> 1516987 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.Overseer Overseer (id=97768853288779780-127.0.0.1:34559_-n_0000000000) 
starting
   [junit4]   2> 1516991 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34559_
   [junit4]   2> 1516992 INFO  (zkCallback-1919-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1517105 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/control-001/cores
   [junit4]   2> 1517105 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1517106 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1517107 INFO  
(OverseerStateUpdate-97768853288779780-127.0.0.1:34559_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1518115 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1518126 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1518206 WARN  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1518208 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1518214 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 1518215 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1518215 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/control-001/cores/collection1/data/]
   [junit4]   2> 1518215 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@37fcf1a9
   [junit4]   2> 1518216 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@3dc5c057
   [junit4]   2> 1518219 WARN  (coreLoadExecutor-5398-thread-1) [    ] 
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> 1518343 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1518343 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1518345 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1518345 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1518345 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=50.0478515625, 
floorSegmentMB=1.4130859375, forceMergeDeletesPctAllowed=2.789653495710521, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2192050646777175
   [junit4]   2> 1518346 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5e79f4d[collection1] main]
   [junit4]   2> 1518346 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1518346 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1518347 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1518349 INFO  (searcherExecutor-5399-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5e79f4d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1518349 INFO  (coreLoadExecutor-5398-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1564301654866526208
   [junit4]   2> 1518353 INFO  (coreZkRegister-5391-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1518353 INFO  (coreZkRegister-5391-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1518353 INFO  (coreZkRegister-5391-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34559/collection1/
   [junit4]   2> 1518353 INFO  (coreZkRegister-5391-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1518353 INFO  (coreZkRegister-5391-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:34559/collection1/ has no replicas
   [junit4]   2> 1518353 INFO  (coreZkRegister-5391-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1518355 INFO  (coreZkRegister-5391-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34559/collection1/ shard1
   [junit4]   2> 1518505 INFO  (coreZkRegister-5391-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1518669 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1518670 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33582/solr ready
   [junit4]   2> 1518670 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1519956 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-1-001/cores/collection1
   [junit4]   2> 1519958 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-1-001
   [junit4]   2> 1519959 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1519961 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7e8634a0{/,null,AVAILABLE}
   [junit4]   2> 1519961 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@27506beb{HTTP/1.1,[http/1.1]}{127.0.0.1:43722}
   [junit4]   2> 1519961 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.Server Started @1521812ms
   [junit4]   2> 1519961 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/tempDir-001/jetty1,
 hostPort=34087, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-1-001/cores}
   [junit4]   2> 1519962 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1519962 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1519962 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1519962 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1519962 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-10T14:25:12.971670Z
   [junit4]   2> 1519964 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1519964 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-1-001/solr.xml
   [junit4]   2> 1519972 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33582/solr
   [junit4]   2> 1519976 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1519977 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1519977 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34087_
   [junit4]   2> 1519978 INFO  (zkCallback-1923-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1519978 INFO  (zkCallback-1919-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1519978 INFO  (zkCallback-1928-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1520081 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-1-001/cores
   [junit4]   2> 1520081 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1520082 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1520083 INFO  
(OverseerStateUpdate-97768853288779780-127.0.0.1:34559_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1521091 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1521101 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1521185 WARN  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1521187 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1521193 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1521194 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1521194 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1521194 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@37fcf1a9
   [junit4]   2> 1521195 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@31f2957d
   [junit4]   2> 1521198 WARN  (coreLoadExecutor-5409-thread-1) [    ] 
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> 1521319 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1521319 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1521322 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1521322 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1521323 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=50.0478515625, 
floorSegmentMB=1.4130859375, forceMergeDeletesPctAllowed=2.789653495710521, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2192050646777175
   [junit4]   2> 1521323 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f45b85a[collection1] main]
   [junit4]   2> 1521324 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1521324 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1521324 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1521325 INFO  (searcherExecutor-5410-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1f45b85a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1521325 INFO  (coreLoadExecutor-5409-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1564301657987088384
   [junit4]   2> 1521329 INFO  (coreZkRegister-5404-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1521329 INFO  (coreZkRegister-5404-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1521329 INFO  (coreZkRegister-5404-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34087/collection1/
   [junit4]   2> 1521329 INFO  (coreZkRegister-5404-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1521329 INFO  (coreZkRegister-5404-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:34087/collection1/ has no replicas
   [junit4]   2> 1521329 INFO  (coreZkRegister-5404-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1521330 INFO  (coreZkRegister-5404-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34087/collection1/ shard2
   [junit4]   2> 1521481 INFO  (coreZkRegister-5404-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1522165 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-2-001/cores/collection1
   [junit4]   2> 1522167 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-2-001
   [junit4]   2> 1522167 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1522168 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e9c2281{/,null,AVAILABLE}
   [junit4]   2> 1522168 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@13de1ee2{HTTP/1.1,[http/1.1]}{127.0.0.1:43873}
   [junit4]   2> 1522169 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.Server Started @1524020ms
   [junit4]   2> 1522169 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/tempDir-001/jetty2,
 hostPort=34560, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-2-001/cores}
   [junit4]   2> 1522169 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1522169 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1522169 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1522169 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1522169 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-10T14:25:15.178852Z
   [junit4]   2> 1522171 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1522171 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-2-001/solr.xml
   [junit4]   2> 1522179 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33582/solr
   [junit4]   2> 1522182 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1522183 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1522184 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34560_
   [junit4]   2> 1522185 INFO  (zkCallback-1934-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1522185 INFO  (zkCallback-1923-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1522185 INFO  (zkCallback-1919-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1522185 INFO  (zkCallback-1928-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1522295 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-2-001/cores
   [junit4]   2> 1522295 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1522295 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1522296 INFO  
(OverseerStateUpdate-97768853288779780-127.0.0.1:34559_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1523306 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1523319 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1523402 WARN  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1523404 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1523410 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1523411 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1523411 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1523411 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@37fcf1a9
   [junit4]   2> 1523412 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@2a8b3d9b
   [junit4]   2> 1523416 WARN  (coreLoadExecutor-5420-thread-1) [    ] 
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> 1523557 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1523557 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1523559 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1523559 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1523560 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=50.0478515625, 
floorSegmentMB=1.4130859375, forceMergeDeletesPctAllowed=2.789653495710521, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2192050646777175
   [junit4]   2> 1523560 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@707e5893[collection1] main]
   [junit4]   2> 1523561 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1523561 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1523561 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1523562 INFO  (searcherExecutor-5421-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@707e5893[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1523562 INFO  (coreLoadExecutor-5420-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1564301660332752896
   [junit4]   2> 1523566 INFO  (coreZkRegister-5415-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1523566 INFO  (coreZkRegister-5415-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1523567 INFO  (coreZkRegister-5415-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34560/collection1/
   [junit4]   2> 1523567 INFO  (coreZkRegister-5415-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1523567 INFO  (coreZkRegister-5415-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:34560/collection1/ has no replicas
   [junit4]   2> 1523567 INFO  (coreZkRegister-5415-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1523569 INFO  (coreZkRegister-5415-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34560/collection1/ shard1
   [junit4]   2> 1523719 INFO  (coreZkRegister-5415-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1524438 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-3-001/cores/collection1
   [junit4]   2> 1524439 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-3-001
   [junit4]   2> 1524440 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1524440 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12777e9b{/,null,AVAILABLE}
   [junit4]   2> 1524441 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@26bb6a5a{HTTP/1.1,[http/1.1]}{127.0.0.1:35687}
   [junit4]   2> 1524442 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.e.j.s.Server Started @1526293ms
   [junit4]   2> 1524442 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/tempDir-001/jetty3,
 hostPort=38351, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-3-001/cores}
   [junit4]   2> 1524442 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1524442 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1524442 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1524442 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1524442 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-10T14:25:17.451918Z
   [junit4]   2> 1524444 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1524445 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-3-001/solr.xml
   [junit4]   2> 1524451 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33582/solr
   [junit4]   2> 1524455 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1524457 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1524458 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38351_
   [junit4]   2> 1524459 INFO  (zkCallback-1940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1524459 INFO  (zkCallback-1923-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1524459 INFO  (zkCallback-1919-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1524459 INFO  (zkCallback-1934-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1524459 INFO  (zkCallback-1928-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1524558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-3-001/cores
   [junit4]   2> 1524558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1524559 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1524560 INFO  
(OverseerStateUpdate-97768853288779780-127.0.0.1:34559_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1525567 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1525587 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1525664 WARN  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1525665 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1525671 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1525672 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1525672 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1525672 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@37fcf1a9
   [junit4]   2> 1525673 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@11e686f5
   [junit4]   2> 1525677 WARN  (coreLoadExecutor-5431-thread-1) [    ] 
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> 1525794 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1525794 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1525796 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1525796 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1525797 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=50.0478515625, 
floorSegmentMB=1.4130859375, forceMergeDeletesPctAllowed=2.789653495710521, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2192050646777175
   [junit4]   2> 1525797 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1290698a[collection1] main]
   [junit4]   2> 1525798 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1525798 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1525798 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1525799 INFO  (searcherExecutor-5432-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1290698a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1525799 INFO  (coreLoadExecutor-5431-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1564301662678417408
   [junit4]   2> 1525802 INFO  (coreZkRegister-5426-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1525803 INFO  (updateExecutor-1937-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1525803 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1525803 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1525803 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1525803 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 1525803 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [http://127.0.0.1:34087/collection1/] and I am 
[http://127.0.0.1:38351/collection1/]
   [junit4]   2> 1525805 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:34087]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:38351_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1525805 INFO  (SocketProxy-Acceptor-34087) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53626,localport=34087], receiveBufferSize:531000
   [junit4]   2> 1525806 INFO  (SocketProxy-Acceptor-34087) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43722,localport=57738], receiveBufferSize=530904
   [junit4]   2> 1525807 INFO  (qtp1771791463-12364) [    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1525807 INFO  (qtp1771791463-12364) [    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1525807 INFO  (qtp1771791463-12364) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:38351_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38351","node_name":"127.0.0.1:38351_","state":"down"}
   [junit4]   2> 1526027 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1526027 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 1526027 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1526807 INFO  (qtp1771791463-12364) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=recovering, localState=active, 
nodeName=127.0.0.1:38351_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38351","node_name":"127.0.0.1:38351_","state":"recovering"}
   [junit4]   2> 1526807 INFO  (qtp1771791463-12364) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1526807 INFO  (qtp1771791463-12364) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:38351_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 1527308 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:34087/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1527309 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:38351 START 
replicas=[http://127.0.0.1:34087/collection1/] nUpdates=100
   [junit4]   2> 1527309 INFO  (SocketProxy-Acceptor-34087) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53650,localport=34087], receiveBufferSize:531000
   [junit4]   2> 1527310 INFO  (SocketProxy-Acceptor-34087) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43722,localport=57762], receiveBufferSize=530904
   [junit4]   2> 1527310 INFO  (qtp1771791463-12364) [    ] 
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> 1527310 INFO  (qtp1771791463-12364) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1527311 INFO  (recoveryExecutor-1938-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> 1527311 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1527311 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1527311 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1527311 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1527311 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1527311 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1527311 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1527311 INFO  (recoveryExecutor-1938-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1528027 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1528027 INFO  (SocketProxy-Acceptor-34559) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49504,localport=34559], receiveBufferSize:531000
   [junit4]   2> 1528028 INFO  (SocketProxy-Acceptor-34559) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35033,localport=47376], receiveBufferSize=530904
   [junit4]   2> 1528028 INFO  (qtp1508134987-12327) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1528028 INFO  (qtp1508134987-12327) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1528029 INFO  (qtp1508134987-12327) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1528029 INFO  (qtp1508134987-12327) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 1528029 INFO  (SocketProxy-Acceptor-34560) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56098,localport=34560], receiveBufferSize:531000
   [junit4]   2> 1528029 INFO  (SocketProxy-Acceptor-34560) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43873,localport=51434], receiveBufferSize=530904
   [junit4]   2> 1528030 INFO  (SocketProxy-Acceptor-34560) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56102,localport=34560], receiveBufferSize:531000
   [junit4]   2> 1528031 INFO  (SocketProxy-Acceptor-34560) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43873,localport=51438], receiveBufferSize=530904
   [junit4]   2> 1528031 INFO  (SocketProxy-Acceptor-34087) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53672,localport=34087], receiveBufferSize:531000
   [junit4]   2> 1528031 INFO  (SocketProxy-Acceptor-38351) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=39690,localport=38351], receiveBufferSize:531000
   [junit4]   2> 1528031 INFO  (qtp1705802580-12395) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1528031 INFO  (qtp1705802580-12395) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1528031 INFO  (SocketProxy-Acceptor-34087) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43722,localport=57786], receiveBufferSize=530904
   [junit4]   2> 1528031 INFO  (qtp1705802580-12395) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1528031 INFO  (qtp1705802580-12395) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34560/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1528031 INFO  (qtp1771791463-12359) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1528032 INFO  (SocketProxy-Acceptor-38351) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35687,localport=41836], receiveBufferSize=530904
   [junit4]   2> 1528032 INFO  (qtp1771791463-12359) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1528032 INFO  (qtp1771791463-12359) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1528032 INFO  (qtp1771791463-12359) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34560/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1528032 INFO  (qtp1008674715-12422) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1528033 INFO  (qtp1008674715-12422) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1528033 INFO  (qtp1008674715-12422) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1528033 INFO  (qtp1008674715-12422) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34560/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1528033 INFO  (qtp1705802580-12393) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 1528034 INFO  (SocketProxy-Acceptor-34087) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53680,localport=34087], receiveBufferSize:531000
   [junit4]   2> 1528034 INFO  (SocketProxy-Acceptor-34087) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43722,localport=57792], receiveBufferSize=530904
   [junit4]   2> 1528034 INFO  (qtp1771791463-12364) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1528035 INFO  (SocketProxy-Acceptor-38351) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=39700,localport=38351], receiveBufferSize:531000
   [junit4]   2> 1528035 INFO  (SocketProxy-Acceptor-38351) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35687,localport=41844], receiveBufferSize=530904
   [junit4]   2> 1528035 INFO  (qtp1008674715-12424) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1528036 INFO  (SocketProxy-Acceptor-34560) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56122,localport=34560], receiveBufferSize:531000
   [junit4]   2> 1528036 INFO  (SocketProxy-Acceptor-34560) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43873,localport=51458], receiveBufferSize=530904
   [junit4]   2> 1528036 INFO  (qtp1705802580-12389) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1530036 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: 
c8n_1x3_lf
   [junit4]   2> 1530038 INFO  (SocketProxy-Acceptor-34087) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53728,localport=34087], receiveBufferSize:531000
   [junit4]   2> 1530038 INFO  (SocketProxy-Acceptor-34087) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43722,localport=57840], receiveBufferSize=530904
   [junit4]   2> 1530038 INFO  (qtp1771791463-12359) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&maxShardsPerNode=1&realtimeReplicas=-1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1530044 INFO  (OverseerThreadFactory-5396-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 1530044 INFO  (OverseerThreadFactory-5396-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 1530146 INFO  (SocketProxy-Acceptor-34559) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49576,localport=34559], receiveBufferSize:531000
   [junit4]   2> 1530147 INFO  (SocketProxy-Acceptor-38351) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=39752,localport=38351], receiveBufferSize:531000
   [junit4]   2> 1530147 INFO  (SocketProxy-Acceptor-34087) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53738,localport=34087], receiveBufferSize:531000
   [junit4]   2> 1530147 INFO  (SocketProxy-Acceptor-34559) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35033,localport=47448], receiveBufferSize=530904
   [junit4]   2> 1530147 INFO  (qtp1508134987-12329) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1530148 INFO  (SocketProxy-Acceptor-38351) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35687,localport=41898], receiveBufferSize=530904
   [junit4]   2> 1530148 INFO  (qtp1008674715-12422) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1530148 INFO  (SocketProxy-Acceptor-34087) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43722,localport=57852], receiveBufferSize=530904
   [junit4]   2> 1530148 INFO  (qtp1771791463-12364) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1531158 INFO  (qtp1508134987-12329) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1531160 INFO  (qtp1008674715-12422) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1531161 INFO  (qtp1771791463-12364) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1531187 INFO  (qtp1508134987-12329) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 1531189 INFO  (qtp1008674715-12422) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 1531199 INFO  (qtp1771791463-12364) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 1531304 WARN  (qtp1008674715-12422) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1531307 INFO  (qtp1008674715-12422) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1531313 INFO  (qtp1008674715-12422) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using 
configuration from collection c8n_1x3_lf, trusted=true
   [junit4]   2> 1531313 INFO  (qtp1008674715-12422) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1531313 INFO  (qtp1008674715-12422) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 1531314 INFO  (qtp1008674715-12422) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@37fcf1a9
   [junit4]   2> 1531315 WARN  (qtp1508134987-12329) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1531315 INFO  (qtp1008674715-12422) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@dea233b
   [junit4]   2> 1531318 INFO  (qtp1508134987-12329) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1531319 WARN  (qtp1008674715-12422) [    ] 
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> 1531325 INFO  (qtp1508134987-12329) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using 
configuration from collection c8n_1x3_lf, trusted=true
   [junit4]   2> 1531325 INFO  (qtp1508134987-12329) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1531325 INFO  (qtp1508134987-12329) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/control-001/cores/c8n_1x3_lf_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/control-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 1531326 INFO  (qtp1508134987-12329) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@37fcf1a9
   [junit4]   2> 1531327 INFO  (qtp1508134987-12329) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@4401f145
   [junit4]   2> 1531330 WARN  (qtp1508134987-12329) [    ] 
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> 1531349 WARN  (qtp1771791463-12364) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica3] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1531352 INFO  (qtp1771791463-12364) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1531359 INFO  (qtp1771791463-12364) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using 
configuration from collection c8n_1x3_lf, trusted=true
   [junit4]   2> 1531360 INFO  (qtp1771791463-12364) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1531360 INFO  (qtp1771791463-12364) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica3/data/]
   [junit4]   2> 1531361 INFO  (qtp1771791463-12364) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@37fcf1a9
   [junit4]   2> 1531362 INFO  (qtp1771791463-12364) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@487964d1
   [junit4]   2> 1531369 WARN  (qtp1771791463-12364) [    ] 
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> 1531515 INFO  (qtp1008674715-12422) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1531515 INFO  (qtp1008674715-12422) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1531521 INFO  (qtp1008674715-12422) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1531521 INFO  (qtp1008674715-12422) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1531521 INFO  (qtp1008674715-12422) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=50.0478515625, 
floorSegmentMB=1.4130859375, forceMergeDeletesPctAllowed=2.789653495710521, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2192050646777175
   [junit4]   2> 1531522 INFO  (qtp1008674715-12422) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@59283c66[c8n_1x3_lf_shard1_replica2] main]
   [junit4]   2> 1531522 INFO  (qtp1008674715-12422) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1531523 INFO  (qtp1008674715-12422) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1531523 INFO  (qtp1008674715-12422) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1531524 INFO  (searcherExecutor-5437-thread-1) [    ] 
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica2] Registered new searcher 
Searcher@59283c66[c8n_1x3_lf_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1531524 INFO  (qtp1008674715-12422) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564301668681515008
   [junit4]   2> 1531529 INFO  (qtp1008674715-12422) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 1531548 INFO  (qtp1508134987-12329) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1531548 INFO  (qtp1508134987-12329) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1531552 INFO  (qtp1508134987-12329) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1531552 INFO  (qtp1508134987-12329) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1531553 INFO  (qtp1508134987-12329) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=50.0478515625, 
floorSegmentMB=1.4130859375, forceMergeDeletesPctAllowed=2.789653495710521, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2192050646777175
   [junit4]   2> 1531553 INFO  (qtp1508134987-12329) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7b04b1c[c8n_1x3_lf_shard1_replica1] 
main]
   [junit4]   2> 1531554 INFO  (qtp1508134987-12329) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1531554 INFO  (qtp1508134987-12329) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1531554 INFO  (qtp1508134987-12329) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1531555 INFO  (searcherExecutor-5438-thread-1) [    ] 
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1] Registered new searcher 
Searcher@7b04b1c[c8n_1x3_lf_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1531555 INFO  (qtp1508134987-12329) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564301668714020864
   [junit4]   2> 1531604 INFO  (qtp1771791463-12364) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1531605 INFO  (qtp1771791463-12364) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1531609 INFO  (qtp1771791463-12364) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1531609 INFO  (qtp1771791463-12364) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1531609 INFO  (qtp1771791463-12364) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=50.0478515625, 
floorSegmentMB=1.4130859375, forceMergeDeletesPctAllowed=2.789653495710521, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2192050646777175
   [junit4]   2> 1531610 INFO  (qtp1771791463-12364) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@212f0124[c8n_1x3_lf_shard1_replica3] main]
   [junit4]   2> 1531610 INFO  (qtp1771791463-12364) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1531610 INFO  (qtp1771791463-12364) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1531610 INFO  (qtp1771791463-12364) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1531611 INFO  (searcherExecutor-5439-thread-1) [    ] 
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica3] Registered new searcher 
Searcher@212f0124[c8n_1x3_lf_shard1_replica3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1531611 INFO  (qtp1771791463-12364) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564301668772741120
   [junit4]   2> 1532029 INFO  (qtp1008674715-12422) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1532029 INFO  (qtp1008674715-12422) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1532029 INFO  (qtp1008674715-12422) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38351/c8n_1x3_lf_shard1_replica2/
   [junit4]   2> 1532029 INFO  (qtp1008674715-12422) [    ] o.a.s.u.PeerSync 
PeerSync: core=c8n_1x3_lf_shard1_replica2 url=http://127.0.0.1:38351 START 
replicas=[http://127.0.0.1:34559/c8n_1x3_lf_shard1_replica1/, 
http://127.0.0.1:34087/c8n_1x3_lf_shard1_replica3/] nUpdates=100
   [junit4]   2> 1532029 INFO  (qtp1008674715-12422) [    ] o.a.s.u.PeerSync 
PeerSync: core=c8n_1x3_lf_shard1_replica2 url=http://127.0.0.1:38351 DONE.  We 
have no versions.  sync failed.
   [junit4]   2> 1532030 INFO  (SocketProxy-Acceptor-34559) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49602,localport=34559], receiveBufferSize:531000
   [junit4]   2> 1532031 INFO  (SocketProxy-Acceptor-34559) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35033,localport=47474], receiveBufferSize=530904
   [junit4]   2> 1532031 INFO  (qtp1508134987-12327) [    ] o.a.s.c.S.Request 
[c8n_1x3_lf_shard1_replica1]  webapp= path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1532033 INFO  (qtp1771791463-12366) [    ] o.a.s.c.S.Request 
[c8n_1x3_lf_shard1_replica3]  webapp= path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1532033 INFO  (qtp1008674715-12422) [    ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1532033 INFO  (qtp1008674715-12422) [    ] 
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> 1532033 INFO  (qtp1008674715-12422) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1532035 INFO  (qtp1008674715-12422) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38351/c8n_1x3_lf_shard1_replica2/ shard1
   [junit4]   2> 1532185 INFO  (qtp1008674715-12422) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1532187 INFO  (qtp1008674715-12422) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2039
   [junit4]   2> 1532560 INFO  (qtp1508134987-12329) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2413
   [junit4]   2> 1532617 INFO  (qtp1771791463-12364) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2468
   [junit4]   2> 1532619 INFO  (qtp1771791463-12359) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1533619 INFO  (qtp1771791463-12359) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=3&maxShardsPerNode=1&realtimeReplicas=-1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=3580
   [junit4]   2> 1533620 INFO  (SocketProxy-Acceptor-38351) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=39792,localport=38351], receiveBufferSize:531000
   [junit4]   2> 1533621 INFO  (SocketProxy-Acceptor-38351) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35687,localport=41936], receiveBufferSize=530904
   [junit4]   2> 1533660 INFO  (qtp1771791463-12365) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica3]  webapp= 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:38351/c8n_1x3_lf_shard1_replica2/&wt=javabin&version=2}{add=[1
 (1564301670880378880)]} 0 36
   [junit4]   2> 1533661 INFO  (qtp1508134987-12323) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica1]  webapp= 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:38351/c8n_1x3_lf_shard1_replica2/&wt=javabin&version=2}{add=[1
 (1564301670880378880)]} 0 37
   [junit4]   2> 1533661 INFO  (qtp1008674715-12424) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica2]  webapp= 
path=/update params={wt=javabin&version=2}{add=[1 (1564301670880378880)]} 0 40
   [junit4]   2> 1533662 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Found 3 replicas and leader on 
127.0.0.1:38351_ for shard1 in c8n_1x3_lf
   [junit4]   2> 1533662 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Took 0.0 ms to see all replicas become 
active.
   [junit4]   2> 1533662 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:34559/, target: 
http://127.0.0.1:35033/
   [junit4]   2> 1533701 INFO  (qtp1771791463-12364) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica3]  webapp= 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:38351/c8n_1x3_lf_shard1_replica2/&wt=javabin&version=2}{add=[2
 (1564301670924419072)]} 0 37
   [junit4]   2> 1533701 ERROR (updateExecutor-1937-thread-1) [    ] 
o.a.s.u.StreamingSolrClients error
   [junit4]   2> java.net.SocketException: Broken pipe (Write failed)
   [junit4]   2>        at 
java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]   2>        at 
java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2>        at 
java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:126)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBu

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

> 1651586 INFO  (Thread-2602) [    ] o.a.s.c.ZkTestServer connecting to 
> 127.0.0.1:33582 33582
   [junit4]   2> 1651586 WARN  (Thread-2602) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        131     /solr/overseer/collection-queue-work
   [junit4]   2>        34      /solr/overseer/queue
   [junit4]   2>        10      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 1651586 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:34087/, target: 
http://127.0.0.1:43722/
   [junit4]   2> 1651586 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:34559/, target: 
http://127.0.0.1:35033/
   [junit4]   2> 1651587 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:34560/, target: 
http://127.0.0.1:43873/
   [junit4]   2> 1651587 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C7FBB1FBD52E9CE7]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:38351/, target: 
http://127.0.0.1:35687/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=C7FBB1FBD52E9CE7 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=kn -Dtests.timezone=Africa/Juba -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  135s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:34087","node_name":"127.0.0.1:34087_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:34559";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:34559_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:38351";,
   [junit4]    >           "node_name":"127.0.0.1:38351_",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:34087";,
   [junit4]    >           "node_name":"127.0.0.1:34087_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "realtimeReplicas":"-1"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C7FBB1FBD52E9CE7:4FAF8E217BD2F11F]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
   [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:563)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1651589 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C7FBB1FBD52E9CE7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C7FBB1FBD52E9CE7-001
   [junit4]   2> Apr 10, 2017 2:27:24 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=kn, timezone=Africa/Juba
   [junit4]   2> NOTE: Linux 4.4.0-72-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=416897864,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestDeleteCollectionOnDownNodes, TestFieldCache, RuleEngineTest, 
CdcrBootstrapTest, ExplicitHLLTest, ShardRoutingCustomTest, TestCoreContainer, 
LeaderInitiatedRecoveryOnShardRestartTest, TestPerFieldSimilarity, 
TestQueryUtils, CleanupOldIndexTest, DistributedTermsComponentTest, 
ConnectionReuseTest, DOMUtilTest, ForceLeaderTest, BadCopyFieldTest, 
TestCharFilters, ChaosMonkeySafeLeaderTest, TestElisionMultitermQuery, 
ConnectionManagerTest, TestConfigsApi, HdfsThreadLeakTest, 
DistanceFunctionTest, TestPostingsSolrHighlighter, SolrCmdDistributorTest, 
TestConfigSets, TestPartialUpdateDeduplication, 
DistributedFacetPivotLongTailTest, SharedFSAutoReplicaFailoverTest, 
OverseerCollectionConfigSetProcessorTest, TestInitParams, ZkControllerTest, 
DistribCursorPagingTest, SolrJmxReporterTest, TestMiniSolrCloudClusterSSL, 
TestXmlQParser, CursorMarkTest, RecoveryAfterSoftCommitTest, 
TestAuthorizationFramework, OnlyLeaderIndexesTest, TestCloudSchemaless, 
ZkSolrClientTest, ReplicationFactorTest, DistributedMLTComponentTest, TestTrie, 
DistributedIntervalFacetingTest, AlternateDirectoryTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
SuggestComponentContextFilterQueryTest, CdcrUpdateLogTest, 
SpellCheckComponentTest, DirectSolrConnectionTest, 
TestLegacyNumericRangeQueryBuilder, TestConfigSetsAPIExclusivity, 
TestFieldTypeCollectionResource, ManagedSchemaRoundRobinCloudTest, 
OpenExchangeRatesOrgProviderTest, TestRandomRequestDistribution, 
LoggingHandlerTest, TestDFISimilarityFactory, SpellCheckCollatorTest, 
TestQueryTypes, TestCustomDocTransformer, SolrIndexSplitterTest, 
AtomicUpdatesTest, ShardRoutingTest, TestLegacyFieldCache, 
TestSimpleTrackingShardHandler, PropertiesRequestHandlerTest, 
HdfsDirectoryFactoryTest, V2ApiIntegrationTest, ZkStateReaderTest, 
DocumentBuilderTest, TestCursorMarkWithoutUniqueKey, TestConfigOverlay, 
TestDynamicLoading, TestShardHandlerFactory, 
BigEndianAscendingWordDeserializerTest, StatsReloadRaceTest, 
TestExclusionRuleCollectionAccess, HighlighterTest, SimplePostToolTest, 
SolrShardReporterTest, DeleteInactiveReplicaTest, BasicAuthIntegrationTest, 
TestAuthenticationFramework, TestSchemaResource, TestFiltering, 
TestStressVersions, TestWordDelimiterFilterFactory, TestSchemaManager, 
TestLeaderElectionZkExpiry, TestSearcherReuse, HLLUtilTest, 
TestGraphMLResponseWriter, SolrIndexMetricsTest, 
HdfsWriteToMultipleCollectionsTest, SortByFunctionTest, 
TestHdfsBackupRestoreCore, TestSerializedLuceneMatchVersion, SSLMigrationTest, 
AssignTest, TestLockTree, HdfsBasicDistributedZkTest, TestUpdate, 
TestRestoreCore, TestFieldCacheSortRandom, BlockJoinFacetRandomTest, 
TestManagedSchemaAPI, TestChildDocTransformer, SolrInfoMBeanTest, 
MoveReplicaTest, HdfsCollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, 
LeaderElectionIntegrationTest, BasicZkTest, FullSolrCloudDistribCmdsTest, 
TestRandomFaceting, ZkCLITest, TestDistributedSearch, TestHashPartitioner, 
TestStressReorder, QueryElevationComponentTest, BadIndexSchemaTest, 
ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, 
SoftAutoCommitTest, SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest, 
QueryEqualityTest, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, 
DocValuesMultiTest, DebugComponentTest, IndexBasedSpellCheckerTest, 
TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, TermsComponentTest, 
MoreLikeThisHandlerTest, TestSolrQueryParser, SolrPluginUtilsTest, 
MBeansHandlerTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, 
HighlighterConfigTest, UpdateParamsTest, ResponseLogComponentTest, 
SolrIndexConfigTest, SampleTest, TestSearchPerf, NumericFieldsTest, 
MinimalSchemaTest, TestConfig, OutputWriterTest, TestLuceneMatchVersion, 
SpellPossibilityIteratorTest, TestCodecSupport, TestJmxMonitoredMap, 
ScriptEngineTest, TestSystemIdResolver, PrimUtilsTest, 
SpellingQueryConverterTest, TestUtils, FileUtilsTest, CursorPagingTest, 
TestHighlightDedupGrouping, TestJettySolrRunner, CollectionsAPISolrJTest, 
DistribDocExpirationUpdateProcessorTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [517/703 (1!)] on J1 in 135.91s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 36805 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to