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

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:42406/nydd/s","node_name":"127.0.0.1:42406_nydd%2Fs","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:35143/nydd/s";,           
"node_name":"127.0.0.1:35143_nydd%2Fs",           "state":"down"},         
"core_node2":{           "state":"down",           
"base_url":"http://127.0.0.1:41762/nydd/s";,           
"core":"c8n_1x3_lf_shard1_replica2",           
"node_name":"127.0.0.1:41762_nydd%2Fs"},         "core_node3":{           
"core":"c8n_1x3_lf_shard1_replica1",           
"base_url":"http://127.0.0.1:42406/nydd/s";,           
"node_name":"127.0.0.1:42406_nydd%2Fs",           "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_replica1","base_url":"http://127.0.0.1:42406/nydd/s","node_name":"127.0.0.1:42406_nydd%2Fs","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:35143/nydd/s";,
          "node_name":"127.0.0.1:35143_nydd%2Fs",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:41762/nydd/s";,
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:41762_nydd%2Fs"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:42406/nydd/s";,
          "node_name":"127.0.0.1:42406_nydd%2Fs",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([48D7D2C6983329B9:C083ED1C36CF4441]: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 12540 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/init-core-data-001
   [junit4]   2> 1423627 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[48D7D2C6983329B9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 1423628 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[48D7D2C6983329B9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1423629 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[48D7D2C6983329B9]-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> 1423630 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[48D7D2C6983329B9]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /nydd/s
   [junit4]   2> 1423631 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1423631 INFO  (Thread-2169) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1423631 INFO  (Thread-2169) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1423731 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43054
   [junit4]   2> 1423736 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
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> 1423740 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
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> 1423742 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
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> 1423744 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
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> 1423746 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
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> 1423748 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
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> 1423751 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
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> 1423753 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
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> 1423755 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
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> 1423757 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
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> 1423759 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
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> 1424304 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/control-001/cores/collection1
   [junit4]   2> 1424306 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1424306 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e5d17{/nydd/s,null,AVAILABLE}
   [junit4]   2> 1424308 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1571d81{HTTP/1.1,[http/1.1]}{127.0.0.1:33142}
   [junit4]   2> 1424309 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.Server Started @1426065ms
   [junit4]   2> 1424309 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/nydd/s, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/tempDir-001/control/data,
 hostPort=42406, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/control-001/cores}
   [junit4]   2> 1424309 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1424309 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1424309 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1424309 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1424309 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-27T03:55:50.186570Z
   [junit4]   2> 1424311 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1424311 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/control-001/solr.xml
   [junit4]   2> 1424316 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1424318 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43054/solr
   [junit4]   2> 1424327 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1424327 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:42406_nydd%2Fs
   [junit4]   2> 1424328 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.Overseer Overseer 
(id=97687106323021828-127.0.0.1:42406_nydd%2Fs-n_0000000000) starting
   [junit4]   2> 1424331 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42406_nydd%2Fs
   [junit4]   2> 1424331 INFO  (zkCallback-2951-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1424525 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/control-001/cores
   [junit4]   2> 1424525 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1424527 INFO  
(OverseerStateUpdate-97687106323021828-127.0.0.1:42406_nydd%2Fs-n_0000000000) [ 
   ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1425534 WARN  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1425535 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1425544 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1425606 WARN  (coreLoadExecutor-5450-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> 1425608 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1425612 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 1425613 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1425613 INFO  (coreLoadExecutor-5450-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/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/control-001/cores/collection1/data/]
   [junit4]   2> 1425613 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16a0ed1
   [junit4]   2> 1425614 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=10.533203125, 
floorSegmentMB=1.828125, forceMergeDeletesPctAllowed=20.147954851388, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1425618 WARN  (coreLoadExecutor-5450-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> 1425790 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1425790 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1425791 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1425791 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1425792 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=50.1455078125, 
floorSegmentMB=1.49609375, forceMergeDeletesPctAllowed=7.260619420529196, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1425792 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a2835[collection1] main]
   [junit4]   2> 1425793 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1425793 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1425793 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1425794 INFO  (searcherExecutor-5451-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@a2835[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1425794 INFO  (coreLoadExecutor-5450-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1562993703435370496
   [junit4]   2> 1425797 INFO  (coreZkRegister-5443-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1425797 INFO  (coreZkRegister-5443-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1425797 INFO  (coreZkRegister-5443-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42406/nydd/s/collection1/
   [junit4]   2> 1425798 INFO  (coreZkRegister-5443-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1425798 INFO  (coreZkRegister-5443-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:42406/nydd/s/collection1/ has no replicas
   [junit4]   2> 1425798 INFO  (coreZkRegister-5443-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1425799 INFO  (coreZkRegister-5443-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42406/nydd/s/collection1/ shard1
   [junit4]   2> 1425950 INFO  (coreZkRegister-5443-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1426011 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1426012 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43054/solr ready
   [junit4]   2> 1426012 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1426012 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1426594 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-1-001/cores/collection1
   [junit4]   2> 1426594 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-1-001
   [junit4]   2> 1426595 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1426596 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@156d6b4{/nydd/s,null,AVAILABLE}
   [junit4]   2> 1426596 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@11fd7cb{HTTP/1.1,[http/1.1]}{127.0.0.1:45067}
   [junit4]   2> 1426596 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.Server Started @1428352ms
   [junit4]   2> 1426596 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/nydd/s, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/tempDir-001/jetty1,
 hostPort=35474, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-1-001/cores}
   [junit4]   2> 1426596 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1426597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1426597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1426597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1426597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-27T03:55:52.474132Z
   [junit4]   2> 1426599 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1426599 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-1-001/solr.xml
   [junit4]   2> 1426603 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1426605 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43054/solr
   [junit4]   2> 1426611 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1426612 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1426613 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35474_nydd%2Fs
   [junit4]   2> 1426613 INFO  (zkCallback-2951-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1426613 INFO  (zkCallback-2955-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1426614 INFO  (zkCallback-2961-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1426877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-1-001/cores
   [junit4]   2> 1426877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1426879 INFO  
(OverseerStateUpdate-97687106323021828-127.0.0.1:42406_nydd%2Fs-n_0000000000) [ 
   ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1426991 INFO  (zkCallback-2961-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> 1427885 WARN  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1427886 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1427905 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1427970 WARN  (coreLoadExecutor-5461-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> 1427971 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1427987 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 1427988 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1427988 INFO  (coreLoadExecutor-5461-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/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1427988 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16a0ed1
   [junit4]   2> 1427989 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=10.533203125, 
floorSegmentMB=1.828125, forceMergeDeletesPctAllowed=20.147954851388, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1427993 WARN  (coreLoadExecutor-5461-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> 1428186 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1428186 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1428187 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1428187 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1428188 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=50.1455078125, 
floorSegmentMB=1.49609375, forceMergeDeletesPctAllowed=7.260619420529196, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1428188 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@b3ee77[collection1] main]
   [junit4]   2> 1428189 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1428189 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1428189 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1428191 INFO  (searcherExecutor-5462-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@b3ee77[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1428191 INFO  (coreLoadExecutor-5461-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1562993705948807168
   [junit4]   2> 1428194 INFO  (coreZkRegister-5456-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1428194 INFO  (coreZkRegister-5456-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1428194 INFO  (coreZkRegister-5456-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35474/nydd/s/collection1/
   [junit4]   2> 1428194 INFO  (coreZkRegister-5456-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1428194 INFO  (coreZkRegister-5456-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:35474/nydd/s/collection1/ has no replicas
   [junit4]   2> 1428194 INFO  (coreZkRegister-5456-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1428196 INFO  (coreZkRegister-5456-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35474/nydd/s/collection1/ shard2
   [junit4]   2> 1428297 INFO  (zkCallback-2961-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> 1428346 INFO  (coreZkRegister-5456-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1428460 INFO  (zkCallback-2961-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> 1428875 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-2-001/cores/collection1
   [junit4]   2> 1428876 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-2-001
   [junit4]   2> 1428876 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1428877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8fa087{/nydd/s,null,AVAILABLE}
   [junit4]   2> 1428877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@10968a4{HTTP/1.1,[http/1.1]}{127.0.0.1:41529}
   [junit4]   2> 1428877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.Server Started @1430634ms
   [junit4]   2> 1428878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/nydd/s, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/tempDir-001/jetty2,
 hostPort=35143, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-2-001/cores}
   [junit4]   2> 1428878 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1428878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1428878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1428878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1428878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-27T03:55:54.755551Z
   [junit4]   2> 1428880 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1428880 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-2-001/solr.xml
   [junit4]   2> 1428885 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1428888 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43054/solr
   [junit4]   2> 1428892 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1428893 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1428894 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35143_nydd%2Fs
   [junit4]   2> 1428895 INFO  (zkCallback-2967-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1428895 INFO  (zkCallback-2955-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1428895 INFO  (zkCallback-2951-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1428895 INFO  (zkCallback-2961-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1428997 INFO  (zkCallback-2961-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> 1429106 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-2-001/cores
   [junit4]   2> 1429106 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1429108 INFO  
(OverseerStateUpdate-97687106323021828-127.0.0.1:42406_nydd%2Fs-n_0000000000) [ 
   ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1429209 INFO  (zkCallback-2967-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> 1429209 INFO  (zkCallback-2961-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> 1430113 WARN  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1430114 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1430123 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1430198 WARN  (coreLoadExecutor-5472-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> 1430200 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1430205 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 1430205 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1430205 INFO  (coreLoadExecutor-5472-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/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1430205 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16a0ed1
   [junit4]   2> 1430207 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=10.533203125, 
floorSegmentMB=1.828125, forceMergeDeletesPctAllowed=20.147954851388, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1430211 WARN  (coreLoadExecutor-5472-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> 1430389 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1430389 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1430391 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1430391 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1430391 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=50.1455078125, 
floorSegmentMB=1.49609375, forceMergeDeletesPctAllowed=7.260619420529196, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1430392 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c96446[collection1] main]
   [junit4]   2> 1430392 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1430392 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1430393 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1430393 INFO  (searcherExecutor-5473-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c96446[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1430394 INFO  (coreLoadExecutor-5472-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1562993708258820096
   [junit4]   2> 1430397 INFO  (coreZkRegister-5467-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1430397 INFO  (coreZkRegister-5467-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1430397 INFO  (coreZkRegister-5467-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35143/nydd/s/collection1/
   [junit4]   2> 1430397 INFO  (coreZkRegister-5467-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1430397 INFO  (coreZkRegister-5467-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:35143/nydd/s/collection1/ has no replicas
   [junit4]   2> 1430398 INFO  (coreZkRegister-5467-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1430399 INFO  (coreZkRegister-5467-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35143/nydd/s/collection1/ shard1
   [junit4]   2> 1430500 INFO  (zkCallback-2961-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> 1430500 INFO  (zkCallback-2967-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> 1430550 INFO  (coreZkRegister-5467-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1430652 INFO  (zkCallback-2961-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> 1430652 INFO  (zkCallback-2967-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> 1431107 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-3-001/cores/collection1
   [junit4]   2> 1431107 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-3-001
   [junit4]   2> 1431108 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1431109 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ee3ba8{/nydd/s,null,AVAILABLE}
   [junit4]   2> 1431109 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@b9d8b5{HTTP/1.1,[http/1.1]}{127.0.0.1:34768}
   [junit4]   2> 1431109 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.e.j.s.Server Started @1432866ms
   [junit4]   2> 1431110 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/nydd/s, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/tempDir-001/jetty3,
 hostPort=41762, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-3-001/cores}
   [junit4]   2> 1431110 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1431110 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1431110 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1431110 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1431110 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-27T03:55:56.987512Z
   [junit4]   2> 1431112 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1431112 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-3-001/solr.xml
   [junit4]   2> 1431117 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1431120 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43054/solr
   [junit4]   2> 1431125 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1431126 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1431126 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41762_nydd%2Fs
   [junit4]   2> 1431127 INFO  (zkCallback-2967-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1431127 INFO  (zkCallback-2955-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1431127 INFO  (zkCallback-2961-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1431127 INFO  (zkCallback-2951-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1431127 INFO  (zkCallback-2973-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1431229 INFO  (zkCallback-2967-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> 1431229 INFO  (zkCallback-2961-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> 1431377 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-3-001/cores
   [junit4]   2> 1431377 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1431379 INFO  
(OverseerStateUpdate-97687106323021828-127.0.0.1:42406_nydd%2Fs-n_0000000000) [ 
   ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1431480 INFO  (zkCallback-2961-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> 1431480 INFO  (zkCallback-2973-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> 1431480 INFO  (zkCallback-2967-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> 1432384 WARN  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1432385 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1432407 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1432478 WARN  (coreLoadExecutor-5483-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> 1432480 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1432485 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 1432486 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1432486 INFO  (coreLoadExecutor-5483-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/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1432487 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16a0ed1
   [junit4]   2> 1432488 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=10.533203125, 
floorSegmentMB=1.828125, forceMergeDeletesPctAllowed=20.147954851388, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1432492 WARN  (coreLoadExecutor-5483-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> 1432699 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1432699 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1432700 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1432700 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1432701 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=50.1455078125, 
floorSegmentMB=1.49609375, forceMergeDeletesPctAllowed=7.260619420529196, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1432701 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@18f0697[collection1] main]
   [junit4]   2> 1432703 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1432703 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1432703 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1432704 INFO  (searcherExecutor-5484-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18f0697[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1432704 INFO  (coreLoadExecutor-5483-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1562993710681030656
   [junit4]   2> 1432707 INFO  (coreZkRegister-5478-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1432707 INFO  (updateExecutor-2970-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1432707 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1432707 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1432708 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1432708 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 1432708 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [http://127.0.0.1:35474/nydd/s/collection1/] and I am 
[http://127.0.0.1:41762/nydd/s/collection1/]
   [junit4]   2> 1432710 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:35474/nydd/s]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:41762_nydd%252Fs&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1432710 INFO  (SocketProxy-Acceptor-35474) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49110,localport=35474], receiveBufferSize:531000
   [junit4]   2> 1432710 INFO  (SocketProxy-Acceptor-35474) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45067,localport=47698], receiveBufferSize=530904
   [junit4]   2> 1432712 INFO  (qtp9954885-12483) [    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1432712 INFO  (qtp9954885-12483) [    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1432712 INFO  (qtp9954885-12483) [    ] 
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:41762_nydd%2Fs, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:41762/nydd/s","node_name":"127.0.0.1:41762_nydd%2Fs","state":"down"}
   [junit4]   2> 1432787 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1432787 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 1432787 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1432811 INFO  (zkCallback-2967-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> 1432811 INFO  (zkCallback-2973-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> 1432811 INFO  (zkCallback-2961-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> 1433713 INFO  (qtp9954885-12483) [    ] 
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:41762_nydd%2Fs, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:41762/nydd/s","node_name":"127.0.0.1:41762_nydd%2Fs","state":"recovering"}
   [junit4]   2> 1433713 INFO  (qtp9954885-12483) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1433713 INFO  (qtp9954885-12483) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:41762_nydd%252Fs&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> 1434213 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:35474/nydd/s/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1434214 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:41762/nydd/s 
START replicas=[http://127.0.0.1:35474/nydd/s/collection1/] nUpdates=100
   [junit4]   2> 1434215 INFO  (SocketProxy-Acceptor-35474) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49120,localport=35474], receiveBufferSize:531000
   [junit4]   2> 1434215 INFO  (SocketProxy-Acceptor-35474) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45067,localport=47708], receiveBufferSize=530904
   [junit4]   2> 1434216 INFO  (qtp9954885-12483) [    ] 
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> 1434216 INFO  (qtp9954885-12483) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/nydd/s path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1434217 INFO  (recoveryExecutor-2971-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> 1434217 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1434217 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1434217 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1434217 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1434217 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1434217 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1434218 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1434218 INFO  (recoveryExecutor-2971-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1434319 INFO  (zkCallback-2973-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> 1434319 INFO  (zkCallback-2961-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> 1434319 INFO  (zkCallback-2967-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> 1434788 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1434789 INFO  (SocketProxy-Acceptor-42406) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37352,localport=42406], receiveBufferSize:531000
   [junit4]   2> 1434789 INFO  (SocketProxy-Acceptor-42406) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33142,localport=44496], receiveBufferSize=530904
   [junit4]   2> 1434803 INFO  (qtp22597650-12444) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1434804 INFO  (qtp22597650-12444) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1434804 INFO  (qtp22597650-12444) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1434804 INFO  (qtp22597650-12444) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/nydd/s path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 1434805 INFO  (SocketProxy-Acceptor-35474) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49132,localport=35474], receiveBufferSize:531000
   [junit4]   2> 1434806 INFO  (SocketProxy-Acceptor-35474) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45067,localport=47720], receiveBufferSize=530904
   [junit4]   2> 1434807 INFO  (SocketProxy-Acceptor-35143) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=42424,localport=35143], receiveBufferSize:531000
   [junit4]   2> 1434807 INFO  (SocketProxy-Acceptor-41762) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41044,localport=41762], receiveBufferSize:531000
   [junit4]   2> 1434807 INFO  (SocketProxy-Acceptor-35474) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49140,localport=35474], receiveBufferSize:531000
   [junit4]   2> 1434807 INFO  (SocketProxy-Acceptor-35143) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41529,localport=48216], receiveBufferSize=530904
   [junit4]   2> 1434807 INFO  (SocketProxy-Acceptor-41762) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34768,localport=59614], receiveBufferSize=530904
   [junit4]   2> 1434807 INFO  (SocketProxy-Acceptor-35474) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45067,localport=47732], receiveBufferSize=530904
   [junit4]   2> 1434807 INFO  (qtp9954885-12481) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1434807 INFO  (qtp18711887-12512) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1434807 INFO  (qtp30278810-12541) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1434807 INFO  (qtp9954885-12481) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1434807 INFO  (qtp30278810-12541) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1434807 INFO  (qtp18711887-12512) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1434808 INFO  (qtp9954885-12481) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1434808 INFO  (qtp30278810-12541) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1434808 INFO  (qtp18711887-12512) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1434808 INFO  (qtp30278810-12541) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/nydd/s path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35474/nydd/s/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1434808 INFO  (qtp18711887-12512) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/nydd/s path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35474/nydd/s/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1434808 INFO  (qtp9954885-12481) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/nydd/s path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35474/nydd/s/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1434809 INFO  (qtp9954885-12485) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/nydd/s path=/update 
params={_stateVer_=collection1:12&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 1434809 INFO  (SocketProxy-Acceptor-35474) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49148,localport=35474], receiveBufferSize:531000
   [junit4]   2> 1434810 INFO  (SocketProxy-Acceptor-35474) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45067,localport=47736], receiveBufferSize=530904
   [junit4]   2> 1434810 INFO  (qtp9954885-12483) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/nydd/s path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1434810 INFO  (SocketProxy-Acceptor-41762) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41058,localport=41762], receiveBufferSize:531000
   [junit4]   2> 1434811 INFO  (SocketProxy-Acceptor-41762) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34768,localport=59624], receiveBufferSize=530904
   [junit4]   2> 1434811 INFO  (qtp30278810-12543) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/nydd/s path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1434811 INFO  (SocketProxy-Acceptor-35143) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=42444,localport=35143], receiveBufferSize:531000
   [junit4]   2> 1434812 INFO  (SocketProxy-Acceptor-35143) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41529,localport=48232], receiveBufferSize=530904
   [junit4]   2> 1434812 INFO  (qtp18711887-12514) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/nydd/s path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1436814 INFO  (SocketProxy-Acceptor-35143) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=42460,localport=35143], receiveBufferSize:531000
   [junit4]   2> 1436814 INFO  (SocketProxy-Acceptor-35143) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41529,localport=48248], receiveBufferSize=530904
   [junit4]   2> 1436815 INFO  (qtp18711887-12512) [    ] 
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> 1436816 INFO  (OverseerThreadFactory-5448-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 1436817 INFO  (OverseerThreadFactory-5448-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 1436920 INFO  (SocketProxy-Acceptor-41762) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41082,localport=41762], receiveBufferSize:531000
   [junit4]   2> 1436920 INFO  (SocketProxy-Acceptor-35143) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=42468,localport=35143], receiveBufferSize:531000
   [junit4]   2> 1436921 INFO  (SocketProxy-Acceptor-42406) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37400,localport=42406], receiveBufferSize:531000
   [junit4]   2> 1436921 INFO  (SocketProxy-Acceptor-35143) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41529,localport=48258], receiveBufferSize=530904
   [junit4]   2> 1436921 INFO  (qtp18711887-12514) [    ] 
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> 1436921 INFO  (SocketProxy-Acceptor-42406) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33142,localport=44552], receiveBufferSize=530904
   [junit4]   2> 1436921 INFO  (qtp22597650-12446) [    ] 
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> 1436921 INFO  (SocketProxy-Acceptor-41762) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34768,localport=59652], receiveBufferSize=530904
   [junit4]   2> 1436922 INFO  (qtp30278810-12541) [    ] 
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> 1437026 INFO  (zkCallback-2951-thread-6) [    ] 
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> 1437026 INFO  (zkCallback-2973-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> 1437026 INFO  (zkCallback-2967-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> 1437929 WARN  (qtp30278810-12541) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1437929 WARN  (qtp18711887-12514) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1437930 INFO  (qtp30278810-12541) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1437930 INFO  (qtp18711887-12514) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1437931 WARN  (qtp22597650-12446) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1437932 INFO  (qtp22597650-12446) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1437956 INFO  (qtp30278810-12541) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 1437956 INFO  (qtp18711887-12514) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 1438346 INFO  (qtp22597650-12446) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 1438346 ERROR (Finalizer) [    ] o.a.s.u.ConcurrentLFUCache 
ConcurrentLFUCache was not destroyed prior to finalize(), indicates a bug -- 
POSSIBLE RESOURCE LEAK!!!
   [junit4]   2> 1438422 WARN  (qtp30278810-12541) [    ] 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> 1438423 WARN  (qtp18711887-12514) [    ] 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> 1438425 INFO  (qtp18711887-12514) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1438425 INFO  (qtp30278810-12541) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1438433 INFO  (qtp30278810-12541) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from 
collection c8n_1x3_lf
   [junit4]   2> 1438433 INFO  (qtp18711887-12514) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from 
collection c8n_1x3_lf
   [junit4]   2> 1438433 WARN  (qtp22597650-12446) [    ] 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> 1438433 INFO  (qtp30278810-12541) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1438433 INFO  (qtp18711887-12514) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1438433 INFO  (qtp30278810-12541) [    ] 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/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 1438433 INFO  (qtp18711887-12514) [    ] 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/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica3/data/]
   [junit4]   2> 1438434 INFO  (qtp30278810-12541) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16a0ed1
   [junit4]   2> 1438434 INFO  (qtp18711887-12514) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16a0ed1
   [junit4]   2> 1438435 INFO  (qtp22597650-12446) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1438435 INFO  (qtp30278810-12541) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=10.533203125, 
floorSegmentMB=1.828125, forceMergeDeletesPctAllowed=20.147954851388, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1438435 INFO  (qtp18711887-12514) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=10.533203125, 
floorSegmentMB=1.828125, forceMergeDeletesPctAllowed=20.147954851388, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1438442 WARN  (qtp18711887-12514) [    ] 
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> 1438442 WARN  (qtp30278810-12541) [    ] 
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> 1438442 INFO  (qtp22597650-12446) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from 
collection c8n_1x3_lf
   [junit4]   2> 1438442 INFO  (qtp22597650-12446) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1438442 INFO  (qtp22597650-12446) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/control-001/cores/c8n_1x3_lf_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001/control-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 1438443 INFO  (qtp22597650-12446) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16a0ed1
   [junit4]   2> 1438444 INFO  (qtp22597650-12446) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=10.533203125, 
floorSegmentMB=1.828125, forceMergeDeletesPctAllowed=20.147954851388, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1438448 WARN  (qtp22597650-12446) [    ] 
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> 1438725 INFO  (qtp18711887-12514) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1438725 INFO  (qtp18711887-12514) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1438728 INFO  (qtp18711887-12514) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1438728 INFO  (qtp18711887-12514) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1438729 INFO  (qtp18711887-12514) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=50.1455078125, 
floorSegmentMB=1.49609375, forceMergeDeletesPctAllowed=7.260619420529196, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1438729 INFO  (qtp18711887-12514) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@17ee74d[c8n_1x3_lf_shard1_replica3] 
main]
   [junit4]   2> 1438730 INFO  (qtp18711887-12514) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1438730 INFO  (qtp18711887-12514) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1438730 INFO  (qtp18711887-12514) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1438731 INFO  (searcherExecutor-5490-thread-1) [    ] 
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica3] Registered new searcher 
Searcher@17ee74d[c8n_1x3_lf_shard1_replica3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1438731 INFO  (qtp18711887-12514) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1562993717000798208
   [junit4]   2> 1438746 INFO  (qtp18711887-12514) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 1438747 INFO  (zkCallback-2967-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> 1438747 INFO  (zkCallback-2951-thread-5) [    ] 
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> 1438747 INFO  (zkCallback-2973-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]

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

.0.0.1:43054 43054
   [junit4]   2> 1560401 WARN  (Thread-2169) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/97687106323021833-127.0.0.1:35474_nydd%2Fs-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        131     /solr/overseer/collection-queue-work
   [junit4]   2>        36      /solr/overseer/queue
   [junit4]   2>        18      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 1560401 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:35474/nydd/s, 
target: http://127.0.0.1:45067/nydd/s
   [junit4]   2> 1560401 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:35143/nydd/s, 
target: http://127.0.0.1:41529/nydd/s
   [junit4]   2> 1560401 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:41762/nydd/s, 
target: http://127.0.0.1:34768/nydd/s
   [junit4]   2> 1560401 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[48D7D2C6983329B9]) [    ] 
o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:42406/nydd/s, 
target: http://127.0.0.1:33142/nydd/s
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=48D7D2C6983329B9 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=jmc-TZ -Dtests.timezone=Pacific/Truk -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  137s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:42406/nydd/s","node_name":"127.0.0.1:42406_nydd%2Fs","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:35143/nydd/s";,
   [junit4]    >           "node_name":"127.0.0.1:35143_nydd%2Fs",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:41762/nydd/s";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:41762_nydd%2Fs"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:42406/nydd/s";,
   [junit4]    >           "node_name":"127.0.0.1:42406_nydd%2Fs",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([48D7D2C6983329B9:C083ED1C36CF4441]: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> 1560404 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[48D7D2C6983329B9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_48D7D2C6983329B9-001
   [junit4]   2> Mar 27, 2017 3:58:06 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=8, maxDocsPerChunk=6, blockSize=9), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=8, blockSize=9)), sim=RandomSimilarity(queryNorm=true,coord=crazy): 
{}, locale=jmc-TZ, timezone=Pacific/Truk
   [junit4]   2> NOTE: Linux 4.4.0-66-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=187115576,total=297299968
   [junit4]   2> NOTE: All tests run in this JVM: 
[CoreMergeIndexesAdminHandlerTest, TestSearchPerf, TestShardHandlerFactory, 
TestSolrConfigHandlerCloud, ForceLeaderTest, CloudMLTQParserTest, 
TestHighFrequencyDictionaryFactory, FullHLLTest, DistributedMLTComponentTest, 
DistributedFacetPivotWhiteBoxTest, BlockJoinFacetRandomTest, ZkSolrClientTest, 
TestMultiWordSynonyms, TestTolerantUpdateProcessorCloud, 
TemplateUpdateProcessorTest, UpdateRequestProcessorFactoryTest, 
TestSuggestSpellingConverter, DocumentBuilderTest, FileUtilsTest, 
SolrIndexConfigTest, BigEndianAscendingWordSerializerTest, SSLMigrationTest, 
WordBreakSolrSpellCheckerTest, TestQueryTypes, TestBM25SimilarityFactory, 
TestSolrIndexConfig, SearchHandlerTest, ConvertedLegacyTest, 
IndexBasedSpellCheckerTest, DirectSolrSpellCheckerTest, SolrIndexSplitterTest, 
TestDynamicFieldCollectionResource, SpatialRPTFieldTypeTest, 
TestSystemIdResolver, DistribCursorPagingTest, MoreLikeThisHandlerTest, 
JavabinLoaderTest, TestSolrQueryResponse, RuleEngineTest, TestTrie, 
TestReRankQParserPlugin, SuggesterFSTTest, TestAddFieldRealTimeGet, 
ZkStateReaderTest, ShardRoutingTest, LoggingHandlerTest, SystemInfoHandlerTest, 
ZkCLITest, HighlighterTest, TestLMDirichletSimilarityFactory, TestLockTree, 
HdfsRecoveryZkTest, TestRuleBasedAuthorizationPlugin, TestQueryWrapperFilter, 
TestConfigSetsAPIExclusivity, SpellCheckComponentTest, 
URLClassifyProcessorTest, TestWordDelimiterFilterFactory, 
TestImpersonationWithHadoopAuth, SoftAutoCommitTest, ConnectionReuseTest, 
TestLuceneMatchVersion, RequestLoggingTest, 
HdfsCollectionsAPIDistributedZkTest, TestFuzzyAnalyzedSuggestions, 
TestSurroundQueryParser, RAMDirectoryFactoryTest, 
TestDeleteCollectionOnDownNodes, MergeStrategyTest, ClusterStateUpdateTest, 
DeleteReplicaTest, V2ApiIntegrationTest, TestCharFilters, 
TestDFISimilarityFactory, TestPointFields, SpatialFilterTest, 
SolrMetricManagerTest, SuggestComponentContextFilterQueryTest, 
TestLeaderElectionZkExpiry, TestHashPartitioner, StatsReloadRaceTest, 
PropertiesRequestHandlerTest, TermVectorComponentTest, TestQuerySenderListener, 
TestUpdate, SpellCheckCollatorTest, DeleteInactiveReplicaTest, 
DistributedExpandComponentTest, AssignTest, DocValuesTest, 
OverseerCollectionConfigSetProcessorTest, TestStressVersions, 
TestCoreContainer, DistributedSuggestComponentTest, 
TestSweetSpotSimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, 
CopyFieldTest, TestTestInjection, TestSchemaVersionResource, 
TestSegmentSorting, TestMacros, CSVRequestHandlerTest, SolrGangliaReporterTest, 
AnalyticsQueryTest, BasicFunctionalityTest, DistanceFunctionTest, 
TestManagedSchema, DirectSolrConnectionTest, TestCloudPivotFacet, 
TestSimpleTrackingShardHandler, DistributedQueueTest, TestRequestForwarding, 
TestSlowCompositeReaderWrapper, TestEmbeddedSolrServerConstructors, 
CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, TestFaceting, 
DistributedSpellCheckComponentTest, ZkControllerTest, 
DistributedTermsComponentTest, SimpleFacetsTest, TestGroupingSearch, 
SolrCmdDistributorTest, PeerSyncTest, TestFiltering, 
AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SuggesterTest, 
TestAtomicUpdateErrorCases, SortByFunctionTest, SolrInfoMBeanTest, 
DebugComponentTest, DisMaxRequestHandlerTest, 
TestReversedWildcardFilterFactory, TermsComponentTest, TestIndexingPerformance, 
FastVectorHighlighterTest, RegexBoostProcessorTest, ReturnFieldsTest, 
TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestLFUCache, 
CdcrBootstrapTest, ConfigSetsAPITest, ConnectionManagerTest, 
CreateCollectionCleanupTest, DeleteShardTest, DistribJoinFromCollectionTest, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [506/701 (1!)] on J1 in 137.54s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 36786 lines...]

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

Reply via email to