Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1163/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:60981","node_name":"127.0.0.1:60981_","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":{           "core":"c8n_1x3_lf_shard1_replica2",           
"base_url":"http://127.0.0.1:59272";,           "node_name":"127.0.0.1:59272_",  
         "state":"down"},         "core_node2":{           "state":"down",      
     "base_url":"http://127.0.0.1:57954";,           
"core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:57954_"}, 
        "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:60981";,           "node_name":"127.0.0.1:60981_",  
         "state":"active",           "leader":"true"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:60981","node_name":"127.0.0.1:60981_","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":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:59272";,
          "node_name":"127.0.0.1:59272_",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:57954";,
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:57954_"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:60981";,
          "node_name":"127.0.0.1:60981_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([B5256BDF0FDC411E:3D715405A1202CE6]: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 12414 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/init-core-data-001
   [junit4]   2> 1988575 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[B5256BDF0FDC411E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1988577 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[B5256BDF0FDC411E]-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> 1988577 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[B5256BDF0FDC411E]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1988578 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1988579 INFO  (Thread-5792) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1988579 INFO  (Thread-5792) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1988679 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:56047
   [junit4]   2> 1988697 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1988701 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1988704 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1988706 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1988709 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1988711 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1988714 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1988717 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1988719 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1988722 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1988725 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1988931 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/control-001/cores/collection1
   [junit4]   2> 1988932 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1988934 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2eadbbfe{/,null,AVAILABLE}
   [junit4]   2> 1988935 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6598304d{HTTP/1.1,[http/1.1]}{127.0.0.1:62522}
   [junit4]   2> 1988935 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.Server Started @1994571ms
   [junit4]   2> 1988935 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/tempDir-001/control/data,
 hostContext=/, hostPort=59272, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/control-001/cores}
   [junit4]   2> 1988935 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1988935 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1988935 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1988935 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1988936 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-01T10:08:23.702Z
   [junit4]   2> 1988940 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1988940 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/control-001/solr.xml
   [junit4]   2> 1988950 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56047/solr
   [junit4]   2> 1988989 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:59272_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1988990 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:59272_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:59272_
   [junit4]   2> 1988992 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:59272_    ] o.a.s.c.Overseer Overseer 
(id=97541351233683460-127.0.0.1:59272_-n_0000000000) starting
   [junit4]   2> 1989005 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:59272_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59272_
   [junit4]   2> 1989007 INFO  
(OverseerStateUpdate-97541351233683460-127.0.0.1:59272_-n_0000000000) 
[n:127.0.0.1:59272_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1989107 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:59272_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/control-001/cores
   [junit4]   2> 1989107 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:59272_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1989112 INFO  
(OverseerStateUpdate-97541351233683460-127.0.0.1:59272_-n_0000000000) 
[n:127.0.0.1:59272_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1990126 WARN  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1990126 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1990147 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1990229 WARN  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ 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> 1990231 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1990248 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 1990248 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/control-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/control-001/cores/collection1/data/]
   [junit4]   2> 1990248 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fddf5f3
   [junit4]   2> 1990249 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5413467334714211]
   [junit4]   2> 1990254 WARN  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ 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> 1990295 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1990295 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1990296 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1990296 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1990297 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=72.0146484375, 
floorSegmentMB=2.1435546875, forceMergeDeletesPctAllowed=2.941484792713326, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1990297 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@e6e7dfc[collection1] main]
   [junit4]   2> 1990299 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1990299 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1990299 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1990300 INFO  
