Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19513/
Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:40128/r_h","node_name":"127.0.0.1:40128_r_h","state":"active","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:42505/r_h";,           
"core":"c8n_1x3_lf_shard1_replica2",           
"node_name":"127.0.0.1:42505_r_h"},         "core_node2":{           
"core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:40943/r_h";,           
"node_name":"127.0.0.1:40943_r_h",           "state":"down"},         
"core_node3":{           "core":"c8n_1x3_lf_shard1_replica1",           
"base_url":"http://127.0.0.1:40128/r_h";,           
"node_name":"127.0.0.1:40128_r_h",           "state":"active",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false",   "realtimeReplicas":"1"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:40128/r_h","node_name":"127.0.0.1:40128_r_h","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:42505/r_h";,
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:42505_r_h"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:40943/r_h";,
          "node_name":"127.0.0.1:40943_r_h",
          "state":"down"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:40128/r_h";,
          "node_name":"127.0.0.1:40128_r_h",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "realtimeReplicas":"1"}
        at 
__randomizedtesting.SeedInfo.seed([511AB714886B7B56:D94E88CE269716AE]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12683 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/init-core-data-001
   [junit4]   2> 1496380 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[511AB714886B7B56]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1496381 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[511AB714886B7B56]-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> 1496381 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[511AB714886B7B56]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /r_h/
   [junit4]   2> 1496382 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1496382 INFO  (Thread-3128) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1496382 INFO  (Thread-3128) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1496383 ERROR (Thread-3128) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1496482 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37471
   [junit4]   2> 1496488 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1496489 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1496490 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1496490 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1496491 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1496491 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1496492 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1496492 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1496493 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1496493 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1496494 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1496558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/control-001/cores/collection1
   [junit4]   2> 1496559 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1496560 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7f963dce{/r_h,null,AVAILABLE}
   [junit4]   2> 1496561 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@785a3a6{HTTP/1.1,[http/1.1]}{127.0.0.1:45065}
   [junit4]   2> 1496561 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.Server Started @1502344ms
   [junit4]   2> 1496561 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/tempDir-001/control/data,
 hostContext=/r_h, hostPort=40128, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/control-001/cores}
   [junit4]   2> 1496561 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1496561 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1496562 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1496562 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1496562 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-29T16:22:35.564Z
   [junit4]   2> 1496563 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1496563 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/control-001/solr.xml
   [junit4]   2> 1496567 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1496569 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37471/solr
   [junit4]   2> 1496577 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1496577 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40128_r_h
   [junit4]   2> 1496578 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.Overseer Overseer 
(id=97876898964111364-127.0.0.1:40128_r_h-n_0000000000) starting
   [junit4]   2> 1496587 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40128_r_h
   [junit4]   2> 1496587 INFO  
(zkCallback-2049-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1496652 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40128_r_h    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1496655 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40128_r_h    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1496656 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40128_r_h    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1496657 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/control-001/cores
   [junit4]   2> 1496657 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1496657 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1496658 INFO  
(OverseerStateUpdate-97876898964111364-127.0.0.1:40128_r_h-n_0000000000) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1497667 WARN  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1497668 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1497690 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1497833 WARN  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h 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> 1497836 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1497849 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 1497850 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.core_node1' (registry 
'solr.core.control_collection.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1497850 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1497850 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/control-001/cores/collection1/data/]
   [junit4]   2> 1497851 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1497853 WARN  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1497881 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1497881 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1497881 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1497882 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1497882 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.783203125, 
noCFSRatio=0.23548415261365685]
   [junit4]   2> 1497882 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6d195895[collection1] main]
   [junit4]   2> 1497883 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1497883 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1497884 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1497885 INFO  
