Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18135/
Java: 64bit/jdk1.8.0_102 -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_node2:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:34336/jyr","node_name":"127.0.0.1:34336_jyr","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/31)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:37265/jyr";,           
"core":"c8n_1x3_lf_shard1_replica3",           
"node_name":"127.0.0.1:37265_jyr"},         "core_node2":{           
"core":"c8n_1x3_lf_shard1_replica1",           
"base_url":"http://127.0.0.1:34336/jyr";,           
"node_name":"127.0.0.1:34336_jyr",           "state":"active",           
"leader":"true"},         "core_node3":{           
"core":"c8n_1x3_lf_shard1_replica2",           
"base_url":"http://127.0.0.1:41038/jyr";,           
"node_name":"127.0.0.1:41038_jyr",           "state":"down"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node2:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:34336/jyr","node_name":"127.0.0.1:34336_jyr","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/31)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:37265/jyr";,
          "core":"c8n_1x3_lf_shard1_replica3",
          "node_name":"127.0.0.1:37265_jyr"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:34336/jyr";,
          "node_name":"127.0.0.1:34336_jyr",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:41038/jyr";,
          "node_name":"127.0.0.1:41038_jyr",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([5E496CA0FE783115:D61D537A50845CED]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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 
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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11943 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_5E496CA0FE783115-001/init-core-data-001
   [junit4]   2> 1629832 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[5E496CA0FE783115]-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> 1629832 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[5E496CA0FE783115]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /jyr/
   [junit4]   2> 1629833 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1629833 INFO  (Thread-2336) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1629833 INFO  (Thread-2336) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1629933 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45241
   [junit4]   2> 1629939 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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> 1629939 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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> 1629940 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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> 1629941 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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> 1629941 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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> 1629942 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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> 1629942 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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> 1629943 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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> 1629944 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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> 1629944 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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> 1629945 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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> 1630004 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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_5E496CA0FE783115-001/control-001/cores/collection1
   [junit4]   2> 1630006 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1630006 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4c847ac{/jyr,null,AVAILABLE}
   [junit4]   2> 1630008 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@696c3ac6{HTTP/1.1,[http/1.1]}{127.0.0.1:33916}
   [junit4]   2> 1630008 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.Server Started @1632005ms
   [junit4]   2> 1630008 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5E496CA0FE783115-001/tempDir-001/control/data,
 hostContext=/jyr, hostPort=40772, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5E496CA0FE783115-001/control-001/cores}
   [junit4]   2> 1630008 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1630009 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1630009 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1630009 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1630009 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-25T06:22:22.455Z
   [junit4]   2> 1630010 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1630011 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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_5E496CA0FE783115-001/control-001/solr.xml
   [junit4]   2> 1630340 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45241/solr
   [junit4]   2> 1630351 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40772_jyr
   [junit4]   2> 1630352 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.Overseer Overseer 
(id=96821349074862084-127.0.0.1:40772_jyr-n_0000000000) starting
   [junit4]   2> 1630355 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40772_jyr
   [junit4]   2> 1630356 INFO  
(OverseerStateUpdate-96821349074862084-127.0.0.1:40772_jyr-n_0000000000) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1630368 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:40772_jyr    ] 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_5E496CA0FE783115-001/control-001/cores
   [junit4]   2> 1630369 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1630370 INFO  
(OverseerStateUpdate-96821349074862084-127.0.0.1:40772_jyr-n_0000000000) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1631388 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1631408 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1631484 WARN  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1631486 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1631492 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 1631492 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] 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_5E496CA0FE783115-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5E496CA0FE783115-001/control-001/cores/collection1/data/]
   [junit4]   2> 1631492 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e3f04b
   [junit4]   2> 1631493 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=433181911, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1631495 WARN  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1631500 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1631500 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1631502 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1631502 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1631502 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=20.869140625, 
floorSegmentMB=1.96875, forceMergeDeletesPctAllowed=20.674269579290964, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1631502 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5f0f0289[collection1] main]
   [junit4]   2> 1631503 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO 