(searcherExecutor-9080-thread-1-processing-n:127.0.0.1:59272_ x:collection1 
c:control_collection) [n:127.0.0.1:59272_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@e6e7dfc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1990300 INFO  
(coreLoadExecutor-9079-thread-1-processing-n:127.0.0.1:59272_) 
[n:127.0.0.1:59272_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1560661621542486016
   [junit4]   2> 1990310 INFO  
(coreZkRegister-9072-thread-1-processing-n:127.0.0.1:59272_ x:collection1 
c:control_collection) [n:127.0.0.1:59272_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1990310 INFO  
(coreZkRegister-9072-thread-1-processing-n:127.0.0.1:59272_ x:collection1 
c:control_collection) [n:127.0.0.1:59272_ 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> 1990310 INFO  
(coreZkRegister-9072-thread-1-processing-n:127.0.0.1:59272_ x:collection1 
c:control_collection) [n:127.0.0.1:59272_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:59272/collection1/
   [junit4]   2> 1990310 INFO  
(coreZkRegister-9072-thread-1-processing-n:127.0.0.1:59272_ x:collection1 
c:control_collection) [n:127.0.0.1:59272_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1990310 INFO  
(coreZkRegister-9072-thread-1-processing-n:127.0.0.1:59272_ x:collection1 
c:control_collection) [n:127.0.0.1:59272_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:59272/collection1/ has no replicas
   [junit4]   2> 1990310 INFO  
(coreZkRegister-9072-thread-1-processing-n:127.0.0.1:59272_ x:collection1 
c:control_collection) [n:127.0.0.1:59272_ 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> 1990318 INFO  
(coreZkRegister-9072-thread-1-processing-n:127.0.0.1:59272_ x:collection1 
c:control_collection) [n:127.0.0.1:59272_ 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:59272/collection1/ shard1
   [junit4]   2> 1990328 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1990330 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56047/solr ready
   [junit4]   2> 1990330 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1990330 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1990335 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15a895797320006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1990369 INFO  
(coreZkRegister-9072-thread-1-processing-n:127.0.0.1:59272_ x:collection1 
c:control_collection) [n:127.0.0.1:59272_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1990489 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-1-001/cores/collection1
   [junit4]   2> 1990489 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-1-001
   [junit4]   2> 1990490 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1990491 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@594298f9{/,null,AVAILABLE}
   [junit4]   2> 1990492 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@746e318d{HTTP/1.1,[http/1.1]}{127.0.0.1:59422}
   [junit4]   2> 1990492 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.Server Started @1996129ms
   [junit4]   2> 1990492 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=48816, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-1-001/cores}
   [junit4]   2> 1990492 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1990492 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1990492 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1990492 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1990492 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-01T10:08:25.258Z
   [junit4]   2> 1990496 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1990496 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-1-001/solr.xml
   [junit4]   2> 1990503 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56047/solr
   [junit4]   2> 1990517 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:48816_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1990522 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:48816_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1990526 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:48816_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:48816_
   [junit4]   2> 1990530 INFO  (zkCallback-2934-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1990530 INFO  
(zkCallback-2930-thread-1-processing-n:127.0.0.1:59272_) [n:127.0.0.1:59272_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1990532 INFO  
(zkCallback-2940-thread-2-processing-n:127.0.0.1:48816_) [n:127.0.0.1:48816_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1990721 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:48816_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-1-001/cores
   [junit4]   2> 1990721 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:48816_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1990724 INFO  
(OverseerStateUpdate-97541351233683460-127.0.0.1:59272_-n_0000000000) 
[n:127.0.0.1:59272_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1990827 INFO  
(zkCallback-2940-thread-2-processing-n:127.0.0.1:48816_) [n:127.0.0.1:48816_    
] 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> 1991737 WARN  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1991738 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1991751 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1991850 WARN  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ 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> 1991852 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1991868 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1991869 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-1-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1991869 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fddf5f3
   [junit4]   2> 1991871 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5413467334714211]
   [junit4]   2> 1991876 WARN  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ 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> 1991920 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1991921 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1991921 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1991921 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1991922 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, 
maxMergedSegmentMB=72.0146484375, floorSegmentMB=2.1435546875, 
forceMergeDeletesPctAllowed=2.941484792713326, segmentsPerTier=42.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1991922 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@2ffd1738[collection1] main]
   [junit4]   2> 1991923 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1991924 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1991924 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1991925 INFO  
(searcherExecutor-9091-thread-1-processing-n:127.0.0.1:48816_ x:collection1 
c:collection1) [n:127.0.0.1:48816_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2ffd1738[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1991925 INFO  
(coreLoadExecutor-9090-thread-1-processing-n:127.0.0.1:48816_) 
[n:127.0.0.1:48816_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1560661623246422016
   [junit4]   2> 1991935 INFO  
(coreZkRegister-9085-thread-1-processing-n:127.0.0.1:48816_ x:collection1 
c:collection1) [n:127.0.0.1:48816_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1991935 INFO  
(coreZkRegister-9085-thread-1-processing-n:127.0.0.1:48816_ x:collection1 
c:collection1) [n:127.0.0.1:48816_ 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> 1991935 INFO  
(coreZkRegister-9085-thread-1-processing-n:127.0.0.1:48816_ x:collection1 
c:collection1) [n:127.0.0.1:48816_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:48816/collection1/
   [junit4]   2> 1991935 INFO  
(coreZkRegister-9085-thread-1-processing-n:127.0.0.1:48816_ x:collection1 
c:collection1) [n:127.0.0.1:48816_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1991936 INFO  
(coreZkRegister-9085-thread-1-processing-n:127.0.0.1:48816_ x:collection1 
c:collection1) [n:127.0.0.1:48816_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:48816/collection1/ has no 
replicas
   [junit4]   2> 1991936 INFO  
(coreZkRegister-9085-thread-1-processing-n:127.0.0.1:48816_ x:collection1 
c:collection1) [n:127.0.0.1:48816_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1991943 INFO  
(coreZkRegister-9085-thread-1-processing-n:127.0.0.1:48816_ x:collection1 
c:collection1) [n:127.0.0.1:48816_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:48816/collection1/ shard2
   [junit4]   2> 1992048 INFO  
(zkCallback-2940-thread-2-processing-n:127.0.0.1:48816_) [n:127.0.0.1:48816_    
] 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> 1992096 INFO  
(coreZkRegister-9085-thread-1-processing-n:127.0.0.1:48816_ x:collection1 
c:collection1) [n:127.0.0.1:48816_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1992202 INFO  
(zkCallback-2940-thread-2-processing-n:127.0.0.1:48816_) [n:127.0.0.1:48816_    
] 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> 1992549 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-2-001/cores/collection1
   [junit4]   2> 1992551 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-2-001
   [junit4]   2> 1992551 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1992553 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f5fac47{/,null,AVAILABLE}
   [junit4]   2> 1992553 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@70836c33{HTTP/1.1,[http/1.1]}{127.0.0.1:37341}
   [junit4]   2> 1992553 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.Server Started @1998191ms
   [junit4]   2> 1992553 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=60981, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-2-001/cores}
   [junit4]   2> 1992553 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1992554 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1992554 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1992554 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1992554 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-01T10:08:27.320Z
   [junit4]   2> 1992558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1992558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-2-001/solr.xml
   [junit4]   2> 1992564 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56047/solr
   [junit4]   2> 1992581 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:60981_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1992586 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:60981_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1992589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:60981_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60981_
   [junit4]   2> 1992593 INFO  
(zkCallback-2930-thread-1-processing-n:127.0.0.1:59272_) [n:127.0.0.1:59272_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1992593 INFO  
(zkCallback-2940-thread-2-processing-n:127.0.0.1:48816_) [n:127.0.0.1:48816_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1992594 INFO  (zkCallback-2934-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1992596 INFO  
(zkCallback-2946-thread-2-processing-n:127.0.0.1:60981_) [n:127.0.0.1:60981_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1992687 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:60981_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-2-001/cores
   [junit4]   2> 1992687 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:60981_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1992692 INFO  
(OverseerStateUpdate-97541351233683460-127.0.0.1:59272_-n_0000000000) 
[n:127.0.0.1:59272_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1992796 INFO  
(zkCallback-2940-thread-2-processing-n:127.0.0.1:48816_) [n:127.0.0.1:48816_    
] 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> 1992796 INFO  
(zkCallback-2946-thread-2-processing-n:127.0.0.1:60981_) [n:127.0.0.1:60981_    
] 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> 1993704 WARN  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1993705 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1993717 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1993812 WARN  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ 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> 1993815 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1993856 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1993856 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-2-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1993856 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fddf5f3
   [junit4]   2> 1993857 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5413467334714211]
   [junit4]   2> 1993862 WARN  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ 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> 1993909 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1993909 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1993910 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1993910 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1993910 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, 
maxMergedSegmentMB=72.0146484375, floorSegmentMB=2.1435546875, 
forceMergeDeletesPctAllowed=2.941484792713326, segmentsPerTier=42.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1993910 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1c94176d[collection1] main]
   [junit4]   2> 1993912 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1993913 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1993913 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1993914 INFO  
(searcherExecutor-9102-thread-1-processing-n:127.0.0.1:60981_ x:collection1 
c:collection1) [n:127.0.0.1:60981_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c94176d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1993914 INFO  
(coreLoadExecutor-9101-thread-1-processing-n:127.0.0.1:60981_) 
[n:127.0.0.1:60981_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1560661625332039680
   [junit4]   2> 1993924 INFO  
(coreZkRegister-9096-thread-1-processing-n:127.0.0.1:60981_ x:collection1 
c:collection1) [n:127.0.0.1:60981_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1993924 INFO  
(coreZkRegister-9096-thread-1-processing-n:127.0.0.1:60981_ x:collection1 
c:collection1) [n:127.0.0.1:60981_ 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> 1993924 INFO  
(coreZkRegister-9096-thread-1-processing-n:127.0.0.1:60981_ x:collection1 
c:collection1) [n:127.0.0.1:60981_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:60981/collection1/
   [junit4]   2> 1993924 INFO  
(coreZkRegister-9096-thread-1-processing-n:127.0.0.1:60981_ x:collection1 
c:collection1) [n:127.0.0.1:60981_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1993924 INFO  
(coreZkRegister-9096-thread-1-processing-n:127.0.0.1:60981_ x:collection1 
c:collection1) [n:127.0.0.1:60981_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:60981/collection1/ has no 
replicas
   [junit4]   2> 1993924 INFO  
(coreZkRegister-9096-thread-1-processing-n:127.0.0.1:60981_ x:collection1 
c:collection1) [n:127.0.0.1:60981_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1993931 INFO  
(coreZkRegister-9096-thread-1-processing-n:127.0.0.1:60981_ x:collection1 
c:collection1) [n:127.0.0.1:60981_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:60981/collection1/ shard1
   [junit4]   2> 1994036 INFO  
(zkCallback-2940-thread-2-processing-n:127.0.0.1:48816_) [n:127.0.0.1:48816_    
] 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> 1994036 INFO  
(zkCallback-2946-thread-2-processing-n:127.0.0.1:60981_) [n:127.0.0.1:60981_    
] 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> 1994038 INFO  
(coreZkRegister-9096-thread-1-processing-n:127.0.0.1:60981_ x:collection1 
c:collection1) [n:127.0.0.1:60981_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1994144 INFO  
(zkCallback-2946-thread-2-processing-n:127.0.0.1:60981_) [n:127.0.0.1:60981_    
] 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> 1994144 INFO  
(zkCallback-2940-thread-2-processing-n:127.0.0.1:48816_) [n:127.0.0.1:48816_    
] 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> 1994485 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-3-001/cores/collection1
   [junit4]   2> 1994485 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-3-001
   [junit4]   2> 1994486 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1994488 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@78c0febb{/,null,AVAILABLE}
   [junit4]   2> 1994488 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@578b6df5{HTTP/1.1,[http/1.1]}{127.0.0.1:49427}
   [junit4]   2> 1994488 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.e.j.s.Server Started @2000128ms
   [junit4]   2> 1994488 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=57954, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-3-001/cores}
   [junit4]   2> 1994489 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1994489 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1994489 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1994489 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1994489 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-01T10:08:29.255Z
   [junit4]   2> 1994493 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1994494 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-3-001/solr.xml
   [junit4]   2> 1994500 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56047/solr
   [junit4]   2> 1994517 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:57954_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1994522 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:57954_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1994527 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:57954_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57954_
   [junit4]   2> 1994529 INFO  
(zkCallback-2940-thread-2-processing-n:127.0.0.1:48816_) [n:127.0.0.1:48816_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994529 INFO  (zkCallback-2934-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994529 INFO  
(zkCallback-2946-thread-2-processing-n:127.0.0.1:60981_) [n:127.0.0.1:60981_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994529 INFO  
(zkCallback-2930-thread-1-processing-n:127.0.0.1:59272_) [n:127.0.0.1:59272_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994533 INFO  
(zkCallback-2952-thread-1-processing-n:127.0.0.1:57954_) [n:127.0.0.1:57954_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1994592 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:57954_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-3-001/cores
   [junit4]   2> 1994592 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) 
[n:127.0.0.1:57954_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1994596 INFO  
(OverseerStateUpdate-97541351233683460-127.0.0.1:59272_-n_0000000000) 
[n:127.0.0.1:59272_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1994699 INFO  
(zkCallback-2946-thread-2-processing-n:127.0.0.1:60981_) [n:127.0.0.1:60981_    
] 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> 1994699 INFO  
(zkCallback-2940-thread-2-processing-n:127.0.0.1:48816_) [n:127.0.0.1:48816_    
] 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> 1994699 INFO  
(zkCallback-2952-thread-1-processing-n:127.0.0.1:57954_) [n:127.0.0.1:57954_    
] 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> 1995614 WARN  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1995615 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1995628 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1995727 WARN  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ 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> 1995729 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1995745 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1995746 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-3-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1995746 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fddf5f3
   [junit4]   2> 1995747 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5413467334714211]
   [junit4]   2> 1995752 WARN  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ 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> 1995817 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1995817 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1995818 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1995818 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1995818 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, 
maxMergedSegmentMB=72.0146484375, floorSegmentMB=2.1435546875, 
forceMergeDeletesPctAllowed=2.941484792713326, segmentsPerTier=42.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1995818 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@468822ad[collection1] main]
   [junit4]   2> 1995820 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1995821 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1995821 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1995822 INFO  
(searcherExecutor-9113-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
c:collection1) [n:127.0.0.1:57954_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@468822ad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1995822 INFO  
(coreLoadExecutor-9112-thread-1-processing-n:127.0.0.1:57954_) 
[n:127.0.0.1:57954_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1560661627332722688
   [junit4]   2> 1995828 INFO  
(coreZkRegister-9107-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
c:collection1) [n:127.0.0.1:57954_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1995828 INFO  
(updateExecutor-2949-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1995829 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 1995829 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1995829 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 1995829 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ 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> 1995829 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ 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:48816/collection1/] 
and I am [http://127.0.0.1:57954/collection1/]
   [junit4]   2> 1995834 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:48816]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:57954_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1995834 INFO  (SocketProxy-Acceptor-48816) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33939,localport=48816], receiveBufferSize:130880
   [junit4]   2> 1995835 INFO  (SocketProxy-Acceptor-48816) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=59422,localport=43026], receiveBufferSize=139264
   [junit4]   2> 1995837 INFO  (qtp176639537-20224) [n:127.0.0.1:48816_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1995838 INFO  (qtp176639537-20224) [n:127.0.0.1:48816_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1995838 INFO  (qtp176639537-20224) [n:127.0.0.1:48816_    ] 
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:57954_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:57954","node_name":"127.0.0.1:57954_","state":"down"}
   [junit4]   2> 1995936 INFO  
(zkCallback-2946-thread-2-processing-n:127.0.0.1:60981_) [n:127.0.0.1:60981_    
] 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> 1995936 INFO  
(zkCallback-2940-thread-2-processing-n:127.0.0.1:48816_) [n:127.0.0.1:48816_    
] 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> 1995937 INFO  
(zkCallback-2952-thread-1-processing-n:127.0.0.1:57954_) [n:127.0.0.1:57954_    
] 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> 1996231 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1996231 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 1996231 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1996839 INFO  (qtp176639537-20224) [n:127.0.0.1:48816_    ] 
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:57954_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:57954","node_name":"127.0.0.1:57954_","state":"recovering"}
   [junit4]   2> 1996839 INFO  (qtp176639537-20224) [n:127.0.0.1:48816_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1996839 INFO  (qtp176639537-20224) [n:127.0.0.1:48816_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:57954_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1002
   [junit4]   2> 1997343 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:48816/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1997344 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=http://127.0.0.1:57954 START replicas=[http://127.0.0.1:48816/collection1/] 
nUpdates=100
   [junit4]   2> 1997345 INFO  (SocketProxy-Acceptor-48816) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58819,localport=48816], receiveBufferSize:130880
   [junit4]   2> 1997345 INFO  (SocketProxy-Acceptor-48816) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=59422,localport=36829], receiveBufferSize=139264
   [junit4]   2> 1997346 INFO  (qtp176639537-20228) [n:127.0.0.1:48816_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 1997346 INFO  (qtp176639537-20228) [n:127.0.0.1:48816_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1997347 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 1997347 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to 
do a PeerSync 
   [junit4]   2> 1997347 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1997347 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 1997347 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1997347 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 1997347 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 1997347 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1997347 INFO  
(recoveryExecutor-2950-thread-1-processing-n:127.0.0.1:57954_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57954_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 1997454 INFO  
(zkCallback-2946-thread-2-processing-n:127.0.0.1:60981_) [n:127.0.0.1:60981_    
] 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> 1997454 INFO  
(zkCallback-2952-thread-1-processing-n:127.0.0.1:57954_) [n:127.0.0.1:57954_    
] 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> 1997454 INFO  
(zkCallback-2940-thread-2-processing-n:127.0.0.1:48816_) [n:127.0.0.1:48816_    
] 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> 1998235 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B5256BDF0FDC411E]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1998235 INFO  (SocketProxy-Acceptor-59272) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=62367,localport=59272], receiveBufferSize:130880
   [junit4]   2> 1998236 INFO  (SocketProxy-Acceptor-59272) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=62522,localport=36937], receiveBufferSize=139264
   [junit4]   2> 1998238 INFO  (qtp1563552213-20184) [n:127.0.0.1:59272_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1998238 INFO  (qtp1563552213-20184) [n:127.0.0.1:59272_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1998238 INFO  (qtp1563552213-20184) [n:127.0.0.1:59272_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1998238 INFO  (qtp1563552213-20184) [n:127.0.0.1:59272_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 1998240 INFO  (SocketProxy-Acceptor-60981) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=40860,localport=60981], receiveBufferSize:130880
   [junit4]   2> 1998241 INFO  (SocketProxy-Acceptor-60981) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37341,localport=52289], receiveBufferSize=139264
   [junit4]   2> 1998244 INFO  (SocketProxy-Acceptor-60981) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=65506,localport=60981], receiveBufferSize:130880
   [junit4]   2> 1998245 INFO  (SocketProxy-Acceptor-60981) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37341,localport=35279], receiveBufferSize=139264
   [junit4]   2> 1998246 INFO  (SocketProxy-Acceptor-48816) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55033,localport=48816], receiveBufferSize:130880
   [junit4]   2> 1998246 INFO  (qtp605195883-20256) [n:127.0.0.1:60981_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1998246 INFO  (qtp605195883-20256) [n:127.0.0.1:60981_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1998246 INFO  (qtp605195883-20256) [n:127.0.0.1:60981_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1998246 INFO  (qtp605195883-20256) [n:127.0.0.1:60981_ 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:60981/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1998247 INFO  (SocketProxy-Acceptor-57954) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60720,localport=57954], receiveBufferSize:130880
   [junit4]   2> 1998247 INFO  (SocketProxy-Acceptor-48816) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=59422,localport=34104], receiveBufferSize=139264
   [junit4]   2> 1998250 INFO  (SocketProxy-Acceptor-57954) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=49427,localport=62463], receiveBufferSize=139264
   [junit4]   2> 1998250 INFO  (qtp176639537-20229) [n:127.0.0.1:48816_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1998250 INFO  (qtp176639537-20229) [n:127.0.0.1:48816_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1998251 INFO  (qtp176639537-20229) [n:127.0.0.1:48816_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1998251 INFO  (qtp176639537-20229) [n:127.0.0.1:48816_ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:60981/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1998251 INFO  (qtp314217187-20285) [n:127.0.0.1:57954_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1998251 INFO  (qtp314217187-20285) [n:127.0.0.1:57954_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1998251 INFO  (qtp314217187-20285) [n:127.0.0.1:57954_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1998251 INFO  (qtp314217187-20285) [n:127.0.0.1:57954_ 
c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:60981/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1998252 INFO  (qtp605195883-20255) [n:127.0.0.1:60981_ 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={_stateVer_=collection1:10&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 9
   [junit4]   2> 1998254 INFO  (SocketProxy-Acceptor-48816) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=54739,localport=48816], receiveBufferSize:130880
   [junit4]   2> 1998255 INFO  (SocketProxy-Acceptor-48816) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=59422,localport=35419], receiveBufferSize=139264
   [junit4]   2> 1998256 INFO  (qtp176639537-20224) [n:127.0.0.1:48816_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1998256 INFO  (SocketProxy-Acceptor-57954) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=36021,localport=57954], receiveBufferSize:130880
   [junit4]   2> 1998257 INFO  (SocketProxy-Acceptor-57954) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=49427,localport=64667], receiveBufferSize=139264
   [junit4]   2> 1998259 INFO  (qtp314217187-20286) [n:127.0.0.1:57954_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1998260 INFO  (SocketProxy-Acceptor-60981) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=59746,localport=60981], receiveBufferSize:130880
   [junit4]   2> 1998260 INFO  (SocketProxy-Acceptor-60981) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37341,localport=56607], receiveBufferSize=139264
   [junit4]   2> 1998261 INFO  (qtp605195883-20259) [n:127.0.0.1:60981_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 2000264 INFO  (SocketProxy-Acceptor-60981) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45837,localport=60981], receiveBufferSize:130880
   [junit4]   2> 2000264 INFO  (SocketProxy-Acceptor-60981) [    ] o.a.s.c.Socke

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

aderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=B5256BDF0FDC411E -Dtests.slow=true -Dtests.locale=es-NI 
-Dtests.timezone=WET -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  136s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:60981","node_name":"127.0.0.1:60981_","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]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:59272";,
   [junit4]    >           "node_name":"127.0.0.1:59272_",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:57954";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:57954_"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:60981";,
   [junit4]    >           "node_name":"127.0.0.1:60981_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B5256BDF0FDC411E:3D715405A1202CE6]: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> 2124750 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[B5256BDF0FDC411E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B5256BDF0FDC411E-001
   [junit4]   2> Mar 01, 2017 10:10:39 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=Lucene50(blocksize=128), 
multiDefault=PostingsFormat(name=Asserting), 
a_t=PostingsFormat(name=Asserting), intDefault=PostingsFormat(name=Direct), 
id=Lucene50(blocksize=128), range_facet_i_dv=PostingsFormat(name=Asserting), 
text=PostingsFormat(name=LuceneFixedGap), 
range_facet_l=PostingsFormat(name=Asserting), 
timestamp=PostingsFormat(name=Asserting)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1173, 
maxMBSortInHeap=5.259739127602354, sim=RandomSimilarity(queryNorm=true): {}, 
locale=es-NI, timezone=WET
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=209625616,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestRandomRequestDistribution, TestShardHandlerFactory, 
BasicAuthIntegrationTest, TestPHPSerializedResponseWriter, TestRestManager, 
TestBinaryResponseWriter, TestClassNameShortening, TestExportWriter, 
TestQuerySenderListener, RecoveryAfterSoftCommitTest, RestartWhileUpdatingTest, 
DistributedIntervalFacetingTest, DirectUpdateHandlerOptimizeTest, 
ResourceLoaderTest, CloudMLTQParserTest, TestReversedWildcardFilterFactory, 
TestRequestStatusCollectionAPI, SpellingQueryConverterTest, TestRandomFaceting, 
TestExactStatsCache, VersionInfoTest, TestNonDefinedSimilarityFactory, 
TestFieldSortValues, TestGraphMLResponseWriter, TestCollectionAPIs, 
AutoCommitTest, OverseerTaskQueueTest, HighlighterMaxOffsetTest, 
TolerantUpdateProcessorTest, ReplaceNodeTest, TestRangeQuery, 
TestNumericTerms64, TestCloudPivotFacet, ExternalFileFieldSortTest, 
BJQParserTest, TestGraphTermsQParserPlugin, SpellCheckCollatorTest, 
UUIDFieldTest, TestSuggestSpellingConverter, ZkSolrClientTest, 
TestSizeLimitedDistributedMap, CdcrReplicationHandlerTest, 
TestInPlaceUpdatesStandalone, BlockCacheTest, CoreSorterTest, TestConfigReload, 
TestDynamicFieldResource, CollectionsAPIDistributedZkTest, ReturnFieldsTest, 
TestUniqueKeyFieldResource, TestTrackingShardHandlerFactory, 
CdcrVersionReplicationTest, TestNoOpRegenerator, TestExpandComponent, 
TestDistribDocBasedVersion, TestQueryUtils, TestBadConfig, TestSolr4Spatial, 
SuggesterWFSTTest, SignatureUpdateProcessorFactoryTest, 
CoreAdminRequestStatusTest, UpdateRequestProcessorFactoryTest, JvmMetricsTest, 
SolrCmdDistributorTest, TestMaxScoreQueryParser, HdfsThreadLeakTest, 
DeleteInactiveReplicaTest, HLLSerializationTest, 
TestImpersonationWithHadoopAuth, TestInfoStreamLogging, MergeStrategyTest, 
BigEndianAscendingWordSerializerTest, SolrMetricManagerTest, 
TestLeaderInitiatedRecoveryThread, TermVectorComponentTest, 
CollectionsAPISolrJTest, TestObjectReleaseTracker, V2ApiIntegrationTest, 
ShowFileRequestHandlerTest, SpatialHeatmapFacetsTest, TestIndexSearcher, 
TestJsonFacets, SuggesterTest, TestComponentsName, TestRestoreCore, 
CoreAdminHandlerTest, TestComplexPhraseQParserPlugin, 
TestStressCloudBlindAtomicUpdates, HdfsChaosMonkeyNothingIsSafeTest, 
TestSystemIdResolver, SolrCLIZkUtilsTest, TemplateUpdateProcessorTest, 
QueryParsingTest, DistribJoinFromCollectionTest, ShardRoutingCustomTest, 
TestNRTOpen, FileBasedSpellCheckerTest, TestCollectionAPI, 
TestSolrDeletionPolicy2, SuggesterTSTTest, TestPathTrie, TestLegacyFieldCache, 
TestFoldingMultitermQuery, TestLMDirichletSimilarityFactory, TestPointFields, 
TestConfig, TestReload, DistanceFunctionTest, RequestHandlersTest, 
ExitableDirectoryReaderTest, TestQueryTypes, SuggestComponentTest, 
LoggingHandlerTest, ResponseLogComponentTest, TestOnReconnectListenerSupport, 
TestSha256AuthenticationProvider, TestSQLHandlerNonCloud, 
SecurityConfHandlerTest, URLClassifyProcessorTest, 
TestSchemalessBufferedUpdates, LukeRequestHandlerTest, TestOmitPositions, 
TestReplicationHandlerBackup, CollectionTooManyReplicasTest, NoCacheHeaderTest, 
SolrCoreCheckLockOnStartupTest, UtilsToolTest, SolrInfoMBeanTest, 
TestLMJelinekMercerSimilarityFactory, LeaderFailureAfterFreshStartTest, 
TestSolrIndexConfig, TestDistribIDF, ConnectionReuseTest, TestSearcherReuse, 
TestCryptoKeys, TestTrieFacet, TestFastWriter, TestSolrCoreProperties, 
TestHdfsUpdateLog, TestSubQueryTransformerCrossCore, 
DistributedExpandComponentTest, HighlighterConfigTest, 
ConjunctionSolrSpellCheckerTest, TestCodecSupport, 
TestManagedSynonymFilterFactory, OutOfBoxZkACLAndCredentialsProvidersTest, 
ClusterStateTest, BadComponentTest, TestDynamicLoading, 
DistributedFacetPivotLargeTest, TestCrossCoreJoin, SliceStateTest, 
TestConfigSetProperties, TestFieldTypeResource, StatsReloadRaceTest, 
BasicDistributedZk2Test, SparseHLLTest, TestFieldCacheVsDocValues, 
TestBlendedInfixSuggestions, GraphQueryTest, TestScoreJoinQPScore, 
TestSchemaResource, TestOrdValues, TestFieldCacheSort, 
DistributedTermsComponentTest, TestInitQParser, HdfsRestartWhileUpdatingTest, 
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, 
OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, 
BasicZkTest, FullSolrCloudDistribCmdsTest, TestZkChroot, TestDistributedSearch, 
TestDistributedGrouping, TestRecovery, TermVectorComponentDistributedTest, 
SimpleFacetsTest, SpellCheckComponentTest, TestGroupingSearch, 
QueryElevationComponentTest, PeerSyncTest, TestLazyCores, 
CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, 
TestStressLucene, PolyFieldTest, SchemaVersionSpecificBehaviorTest, 
TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, CacheHeaderTest, TestWriterPerf, 
TestValueSourceCache, RequiredFieldsTest, TestSolrQueryParser, 
RegexBoostProcessorTest, IndexSchemaTest, TestCSVResponseWriter, 
TestAnalyzedSuggestions, CSVRequestHandlerTest, TestLFUCache, MultiTermTest, 
SampleTest, TestDocSet, TestSearchPerf, MinimalSchemaTest, 
TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, 
DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, 
TestPhraseSuggestions, SpellPossibilityIteratorTest, TestXIncludeConfig, 
EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, 
TestIBSimilarityFactory, TestJmxMonitoredMap, TestFastOutputStream, 
ScriptEngineTest, PluginInfoTest, DateMathParserTest, 
ChaosMonkeyNothingIsSafeTest, TestRTGBase, CursorPagingTest, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, 
AliasIntegrationTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, 
CollectionReloadTest, ConfigSetsAPITest, CreateCollectionCleanupTest, 
DeleteNodeTest, DeleteStatusTest, DistributedQueueTest, 
DistributedVersionInfoTest, HttpPartitionTest, LeaderElectionContextKeyTest, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [509/693 (1!)] on J1 in 136.70s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 63260 lines...]

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

Reply via email to