(searcherExecutor-6454-thread-1-processing-n:127.0.0.1:40128_r_h x:collection1 
c:control_collection) [n:127.0.0.1:40128_r_h c:control_collection   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6d195895[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1497885 INFO  
(coreLoadExecutor-6453-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1566030385000742912
   [junit4]   2> 1497889 INFO  
(coreZkRegister-6446-thread-1-processing-n:127.0.0.1:40128_r_h x:collection1 
c:control_collection) [n:127.0.0.1:40128_r_h c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1497889 INFO  
(coreZkRegister-6446-thread-1-processing-n:127.0.0.1:40128_r_h x:collection1 
c:control_collection) [n:127.0.0.1:40128_r_h 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> 1497889 INFO  
(coreZkRegister-6446-thread-1-processing-n:127.0.0.1:40128_r_h x:collection1 
c:control_collection) [n:127.0.0.1:40128_r_h c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:40128/r_h/collection1/
   [junit4]   2> 1497889 INFO  
(coreZkRegister-6446-thread-1-processing-n:127.0.0.1:40128_r_h x:collection1 
c:control_collection) [n:127.0.0.1:40128_r_h c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1497889 INFO  
(coreZkRegister-6446-thread-1-processing-n:127.0.0.1:40128_r_h x:collection1 
c:control_collection) [n:127.0.0.1:40128_r_h c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:40128/r_h/collection1/ has no replicas
   [junit4]   2> 1497889 INFO  
(coreZkRegister-6446-thread-1-processing-n:127.0.0.1:40128_r_h x:collection1 
c:control_collection) [n:127.0.0.1:40128_r_h c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 1497890 INFO  
(coreZkRegister-6446-thread-1-processing-n:127.0.0.1:40128_r_h x:collection1 
c:control_collection) [n:127.0.0.1:40128_r_h 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:40128/r_h/collection1/ shard1
   [junit4]   2> 1498041 INFO  
(coreZkRegister-6446-thread-1-processing-n:127.0.0.1:40128_r_h x:collection1 
c:control_collection) [n:127.0.0.1:40128_r_h c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1498170 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1498170 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37471/solr ready
   [junit4]   2> 1498170 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1498170 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1498236 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-1-001/cores/collection1
   [junit4]   2> 1498237 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-1-001
   [junit4]   2> 1498237 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1498240 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b51e87e{/r_h,null,AVAILABLE}
   [junit4]   2> 1498240 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@78746745{HTTP/1.1,[http/1.1]}{127.0.0.1:33159}
   [junit4]   2> 1498240 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.Server Started @1504023ms
   [junit4]   2> 1498240 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/r_h, hostPort=42505, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-1-001/cores}
   [junit4]   2> 1498240 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1498240 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1498240 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1498240 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1498240 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-29T16:22:37.242Z
   [junit4]   2> 1498244 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1498244 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-1-001/solr.xml
   [junit4]   2> 1498248 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1498250 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37471/solr
   [junit4]   2> 1498254 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1498255 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1498256 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42505_r_h
   [junit4]   2> 1498257 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1498257 INFO  
(zkCallback-2049-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1498257 INFO  (zkCallback-2053-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1498312 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:42505_r_h    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1498324 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:42505_r_h    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1498324 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:42505_r_h    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1498325 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-1-001/cores
   [junit4]   2> 1498325 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1498326 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1498327 INFO  
(OverseerStateUpdate-97876898964111364-127.0.0.1:40128_r_h-n_0000000000) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1498429 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeCreated 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1499336 WARN  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1499337 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1499349 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1499450 WARN  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h 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> 1499452 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1499458 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1499458 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node1' (registry 
'solr.core.collection1.shard2.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1499458 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1499458 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1499459 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1499461 WARN  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1499495 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1499495 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1499496 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1499496 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1499496 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.783203125, 
noCFSRatio=0.23548415261365685]
   [junit4]   2> 1499497 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5e6d80dd[collection1] main]
   [junit4]   2> 1499497 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1499498 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1499498 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1499499 INFO  
(searcherExecutor-6465-thread-1-processing-n:127.0.0.1:42505_r_h x:collection1 
c:collection1) [n:127.0.0.1:42505_r_h c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5e6d80dd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1499499 INFO  
(coreLoadExecutor-6464-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1566030386693144576
   [junit4]   2> 1499503 INFO  
(coreZkRegister-6459-thread-1-processing-n:127.0.0.1:42505_r_h x:collection1 
c:collection1) [n:127.0.0.1:42505_r_h c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1499503 INFO  
(coreZkRegister-6459-thread-1-processing-n:127.0.0.1:42505_r_h x:collection1 
c:collection1) [n:127.0.0.1:42505_r_h 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> 1499503 INFO  
(coreZkRegister-6459-thread-1-processing-n:127.0.0.1:42505_r_h x:collection1 
c:collection1) [n:127.0.0.1:42505_r_h c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42505/r_h/collection1/
   [junit4]   2> 1499503 INFO  
(coreZkRegister-6459-thread-1-processing-n:127.0.0.1:42505_r_h x:collection1 
c:collection1) [n:127.0.0.1:42505_r_h c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1499503 INFO  
(coreZkRegister-6459-thread-1-processing-n:127.0.0.1:42505_r_h x:collection1 
c:collection1) [n:127.0.0.1:42505_r_h c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:42505/r_h/collection1/ has 
no replicas
   [junit4]   2> 1499503 INFO  
(coreZkRegister-6459-thread-1-processing-n:127.0.0.1:42505_r_h x:collection1 
c:collection1) [n:127.0.0.1:42505_r_h c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1499505 INFO  
(coreZkRegister-6459-thread-1-processing-n:127.0.0.1:42505_r_h x:collection1 
c:collection1) [n:127.0.0.1:42505_r_h c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42505/r_h/collection1/ shard2
   [junit4]   2> 1499606 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1499655 INFO  
(coreZkRegister-6459-thread-1-processing-n:127.0.0.1:42505_r_h x:collection1 
c:collection1) [n:127.0.0.1:42505_r_h c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1499757 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1499910 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-2-001/cores/collection1
   [junit4]   2> 1499910 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-2-001
   [junit4]   2> 1499911 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1499912 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3eb6dc5c{/r_h,null,AVAILABLE}
   [junit4]   2> 1499912 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5597e50e{HTTP/1.1,[http/1.1]}{127.0.0.1:32797}
   [junit4]   2> 1499912 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.Server Started @1505695ms
   [junit4]   2> 1499912 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/r_h, hostPort=36002, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-2-001/cores}
   [junit4]   2> 1499912 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1499913 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1499913 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1499913 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1499913 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-29T16:22:38.915Z
   [junit4]   2> 1499914 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1499914 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-2-001/solr.xml
   [junit4]   2> 1499918 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1499921 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37471/solr
   [junit4]   2> 1499925 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:36002_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1499925 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:36002_r_h    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1499926 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:36002_r_h    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36002_r_h
   [junit4]   2> 1499927 INFO  (zkCallback-2053-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1499927 INFO  
(zkCallback-2049-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1499927 INFO  
(zkCallback-2065-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1499927 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1499993 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:36002_r_h    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1499997 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:36002_r_h    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1499997 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:36002_r_h    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1499999 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:36002_r_h    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-2-001/cores
   [junit4]   2> 1499999 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:36002_r_h    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1499999 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1500000 INFO  
(OverseerStateUpdate-97876898964111364-127.0.0.1:40128_r_h-n_0000000000) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1500101 INFO  
(zkCallback-2065-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1500101 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1501016 WARN  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1501017 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1501029 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1501132 WARN  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h 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> 1501134 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1501141 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1501141 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard1.core_node2' (registry 
'solr.core.collection1.shard1.core_node2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1501141 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1501141 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1501143 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1501145 WARN  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1501187 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1501187 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1501188 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1501188 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1501189 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.783203125, 
noCFSRatio=0.23548415261365685]
   [junit4]   2> 1501189 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1786da6a[collection1] main]
   [junit4]   2> 1501190 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1501190 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1501190 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1501192 INFO  
(searcherExecutor-6476-thread-1-processing-n:127.0.0.1:36002_r_h x:collection1 
c:collection1) [n:127.0.0.1:36002_r_h c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1786da6a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1501192 INFO  
(coreLoadExecutor-6475-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1566030388468383744
   [junit4]   2> 1501196 INFO  
(coreZkRegister-6470-thread-1-processing-n:127.0.0.1:36002_r_h x:collection1 
c:collection1) [n:127.0.0.1:36002_r_h c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1501196 INFO  
(coreZkRegister-6470-thread-1-processing-n:127.0.0.1:36002_r_h x:collection1 
c:collection1) [n:127.0.0.1:36002_r_h 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> 1501196 INFO  
(coreZkRegister-6470-thread-1-processing-n:127.0.0.1:36002_r_h x:collection1 
c:collection1) [n:127.0.0.1:36002_r_h c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36002/r_h/collection1/
   [junit4]   2> 1501196 INFO  
(coreZkRegister-6470-thread-1-processing-n:127.0.0.1:36002_r_h x:collection1 
c:collection1) [n:127.0.0.1:36002_r_h c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1501196 INFO  
(coreZkRegister-6470-thread-1-processing-n:127.0.0.1:36002_r_h x:collection1 
c:collection1) [n:127.0.0.1:36002_r_h c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:36002/r_h/collection1/ has 
no replicas
   [junit4]   2> 1501196 INFO  
(coreZkRegister-6470-thread-1-processing-n:127.0.0.1:36002_r_h x:collection1 
c:collection1) [n:127.0.0.1:36002_r_h c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1501197 INFO  
(coreZkRegister-6470-thread-1-processing-n:127.0.0.1:36002_r_h x:collection1 
c:collection1) [n:127.0.0.1:36002_r_h c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36002/r_h/collection1/ shard1
   [junit4]   2> 1501298 INFO  
(zkCallback-2065-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1501298 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1501348 INFO  
(coreZkRegister-6470-thread-1-processing-n:127.0.0.1:36002_r_h x:collection1 
c:collection1) [n:127.0.0.1:36002_r_h c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1501450 INFO  
(zkCallback-2065-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1501450 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1501589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-3-001/cores/collection1
   [junit4]   2> 1501589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-3-001
   [junit4]   2> 1501590 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1501591 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3499b56{/r_h,null,AVAILABLE}
   [junit4]   2> 1501591 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@550967c5{HTTP/1.1,[http/1.1]}{127.0.0.1:42738}
   [junit4]   2> 1501592 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.e.j.s.Server Started @1507374ms
   [junit4]   2> 1501592 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/r_h, hostPort=40943, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-3-001/cores}
   [junit4]   2> 1501592 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1501592 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1501592 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1501592 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1501592 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-29T16:22:40.594Z
   [junit4]   2> 1501594 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1501594 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-3-001/solr.xml
   [junit4]   2> 1501598 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1501600 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37471/solr
   [junit4]   2> 1501605 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40943_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1501606 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40943_r_h    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1501607 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40943_r_h    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40943_r_h
   [junit4]   2> 1501607 INFO  (zkCallback-2053-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1501607 INFO  
(zkCallback-2049-thread-1-processing-n:127.0.0.1:40128_r_h) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1501607 INFO  
(zkCallback-2065-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1501608 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1501608 INFO  
(zkCallback-2071-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1501797 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40943_r_h    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1501803 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40943_r_h    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1501804 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40943_r_h    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1501805 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40943_r_h    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-3-001/cores
   [junit4]   2> 1501805 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) 
[n:127.0.0.1:40943_r_h    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1501806 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1501807 INFO  
(OverseerStateUpdate-97876898964111364-127.0.0.1:40128_r_h-n_0000000000) 
[n:127.0.0.1:40128_r_h    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1501908 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1501908 INFO  
(zkCallback-2071-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1501908 INFO  
(zkCallback-2065-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1502824 WARN  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1502825 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1502837 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1502936 WARN  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h 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> 1502938 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1502944 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1502944 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node3' (registry 
'solr.core.collection1.shard2.core_node3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b7d2f1c
   [junit4]   2> 1502944 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1502944 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1502945 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1502947 WARN  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1502974 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1502974 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1502975 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1502975 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1502976 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.783203125, 
noCFSRatio=0.23548415261365685]
   [junit4]   2> 1502976 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5db824f8[collection1] main]
   [junit4]   2> 1502976 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1502976 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1502977 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1502978 INFO  
(searcherExecutor-6487-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
c:collection1) [n:127.0.0.1:40943_r_h c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5db824f8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502978 INFO  
(coreLoadExecutor-6486-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1566030390341140480
   [junit4]   2> 1502981 INFO  
(coreZkRegister-6481-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
c:collection1) [n:127.0.0.1:40943_r_h c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1502981 INFO  
(updateExecutor-2068-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 1502981 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1502981 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 1502981 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1]
   [junit4]   2> 1502981 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h 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> 1502982 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h 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:42505/r_h/collection1/] and I am 
[http://127.0.0.1:40943/r_h/collection1/]
   [junit4]   2> 1502983 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:42505/r_h]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:40943_r_h&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1502984 INFO  (SocketProxy-Acceptor-42505) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=40504,localport=42505], receiveBufferSize:531000
   [junit4]   2> 1502984 INFO  (SocketProxy-Acceptor-42505) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33159,localport=41554], receiveBufferSize=530904
   [junit4]   2> 1502985 INFO  (qtp1944067630-13025) [n:127.0.0.1:42505_r_h    
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1502985 INFO  (qtp1944067630-13025) [n:127.0.0.1:42505_r_h    
] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1502985 INFO  (qtp1944067630-13025) [n:127.0.0.1:42505_r_h    
] 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:40943_r_h, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:40943/r_h","node_name":"127.0.0.1:40943_r_h","state":"down"}
   [junit4]   2> 1503083 INFO  
(zkCallback-2059-thread-1-processing-n:127.0.0.1:42505_r_h) 
[n:127.0.0.1:42505_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1503083 INFO  
(zkCallback-2065-thread-1-processing-n:127.0.0.1:36002_r_h) 
[n:127.0.0.1:36002_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1503083 INFO  
(zkCallback-2071-thread-1-processing-n:127.0.0.1:40943_r_h) 
[n:127.0.0.1:40943_r_h    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1503332 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1503332 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 1503332 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1503985 INFO  (qtp1944067630-13025) [n:127.0.0.1:42505_r_h    
] 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:40943_r_h, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:40943/r_h","node_name":"127.0.0.1:40943_r_h","state":"recovering"}
   [junit4]   2> 1503986 INFO  (qtp1944067630-13025) [n:127.0.0.1:42505_r_h    
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1503986 INFO  (qtp1944067630-13025) [n:127.0.0.1:42505_r_h    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:40943_r_h&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> 1504486 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting 
Replication Recovery.
   [junit4]   2> 1504486 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to 
replicate from [http://127.0.0.1:42505/r_h/collection1/].
   [junit4]   2> 1504487 INFO  (SocketProxy-Acceptor-42505) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=40520,localport=42505], receiveBufferSize:531000
   [junit4]   2> 1504488 INFO  (SocketProxy-Acceptor-42505) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33159,localport=41570], receiveBufferSize=530904
   [junit4]   2> 1504488 INFO  (qtp1944067630-13025) [n:127.0.0.1:42505_r_h 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1566030391924490240,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1504488 INFO  (qtp1944067630-13025) [n:127.0.0.1:42505_r_h 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1504488 INFO  (qtp1944067630-13025) [n:127.0.0.1:42505_r_h 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1504488 INFO  (qtp1944067630-13025) [n:127.0.0.1:42505_r_h 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/r_h path=/update 
params={waitSearcher=true&openSearcher=true&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 1504490 INFO  (SocketProxy-Acceptor-42505) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=40524,localport=42505], receiveBufferSize:531000
   [junit4]   2> 1504490 INFO  (SocketProxy-Acceptor-42505) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33159,localport=41574], receiveBufferSize=530904
   [junit4]   2> 1504490 INFO  (qtp1944067630-13025) [n:127.0.0.1:42505_r_h 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/r_h path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1504490 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1504491 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1504491 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1504491 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1504491 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replication 
Recovery was successful.
   [junit4]   2> 1504491 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as 
Active after recovery.
   [junit4]   2> 1504492 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Poll scheduled 
at an interval of 3000ms
   [junit4]   2> 1504492 INFO  (indexFetcher-6493-thread-1) 
[n:127.0.0.1:40943_r_h c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:42505/r_h/collection1/
   [junit4]   2> 1504492 WARN  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler SolrCloud is 
enabled for core collection1 but so is old-style replication. Make sure you 
intend this behavior, it usually indicates a mis-configuration. Master setting 
is false and slave setting is true
   [junit4]   2> 1504492 INFO  (qtp1944067630-13026) [n:127.0.0.1:42505_r_h 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/r_h path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1504492 INFO  (indexFetcher-6493-thread-1) 
[n:127.0.0.1:40943_r_h c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1504492 INFO  (indexFetcher-6493-thread-1) 
[n:127.0.0.1:40943_r_h c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1504492 INFO  (indexFetcher-6493-thread-1) 
[n:127.0.0.1:40943_r_h c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1504492 INFO  (indexFetcher-6493-thread-1) 
[n:127.0.0.1:40943_r_h c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1504493 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Updating version 
bucket highest from index after successful recovery.
   [junit4]   2> 1504493 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h 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 1566030391929733120
   [junit4]   2> 1504494 INFO  
(recoveryExecutor-2069-thread-1-processing-n:127.0.0.1:40943_r_h x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40943_r_h c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Finished recovery 
process

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

 (TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1627948 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37471 37471
   [junit4]   2> 1627970 INFO  (Thread-3128) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:37471 37471
   [junit4]   2> 1627972 WARN  (Thread-3128) [    ] 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> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1627972 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:42505/r_h, 
target: http://127.0.0.1:33159/r_h
   [junit4]   2> 1627972 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:40943/r_h, 
target: http://127.0.0.1:42738/r_h
   [junit4]   2> 1627972 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:40128/r_h, 
target: http://127.0.0.1:45065/r_h
   [junit4]   2> 1627972 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[511AB714886B7B56]) [    ] 
o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:36002/r_h, 
target: http://127.0.0.1:32797/r_h
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=511AB714886B7B56 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=lv -Dtests.timezone=AST -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  132s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:40128/r_h","node_name":"127.0.0.1:40128_r_h","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
   [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:42505/r_h";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:42505_r_h"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:40943/r_h";,
   [junit4]    >           "node_name":"127.0.0.1:40943_r_h",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:40128/r_h";,
   [junit4]    >           "node_name":"127.0.0.1:40128_r_h",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "realtimeReplicas":"1"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([511AB714886B7B56:D94E88CE269716AE]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1627975 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[511AB714886B7B56]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_511AB714886B7B56-001
   [junit4]   2> Apr 29, 2017 4:24:46 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {}, locale=lv, timezone=AST
   [junit4]   2> NOTE: Linux 4.4.0-72-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=12,threads=1,free=204757984,total=515375104
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheWithThreads, 
TestReloadDeadlock, ClusterStateUpdateTest, TestBlendedInfixSuggestions, 
TermVectorComponentTest, DocExpirationUpdateProcessorFactoryTest, 
HdfsThreadLeakTest, ManagedSchemaRoundRobinCloudTest, TestConfigsApi, 
CleanupOldIndexTest, SuggesterFSTTest, TestScoreJoinQPNoScore, 
DistributedFacetPivotWhiteBoxTest, TestSerializedLuceneMatchVersion, 
SchemaVersionSpecificBehaviorTest, TestSolrFieldCacheBean, 
TestCursorMarkWithoutUniqueKey, TestQueryUtils, TestRandomRequestDistribution, 
TestSlowCompositeReaderWrapper, StatsReloadRaceTest, RequestLoggingTest, 
FileUtilsTest, TestPartialUpdateDeduplication, 
PeerSyncWithIndexFingerprintCachingTest, BadComponentTest, 
TestSolrCloudWithHadoopAuthPlugin, MetricUtilsTest, TestNumericTerms64, 
TestAuthorizationFramework, DeleteReplicaTest, 
LeaderInitiatedRecoveryOnShardRestartTest, TestAuthenticationFramework, 
TestDocTermOrds, TestFieldTypeCollectionResource, BufferStoreTest, 
TestExactSharedStatsCache, TestCustomDocTransformer, 
ClassificationUpdateProcessorIntegrationTest, DocValuesTest, 
AnalyticsQueryTest, ZkStateReaderTest, CdcrRequestHandlerTest, TestInitParams, 
TestStressRecovery, TestDFISimilarityFactory, 
DistributedFacetPivotLongTailTest, TriLevelCompositeIdRoutingTest, 
TestNamedUpdateProcessors, TestTrieFacet, SolrShardReporterTest, 
TestCloudPivotFacet, MergeStrategyTest, TestRequestForwarding, 
TestStressVersions, TestWordDelimiterFilterFactory, TestFiltering, 
PropertiesRequestHandlerTest, TestRestManager, SharedFSAutoReplicaFailoverTest, 
AnalysisErrorHandlingTest, TestDynamicLoading, TestInPlaceUpdatesStandalone, 
ZkSolrClientTest, TestExclusionRuleCollectionAccess, ResourceLoaderTest, 
BasicAuthIntegrationTest, TestHighFrequencyDictionaryFactory, 
DeleteInactiveReplicaTest, ZkCLITest, TestSweetSpotSimilarityFactory, 
CollectionStateFormat2Test, TestCoreContainer, SortByFunctionTest, 
TestSearchPerf, TestSolrJ, ConvertedLegacyTest, 
DistributedIntervalFacetingTest, TestBulkSchemaConcurrent, 
TestUniqueKeyFieldResource, CdcrBootstrapTest, LoggingHandlerTest, 
UtilsToolTest, JsonLoaderTest, DOMUtilTest, ForceLeaderTest, SSLMigrationTest, 
TestDistributedGrouping, TestCloudSchemaless, TestSimpleTrackingShardHandler, 
CheckHdfsIndexTest, SimplePostToolTest, TestDynamicFieldResource, TestUpdate, 
OverseerCollectionConfigSetProcessorTest, JSONWriterTest, 
TestConfigSetsAPIExclusivity, CloudMLTQParserTest, BasicFunctionalityTest, 
TestSmileRequest, DirectSolrConnectionTest, SolrJmxReporterTest, 
HdfsCollectionsAPIDistributedZkTest, SOLR749Test, TestMissingGroups, 
HLLSerializationTest, TestCopyFieldCollectionResource, TestOrdValues, 
BlockJoinFacetDistribTest, ConnectionManagerTest, AlternateDirectoryTest, 
DocumentBuilderTest, CoreSorterTest, ShardRoutingTest, TestTrie, 
CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, 
TestReplicationHandler, SolrCoreTest, SpellCheckComponentTest, TestBadConfig, 
TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, 
DisMaxRequestHandlerTest, TestQueryTypes, TestOmitPositions, 
PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, 
IndexSchemaRuntimeFieldTest, TestCollationField, 
UpdateRequestProcessorFactoryTest, QueryParsingTest, 
UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, 
CSVRequestHandlerTest, TestSolrIndexConfig, TestQuerySenderNoQuery, 
TestMergePolicyConfig, SampleTest, TestElisionMultitermQuery, 
TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, 
SpellPossibilityIteratorTest, TestCharFilters, TestXIncludeConfig, 
EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, 
TestFastWriter, TestFastLRUCache, TestSystemIdResolver, 
TestSuggestSpellingConverter, ClusterStateTest, TestLRUCache, SliceStateTest, 
SystemInfoHandlerTest, CircularListTest, DistributedMLTComponentTest, 
TestCrossCoreJoin, TestHighlightDedupGrouping, 
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest, 
AliasIntegrationTest, CloudExitableDirectoryReaderTest, 
CollectionsAPISolrJTest, DistribCursorPagingTest, DistributedQueueTest, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [502/706 (1!)] on J1 in 131.86s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to