Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2195/
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_replica3","base_url":"http://127.0.0.1:44845","node_name":"127.0.0.1:44845_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:35779";,           
"core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:35779_"}, 
        "core_node2":{           "core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:44845";,           "node_name":"127.0.0.1:44845_",  
         "state":"active",           "leader":"true"},         "core_node3":{   
        "core":"c8n_1x3_lf_shard1_replica1",           
"base_url":"http://127.0.0.1:37579";,           "node_name":"127.0.0.1:37579_",  
         "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_replica3","base_url":"http://127.0.0.1:44845","node_name":"127.0.0.1:44845_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:35779";,
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:35779_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:44845";,
          "node_name":"127.0.0.1:44845_",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:37579";,
          "node_name":"127.0.0.1:37579_",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([223ADF509CA06930:AA6EE08A325C04C8]: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:168)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
        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:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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 11505 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/init-core-data-001
   [junit4]   2> 752252 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[223ADF509CA06930]-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> 752252 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[223ADF509CA06930]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 752254 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 752254 INFO  (Thread-1760) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 752254 INFO  (Thread-1760) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 752354 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33368
   [junit4]   2> 752359 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 752360 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 752361 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 752362 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 752363 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 752363 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 752364 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 752364 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 752365 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 752365 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 752365 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 752873 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/control-001/cores/collection1
   [junit4]   2> 752874 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 752875 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b101cc6{/,null,AVAILABLE}
   [junit4]   2> 752876 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@56ab88be{HTTP/1.1,[http/1.1]}{127.0.0.1:43170}
   [junit4]   2> 752876 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.Server Started @755840ms
   [junit4]   2> 752876 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/tempDir-001/control/data,
 hostContext=/, hostPort=35719, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/control-001/cores}
   [junit4]   2> 752876 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 752876 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.4.0
   [junit4]   2> 752876 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 752876 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 752876 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-16T14:27:35.127Z
   [junit4]   2> 752879 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 752879 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/control-001/solr.xml
   [junit4]   2> 752886 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 752886 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33368/solr
   [junit4]   2> 752896 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:35719_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:35719_
   [junit4]   2> 752897 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:35719_    ] o.a.s.c.Overseer Overseer 
(id=96947827802505220-127.0.0.1:35719_-n_0000000000) starting
   [junit4]   2> 752899 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:35719_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35719_
   [junit4]   2> 752900 INFO  
(zkCallback-1287-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 752910 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:35719_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/control-001/cores
   [junit4]   2> 752910 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:35719_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 752911 INFO  
(OverseerStateUpdate-96947827802505220-127.0.0.1:35719_-n_0000000000) 
[n:127.0.0.1:35719_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 753917 WARN  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 753918 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 753928 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 754010 WARN  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ 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> 754013 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 754020 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 754021 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ 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-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/control-001/cores/collection1/data/]
   [junit4]   2> 754021 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ 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@6fdd2
   [junit4]   2> 754022 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 754024 WARN  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ 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> 754031 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ 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> 754031 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ 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> 754031 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 754031 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 754032 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ 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=46, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=71.7177734375, 
floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=7.399867239977889, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 754032 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4d9b4597[collection1] main]
   [junit4]   2> 754032 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 754033 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ 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> 754033 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 754033 INFO  
