Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/913/
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_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:34659/ttp","node_name":"127.0.0.1:34659_ttp","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/32)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:47406/ttp";,           
"core":"c8n_1x3_lf_shard1_replica2",           
"node_name":"127.0.0.1:47406_ttp"},         "core_node2":{           
"core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:34659/ttp";,           
"node_name":"127.0.0.1:34659_ttp",           "state":"active",           
"leader":"true"},         "core_node3":{           
"core":"c8n_1x3_lf_shard1_replica1",           
"base_url":"http://127.0.0.1:33273/ttp";,           
"node_name":"127.0.0.1:33273_ttp",           "state":"down"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:34659/ttp","node_name":"127.0.0.1:34659_ttp","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/32)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:47406/ttp";,
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:47406_ttp"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:34659/ttp";,
          "node_name":"127.0.0.1:34659_ttp",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:33273/ttp";,
          "node_name":"127.0.0.1:33273_ttp",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([F54CFD45AD68D7CB:7D18C29F0394BA33]: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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11387 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/init-core-data-001
   [junit4]   2> 885346 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[F54CFD45AD68D7CB]-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> 885346 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[F54CFD45AD68D7CB]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ttp/
   [junit4]   2> 885348 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 885348 INFO  (Thread-1852) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 885348 INFO  (Thread-1852) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 885449 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:64803
   [junit4]   2> 885468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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> 885472 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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> 885475 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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> 885478 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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> 885480 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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> 885483 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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> 885485 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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> 885488 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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> 885491 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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> 885493 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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> 885495 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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> 885648 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/control-001/cores/collection1
   [junit4]   2> 885649 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 885650 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12f4613b{/ttp,null,AVAILABLE}
   [junit4]   2> 885652 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@71dae005{HTTP/1.1,[http/1.1]}{127.0.0.1:42861}
   [junit4]   2> 885652 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.Server Started @889411ms
   [junit4]   2> 885652 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/tempDir-001/control/data,
 hostContext=/ttp, hostPort=47406, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/control-001/cores}
   [junit4]   2> 885652 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 885652 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 885652 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 885652 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 885652 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-17T08:10:33.406Z
   [junit4]   2> 885659 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 885659 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/control-001/solr.xml
   [junit4]   2> 885666 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64803/solr
   [junit4]   2> 885711 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:47406_ttp
   [junit4]   2> 885713 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.Overseer Overseer 
(id=96776475974303748-127.0.0.1:47406_ttp-n_0000000000) starting
   [junit4]   2> 885725 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47406_ttp
   [junit4]   2> 885733 INFO  
(OverseerStateUpdate-96776475974303748-127.0.0.1:47406_ttp-n_0000000000) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 885758 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/control-001/cores
   [junit4]   2> 885758 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 885763 INFO  
(OverseerStateUpdate-96776475974303748-127.0.0.1:47406_ttp-n_0000000000) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 886777 WARN  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 886778 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 886807 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 886892 WARN  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp 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> 886894 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 886911 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 886912 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/control-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/control-001/cores/collection1/data/]
   [junit4]   2> 886912 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8dc6e91
   [junit4]   2> 886913 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 886916 WARN  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 886923 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 886923 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 886924 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 886924 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 886924 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=76.80078125, 
floorSegmentMB=0.3994140625, forceMergeDeletesPctAllowed=24.558067251952306, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 886924 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36636c09[collection1] main]
   [junit4]   2> 886926 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO 
with znodeBase: /configs/conf1
   [junit4]   2> 886927 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 886927 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 886927 INFO  