with znodeBase: /configs/conf1
   [junit4]   2> 1631503 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1631503 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1631504 INFO  
(searcherExecutor-6083-thread-1-processing-n:127.0.0.1:40772_jyr x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40772_jyr 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@5f0f0289[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1631504 INFO  
(coreLoadExecutor-6082-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1549141586948915200
   [junit4]   2> 1631508 INFO  
(coreZkRegister-6075-thread-1-processing-n:127.0.0.1:40772_jyr x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40772_jyr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1631508 INFO  
(coreZkRegister-6075-thread-1-processing-n:127.0.0.1:40772_jyr x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40772_jyr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1631509 INFO  
(coreZkRegister-6075-thread-1-processing-n:127.0.0.1:40772_jyr x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40772_jyr 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:40772/jyr/collection1/
   [junit4]   2> 1631509 INFO  
(coreZkRegister-6075-thread-1-processing-n:127.0.0.1:40772_jyr x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40772_jyr 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1631509 INFO  
(coreZkRegister-6075-thread-1-processing-n:127.0.0.1:40772_jyr x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40772_jyr 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:40772/jyr/collection1/ has no replicas
   [junit4]   2> 1631510 INFO  
(coreZkRegister-6075-thread-1-processing-n:127.0.0.1:40772_jyr x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40772_jyr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40772/jyr/collection1/ shard1
   [junit4]   2> 1631660 INFO  
(coreZkRegister-6075-thread-1-processing-n:127.0.0.1:40772_jyr x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40772_jyr 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1631872 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1631873 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1631929 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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_5E496CA0FE783115-001/shard-1-001/cores/collection1
   [junit4]   2> 1631929 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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_5E496CA0FE783115-001/shard-1-001
   [junit4]   2> 1631930 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1631931 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@91f3f93{/jyr,null,AVAILABLE}
   [junit4]   2> 1631931 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@4f508647{HTTP/1.1,[http/1.1]}{127.0.0.1:35056}
   [junit4]   2> 1631932 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.Server Started @1633928ms
   [junit4]   2> 1631932 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5E496CA0FE783115-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/jyr, hostPort=41038, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5E496CA0FE783115-001/shard-1-001/cores}
   [junit4]   2> 1631932 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1631932 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1631932 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1631932 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1631932 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-25T06:22:24.378Z
   [junit4]   2> 1631961 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1631961 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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_5E496CA0FE783115-001/shard-1-001/solr.xml
   [junit4]   2> 1631966 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45241/solr
   [junit4]   2> 1631970 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:41038_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1631973 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:41038_jyr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41038_jyr
   [junit4]   2> 1631973 INFO  
(zkCallback-1717-thread-3-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1631974 INFO  (zkCallback-1721-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1631974 INFO  
(zkCallback-1726-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1631982 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:41038_jyr    ] 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_5E496CA0FE783115-001/shard-1-001/cores
   [junit4]   2> 1631982 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:41038_jyr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1631984 INFO  
(OverseerStateUpdate-96821349074862084-127.0.0.1:40772_jyr-n_0000000000) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1632993 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1633005 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1633105 WARN  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1633107 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1633113 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1633113 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
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_5E496CA0FE783115-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5E496CA0FE783115-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1633113 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e3f04b
   [junit4]   2> 1633114 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=433181911, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1633117 WARN  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1633123 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1633123 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1633125 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1633125 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1633125 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=20.869140625, 
floorSegmentMB=1.96875, forceMergeDeletesPctAllowed=20.674269579290964, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1633125 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@745aed50[collection1] main]
   [junit4]   2> 1633126 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1633126 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1633126 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1633127 INFO  
(searcherExecutor-6094-thread-1-processing-n:127.0.0.1:41038_jyr x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41038_jyr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@745aed50[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1633127 INFO  
(coreLoadExecutor-6093-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1549141588650754048
   [junit4]   2> 1633131 INFO  
(coreZkRegister-6088-thread-1-processing-n:127.0.0.1:41038_jyr x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41038_jyr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 1633131 INFO  
(coreZkRegister-6088-thread-1-processing-n:127.0.0.1:41038_jyr x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41038_jyr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 1633131 INFO  
(coreZkRegister-6088-thread-1-processing-n:127.0.0.1:41038_jyr x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41038_jyr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:41038/jyr/collection1/
   [junit4]   2> 1633132 INFO  
(coreZkRegister-6088-thread-1-processing-n:127.0.0.1:41038_jyr x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41038_jyr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1633132 INFO  
(coreZkRegister-6088-thread-1-processing-n:127.0.0.1:41038_jyr x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41038_jyr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:41038/jyr/collection1/ has no replicas
   [junit4]   2> 1633133 INFO  
(coreZkRegister-6088-thread-1-processing-n:127.0.0.1:41038_jyr x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41038_jyr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:41038/jyr/collection1/ shard2
   [junit4]   2> 1633284 INFO  
(coreZkRegister-6088-thread-1-processing-n:127.0.0.1:41038_jyr x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41038_jyr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 1633554 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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_5E496CA0FE783115-001/shard-2-001/cores/collection1
   [junit4]   2> 1633555 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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_5E496CA0FE783115-001/shard-2-001
   [junit4]   2> 1633556 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1633557 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@650b38d{/jyr,null,AVAILABLE}
   [junit4]   2> 1633557 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@765d2553{HTTP/1.1,[http/1.1]}{127.0.0.1:34677}
   [junit4]   2> 1633557 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.Server Started @1635554ms
   [junit4]   2> 1633557 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5E496CA0FE783115-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/jyr, hostPort=34336, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5E496CA0FE783115-001/shard-2-001/cores}
   [junit4]   2> 1633557 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1633558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1633558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1633558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1633558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-25T06:22:26.004Z
   [junit4]   2> 1633560 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1633560 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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_5E496CA0FE783115-001/shard-2-001/solr.xml
   [junit4]   2> 1633565 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45241/solr
   [junit4]   2> 1633570 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:34336_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1633572 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:34336_jyr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34336_jyr
   [junit4]   2> 1633573 INFO  
(zkCallback-1732-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1633573 INFO  (zkCallback-1721-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1633573 INFO  
(zkCallback-1717-thread-2-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1633573 INFO  
(zkCallback-1726-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1633587 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:34336_jyr    ] 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_5E496CA0FE783115-001/shard-2-001/cores
   [junit4]   2> 1633587 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:34336_jyr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1633588 INFO  
(OverseerStateUpdate-96821349074862084-127.0.0.1:40772_jyr-n_0000000000) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1634595 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1634607 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1634695 WARN  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1634697 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1634703 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1634703 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
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_5E496CA0FE783115-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5E496CA0FE783115-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1634703 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e3f04b
   [junit4]   2> 1634704 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=433181911, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1634706 WARN  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1634713 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1634713 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1634714 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1634714 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1634715 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=20.869140625, 
floorSegmentMB=1.96875, forceMergeDeletesPctAllowed=20.674269579290964, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1634715 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5d5fc68f[collection1] main]
   [junit4]   2> 1634715 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1634716 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1634716 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1634716 INFO  
(searcherExecutor-6105-thread-1-processing-n:127.0.0.1:34336_jyr x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34336_jyr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@5d5fc68f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1634716 INFO  
(coreLoadExecutor-6104-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1549141590316941312
   [junit4]   2> 1634721 INFO  
(coreZkRegister-6099-thread-1-processing-n:127.0.0.1:34336_jyr x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34336_jyr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 1634721 INFO  
(coreZkRegister-6099-thread-1-processing-n:127.0.0.1:34336_jyr x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34336_jyr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 1634721 INFO  
(coreZkRegister-6099-thread-1-processing-n:127.0.0.1:34336_jyr x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34336_jyr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34336/jyr/collection1/
   [junit4]   2> 1634721 INFO  
(coreZkRegister-6099-thread-1-processing-n:127.0.0.1:34336_jyr x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34336_jyr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1634721 INFO  
(coreZkRegister-6099-thread-1-processing-n:127.0.0.1:34336_jyr x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34336_jyr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:34336/jyr/collection1/ has no replicas
   [junit4]   2> 1634722 INFO  
(coreZkRegister-6099-thread-1-processing-n:127.0.0.1:34336_jyr x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34336_jyr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:34336/jyr/collection1/ shard1
   [junit4]   2> 1634873 INFO  
(coreZkRegister-6099-thread-1-processing-n:127.0.0.1:34336_jyr x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34336_jyr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 1635165 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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_5E496CA0FE783115-001/shard-3-001/cores/collection1
   [junit4]   2> 1635166 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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_5E496CA0FE783115-001/shard-3-001
   [junit4]   2> 1635166 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1635168 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55461666{/jyr,null,AVAILABLE}
   [junit4]   2> 1635168 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1111bd6{HTTP/1.1,[http/1.1]}{127.0.0.1:35050}
   [junit4]   2> 1635169 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.e.j.s.Server Started @1637166ms
   [junit4]   2> 1635169 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5E496CA0FE783115-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/jyr, hostPort=37265, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5E496CA0FE783115-001/shard-3-001/cores}
   [junit4]   2> 1635169 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1635170 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1635170 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1635170 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1635170 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-25T06:22:27.616Z
   [junit4]   2> 1635173 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1635173 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
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_5E496CA0FE783115-001/shard-3-001/solr.xml
   [junit4]   2> 1635183 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45241/solr
   [junit4]   2> 1635213 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:37265_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1635215 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:37265_jyr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37265_jyr
   [junit4]   2> 1635216 INFO  
(zkCallback-1732-thread-1-processing-n:127.0.0.1:34336_jyr) 
[n:127.0.0.1:34336_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1635216 INFO  
(zkCallback-1726-thread-1-processing-n:127.0.0.1:41038_jyr) 
[n:127.0.0.1:41038_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1635216 INFO  (zkCallback-1721-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1635216 INFO  
(zkCallback-1717-thread-3-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1635217 INFO  
(zkCallback-1738-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1635242 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:37265_jyr    ] 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_5E496CA0FE783115-001/shard-3-001/cores
   [junit4]   2> 1635242 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) 
[n:127.0.0.1:37265_jyr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1635243 INFO  
(OverseerStateUpdate-96821349074862084-127.0.0.1:40772_jyr-n_0000000000) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1636252 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1636264 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1636364 WARN  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1636366 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1636372 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1636372 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
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_5E496CA0FE783115-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5E496CA0FE783115-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1636372 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e3f04b
   [junit4]   2> 1636373 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=433181911, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1636376 WARN  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1636382 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1636382 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1636384 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1636384 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1636384 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=20.869140625, 
floorSegmentMB=1.96875, forceMergeDeletesPctAllowed=20.674269579290964, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1636385 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@584291f3[collection1] main]
   [junit4]   2> 1636385 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1636385 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1636385 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1636386 INFO  
(searcherExecutor-6116-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@584291f3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1636386 INFO  
(coreLoadExecutor-6115-thread-1-processing-n:127.0.0.1:37265_jyr) 
[n:127.0.0.1:37265_jyr c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1549141592068063232
   [junit4]   2> 1636390 INFO  
(coreZkRegister-6110-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 1636390 INFO  
(updateExecutor-1735-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 1636390 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1636390 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 1636390 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1]
   [junit4]   2> 1636390 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer 
updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1636390 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state 
of core [collection1] as recovering, leader is 
[http://127.0.0.1:41038/jyr/collection1/] and I am 
[http://127.0.0.1:37265/jyr/collection1/]
   [junit4]   2> 1636392 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:41038/jyr]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:37265_jyr&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1636392 INFO  (SocketProxy-Acceptor-41038) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53058,localport=41038], receiveBufferSize:531000
   [junit4]   2> 1636392 INFO  (SocketProxy-Acceptor-41038) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35056,localport=49466], receiveBufferSize=530904
   [junit4]   2> 1636393 INFO  (qtp2137769588-10868) [n:127.0.0.1:41038_jyr    
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1636393 INFO  (qtp2137769588-10868) [n:127.0.0.1:41038_jyr    
] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1636393 INFO  (qtp2137769588-10868) [n:127.0.0.1:41038_jyr    
] 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:37265_jyr, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:37265/jyr","node_name":"127.0.0.1:37265_jyr","state":"down"}
   [junit4]   2> 1636745 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1636745 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 1636745 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1637393 INFO  (qtp2137769588-10868) [n:127.0.0.1:41038_jyr    
] 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:37265_jyr, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:37265/jyr","node_name":"127.0.0.1:37265_jyr","state":"recovering"}
   [junit4]   2> 1637393 INFO  (qtp2137769588-10868) [n:127.0.0.1:41038_jyr    
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1637394 INFO  (qtp2137769588-10868) [n:127.0.0.1:41038_jyr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:37265_jyr&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> 1644394 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:41038/jyr/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1644394 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=http://127.0.0.1:37265/jyr START 
replicas=[http://127.0.0.1:41038/jyr/collection1/] nUpdates=100
   [junit4]   2> 1644395 INFO  (SocketProxy-Acceptor-41038) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53114,localport=41038], receiveBufferSize:531000
   [junit4]   2> 1644395 INFO  (SocketProxy-Acceptor-41038) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35056,localport=49522], receiveBufferSize=530904
   [junit4]   2> 1644396 INFO  (qtp2137769588-10868) [n:127.0.0.1:41038_jyr 
c:collection1 s:shard2 r:core_node1 x:collection1] 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> 1644396 INFO  (qtp2137769588-10868) [n:127.0.0.1:41038_jyr 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/jyr path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1644396 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] 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> 1644396 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. 
No need to do a PeerSync 
   [junit4]   2> 1644396 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1644396 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No 
uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1644396 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1644396 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 1644396 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 1644397 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1644397 INFO  
(recoveryExecutor-1736-thread-1-processing-n:127.0.0.1:37265_jyr x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37265_jyr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as 
Active after recovery.
   [junit4]   2> 1644746 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1644746 INFO  (SocketProxy-Acceptor-40772) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58838,localport=40772], receiveBufferSize:531000
   [junit4]   2> 1644747 INFO  (SocketProxy-Acceptor-40772) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33916,localport=57200], receiveBufferSize=530904
   [junit4]   2> 1644747 INFO  (qtp1858744850-10830) [n:127.0.0.1:40772_jyr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1644747 INFO  (qtp1858744850-10830) [n:127.0.0.1:40772_jyr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1644748 INFO  (qtp1858744850-10830) [n:127.0.0.1:40772_jyr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1644748 INFO  (qtp1858744850-10830) [n:127.0.0.1:40772_jyr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jyr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 1644748 INFO  (SocketProxy-Acceptor-34336) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45328,localport=34336], receiveBufferSize:531000
   [junit4]   2> 1644748 INFO  (SocketProxy-Acceptor-34336) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34677,localport=33606], receiveBufferSize=530904
   [junit4]   2> 1644750 INFO  (SocketProxy-Acceptor-34336) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45332,localport=34336], receiveBufferSize:531000
   [junit4]   2> 1644750 INFO  (SocketProxy-Acceptor-41038) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53130,localport=41038], receiveBufferSize:531000
   [junit4]   2> 1644750 INFO  (SocketProxy-Acceptor-37265) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49706,localport=37265], receiveBufferSize:531000
   [junit4]   2> 1644750 INFO  (SocketProxy-Acceptor-34336) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34677,localport=33614], receiveBufferSize=530904
   [junit4]   2> 1644750 INFO  (qtp583490338-10899) [n:127.0.0.1:34336_jyr 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1644750 INFO  (SocketProxy-Acceptor-41038) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35056,localport=49542], receiveBufferSize=530904
   [junit4]   2> 1644750 INFO  (qtp583490338-10899) [n:127.0.0.1:34336_jyr 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1644751 INFO  (SocketProxy-Acceptor-37265) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35050,localport=46950], receiveBufferSize=530904
   [junit4]   2> 1644751 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1644751 INFO  (qtp583490338-10899) [n:127.0.0.1:34336_jyr 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1644751 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1644751 INFO  (qtp605737059-10926) [n:127.0.0.1:37265_jyr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1644751 INFO  (qtp583490338-10899) [n:127.0.0.1:34336_jyr 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jyr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34336/jyr/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1644751 INFO  (qtp605737059-10926) [n:127.0.0.1:37265_jyr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1644751 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1644751 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jyr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34336/jyr/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1644751 INFO  (qtp605737059-10926) [n:127.0.0.1:37265_jyr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1644751 INFO  (qtp605737059-10926) [n:127.0.0.1:37265_jyr 
c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jyr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34336/jyr/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1644752 INFO  (qtp583490338-10897) [n:127.0.0.1:34336_jyr 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jyr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 1644753 INFO  (SocketProxy-Acceptor-41038) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53140,localport=41038], receiveBufferSize:531000
   [junit4]   2> 1644753 INFO  (SocketProxy-Acceptor-41038) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35056,localport=49548], receiveBufferSize=530904
   [junit4]   2> 1644753 INFO  (qtp2137769588-10868) [n:127.0.0.1:41038_jyr 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/jyr path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1644754 INFO  (SocketProxy-Acceptor-37265) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49718,localport=37265], receiveBufferSize:531000
   [junit4]   2> 1644754 INFO  (SocketProxy-Acceptor-37265) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35050,localport=46958], receiveBufferSize=530904
   [junit4]   2> 1644754 INFO  (qtp605737059-10928) [n:127.0.0.1:37265_jyr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/jyr path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1644754 INFO  (SocketProxy-Acceptor-34336) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45352,localport=34336], receiveBufferSize:531000
   [junit4]   2> 1644755 INFO  (SocketProxy-Acceptor-34336) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34677,localport=33630], receiveBufferSize=530904
   [junit4]   2> 1644755 INFO  (qtp583490338-10893) [n:127.0.0.1:34336_jyr 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/jyr path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1646755 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: 
c8n_1x3_lf
   [junit4]   2> 1646757 INFO  (SocketProxy-Acceptor-34336) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45356,localport=34336], receiveBufferSize:531000
   [junit4]   2> 1646757 INFO  (SocketProxy-Acceptor-34336) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34677,localport=33634], receiveBufferSize=530904
   [junit4]   2> 1646757 INFO  (qtp583490338-10897) [n:127.0.0.1:34336_jyr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1646759 INFO  
(OverseerThreadFactory-6080-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.CreateCollectionCmd Create collection 
c8n_1x3_lf
   [junit4]   2> 1646759 INFO  
(OverseerThreadFactory-6080-thread-1-processing-n:127.0.0.1:40772_jyr) 
[n:127.0.0.1:40772_jyr    ] o.a.s.c.CreateCollectionCmd Only one config set 
found in zk - using it:conf1
   [junit4]   2> 1646862 INFO  (SocketProxy-Acceptor-37265) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49730,localport=37265], receiveBufferSize:531000
   [junit4]   2> 1646862 INFO  (SocketProxy-Acceptor-41038) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53160,localport=41038], receiveBufferSize:531000
   [junit4]   2> 1646862 INFO  (SocketProxy-Acceptor-34336) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45366,localport=34336], receiveBufferSize:531000
   [junit4]   2> 1646863 INFO  (SocketProxy-Acceptor-37265) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35050,localport=46970], receiveBufferSize=530904
   [junit4]   2> 1646863 INFO  (qtp605737059-10926) [n:127.0.0.1:37265_jyr    ] 
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> 1646863 INFO  (SocketProxy-Acceptor-34336) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34677,localport=33646], receiveBufferSize=530904
   [junit4]   2> 1646863 INFO  (SocketProxy-Acceptor-41038) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35056,localport=49570], receiveBufferSize=530904
   [junit4]   2> 1646863 INFO  (qtp583490338-10893) [n:127.0.0.1:34336_jyr    ] 
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> 1646863 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr    
] 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> 1647889 INFO  (qtp583490338-10893) [n:127.0.0.1:34336_jyr 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1647889 INFO  (qtp605737059-10926) [n:127.0.0.1:37265_jyr 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1647889 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1647903 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 1647904 INFO  (qtp583490338-10893) [n:127.0.0.1:34336_jyr 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 1647904 INFO  (qtp605737059-10926) [n:127.0.0.1:37265_jyr 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 1648015 WARN  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] 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> 1648029 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1648036 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from 
collection c8n_1x3_lf
   [junit4]   2> 1648037 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica2] 
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_5E496CA0FE783115-001/shard-1-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_5E496CA0FE783115-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 1648037 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica2] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e3f04b
   [junit4]   2> 1648038 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=433181911, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1648041 WARN  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica2] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1648046 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1648046 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1648048 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1648048 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1648049 INFO  (qtp2137769588-10870) [n:127.0.0.1:41038_jyr 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica2] 
o.a.s.u.RandomMergePol

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

rseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 1744774 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:40772/jyr, 
target: http://127.0.0.1:33916/jyr
   [junit4]   2> 1744774 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:37265/jyr, 
target: http://127.0.0.1:35050/jyr
   [junit4]   2> 1744774 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:34336/jyr, 
target: http://127.0.0.1:34677/jyr
   [junit4]   2> 1744774 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[5E496CA0FE783115]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:41038/jyr, 
target: http://127.0.0.1:35056/jyr
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=5E496CA0FE783115 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=bg-BG -Dtests.timezone=Africa/Malabo -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  115s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node2:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:34336/jyr","node_name":"127.0.0.1:34336_jyr","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/31)={
   [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:37265/jyr";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "node_name":"127.0.0.1:37265_jyr"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:34336/jyr";,
   [junit4]    >           "node_name":"127.0.0.1:34336_jyr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:41038/jyr";,
   [junit4]    >           "node_name":"127.0.0.1:41038_jyr",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5E496CA0FE783115:D61D537A50845CED]: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 
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.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1744777 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[5E496CA0FE783115]-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_5E496CA0FE783115-001
   [junit4]   2> Oct 25, 2016 6:24:17 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=BlockTreeOrds(blocksize=128), 
_version_=PostingsFormat(name=Memory doPackFST= true), 
multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 intDefault=PostingsFormat(name=Memory doPackFST= true), 
id=BlockTreeOrds(blocksize=128), 
range_facet_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text=FST50, 
range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1835, 
maxMBSortInHeap=5.998188562085669, sim=RandomSimilarity(queryNorm=true): {}, 
locale=bg-BG, timezone=Africa/Malabo
   [junit4]   2> NOTE: Linux 4.4.0-42-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=12,threads=1,free=260003096,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CursorMarkTest, 
OpenCloseCoreStressTest, TestDynamicFieldCollectionResource, 
TestCloudInspectUtil, HdfsRecoveryZkTest, BaseCdcrDistributedZkTest, 
CSVRequestHandlerTest, TestFuzzyAnalyzedSuggestions, 
TestCursorMarkWithoutUniqueKey, HighlighterTest, TestSolrCLIRunExample, 
ShardSplitTest, DistributedFacetPivotSmallAdvancedTest, TestStandardQParsers, 
TestNumericTerms32, TestHighFrequencyDictionaryFactory, TestXmlQParser, 
SolrXmlInZkTest, TestRebalanceLeaders, TestPKIAuthenticationPlugin, 
TestPerFieldSimilarity, CheckHdfsIndexTest, SOLR749Test, 
CloneFieldUpdateProcessorFactoryTest, TestSortingResponseWriter, 
SoftAutoCommitTest, SchemaVersionSpecificBehaviorTest, SolrInfoMBeanTest, 
TestOnReconnectListenerSupport, TestSimpleTrackingShardHandler, 
TestFieldCacheVsDocValues, TestBlendedInfixSuggestions, OverseerRolesTest, 
SpellingQueryConverterTest, ZkSolrClientTest, TestXIncludeConfig, 
DistributedQueryComponentCustomSortTest, SortSpecParsingTest, 
AliasIntegrationTest, SimpleCollectionCreateDeleteTest, 
TriLevelCompositeIdRoutingTest, SuggesterFSTTest, 
CollectionsAPIAsyncDistributedZkTest, ZkCLITest, BadComponentTest, 
EnumFieldTest, UpdateRequestProcessorFactoryTest, SolrIndexSplitterTest, 
TestSubQueryTransformerCrossCore, RuleEngineTest, 
TestManagedSynonymFilterFactory, SpellCheckCollatorTest, SimplePostToolTest, 
CdcrReplicationHandlerTest, StatsReloadRaceTest, TestBM25SimilarityFactory, 
SuggestComponentTest, DistributedMLTComponentTest, CoreAdminCreateDiscoverTest, 
TestFastLRUCache, WordBreakSolrSpellCheckerTest, TestDocTermOrds, 
TestDownShardTolerantSearch, TestPartialUpdateDeduplication, 
RollingRestartTest, HdfsWriteToMultipleCollectionsTest, 
OpenExchangeRatesOrgProviderTest, TestCollationFieldDocValues, SampleTest, 
TestRawResponseWriter, TestFieldSortValues, DistanceUnitsTest, 
LoggingHandlerTest, CloudMLTQParserTest, TestIntervalFaceting, 
TestOverriddenPrefixQueryForCustomFieldType, TestSQLHandlerNonCloud, 
TestConfigSetImmutable, DistributedFacetExistsSmallTest, 
HighlighterMaxOffsetTest, TermsComponentTest, DOMUtilTest, 
DistributedIntervalFacetingTest, DistributedTermsComponentTest, 
DirectSolrConnectionTest, ClusterStateUpdateTest, CustomCollectionTest, 
IndexBasedSpellCheckerTest, PeerSyncReplicationTest, 
HdfsCollectionsAPIDistributedZkTest, ZkControllerTest, DocumentBuilderTest, 
TestHashPartitioner, DeleteStatusTest, TestStressVersions, 
TermVectorComponentTest, TestCoreContainer, TestDocumentBuilder, 
ResponseHeaderTest, TestSolrIndexConfig, QueryResultKeyTest, 
TestCollapseQParserPlugin, BasicZkTest, RecoveryZkTest, TestRandomFaceting, 
LeaderElectionTest, ShardRoutingCustomTest, TestDistributedGrouping, 
TestFaceting, TestRecovery, TermVectorComponentDistributedTest, 
TestStressReorder, HardAutoCommitTest, SimpleFacetsTest, TestSolr4Spatial, 
SolrCoreTest, SpellCheckComponentTest, SolrCmdDistributorTest, 
ConvertedLegacyTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, 
TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, 
CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, 
AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, CoreAdminHandlerTest, 
TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, TestStressLucene, 
TestTrie, SpatialFilterTest, TestCSVLoader, PolyFieldTest, TestUpdate, 
TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, 
DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, 
SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, 
DistanceFunctionTest, TestSolrDeletionPolicy1, TestSurroundQueryParser, 
TestQueryUtils, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, 
DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, 
XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, 
MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, 
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, 
IndexSchemaTest, ReturnFieldsTest, QueryParsingTest, JsonLoaderTest, 
BinaryUpdateRequestHandlerTest, TestQuerySenderListener, UpdateParamsTest, 
AlternateDirectoryTest, CopyFieldTest, TestStressRecovery, 
TestSystemIdResolver, DateFieldTest, RAMDirectoryFactoryTest, ClusterStateTest, 
TestLRUCache, TestUtils, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, 
FileUtilsTest, TestRTGBase, CursorPagingTest, TestHighlightDedupGrouping, 
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AssignTest, 
CdcrBootstrapTest, ForceLeaderTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [413/642 (1!)] on J1 in 115.96s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 61078 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to