(searcherExecutor-3786-thread-1-processing-n:127.0.0.1:35719_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@4d9b4597[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 754033 INFO  
(coreLoadExecutor-3785-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_ 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 1551165246704451584
   [junit4]   2> 754037 INFO  
(coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 754037 INFO  
(coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ 
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> 754038 INFO  
(coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:35719/collection1/
   [junit4]   2> 754038 INFO  
(coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 754038 INFO  
(coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:35719/collection1/ has no replicas
   [junit4]   2> 754039 INFO  
(coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ 
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:35719/collection1/ shard1
   [junit4]   2> 754190 INFO  
(coreZkRegister-3778-thread-1-processing-n:127.0.0.1:35719_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:35719_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 754413 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 754414 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 754471 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001/cores/collection1
   [junit4]   2> 754472 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001
   [junit4]   2> 754472 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 754473 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@215a70b9{/,null,AVAILABLE}
   [junit4]   2> 754473 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@75a3ff85{HTTP/1.1,[http/1.1]}{127.0.0.1:45588}
   [junit4]   2> 754474 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.Server Started @757438ms
   [junit4]   2> 754474 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=44845, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001/cores}
   [junit4]   2> 754474 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 754474 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.4.0
   [junit4]   2> 754474 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 754474 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 754474 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-16T14:27:36.725Z
   [junit4]   2> 754476 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 754476 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001/solr.xml
   [junit4]   2> 754481 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 754482 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33368/solr
   [junit4]   2> 754488 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:44845_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 754489 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:44845_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44845_
   [junit4]   2> 754490 INFO  
(zkCallback-1296-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 754491 INFO  (zkCallback-1291-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 754491 INFO  
(zkCallback-1287-thread-2-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 754500 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:44845_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001/cores
   [junit4]   2> 754500 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:44845_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 754501 INFO  
(OverseerStateUpdate-96947827802505220-127.0.0.1:35719_-n_0000000000) 
[n:127.0.0.1:35719_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 755508 WARN  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 755509 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 755519 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 755594 WARN  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ 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> 755596 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 755601 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 755602 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 755602 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ 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@6fdd2
   [junit4]   2> 755602 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 755612 WARN  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ 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> 755618 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 755618 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ 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> 755619 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 755619 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 755619 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=71.7177734375, 
floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=7.399867239977889, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 755619 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1edf63a2[collection1] main]
   [junit4]   2> 755620 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 755620 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ 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> 755620 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 755621 INFO  
(searcherExecutor-3797-thread-1-processing-n:127.0.0.1:44845_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@1edf63a2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 755621 INFO  
(coreLoadExecutor-3796-thread-1-processing-n:127.0.0.1:44845_) 
[n:127.0.0.1:44845_ 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 1551165248369590272
   [junit4]   2> 755626 INFO  
(coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 755626 INFO  
(coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ 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> 755626 INFO  
(coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44845/collection1/
   [junit4]   2> 755626 INFO  
(coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 755626 INFO  
(coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:44845/collection1/ has no replicas
   [junit4]   2> 755628 INFO  
(coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:44845/collection1/ shard2
   [junit4]   2> 755778 INFO  
(coreZkRegister-3791-thread-1-processing-n:127.0.0.1:44845_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:44845_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 756060 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores/collection1
   [junit4]   2> 756061 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001
   [junit4]   2> 756061 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 756062 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@727f0fcd{/,null,AVAILABLE}
   [junit4]   2> 756062 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@33c480{HTTP/1.1,[http/1.1]}{127.0.0.1:36877}
   [junit4]   2> 756063 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.Server Started @759027ms
   [junit4]   2> 756063 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=37579, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores}
   [junit4]   2> 756063 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 756063 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.4.0
   [junit4]   2> 756063 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 756063 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 756063 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-16T14:27:38.314Z
   [junit4]   2> 756065 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 756065 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/solr.xml
   [junit4]   2> 756069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 756069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33368/solr
   [junit4]   2> 756075 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:37579_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 756076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:37579_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37579_
   [junit4]   2> 756077 INFO  (zkCallback-1291-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 756078 INFO  
(zkCallback-1302-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 756078 INFO  
(zkCallback-1287-thread-3-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 756078 INFO  
(zkCallback-1296-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 756100 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:37579_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores
   [junit4]   2> 756100 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:37579_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 756102 INFO  
(OverseerStateUpdate-96947827802505220-127.0.0.1:35719_-n_0000000000) 
[n:127.0.0.1:35719_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 757108 WARN  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 757109 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 757120 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 757187 WARN  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ 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> 757188 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 757195 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 757195 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 757195 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ 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@6fdd2
   [junit4]   2> 757196 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 757198 WARN  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ 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> 757204 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 757204 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ 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> 757214 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 757215 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 757215 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=71.7177734375, 
floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=7.399867239977889, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 757215 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@60715a07[collection1] main]
   [junit4]   2> 757216 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 757216 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ 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> 757216 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 757217 INFO  
(searcherExecutor-3808-thread-1-processing-n:127.0.0.1:37579_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@60715a07[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 757217 INFO  
(coreLoadExecutor-3807-thread-1-processing-n:127.0.0.1:37579_) 
[n:127.0.0.1:37579_ 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 1551165250043117568
   [junit4]   2> 757221 INFO  
(coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 757221 INFO  
(coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ 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> 757221 INFO  
(coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37579/collection1/
   [junit4]   2> 757221 INFO  
(coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 757221 INFO  
(coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:37579/collection1/ has no replicas
   [junit4]   2> 757224 INFO  
(coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:37579/collection1/ shard1
   [junit4]   2> 757374 INFO  
(coreZkRegister-3802-thread-1-processing-n:127.0.0.1:37579_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:37579_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 757661 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001/cores/collection1
   [junit4]   2> 757661 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001
   [junit4]   2> 757662 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 757663 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@24f9795c{/,null,AVAILABLE}
   [junit4]   2> 757663 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6e1532ec{HTTP/1.1,[http/1.1]}{127.0.0.1:35549}
   [junit4]   2> 757663 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.Server Started @760627ms
   [junit4]   2> 757663 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=35779, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001/cores}
   [junit4]   2> 757663 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 757663 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.4.0
   [junit4]   2> 757663 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 757663 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 757663 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-16T14:27:39.914Z
   [junit4]   2> 757665 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 757665 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001/solr.xml
   [junit4]   2> 757670 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 757670 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33368/solr
   [junit4]   2> 757676 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:35779_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 757679 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:35779_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35779_
   [junit4]   2> 757680 INFO  
(zkCallback-1302-thread-1-processing-n:127.0.0.1:37579_) [n:127.0.0.1:37579_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 757680 INFO  
(zkCallback-1296-thread-1-processing-n:127.0.0.1:44845_) [n:127.0.0.1:44845_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 757680 INFO  
(zkCallback-1308-thread-1-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 757680 INFO  (zkCallback-1291-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 757680 INFO  
(zkCallback-1287-thread-3-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 757692 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:35779_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001/cores
   [junit4]   2> 757693 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[n:127.0.0.1:35779_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 757694 INFO  
(OverseerStateUpdate-96947827802505220-127.0.0.1:35719_-n_0000000000) 
[n:127.0.0.1:35719_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 758700 WARN  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 758701 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 758734 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 758800 WARN  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ 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> 758802 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 758808 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 758808 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 758808 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ 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@6fdd2
   [junit4]   2> 758809 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 758812 WARN  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ 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> 758817 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 758817 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ 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> 758818 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 758818 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 758819 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=71.7177734375, 
floorSegmentMB=1.2822265625, forceMergeDeletesPctAllowed=7.399867239977889, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 758819 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b615342[collection1] main]
   [junit4]   2> 758819 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 758819 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ 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> 758820 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 758820 INFO  
(searcherExecutor-3819-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@1b615342[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 758820 INFO  
(coreLoadExecutor-3818-thread-1-processing-n:127.0.0.1:35779_) 
[n:127.0.0.1:35779_ 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 1551165251723984896
   [junit4]   2> 758823 INFO  
(coreZkRegister-3813-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 758824 INFO  
(updateExecutor-1305-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 758824 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 758824 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 758824 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 758824 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ 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> 758824 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ 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:44845/collection1/] 
and I am [http://127.0.0.1:35779/collection1/]
   [junit4]   2> 758825 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:44845]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:35779_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 758826 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=48904,localport=44845], receiveBufferSize:531000
   [junit4]   2> 758826 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45588,localport=36330], receiveBufferSize=530904
   [junit4]   2> 758827 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 758827 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 758827 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_    ] 
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:35779_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35779","node_name":"127.0.0.1:35779_","state":"down"}
   [junit4]   2> 759195 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 759195 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 759195 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 759827 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_    ] 
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:35779_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35779","node_name":"127.0.0.1:35779_","state":"recovering"}
   [junit4]   2> 759828 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 759828 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:35779_&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> 766828 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:44845/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 766828 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=http://127.0.0.1:35779 START replicas=[http://127.0.0.1:44845/collection1/] 
nUpdates=100
   [junit4]   2> 766830 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=48910,localport=44845], receiveBufferSize:531000
   [junit4]   2> 766830 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45588,localport=36336], receiveBufferSize=530904
   [junit4]   2> 766830 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_ 
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> 766830 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 766831 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ 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> 766831 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ 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> 766831 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ 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> 766831 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 766831 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 766831 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 766831 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 766831 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 766831 INFO  
(recoveryExecutor-1306-thread-1-processing-n:127.0.0.1:35779_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35779_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 767196 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 767196 INFO  (SocketProxy-Acceptor-35719) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45976,localport=35719], receiveBufferSize:531000
   [junit4]   2> 767196 INFO  (SocketProxy-Acceptor-35719) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43170,localport=35506], receiveBufferSize=530904
   [junit4]   2> 767197 INFO  (qtp1076023918-7199) [n:127.0.0.1:35719_ 
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> 767197 INFO  (qtp1076023918-7199) [n:127.0.0.1:35719_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 767197 INFO  (qtp1076023918-7199) [n:127.0.0.1:35719_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 767197 INFO  (qtp1076023918-7199) [n:127.0.0.1:35719_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 767198 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=48918,localport=44845], receiveBufferSize:531000
   [junit4]   2> 767198 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45588,localport=36344], receiveBufferSize=530904
   [junit4]   2> 767200 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=48924,localport=44845], receiveBufferSize:531000
   [junit4]   2> 767200 INFO  (SocketProxy-Acceptor-37579) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51076,localport=37579], receiveBufferSize:531000
   [junit4]   2> 767200 INFO  (SocketProxy-Acceptor-35779) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=44846,localport=35779], receiveBufferSize:531000
   [junit4]   2> 767201 INFO  (SocketProxy-Acceptor-35779) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35549,localport=56520], receiveBufferSize=530904
   [junit4]   2> 767201 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_ 
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> 767201 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45588,localport=36352], receiveBufferSize=530904
   [junit4]   2> 767201 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 767201 INFO  (SocketProxy-Acceptor-37579) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36877,localport=49596], receiveBufferSize=530904
   [junit4]   2> 767201 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 767201 INFO  (qtp683625771-7228) [n:127.0.0.1:44845_ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44845/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 767201 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ 
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> 767201 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_ 
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> 767201 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 767201 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 767201 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 767201 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 767201 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44845/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 767201 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_ 
c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44845/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 767202 INFO  (qtp683625771-7235) [n:127.0.0.1:44845_ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 767202 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=48934,localport=44845], receiveBufferSize:531000
   [junit4]   2> 767203 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45588,localport=36360], receiveBufferSize=530904
   [junit4]   2> 767203 INFO  (qtp683625771-7231) [n:127.0.0.1:44845_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 767203 INFO  (SocketProxy-Acceptor-35779) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=44858,localport=35779], receiveBufferSize:531000
   [junit4]   2> 767204 INFO  (SocketProxy-Acceptor-35779) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35549,localport=56528], receiveBufferSize=530904
   [junit4]   2> 767204 INFO  (qtp98951620-7294) [n:127.0.0.1:35779_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 767204 INFO  (SocketProxy-Acceptor-37579) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51096,localport=37579], receiveBufferSize:531000
   [junit4]   2> 767205 INFO  (SocketProxy-Acceptor-37579) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36877,localport=49610], receiveBufferSize=530904
   [junit4]   2> 767205 INFO  (qtp323726591-7265) [n:127.0.0.1:37579_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 769205 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: 
c8n_1x3_lf
   [junit4]   2> 769206 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=48946,localport=44845], receiveBufferSize:531000
   [junit4]   2> 769206 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45588,localport=36372], receiveBufferSize=530904
   [junit4]   2> 769206 INFO  (qtp683625771-7235) [n:127.0.0.1:44845_    ] 
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> 769208 INFO  
(OverseerThreadFactory-3783-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_    ] o.a.s.c.CreateCollectionCmd Create collection 
c8n_1x3_lf
   [junit4]   2> 769208 INFO  
(OverseerThreadFactory-3783-thread-1-processing-n:127.0.0.1:35719_) 
[n:127.0.0.1:35719_    ] o.a.s.c.CreateCollectionCmd Only one config set found 
in zk - using it:conf1
   [junit4]   2> 769311 INFO  (SocketProxy-Acceptor-35779) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=44870,localport=35779], receiveBufferSize:531000
   [junit4]   2> 769311 INFO  (SocketProxy-Acceptor-37579) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51106,localport=37579], receiveBufferSize:531000
   [junit4]   2> 769311 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=48952,localport=44845], receiveBufferSize:531000
   [junit4]   2> 769311 INFO  (SocketProxy-Acceptor-35779) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35549,localport=56544], receiveBufferSize=530904
   [junit4]   2> 769311 INFO  (SocketProxy-Acceptor-37579) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36877,localport=49624], receiveBufferSize=530904
   [junit4]   2> 769311 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_    ] 
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> 769311 INFO  (SocketProxy-Acceptor-44845) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45588,localport=36384], receiveBufferSize=530904
   [junit4]   2> 769311 INFO  (qtp683625771-7231) [n:127.0.0.1:44845_    ] 
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> 769311 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_    ] 
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> 770320 WARN  (qtp323726591-7264) [n:127.0.0.1:37579_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 770321 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 770322 WARN  (qtp98951620-7292) [n:127.0.0.1:35779_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 770322 WARN  (qtp683625771-7231) [n:127.0.0.1:44845_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 770323 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 770323 INFO  (qtp683625771-7231) [n:127.0.0.1:44845_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 770348 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ 
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> 770355 INFO  (qtp683625771-7231) [n:127.0.0.1:44845_ 
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> 770357 INFO  (qtp98951620-7292) [n:127.0.0.1:35779_ 
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> 770434 WARN  (qtp323726591-7264) [n:127.0.0.1:37579_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 770436 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 770440 WARN  (qtp683625771-7231) [n:127.0.0.1:44845_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica3] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 770442 INFO  (qtp683625771-7231) [n:127.0.0.1:44845_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 770442 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from 
collection c8n_1x3_lf
   [junit4]   2> 770443 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] 
o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 770443 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fdd2
   [junit4]   2> 770443 WARN  (qtp98951620-7292) [n:127.0.0.1:35779_ 
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> 770444 INFO  (qtp323726591-7264) [n:127.0.0.1:37579_ 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index

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

795 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) 
[    ] o.a.s.c.Overseer Overseer 
(id=96947827802505230-127.0.0.1:35779_-n_0000000003) closing
   [junit4]   2> 865795 INFO  
(OverseerStateUpdate-96947827802505230-127.0.0.1:35779_-n_0000000003) 
[n:127.0.0.1:35779_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:35779_
   [junit4]   2> 865800 WARN  
(zkCallback-1308-thread-4-processing-n:127.0.0.1:35779_) [n:127.0.0.1:35779_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 865801 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@6e1532ec{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 865801 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@24f9795c{/,null,UNAVAILABLE}
   [junit4]   2> 865802 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33368 33368
   [junit4]   2> 865871 INFO  (Thread-1760) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33368 33368
   [junit4]   2> 865871 WARN  (Thread-1760) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/96947827802505224-127.0.0.1:44845_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        111     /solr/overseer/collection-queue-work
   [junit4]   2>        42      /solr/overseer/queue
   [junit4]   2>        11      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 865871 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:35719/, target: 
http://127.0.0.1:43170/
   [junit4]   2> 865872 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:37579/, target: 
http://127.0.0.1:36877/
   [junit4]   2> 865872 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.SocketProxy Closing 12 connections to: http://127.0.0.1:44845/, target: 
http://127.0.0.1:45588/
   [junit4]   2> 865872 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[223ADF509CA06930]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:35779/, target: 
http://127.0.0.1:35549/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=223ADF509CA06930 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sq -Dtests.timezone=Africa/Conakry -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  114s 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_replica3","base_url":"http://127.0.0.1:44845","node_name":"127.0.0.1:44845_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:35779";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:35779_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:44845";,
   [junit4]    >           "node_name":"127.0.0.1:44845_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:37579";,
   [junit4]    >           "node_name":"127.0.0.1:37579_",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([223ADF509CA06930:AA6EE08A325C04C8]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 865874 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[223ADF509CA06930]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_223ADF509CA06930-001
   [junit4]   2> Nov 16, 2016 2:29:28 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=Lucene50(blocksize=128), 
_version_=BlockTreeOrds(blocksize=128), 
multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a_t=BlockTreeOrds(blocksize=128), intDefault=BlockTreeOrds(blocksize=128), 
id=Lucene50(blocksize=128), range_facet_i_dv=BlockTreeOrds(blocksize=128), 
text=PostingsFormat(name=LuceneVarGapFixedInterval), 
range_facet_l=BlockTreeOrds(blocksize=128), 
timestamp=BlockTreeOrds(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=396, 
maxMBSortInHeap=6.607853036595631, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=sq, 
timezone=Africa/Conakry
   [junit4]   2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=12,threads=1,free=215225112,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheSanityChecker, 
SolrIndexConfigTest, CustomCollectionTest, TestBlendedInfixSuggestions, 
SharedFSAutoReplicaFailoverUtilsTest, TestSolrFieldCacheMBean, 
DirectSolrConnectionTest, TestQueryUtils, TestOrdValues, 
TestHighFrequencyDictionaryFactory, TestMiniSolrCloudCluster, 
TestConfigSetProperties, TestCoreContainer, TestInfoStreamLogging, 
ZkSolrClientTest, SortByFunctionTest, SystemInfoHandlerTest, TestCharFilters, 
RemoteQueryErrorTest, TestBackupRepositoryFactory, 
TestRandomCollapseQParserPlugin, TestQuerySenderListener, ConfigSetsAPITest, 
TestTrie, TestConfigReload, DocumentBuilderTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestFieldTypeResource, 
OpenCloseCoreStressTest, TestSimpleTrackingShardHandler, SimplePostToolTest, 
BooleanFieldTest, TestJsonRequest, HdfsNNFailoverTest, 
TestLeaderInitiatedRecoveryThread, TestSweetSpotSimilarityFactory, 
DistanceFunctionTest, TestHashPartitioner, TestJettySolrRunner, 
TestCustomDocTransformer, TestPartialUpdateDeduplication, TestRecoveryHdfs, 
TestSolrCoreSnapshots, IndexBasedSpellCheckerTest, ZkStateWriterTest, 
StressHdfsTest, DeleteStatusTest, SolrIndexSplitterTest, TestSolrCLIRunExample, 
CdcrReplicationHandlerTest, DistributedQueryComponentCustomSortTest, 
TestComplexPhraseQParserPlugin, SaslZkACLProviderTest, 
TestDefaultSearchFieldResource, DataDrivenBlockJoinTest, 
TestFieldCacheVsDocValues, LoggingHandlerTest, TermsComponentTest, 
TestFilteredDocIdSet, ClusterStateUpdateTest, 
CollectionsAPIAsyncDistributedZkTest, IndexSchemaTest, 
WordBreakSolrSpellCheckerTest, CloneFieldUpdateProcessorFactoryTest, 
HdfsRestartWhileUpdatingTest, SpatialHeatmapFacetsTest, 
PKIAuthenticationIntegrationTest, TestRawTransformer, BufferStoreTest, 
TestLuceneMatchVersion, SpellCheckCollatorTest, 
LeaderInitiatedRecoveryOnShardRestartTest, CSVRequestHandlerTest, RulesTest, 
TestManagedSchema, TestReloadAndDeleteDocs, AliasIntegrationTest, 
ForceLeaderTest, JsonLoaderTest, BasicFunctionalityTest, AddBlockUpdateTest, 
TestSolrQueryParserDefaultOperatorResource, TestGraphMLResponseWriter, 
JSONWriterTest, TestClassicSimilarityFactory, OverseerModifyCollectionTest, 
TestBM25SimilarityFactory, TestFieldCollectionResource, 
TestRequestStatusCollectionAPI, TestQueryTypes, DocValuesMissingTest, 
SpellingQueryConverterTest, HLLUtilTest, TestLMDirichletSimilarityFactory, 
TestOnReconnectListenerSupport, StatsReloadRaceTest, TestRTGBase, 
ShardRoutingTest, TestFastOutputStream, TestSubQueryTransformer, TestLRUCache, 
TestCursorMarkWithoutUniqueKey, SampleTest, DocValuesTest, CopyFieldTest, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [242/653 (1!)] on J1 in 114.64s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 61971 lines...]

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

Reply via email to