Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3230/
Java: 32bit/jdk-9-ea+162 -client -XX:+UseParallelGC

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

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

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




Build Log:
[...truncated 12639 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/init-core-data-001
   [junit4]   2> 1525399 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[DF392982CE25434D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1525399 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[DF392982CE25434D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1525400 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[DF392982CE25434D]-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> 1525401 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[DF392982CE25434D]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ae_dd/
   [junit4]   2> 1525402 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1525402 INFO  (Thread-2556) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1525402 INFO  (Thread-2556) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1525502 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35286
   [junit4]   2> 1525507 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1525509 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1525512 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1525514 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1525516 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1525518 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1525520 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1525527 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1525530 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1525532 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1525534 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1526062 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/control-001/cores/collection1
   [junit4]   2> 1526063 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1526064 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14ffcae{/ae_dd,null,AVAILABLE}
   [junit4]   2> 1526065 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@ccbc4b{HTTP/1.1,[http/1.1]}{127.0.0.1:33110}
   [junit4]   2> 1526065 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.Server Started @1527581ms
   [junit4]   2> 1526065 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/ae_dd, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/tempDir-001/control/data,
 hostPort=43922, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/control-001/cores}
   [junit4]   2> 1526065 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1526065 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1526066 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1526066 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1526066 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-08T15:45:56.789093Z
   [junit4]   2> 1526069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1526069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/control-001/solr.xml
   [junit4]   2> 1526074 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1526076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35286/solr
   [junit4]   2> 1526086 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1526086 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:43922_ae_dd
   [junit4]   2> 1526086 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.Overseer Overseer 
(id=97757846315073540-127.0.0.1:43922_ae_dd-n_0000000000) starting
   [junit4]   2> 1526089 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43922_ae_dd
   [junit4]   2> 1526090 INFO  (zkCallback-1462-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1526264 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/control-001/cores
   [junit4]   2> 1526264 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1526264 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1526265 INFO  
(OverseerStateUpdate-97757846315073540-127.0.0.1:43922_ae_dd-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1527273 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1527283 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1527362 WARN  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1527364 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1527370 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 1527370 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1527371 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/control-001/cores/collection1/data/]
   [junit4]   2> 1527371 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f969e1
   [junit4]   2> 1527372 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=4.818359375, 
floorSegmentMB=0.2958984375, forceMergeDeletesPctAllowed=19.195813927185558, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7145169223051394
   [junit4]   2> 1527376 WARN  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1527538 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1527538 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1527539 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1527539 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1527539 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16677915697937457]
   [junit4]   2> 1527539 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1044998[collection1] main]
   [junit4]   2> 1527540 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1527540 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1527540 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1527541 INFO  (searcherExecutor-5667-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1044998[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1527541 INFO  (coreLoadExecutor-5666-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1564125543283032064
   [junit4]   2> 1527545 INFO  (coreZkRegister-5659-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1527545 INFO  (coreZkRegister-5659-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1527545 INFO  (coreZkRegister-5659-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43922/ae_dd/collection1/
   [junit4]   2> 1527545 INFO  (coreZkRegister-5659-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1527545 INFO  (coreZkRegister-5659-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:43922/ae_dd/collection1/ has no replicas
   [junit4]   2> 1527545 INFO  (coreZkRegister-5659-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1527546 INFO  (coreZkRegister-5659-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43922/ae_dd/collection1/ shard1
   [junit4]   2> 1527697 INFO  (coreZkRegister-5659-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1527955 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1527955 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35286/solr ready
   [junit4]   2> 1527955 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1527955 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1528545 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-1-001/cores/collection1
   [junit4]   2> 1528546 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-1-001
   [junit4]   2> 1528546 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1528547 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@432a04{/ae_dd,null,AVAILABLE}
   [junit4]   2> 1528547 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@b81a6b{HTTP/1.1,[http/1.1]}{127.0.0.1:36432}
   [junit4]   2> 1528548 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.Server Started @1530064ms
   [junit4]   2> 1528548 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/ae_dd, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/tempDir-001/jetty1,
 hostPort=44850, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-1-001/cores}
   [junit4]   2> 1528548 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1528548 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1528548 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1528548 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1528548 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-08T15:45:59.271572Z
   [junit4]   2> 1528550 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1528550 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-1-001/solr.xml
   [junit4]   2> 1528556 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1528558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35286/solr
   [junit4]   2> 1528564 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1528565 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1528566 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44850_ae_dd
   [junit4]   2> 1528567 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1528567 INFO  (zkCallback-1462-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1528567 INFO  (zkCallback-1466-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1528818 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-1-001/cores
   [junit4]   2> 1528818 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1528820 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1528820 INFO  
(OverseerStateUpdate-97757846315073540-127.0.0.1:43922_ae_dd-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1528921 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1529831 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1529853 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1529941 WARN  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1529943 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1529950 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1529950 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1529950 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1529950 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f969e1
   [junit4]   2> 1529951 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=4.818359375, 
floorSegmentMB=0.2958984375, forceMergeDeletesPctAllowed=19.195813927185558, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7145169223051394
   [junit4]   2> 1529957 WARN  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1530147 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1530147 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1530149 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1530149 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1530149 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16677915697937457]
   [junit4]   2> 1530149 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@17cbdc8[collection1] main]
   [junit4]   2> 1530150 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1530150 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1530150 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1530151 INFO  (searcherExecutor-5678-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17cbdc8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1530151 INFO  (coreLoadExecutor-5677-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1564125546019815424
   [junit4]   2> 1530155 INFO  (coreZkRegister-5672-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1530155 INFO  (coreZkRegister-5672-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1530155 INFO  (coreZkRegister-5672-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44850/ae_dd/collection1/
   [junit4]   2> 1530155 INFO  (coreZkRegister-5672-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1530155 INFO  (coreZkRegister-5672-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:44850/ae_dd/collection1/ has no replicas
   [junit4]   2> 1530155 INFO  (coreZkRegister-5672-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1530156 INFO  (coreZkRegister-5672-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44850/ae_dd/collection1/ shard2
   [junit4]   2> 1530257 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1530307 INFO  (coreZkRegister-5672-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1530409 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1531189 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-2-001/cores/collection1
   [junit4]   2> 1531189 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-2-001
   [junit4]   2> 1531190 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1531191 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1fc700{/ae_dd,null,AVAILABLE}
   [junit4]   2> 1531191 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@16f2952{HTTP/1.1,[http/1.1]}{127.0.0.1:34697}
   [junit4]   2> 1531191 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.Server Started @1532707ms
   [junit4]   2> 1531191 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/ae_dd, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/tempDir-001/jetty2,
 hostPort=41230, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-2-001/cores}
   [junit4]   2> 1531192 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1531193 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1531193 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1531193 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1531193 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-08T15:46:01.916194Z
   [junit4]   2> 1531195 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1531195 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-2-001/solr.xml
   [junit4]   2> 1531207 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1531209 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35286/solr
   [junit4]   2> 1531214 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1531214 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1531215 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41230_ae_dd
   [junit4]   2> 1531217 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1531217 INFO  (zkCallback-1462-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1531217 INFO  (zkCallback-1478-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1531217 INFO  (zkCallback-1466-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1531426 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-2-001/cores
   [junit4]   2> 1531426 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1531427 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1531428 INFO  
(OverseerStateUpdate-97757846315073540-127.0.0.1:43922_ae_dd-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1531529 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1531529 INFO  (zkCallback-1478-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1532435 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1532445 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1532525 WARN  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1532527 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1532532 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1532532 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1532532 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1532533 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f969e1
   [junit4]   2> 1532534 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=4.818359375, 
floorSegmentMB=0.2958984375, forceMergeDeletesPctAllowed=19.195813927185558, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7145169223051394
   [junit4]   2> 1532538 WARN  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1532714 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1532714 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1532715 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1532715 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1532715 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16677915697937457]
   [junit4]   2> 1532716 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@19a4e3c[collection1] main]
   [junit4]   2> 1532716 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1532716 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1532717 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1532717 INFO  (searcherExecutor-5689-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@19a4e3c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1532718 INFO  (coreLoadExecutor-5688-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1564125548711510016
   [junit4]   2> 1532721 INFO  (coreZkRegister-5683-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1532721 INFO  (coreZkRegister-5683-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1532721 INFO  (coreZkRegister-5683-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41230/ae_dd/collection1/
   [junit4]   2> 1532721 INFO  (coreZkRegister-5683-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1532721 INFO  (coreZkRegister-5683-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:41230/ae_dd/collection1/ has no replicas
   [junit4]   2> 1532721 INFO  (coreZkRegister-5683-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1532723 INFO  (coreZkRegister-5683-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41230/ae_dd/collection1/ shard1
   [junit4]   2> 1532824 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1532824 INFO  (zkCallback-1478-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1532873 INFO  (coreZkRegister-5683-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1532975 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1532975 INFO  (zkCallback-1478-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1533740 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-3-001/cores/collection1
   [junit4]   2> 1533741 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-3-001
   [junit4]   2> 1533742 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1533743 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14aafe0{/ae_dd,null,AVAILABLE}
   [junit4]   2> 1533743 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@12291b0{HTTP/1.1,[http/1.1]}{127.0.0.1:46510}
   [junit4]   2> 1533743 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.e.j.s.Server Started @1535259ms
   [junit4]   2> 1533743 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/ae_dd, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/tempDir-001/jetty3,
 hostPort=44709, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-3-001/cores}
   [junit4]   2> 1533743 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1533744 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1533744 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1533744 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1533744 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-08T15:46:04.467246Z
   [junit4]   2> 1533746 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1533746 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-3-001/solr.xml
   [junit4]   2> 1533753 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1533755 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35286/solr
   [junit4]   2> 1533761 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1533762 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1533763 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44709_ae_dd
   [junit4]   2> 1533763 INFO  (zkCallback-1462-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1533763 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1533763 INFO  (zkCallback-1478-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1533763 INFO  (zkCallback-1466-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1533764 INFO  (zkCallback-1484-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1534000 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-3-001/cores
   [junit4]   2> 1534000 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1534001 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1534001 INFO  
(OverseerStateUpdate-97757846315073540-127.0.0.1:43922_ae_dd-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1534102 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1534102 INFO  (zkCallback-1478-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1534103 INFO  (zkCallback-1484-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1535009 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1535019 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1535107 WARN  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1535109 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1535115 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1535115 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1535115 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1535116 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f969e1
   [junit4]   2> 1535117 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=4.818359375, 
floorSegmentMB=0.2958984375, forceMergeDeletesPctAllowed=19.195813927185558, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7145169223051394
   [junit4]   2> 1535121 WARN  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1535308 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1535308 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1535310 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1535310 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1535310 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16677915697937457]
   [junit4]   2> 1535310 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@13fa234[collection1] main]
   [junit4]   2> 1535311 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1535311 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1535311 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1535312 INFO  (searcherExecutor-5700-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@13fa234[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1535312 INFO  (coreLoadExecutor-5699-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1564125551431516160
   [junit4]   2> 1535315 INFO  (coreZkRegister-5694-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1535316 INFO  (updateExecutor-1481-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1535316 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1535316 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1535316 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1535316 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 1535316 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [http://127.0.0.1:44850/ae_dd/collection1/] and I am 
[http://127.0.0.1:44709/ae_dd/collection1/]
   [junit4]   2> 1535318 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:44850/ae_dd]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:44709_ae_dd&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1535319 INFO  (SocketProxy-Acceptor-44850) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38302,localport=44850], receiveBufferSize:531000
   [junit4]   2> 1535319 INFO  (SocketProxy-Acceptor-44850) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36432,localport=49980], receiveBufferSize=530904
   [junit4]   2> 1535321 INFO  (qtp20916396-10460) [    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1535321 INFO  (qtp20916396-10460) [    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1535322 INFO  (qtp20916396-10460) [    ] 
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:44709_ae_dd, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:44709/ae_dd","node_name":"127.0.0.1:44709_ae_dd","state":"down"}
   [junit4]   2> 1535418 INFO  (zkCallback-1484-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1535418 INFO  (zkCallback-1478-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1535418 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1535705 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1535705 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 1535705 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1536322 INFO  (qtp20916396-10460) [    ] 
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:44709_ae_dd, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:44709/ae_dd","node_name":"127.0.0.1:44709_ae_dd","state":"recovering"}
   [junit4]   2> 1536322 INFO  (qtp20916396-10460) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1536322 INFO  (qtp20916396-10460) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:44709_ae_dd&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 1536822 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:44850/ae_dd/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1536822 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:44709/ae_dd 
START replicas=[http://127.0.0.1:44850/ae_dd/collection1/] nUpdates=100
   [junit4]   2> 1536824 INFO  (SocketProxy-Acceptor-44850) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38320,localport=44850], receiveBufferSize:531000
   [junit4]   2> 1536824 INFO  (SocketProxy-Acceptor-44850) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36432,localport=49998], receiveBufferSize=530904
   [junit4]   2> 1536825 INFO  (qtp20916396-10460) [    ] 
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> 1536825 INFO  (qtp20916396-10460) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/ae_dd path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1536825 INFO  (recoveryExecutor-1482-thread-1) [    ] 
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> 1536825 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1536825 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1536825 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1536825 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1536825 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1536825 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1536826 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1536826 INFO  (recoveryExecutor-1482-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1536928 INFO  (zkCallback-1484-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1536928 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1536928 INFO  (zkCallback-1478-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1537706 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1537707 INFO  (SocketProxy-Acceptor-43922) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49288,localport=43922], receiveBufferSize:531000
   [junit4]   2> 1537708 INFO  (SocketProxy-Acceptor-43922) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33110,localport=45298], receiveBufferSize=530904
   [junit4]   2> 1537708 INFO  (qtp2700302-10422) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1537708 INFO  (qtp2700302-10422) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1537708 INFO  (qtp2700302-10422) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1537708 INFO  (qtp2700302-10422) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ae_dd path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 1537709 INFO  (SocketProxy-Acceptor-41230) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53880,localport=41230], receiveBufferSize:531000
   [junit4]   2> 1537709 INFO  (SocketProxy-Acceptor-41230) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34697,localport=60624], receiveBufferSize=530904
   [junit4]   2> 1537711 INFO  (SocketProxy-Acceptor-41230) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53884,localport=41230], receiveBufferSize:531000
   [junit4]   2> 1537711 INFO  (SocketProxy-Acceptor-44850) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38340,localport=44850], receiveBufferSize:531000
   [junit4]   2> 1537711 INFO  (SocketProxy-Acceptor-44709) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=36908,localport=44709], receiveBufferSize:531000
   [junit4]   2> 1537711 INFO  (SocketProxy-Acceptor-41230) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34697,localport=60632], receiveBufferSize=530904
   [junit4]   2> 1537712 INFO  (SocketProxy-Acceptor-44709) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46510,localport=48230], receiveBufferSize=530904
   [junit4]   2> 1537712 INFO  (qtp5744739-10491) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1537712 INFO  (qtp5744739-10491) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1537712 INFO  (qtp5744739-10491) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1537712 INFO  (qtp5744739-10491) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ae_dd path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41230/ae_dd/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1537713 INFO  (SocketProxy-Acceptor-44850) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36432,localport=50022], receiveBufferSize=530904
   [junit4]   2> 1537713 INFO  (qtp20916396-10455) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1537713 INFO  (qtp20916396-10455) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1537713 INFO  (qtp12871623-10518) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1537713 INFO  (qtp20916396-10455) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1537713 INFO  (qtp12871623-10518) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1537713 INFO  (qtp20916396-10455) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ae_dd path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41230/ae_dd/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1537713 INFO  (qtp12871623-10518) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1537713 INFO  (qtp12871623-10518) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ae_dd path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41230/ae_dd/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1537713 INFO  (qtp5744739-10489) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ae_dd path=/update 
params={_stateVer_=collection1:9&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 1537714 INFO  (SocketProxy-Acceptor-44850) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38350,localport=44850], receiveBufferSize:531000
   [junit4]   2> 1537714 INFO  (SocketProxy-Acceptor-44850) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36432,localport=50028], receiveBufferSize=530904
   [junit4]   2> 1537715 INFO  (qtp20916396-10460) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/ae_dd path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1537715 INFO  (SocketProxy-Acceptor-44709) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=36920,localport=44709], receiveBufferSize:531000
   [junit4]   2> 1537716 INFO  (SocketProxy-Acceptor-44709) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46510,localport=48238], receiveBufferSize=530904
   [junit4]   2> 1537716 INFO  (qtp12871623-10520) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/ae_dd path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1537716 INFO  (SocketProxy-Acceptor-41230) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53904,localport=41230], receiveBufferSize:531000
   [junit4]   2> 1537717 INFO  (SocketProxy-Acceptor-41230) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34697,localport=60648], receiveBufferSize=530904
   [junit4]   2> 1537717 INFO  (qtp5744739-10485) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/ae_dd path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1539720 INFO  (SocketProxy-Acceptor-44850) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38382,localport=44850], receiveBufferSize:531000
   [junit4]   2> 1539720 INFO  (SocketProxy-Acceptor-44850) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36432,localport=50060], receiveBufferSize=530904
   [junit4]   2> 1539720 INFO  (qtp20916396-10455) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1539722 INFO  (OverseerThreadFactory-5664-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 1539722 INFO  (OverseerThreadFactory-5664-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 1539825 INFO  (SocketProxy-Acceptor-41230) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53932,localport=41230], receiveBufferSize:531000
   [junit4]   2> 1539825 INFO  (SocketProxy-Acceptor-44709) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=36956,localport=44709], receiveBufferSize:531000
   [junit4]   2> 1539825 INFO  (SocketProxy-Acceptor-44850) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38386,localport=44850], receiveBufferSize:531000
   [junit4]   2> 1539826 INFO  (SocketProxy-Acceptor-41230) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34697,localport=60680], receiveBufferSize=530904
   [junit4]   2> 1539826 INFO  (SocketProxy-Acceptor-44709) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46510,localport=48276], receiveBufferSize=530904
   [junit4]   2> 1539826 INFO  (qtp12871623-10518) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1539826 INFO  (qtp5744739-10489) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1539826 INFO  (SocketProxy-Acceptor-44850) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36432,localport=50072], receiveBufferSize=530904
   [junit4]   2> 1539827 INFO  (qtp20916396-10460) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1539930 INFO  (zkCallback-1484-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1539930 INFO  (zkCallback-1478-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1539930 INFO  (zkCallback-1472-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1540836 INFO  (qtp5744739-10489) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1540836 INFO  (qtp12871623-10518) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1540836 INFO  (qtp20916396-10460) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1540854 INFO  (qtp20916396-10460) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 1540854 INFO  (qtp5744739-10489) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 1540854 INFO  (qtp12871623-10518) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 1540949 WARN  (qtp5744739-10489) [    ] 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> 1540949 WARN  (qtp20916396-10460) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1540949 WARN  (qtp12871623-10518) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica3] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1540951 INFO  (qtp5744739-10489) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1540951 INFO  (qtp20916396-10460) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1540951 INFO  (qtp12871623-10518) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1540957 INFO  (qtp20916396-10460) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from 
collection c8n_1x3_lf, trusted=true
   [junit4]   2> 1540957 INFO  (qtp12871623-10518) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from 
collection c8n_1x3_lf, trusted=true
   [junit4]   2> 1540957 INFO  (qtp5744739-10489) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from 
collection c8n_1x3_lf, trusted=true
   [junit4]   2> 1540957 INFO  (qtp20916396-10460) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1540957 INFO  (qtp12871623-10518) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1540957 INFO  (qtp20916396-10460) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 1540957 INFO  (qtp5744739-10489) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1540957 INFO  (qtp12871623-10518) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica3/data/]
   [junit4]   2> 1540958 INFO  (qtp5744739-10489) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 1540958 INFO  (qtp20916396-10460) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f969e1
   [junit4]   2> 1540958 INFO  (qtp12871623-10518) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f969e1
   [junit4]   2> 1540958 INFO  (qtp5744739-10489) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f969e1
   [junit4]   2> 1540960 INFO  (qtp5744739-10489) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=4.818359375, 
floorSegmentMB=0.2958984375, forceMergeDeletesPctAllowed=19.195813927185558, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7145169223051394
   [junit4]   2> 1540960 INFO  (qtp12871623-10518) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=4.818359375, 
floorSegmentMB=0.2958984375, forceMergeDeletesPctAllowed=19.195813927185558, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7145169223051394
   [junit4]   2> 1540961 INFO  (qtp20916396-10460) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=4.818359375, 
floorSegmentMB=0.2958984375, forceMergeDeletesPctAllowed=19.195813927185558, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7145169223051394
   [junit4]   2> 1540965 WARN  (qtp5744739-10489) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1540965 WARN  (qtp20916396-10460) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1540965 WARN  (qtp12871623-10518) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1541221 INFO  (qtp12871623-10518) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1541221 INFO  (qtp12871623-10518) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1541222 INFO  (qtp12871623-10518) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1541222 INFO  (qtp12871623-10518) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1541223 INFO  (qtp12871623-10518) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16677915697937457]
   [junit4]   2> 1541224 INFO  (qtp12871623-10518) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@10dda7e[c8n_1x3_lf_shard1_replica3] 
main]
   [junit4]   2> 1541225 INFO  (qtp12871623-10518) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1541225 INFO  (qtp12871623-10518) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1541225 INFO  (qtp12871623-10518) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1541226 INFO  (searcherExecutor-5706-thread-1) [    ] 
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica3] Registered new searcher 
Searcher@10dda7e[c8n_1x3_lf_shard1_replica3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1541226 INFO  (qtp12871623-10518) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564125557632794624
   [junit4]   2> 1541230 INFO  (qtp12871623-10518) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 1541240 INFO  (qtp5744739-10489) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1541240 INFO  (qtp5744739-10489) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1541242 INFO  (qtp5744739-10489) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1541242 INFO  (qtp5744739-10489) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1541243 INFO  (qtp5744739-10489) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16677915697937457]
   [junit4]   2> 1541243 INFO  (qtp5744739-10489) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@e6c3ea[c8n_1x3_lf_shard1_replica1] 
main]
   [junit4]   2> 1541244 INFO  (qtp5744739-10489) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1541244 INFO  (qtp5744739-10489) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1541244 INFO  (qtp5744739-10489) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1541245 INFO  (searcherExecutor-5707-thread-1) [    ] 
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1] Registered new searcher 
Searcher@e6c3ea[c8n_1x3_lf_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1541245 INFO  (qtp5744739-10489) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564125557652717568
   [junit4]   2> 1541245 INFO  (qtp20916396-10460) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1541245 INFO  (qtp20916396-10460) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsT

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

   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        133     /solr/overseer/collection-queue-work
   [junit4]   2>        38      /solr/overseer/queue
   [junit4]   2>        16      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 1665167 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:41230/ae_dd, 
target: http://127.0.0.1:34697/ae_dd
   [junit4]   2> 1665167 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.SocketProxy Closing 16 connections to: http://127.0.0.1:44850/ae_dd, 
target: http://127.0.0.1:36432/ae_dd
   [junit4]   2> 1665168 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:43922/ae_dd, 
target: http://127.0.0.1:33110/ae_dd
   [junit4]   2> 1665168 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DF392982CE25434D]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:44709/ae_dd, 
target: http://127.0.0.1:46510/ae_dd
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=DF392982CE25434D -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=nl-BE -Dtests.timezone=Europe/Simferopol -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  140s J2 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:44850/ae_dd","node_name":"127.0.0.1:44850_ae_dd","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:44709/ae_dd";,
   [junit4]    >           "node_name":"127.0.0.1:44709_ae_dd",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:41230/ae_dd";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:41230_ae_dd"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:44850/ae_dd";,
   [junit4]    >           "node_name":"127.0.0.1:44850_ae_dd",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DF392982CE25434D:576D165860D92EB5]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:547)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1665170 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[DF392982CE25434D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DF392982CE25434D-001
   [junit4]   2> Apr 08, 2017 3:48:15 PM 
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(Lucene62): 
{range_facet_l_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_t=PostingsFormat(name=Memory doPackFST= false), 
intDefault=PostingsFormat(name=Memory doPackFST= false), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false), 
text=Lucene50(blocksize=128), range_facet_l=PostingsFormat(name=Memory 
doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Memory), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
intDvoDefault=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=258, 
maxMBSortInHeap=5.257208915219662, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=nl-BE, 
timezone=Europe/Simferopol
   [junit4]   2> NOTE: Linux 4.4.0-66-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=162694264,total=417333248
   [junit4]   2> NOTE: All tests run in this JVM: [BooleanFieldTest, 
ConfigureRecoveryStrategyTest, TestJsonFacetRefinement, TestSSLRandomization, 
DocValuesMissingTest, TestHashQParserPlugin, ActionThrottleTest, 
BigEndianAscendingWordDeserializerTest, TestRecovery, NoCacheHeaderTest, 
CloudExitableDirectoryReaderTest, TestManagedStopFilterFactory, 
UpdateParamsTest, HttpPartitionTest, TestManagedSchemaThreadSafety, 
TestWriterPerf, SpatialHeatmapFacetsTest, QueryParsingTest, 
SolrCoreCheckLockOnStartupTest, TestCoreDiscovery, MultiThreadedOCPTest, 
AtomicUpdatesTest, LargeFieldTest, TestCloudRecovery, 
SegmentsInfoRequestHandlerTest, CollectionTooManyReplicasTest, 
TestSQLHandlerNonCloud, TlogReplayBufferedWhileIndexingTest, HLLUtilTest, 
HdfsRecoverLeaseTest, TestTrieFacet, TestCollationField, JsonValidatorTest, 
TestUninvertingReader, TestStressReorder, TestSystemCollAutoCreate, 
DirectUpdateHandlerOptimizeTest, SuggesterWFSTTest, TestZkChroot, 
SolrJmxReporterTest, TestExactStatsCache, TestBackupRepositoryFactory, 
OpenExchangeRatesOrgProviderTest, ShowFileRequestHandlerTest, TestConfigReload, 
TestSolrCLIRunExample, TestFreeTextSuggestions, RollingRestartTest, 
TestDFRSimilarityFactory, ResponseLogComponentTest, SolrTestCaseJ4Test, 
PingRequestHandlerTest, CreateCollectionCleanupTest, ShardSplitTest, 
DocValuesMultiTest, TestSolrDeletionPolicy1, TestPerFieldSimilarityClassic, 
HdfsChaosMonkeySafeLeaderTest, TestExportWriter, HdfsLockFactoryTest, 
PrimitiveFieldTypeTest, TestDefaultSearchFieldResource, TestReqParamsAPI, 
TestPhraseSuggestions, TestMergePolicyConfig, TestSolrFieldCacheMBean, 
DeleteShardTest, TestPostingsSolrHighlighter, TestSchemaSimilarityResource, 
PeerSyncReplicationTest, TestReload, SubstringBytesRefFilterTest, 
TestCollationFieldDocValues, TestLMJelinekMercerSimilarityFactory, 
SimpleFacetsTest, PluginInfoTest, BlobRepositoryCloudTest, 
TestFieldCacheReopen, TestJavabinTupleStreamParser, TestSolrJ, 
CdcrUpdateLogTest, DistributedFacetPivotLargeTest, TestFieldCollectionResource, 
ExplicitHLLTest, TestConfig, LukeRequestHandlerTest, CheckHdfsIndexTest, 
GraphQueryTest, TestSmileRequest, TestRandomFlRTGCloud, TestIndexSearcher, 
HdfsUnloadDistributedZkTest, TestAnalyzeInfixSuggestions, 
TestSolrCoreSnapshots, TestJsonRequest, 
TestSolrQueryParserDefaultOperatorResource, DeleteLastCustomShardedReplicaTest, 
BadComponentTest, TestSchemalessBufferedUpdates, DistributedDebugComponentTest, 
ConcurrentDeleteAndCreateCollectionTest, TestBulkSchemaAPI, 
TestIndexingPerformance, DOMUtilTest, TermVectorComponentDistributedTest, 
AnalyticsMergeStrategyTest, TestLFUCache, MinimalSchemaTest, 
TestDistributedMissingSort, HdfsSyncSliceTest, SortSpecParsingTest, 
TestSubQueryTransformer, TestComplexPhraseLeadingWildcard, ZkControllerTest, 
TestRealTimeGet, TestStressVersions, DistributedTermsComponentTest, 
SpellCheckComponentTest, BadIndexSchemaTest, DirectUpdateHandlerTest, 
HighlighterTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
CoreAdminHandlerTest, SuggesterTest, WordBreakSolrSpellCheckerTest, 
TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, 
TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, 
TestSurroundQueryParser, StandardRequestHandlerTest, 
XmlUpdateRequestHandlerTest, DocumentBuilderTest, 
FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, 
JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest, 
BinaryUpdateRequestHandlerTest, SOLR749Test, TestSolrDeletionPolicy2, 
TestBinaryField, NotRequiredUniqueKeyTest, TestSweetSpotSimilarityFactory, 
TestJmxMonitoredMap, TestFastOutputStream, ChaosMonkeyNothingIsSafeTest, 
ConfigSetsAPITest, ConnectionManagerTest, CustomCollectionTest, 
DistribDocExpirationUpdateProcessorTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [530/703 (1!)] on J2 in 140.04s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 36802 lines...]

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

Reply via email to