(searcherExecutor-3759-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@36636c09[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 886927 INFO  
(coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1548423617242464256
   [junit4]   2> 886940 INFO  
(coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 886940 INFO  
(coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp 
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> 886940 INFO  
(coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:47406/ttp/collection1/
   [junit4]   2> 886940 INFO  
(coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 886940 INFO  
(coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:47406/ttp/collection1/ has no replicas
   [junit4]   2> 886946 INFO  
(coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp 
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:47406/ttp/collection1/ shard1
   [junit4]   2> 887098 INFO  
(coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 887274 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 887276 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 887416 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001/cores/collection1
   [junit4]   2> 887416 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001
   [junit4]   2> 887417 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 887419 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@af69bb1{/ttp,null,AVAILABLE}
   [junit4]   2> 887419 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@8a1c520{HTTP/1.1,[http/1.1]}{127.0.0.1:37119}
   [junit4]   2> 887419 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.Server Started @891179ms
   [junit4]   2> 887419 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/ttp, hostPort=34659, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001/cores}
   [junit4]   2> 887420 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 887420 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 887420 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 887420 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 887420 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-17T08:10:35.174Z
   [junit4]   2> 887426 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 887426 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001/solr.xml
   [junit4]   2> 887450 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64803/solr
   [junit4]   2> 887471 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:34659_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 887479 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:34659_ttp    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34659_ttp
   [junit4]   2> 887482 INFO  
(zkCallback-1179-thread-3-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 887483 INFO  (zkCallback-1183-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 887484 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 887503 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:34659_ttp    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001/cores
   [junit4]   2> 887503 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:34659_ttp    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 887507 INFO  
(OverseerStateUpdate-96776475974303748-127.0.0.1:47406_ttp-n_0000000000) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 888524 WARN  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 888525 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 888539 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 888642 WARN  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp 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> 888644 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 888662 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 888662 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 888662 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8dc6e91
   [junit4]   2> 888663 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 888667 WARN  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 888675 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 888675 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 888675 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 888676 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 888677 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=76.80078125, 
floorSegmentMB=0.3994140625, forceMergeDeletesPctAllowed=24.558067251952306, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 888677 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@626870f2[collection1] main]
   [junit4]   2> 888679 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 888679 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 888680 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 888680 INFO  
(searcherExecutor-3770-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@626870f2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 888681 INFO  
(coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1548423619081666560
   [junit4]   2> 888693 INFO  
(coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 888693 INFO  
(coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp 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> 888693 INFO  
(coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34659/ttp/collection1/
   [junit4]   2> 888693 INFO  
(coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 888693 INFO  
(coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:34659/ttp/collection1/ has no replicas
   [junit4]   2> 888703 INFO  
(coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:34659/ttp/collection1/ shard2
   [junit4]   2> 888856 INFO  
(coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 889158 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores/collection1
   [junit4]   2> 889159 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001
   [junit4]   2> 889160 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 889162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@26304130{/ttp,null,AVAILABLE}
   [junit4]   2> 889162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@5029a9a4{HTTP/1.1,[http/1.1]}{127.0.0.1:53594}
   [junit4]   2> 889162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.Server Started @892923ms
   [junit4]   2> 889162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/ttp, hostPort=33273, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores}
   [junit4]   2> 889163 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 889163 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 889164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 889164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 889164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-17T08:10:36.918Z
   [junit4]   2> 889168 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 889168 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/solr.xml
   [junit4]   2> 889175 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64803/solr
   [junit4]   2> 889194 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:33273_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 889204 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:33273_ttp    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33273_ttp
   [junit4]   2> 889207 INFO  (zkCallback-1183-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 889207 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 889207 INFO  
(zkCallback-1179-thread-3-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 889209 INFO  
(zkCallback-1194-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 889233 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:33273_ttp    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores
   [junit4]   2> 889233 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:33273_ttp    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 889236 INFO  
(OverseerStateUpdate-96776475974303748-127.0.0.1:47406_ttp-n_0000000000) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 890258 WARN  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 890260 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 890274 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 890394 WARN  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp 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> 890397 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 890417 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 890417 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 890417 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8dc6e91
   [junit4]   2> 890418 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 890422 WARN  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 890432 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 890432 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 890433 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 890433 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 890434 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=76.80078125, 
floorSegmentMB=0.3994140625, forceMergeDeletesPctAllowed=24.558067251952306, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 890434 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3232f14f[collection1] main]
   [junit4]   2> 890437 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 890437 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 890438 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 890438 INFO  
(searcherExecutor-3781-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@3232f14f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 890439 INFO  
(coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1548423620925063168
   [junit4]   2> 890451 INFO  
(coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 890451 INFO  
(coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp 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> 890451 INFO  
(coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33273/ttp/collection1/
   [junit4]   2> 890451 INFO  
(coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 890451 INFO  
(coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:33273/ttp/collection1/ has no replicas
   [junit4]   2> 890458 INFO  
(coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:33273/ttp/collection1/ shard1
   [junit4]   2> 890611 INFO  
(coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 890881 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001/cores/collection1
   [junit4]   2> 890881 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001
   [junit4]   2> 890882 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 890884 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45ad908c{/ttp,null,AVAILABLE}
   [junit4]   2> 890884 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@25a0ae0e{HTTP/1.1,[http/1.1]}{127.0.0.1:44131}
   [junit4]   2> 890884 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.Server Started @894645ms
   [junit4]   2> 890884 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/ttp, hostPort=48173, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001/cores}
   [junit4]   2> 890884 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 890885 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 890885 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 890885 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 890885 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-17T08:10:38.639Z
   [junit4]   2> 890889 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 890889 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001/solr.xml
   [junit4]   2> 890897 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64803/solr
   [junit4]   2> 890917 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:48173_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 890924 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:48173_ttp    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:48173_ttp
   [junit4]   2> 890927 INFO  
(zkCallback-1194-thread-1-processing-n:127.0.0.1:33273_ttp) 
[n:127.0.0.1:33273_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 890927 INFO  
(zkCallback-1179-thread-2-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 890928 INFO  
(zkCallback-1188-thread-1-processing-n:127.0.0.1:34659_ttp) 
[n:127.0.0.1:34659_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 890928 INFO  (zkCallback-1183-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 890929 INFO  
(zkCallback-1200-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 890945 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:48173_ttp    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001/cores
   [junit4]   2> 890945 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) 
[n:127.0.0.1:48173_ttp    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 890949 INFO  
(OverseerStateUpdate-96776475974303748-127.0.0.1:47406_ttp-n_0000000000) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 891961 WARN  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 891962 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 891990 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 892072 WARN  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp 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> 892074 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 892104 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 892105 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 892105 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8dc6e91
   [junit4]   2> 892105 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 892110 WARN  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 892121 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 892121 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 892122 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 892122 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 892122 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=76.80078125, 
floorSegmentMB=0.3994140625, forceMergeDeletesPctAllowed=24.558067251952306, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 892123 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@67a76241[collection1] main]
   [junit4]   2> 892125 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 892125 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 892125 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 892126 INFO  
(searcherExecutor-3792-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@67a76241[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 892126 INFO  
(coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1548423622694010880
   [junit4]   2> 892132 INFO  
(coreZkRegister-3786-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 892133 INFO  
(updateExecutor-1197-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 892133 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 892134 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 892134 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1]
   [junit4]   2> 892134 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp 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> 892134 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp 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:34659/ttp/collection1/] and I am 
[http://127.0.0.1:48173/ttp/collection1/]
   [junit4]   2> 892136 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:34659/ttp]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:48173_ttp&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 892142 INFO  (SocketProxy-Acceptor-34659) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38764,localport=34659], receiveBufferSize:130880
   [junit4]   2> 892143 INFO  (SocketProxy-Acceptor-34659) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37119,localport=50710], receiveBufferSize=139264
   [junit4]   2> 892146 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 892146 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 892146 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp    ] 
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:48173_ttp, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:48173/ttp","node_name":"127.0.0.1:48173_ttp","state":"down"}
   [junit4]   2> 892455 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 892455 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 892455 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 893147 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp    ] 
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:48173_ttp, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:48173/ttp","node_name":"127.0.0.1:48173_ttp","state":"recovering"}
   [junit4]   2> 893147 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 893148 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:48173_ttp&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> 900149 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:34659/ttp/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 900149 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=http://127.0.0.1:48173/ttp START 
replicas=[http://127.0.0.1:34659/ttp/collection1/] nUpdates=100
   [junit4]   2> 900150 INFO  (SocketProxy-Acceptor-34659) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=36685,localport=34659], receiveBufferSize:130880
   [junit4]   2> 900151 INFO  (SocketProxy-Acceptor-34659) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37119,localport=38215], receiveBufferSize=139264
   [junit4]   2> 900152 INFO  (qtp1912849334-7639) [n:127.0.0.1:34659_ttp 
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> 900152 INFO  (qtp1912849334-7639) [n:127.0.0.1:34659_ttp 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/ttp path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 900153 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp 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> 900153 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp 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> 900153 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp 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> 900153 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No 
uncommitted changes. Skipping IW.commit.
   [junit4]   2> 900154 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 900154 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 900154 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 900154 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 900155 INFO  
(recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as 
Active after recovery.
   [junit4]   2> 900471 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 900471 INFO  (SocketProxy-Acceptor-47406) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=35643,localport=47406], receiveBufferSize:130880
   [junit4]   2> 900472 INFO  (SocketProxy-Acceptor-47406) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42861,localport=57089], receiveBufferSize=139264
   [junit4]   2> 900473 INFO  (qtp465111952-7595) [n:127.0.0.1:47406_ttp 
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> 900473 INFO  (qtp465111952-7595) [n:127.0.0.1:47406_ttp 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 900474 INFO  (qtp465111952-7595) [n:127.0.0.1:47406_ttp 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 900474 INFO  (qtp465111952-7595) [n:127.0.0.1:47406_ttp 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ttp path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 1
   [junit4]   2> 900475 INFO  (SocketProxy-Acceptor-33273) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=32858,localport=33273], receiveBufferSize:130880
   [junit4]   2> 900476 INFO  (SocketProxy-Acceptor-33273) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=53594,localport=34526], receiveBufferSize=139264
   [junit4]   2> 900500 INFO  (SocketProxy-Acceptor-33273) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=54961,localport=33273], receiveBufferSize:130880
   [junit4]   2> 900500 INFO  (SocketProxy-Acceptor-33273) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=53594,localport=35367], receiveBufferSize=139264
   [junit4]   2> 900502 INFO  (SocketProxy-Acceptor-34659) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55575,localport=34659], receiveBufferSize:130880
   [junit4]   2> 900503 INFO  (qtp1994422427-7665) [n:127.0.0.1:33273_ttp 
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> 900503 INFO  (qtp1994422427-7665) [n:127.0.0.1:33273_ttp 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 900503 INFO  (SocketProxy-Acceptor-34659) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37119,localport=64371], receiveBufferSize=139264
   [junit4]   2> 900505 INFO  (qtp1994422427-7665) [n:127.0.0.1:33273_ttp 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 900505 INFO  (SocketProxy-Acceptor-48173) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60218,localport=48173], receiveBufferSize:130880
   [junit4]   2> 900505 INFO  (qtp1994422427-7665) [n:127.0.0.1:33273_ttp 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ttp path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33273/ttp/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 900505 INFO  (qtp1912849334-7633) [n:127.0.0.1:34659_ttp 
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> 900505 INFO  (qtp1912849334-7633) [n:127.0.0.1:34659_ttp 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 900506 INFO  (SocketProxy-Acceptor-48173) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44131,localport=52881], receiveBufferSize=139264
   [junit4]   2> 900507 INFO  (qtp1912849334-7633) [n:127.0.0.1:34659_ttp 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 900507 INFO  (qtp1912849334-7633) [n:127.0.0.1:34659_ttp 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ttp path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33273/ttp/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 900509 INFO  (qtp1741277414-7691) [n:127.0.0.1:48173_ttp 
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> 900510 INFO  (qtp1741277414-7691) [n:127.0.0.1:48173_ttp 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 900511 INFO  (qtp1741277414-7691) [n:127.0.0.1:48173_ttp 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 900511 INFO  (qtp1741277414-7691) [n:127.0.0.1:48173_ttp 
c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ttp path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33273/ttp/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 900511 INFO  (qtp1994422427-7664) [n:127.0.0.1:33273_ttp 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ttp path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 13
   [junit4]   2> 900513 INFO  (SocketProxy-Acceptor-34659) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33441,localport=34659], receiveBufferSize:130880
   [junit4]   2> 900513 INFO  (SocketProxy-Acceptor-34659) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37119,localport=49559], receiveBufferSize=139264
   [junit4]   2> 900514 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/ttp path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 900515 INFO  (SocketProxy-Acceptor-48173) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=34351,localport=48173], receiveBufferSize:130880
   [junit4]   2> 900515 INFO  (SocketProxy-Acceptor-48173) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44131,localport=50240], receiveBufferSize=139264
   [junit4]   2> 900517 INFO  (qtp1741277414-7694) [n:127.0.0.1:48173_ttp 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/ttp path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 900517 INFO  (SocketProxy-Acceptor-33273) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=54750,localport=33273], receiveBufferSize:130880
   [junit4]   2> 900518 INFO  (SocketProxy-Acceptor-33273) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=53594,localport=45285], receiveBufferSize=139264
   [junit4]   2> 900520 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/ttp path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 902522 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: 
c8n_1x3_lf
   [junit4]   2> 902524 INFO  (SocketProxy-Acceptor-34659) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=64344,localport=34659], receiveBufferSize:130880
   [junit4]   2> 902525 INFO  (SocketProxy-Acceptor-34659) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37119,localport=37817], receiveBufferSize=139264
   [junit4]   2> 902526 INFO  (qtp1912849334-7637) [n:127.0.0.1:34659_ttp    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 902530 INFO  
(OverseerThreadFactory-3756-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.CreateCollectionCmd Create collection 
c8n_1x3_lf
   [junit4]   2> 902531 INFO  
(OverseerThreadFactory-3756-thread-1-processing-n:127.0.0.1:47406_ttp) 
[n:127.0.0.1:47406_ttp    ] o.a.s.c.CreateCollectionCmd Only one config set 
found in zk - using it:conf1
   [junit4]   2> 902640 INFO  (SocketProxy-Acceptor-47406) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33589,localport=47406], receiveBufferSize:130880
   [junit4]   2> 902641 INFO  (SocketProxy-Acceptor-33273) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=34807,localport=33273], receiveBufferSize:130880
   [junit4]   2> 902642 INFO  (SocketProxy-Acceptor-47406) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42861,localport=64638], receiveBufferSize=139264
   [junit4]   2> 902642 INFO  (SocketProxy-Acceptor-34659) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49769,localport=34659], receiveBufferSize:130880
   [junit4]   2> 902643 INFO  (qtp465111952-7597) [n:127.0.0.1:47406_ttp    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 902643 INFO  (SocketProxy-Acceptor-34659) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37119,localport=57912], receiveBufferSize=139264
   [junit4]   2> 902645 INFO  (qtp1912849334-7639) [n:127.0.0.1:34659_ttp    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 902645 INFO  (SocketProxy-Acceptor-33273) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=53594,localport=59142], receiveBufferSize=139264
   [junit4]   2> 902650 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 903665 WARN  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 903666 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 903679 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 903736 WARN  (qtp465111952-7597) [n:127.0.0.1:47406_ttp 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 903737 INFO  (qtp465111952-7597) [n:127.0.0.1:47406_ttp 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 903798 INFO  (qtp465111952-7597) [n:127.0.0.1:47406_ttp 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 903838 WARN  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 903840 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 903858 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from 
collection c8n_1x3_lf
   [junit4]   2> 903859 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] 
o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 903859 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8dc6e91
   [junit4]   2> 903860 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 903865 WARN  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp 
c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] 
o.a.s.c.RequestHandlers INVAL

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

eaderElectionContext We failed sync, but we have no versions - we can't sync in 
that case - we were active before, so become leader anyway
   [junit4]   2> 1003458 INFO  
(zkCallback-1200-thread-3-processing-n:127.0.0.1:48173_ttp) 
[n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@741ee006
   [junit4]   2> 1003466 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@25a0ae0e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1003466 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@45ad908c{/ttp,null,UNAVAILABLE}
   [junit4]   2> 1003470 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:64803 64803
   [junit4]   2> 1003569 INFO  (Thread-1852) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:64803 64803
   [junit4]   2> 1003570 WARN  (Thread-1852) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/96776475974303752-127.0.0.1:34659_ttp-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        114     /solr/overseer/collection-queue-work
   [junit4]   2>        60      /solr/overseer/queue
   [junit4]   2>        10      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 1003571 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:33273/ttp, 
target: http://127.0.0.1:53594/ttp
   [junit4]   2> 1003571 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:48173/ttp, 
target: http://127.0.0.1:44131/ttp
   [junit4]   2> 1003571 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:47406/ttp, 
target: http://127.0.0.1:42861/ttp
   [junit4]   2> 1003571 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] 
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:34659/ttp, 
target: http://127.0.0.1:37119/ttp
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=F54CFD45AD68D7CB -Dtests.slow=true -Dtests.locale=ar-OM 
-Dtests.timezone=Africa/Bangui -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  118s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:34659/ttp","node_name":"127.0.0.1:34659_ttp","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/32)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:47406/ttp";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:47406_ttp"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:34659/ttp";,
   [junit4]    >           "node_name":"127.0.0.1:34659_ttp",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:33273/ttp";,
   [junit4]    >           "node_name":"127.0.0.1:33273_ttp",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F54CFD45AD68D7CB:7D18C29F0394BA33]: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> 1003575 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[F54CFD45AD68D7CB]-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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001
   [junit4]   2> Oct 17, 2016 8:12:31 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=PostingsFormat(name=Direct), 
_version_=PostingsFormat(name=LuceneVarGapFixedInterval), 
multiDefault=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), 
intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=Direct), range_facet_i_dv=BlockTreeOrds(blocksize=128), 
text=PostingsFormat(name=MockRandom), 
range_facet_l=BlockTreeOrds(blocksize=128), 
timestamp=BlockTreeOrds(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=520, 
maxMBSortInHeap=5.833812066850708, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ar-OM, timezone=Africa/Bangui
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=101882848,total=465752064
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressLucene, 
TestSolrCLIRunExample, TestSolrConfigHandlerConcurrent, SoftAutoCommitTest, 
TestBM25SimilarityFactory, TestPartialUpdateDeduplication, 
SynonymTokenizerTest, TestLockTree, TimeZoneUtilsTest, 
TestManagedResourceStorage, AnalyticsMergeStrategyTest, 
TestImplicitCoreProperties, SyncSliceTest, BadCopyFieldTest, 
ExitableDirectoryReaderTest, TestShortCircuitedRequests, 
TestUseDocValuesAsStored, TestRemoteStreaming, ConnectionManagerTest, 
DistribDocExpirationUpdateProcessorTest, 
TestTolerantUpdateProcessorRandomCloud, SpatialRPTFieldTypeTest, 
TestAnalyzeInfixSuggestions, FileUtilsTest, SampleTest, 
TestPostingsSolrHighlighter, IndexSchemaRuntimeFieldTest, 
ClusterStateUpdateTest, TestStressReorder, MigrateRouteKeyTest, 
TestMissingGroups, SpatialHeatmapFacetsTest, TestSchemaSimilarityResource, 
OutOfBoxZkACLAndCredentialsProvidersTest, DocValuesMultiTest, 
SuggestComponentTest, TestXIncludeConfig, TestReplicationHandlerBackup, 
StatelessScriptUpdateProcessorFactoryTest, MBeansHandlerTest, 
OpenExchangeRatesOrgProviderTest, SpatialFilterTest, TestCollapseQParserPlugin, 
CdcrReplicationDistributedZkTest, TestQuerySenderNoQuery, TestRestoreCore, 
OverseerRolesTest, HLLUtilTest, TestAddFieldRealTimeGet, 
UniqFieldsUpdateProcessorFactoryTest, AddBlockUpdateTest, TestReloadDeadlock, 
TestWordDelimiterFilterFactory, TestLazyCores, QueryEqualityTest, 
PathHierarchyTokenizerFactoryTest, CollectionsAPIAsyncDistributedZkTest, 
SolrIndexConfigTest, TestHighlightDedupGrouping, SolrRequestParserTest, 
TestFieldTypeCollectionResource, ChangedSchemaMergeTest, 
HdfsCollectionsAPIDistributedZkTest, HdfsDirectoryTest, TestSort, 
SolrTestCaseJ4Test, DistributedQueueTest, TestFieldCollectionResource, 
AnalysisAfterCoreReloadTest, BaseCdcrDistributedZkTest, TestFieldCacheSort, 
SolrPluginUtilsTest, CurrencyFieldXmlFileTest, RankQueryTest, 
TestNumericTerms64, PolyFieldTest, SSLMigrationTest, DocumentBuilderTest, 
ForceLeaderTest, CursorPagingTest, DistributedFacetPivotSmallTest, 
TestRequestStatusCollectionAPI, TestSimpleQParserPlugin, TestHashQParserPlugin, 
HardAutoCommitTest, TermsComponentTest, TestBulkSchemaAPI, 
UUIDUpdateProcessorFallbackTest, TestCursorMarkWithoutUniqueKey, 
BasicAuthIntegrationTest, WrapperMergePolicyFactoryTest, TestConfigOverlay, 
HdfsBasicDistributedZk2Test, TestSolrDeletionPolicy1, TestRawTransformer, 
TestStandardQParsers, TestBinaryField, TestManagedSchemaThreadSafety, 
MoreLikeThisHandlerTest, DisMaxRequestHandlerTest, TestAuthorizationFramework, 
XsltUpdateRequestHandlerTest, BasicDistributedZkTest, TestRTGBase, AssignTest, 
TestOnReconnectListenerSupport, TestExtendedDismaxParser, 
SystemInfoHandlerTest, TestJettySolrRunner, TestNamedUpdateProcessors, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [263/638 (1!)] on J0 in 119.01s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 61554 lines...]

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

Reply via email to