Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3842/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

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


FAILED:  org.apache.solr.cloud.PeerSyncReplicationTest.test

Error Message:
timeout waiting to see all nodes active

Stack Trace:
java.lang.AssertionError: timeout waiting to see all nodes active
        at 
__randomizedtesting.SeedInfo.seed([C3C662871B409E01:4B925D5DB5BCF3F9]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.waitTillNodesActive(PeerSyncReplicationTest.java:326)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:277)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:259)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:138)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11248 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/init-core-data-001
   [junit4]   2> 738826 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C3C662871B409E01]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 738830 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C3C662871B409E01]-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)
 w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 738830 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[C3C662871B409E01]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/izxdi/r
   [junit4]   2> 738832 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 738832 INFO  (Thread-1284) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 738832 INFO  (Thread-1284) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 738941 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53231
   [junit4]   2> 738993 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 738997 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 739004 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 739008 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 739011 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 739013 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 739016 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 739018 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 739021 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 739024 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 739027 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 739555 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/control-001/cores/collection1
   [junit4]   2> 739558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 739559 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6ae14ecb{/izxdi/r,null,AVAILABLE}
   [junit4]   2> 739562 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@b9510d4{HTTP/1.1,[http/1.1]}{127.0.0.1:53236}
   [junit4]   2> 739562 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.Server Started @745984ms
   [junit4]   2> 739562 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/tempDir-001/control/data,
 hostContext=/izxdi/r, hostPort=53235, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/control-001/cores}
   [junit4]   2> 739562 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 739562 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 739562 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 739563 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 739563 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-19T17:54:27.748Z
   [junit4]   2> 739567 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 739567 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/control-001/solr.xml
   [junit4]   2> 739578 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53231/solr
   [junit4]   2> 739618 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 739619 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:53235_izxdi%2Fr
   [junit4]   2> 739621 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.Overseer Overseer 
(id=97486560756957188-127.0.0.1:53235_izxdi%2Fr-n_0000000000) starting
   [junit4]   2> 739641 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53235_izxdi%2Fr
   [junit4]   2> 739643 INFO  
(zkCallback-950-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 739758 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/control-001/cores
   [junit4]   2> 739758 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 739762 INFO  
(OverseerStateUpdate-97486560756957188-127.0.0.1:53235_izxdi%2Fr-n_0000000000) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard1
   [junit4]   2> 740781 WARN  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 740782 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 740795 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 740874 WARN  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 740876 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 740896 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 740896 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/control-001/cores/collection1/data/]
   [junit4]   2> 740896 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6df9bfa1
   [junit4]   2> 740897 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=26.8466796875, 
floorSegmentMB=1.90625, forceMergeDeletesPctAllowed=7.996175578606273, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7616722386323879
   [junit4]   2> 740902 WARN  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 740964 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 740964 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 740965 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 740965 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 740966 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=712576412, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 740967 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@377cbb15[collection1] main]
   [junit4]   2> 740968 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 740969 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 740969 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 740970 INFO  
(searcherExecutor-3143-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr 
x:collection1 c:control_collection) [n:127.0.0.1:53235_izxdi%2Fr 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@377cbb15[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 740970 INFO  
(coreLoadExecutor-3142-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1559784974351073280
   [junit4]   2> 740982 INFO  
(coreZkRegister-3135-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr 
x:collection1 c:control_collection) [n:127.0.0.1:53235_izxdi%2Fr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 740982 INFO  
(coreZkRegister-3135-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr 
x:collection1 c:control_collection) [n:127.0.0.1:53235_izxdi%2Fr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 740982 INFO  
(coreZkRegister-3135-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr 
x:collection1 c:control_collection) [n:127.0.0.1:53235_izxdi%2Fr 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:53235/izxdi/r/collection1/
   [junit4]   2> 740982 INFO  
(coreZkRegister-3135-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr 
x:collection1 c:control_collection) [n:127.0.0.1:53235_izxdi%2Fr 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 740982 INFO  
(coreZkRegister-3135-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr 
x:collection1 c:control_collection) [n:127.0.0.1:53235_izxdi%2Fr 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:53235/izxdi/r/collection1/ has no replicas
   [junit4]   2> 740982 INFO  
(coreZkRegister-3135-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr 
x:collection1 c:control_collection) [n:127.0.0.1:53235_izxdi%2Fr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 740989 INFO  
(coreZkRegister-3135-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr 
x:collection1 c:control_collection) [n:127.0.0.1:53235_izxdi%2Fr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:53235/izxdi/r/collection1/ shard1
   [junit4]   2> 741157 INFO  
(coreZkRegister-3135-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr 
x:collection1 c:control_collection) [n:127.0.0.1:53235_izxdi%2Fr 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 741300 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 741301 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53231/solr ready
   [junit4]   2> 741301 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 741302 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 741584 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-1-001/cores/collection1
   [junit4]   2> 741585 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-1-001
   [junit4]   2> 741586 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 741588 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8cfb000{/izxdi/r,null,AVAILABLE}
   [junit4]   2> 741588 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@60c42044{HTTP/1.1,[http/1.1]}{127.0.0.1:53246}
   [junit4]   2> 741588 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.Server Started @748011ms
   [junit4]   2> 741588 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/izxdi/r, hostPort=53245, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-1-001/cores}
   [junit4]   2> 741589 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 741589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 741589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 741589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 741589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-19T17:54:29.774Z
   [junit4]   2> 741594 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 741594 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-1-001/solr.xml
   [junit4]   2> 741607 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53231/solr
   [junit4]   2> 741624 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53245_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 741629 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53245_izxdi%2Fr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 741633 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53245_izxdi%2Fr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53245_izxdi%2Fr
   [junit4]   2> 741636 INFO  (zkCallback-954-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 741637 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 741637 INFO  
(zkCallback-950-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 741708 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53245_izxdi%2Fr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-1-001/cores
   [junit4]   2> 741708 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53245_izxdi%2Fr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 741712 INFO  
(OverseerStateUpdate-97486560756957188-127.0.0.1:53235_izxdi%2Fr-n_0000000000) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard2
   [junit4]   2> 741822 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] 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> 742736 WARN  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 742741 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 742753 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 742830 WARN  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 742833 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 742854 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 742855 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-1-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 742855 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6df9bfa1
   [junit4]   2> 742856 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=26.8466796875, 
floorSegmentMB=1.90625, forceMergeDeletesPctAllowed=7.996175578606273, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7616722386323879
   [junit4]   2> 742866 WARN  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 742927 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 742927 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 742928 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 742928 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 742929 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=712576412, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 742930 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@68df22b2[collection1] main]
   [junit4]   2> 742931 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 742932 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 742932 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 742933 INFO  
(searcherExecutor-3154-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53245_izxdi%2Fr c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@68df22b2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 742934 INFO  
(coreLoadExecutor-3153-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1559784976410476544
   [junit4]   2> 742945 INFO  
(coreZkRegister-3148-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53245_izxdi%2Fr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 742945 INFO  
(coreZkRegister-3148-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53245_izxdi%2Fr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 742945 INFO  
(coreZkRegister-3148-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53245_izxdi%2Fr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:53245/izxdi/r/collection1/
   [junit4]   2> 742945 INFO  
(coreZkRegister-3148-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53245_izxdi%2Fr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 742945 INFO  
(coreZkRegister-3148-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53245_izxdi%2Fr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:53245/izxdi/r/collection1/ has no replicas
   [junit4]   2> 742945 INFO  
(coreZkRegister-3148-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53245_izxdi%2Fr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found 
all replicas participating in election, clear LIR
   [junit4]   2> 742952 INFO  
(coreZkRegister-3148-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53245_izxdi%2Fr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:53245/izxdi/r/collection1/ shard2
   [junit4]   2> 743057 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] 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> 743061 INFO  
(coreZkRegister-3148-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53245_izxdi%2Fr c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 743168 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] 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> 743507 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-2-001/cores/collection1
   [junit4]   2> 743508 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-2-001
   [junit4]   2> 743508 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 743511 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2f69f9a9{/izxdi/r,null,AVAILABLE}
   [junit4]   2> 743511 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6d4a241f{HTTP/1.1,[http/1.1]}{127.0.0.1:53251}
   [junit4]   2> 743511 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.Server Started @749934ms
   [junit4]   2> 743511 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/izxdi/r, hostPort=53250, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-2-001/cores}
   [junit4]   2> 743512 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 743512 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 743512 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 743512 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 743512 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-19T17:54:31.697Z
   [junit4]   2> 743516 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 743516 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-2-001/solr.xml
   [junit4]   2> 743540 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53231/solr
   [junit4]   2> 743556 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53250_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 743561 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53250_izxdi%2Fr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 743565 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53250_izxdi%2Fr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53250_izxdi%2Fr
   [junit4]   2> 743568 INFO  (zkCallback-954-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 743568 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 743568 INFO  
(zkCallback-950-thread-2-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 743570 INFO  
(zkCallback-966-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 743683 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] 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> 743718 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53250_izxdi%2Fr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-2-001/cores
   [junit4]   2> 743718 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53250_izxdi%2Fr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 743721 INFO  
(OverseerStateUpdate-97486560756957188-127.0.0.1:53235_izxdi%2Fr-n_0000000000) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard1
   [junit4]   2> 743833 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] 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> 743833 INFO  
(zkCallback-966-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr    ] 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> 744736 WARN  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 744737 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 744756 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 744827 WARN  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 744829 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 744859 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 744860 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-2-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 744860 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6df9bfa1
   [junit4]   2> 744861 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=26.8466796875, 
floorSegmentMB=1.90625, forceMergeDeletesPctAllowed=7.996175578606273, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7616722386323879
   [junit4]   2> 744865 WARN  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 744933 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 744933 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 744934 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 744934 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 744935 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=712576412, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 744935 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@23d91e2f[collection1] main]
   [junit4]   2> 744937 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 744937 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 744938 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 744939 INFO  
(searcherExecutor-3165-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53250_izxdi%2Fr c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@23d91e2f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 744939 INFO  
(coreLoadExecutor-3164-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1559784978512871424
   [junit4]   2> 744948 INFO  
(coreZkRegister-3159-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53250_izxdi%2Fr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 744948 INFO  
(coreZkRegister-3159-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53250_izxdi%2Fr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 744949 INFO  
(coreZkRegister-3159-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53250_izxdi%2Fr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:53250/izxdi/r/collection1/
   [junit4]   2> 744949 INFO  
(coreZkRegister-3159-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53250_izxdi%2Fr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 744949 INFO  
(coreZkRegister-3159-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53250_izxdi%2Fr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:53250/izxdi/r/collection1/ has no replicas
   [junit4]   2> 744949 INFO  
(coreZkRegister-3159-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53250_izxdi%2Fr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found 
all replicas participating in election, clear LIR
   [junit4]   2> 744955 INFO  
(coreZkRegister-3159-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53250_izxdi%2Fr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:53250/izxdi/r/collection1/ shard1
   [junit4]   2> 745068 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] 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> 745068 INFO  
(zkCallback-966-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr    ] 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> 745120 INFO  
(coreZkRegister-3159-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53250_izxdi%2Fr c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 745232 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] 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> 745232 INFO  
(zkCallback-966-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr    ] 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> 745614 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-3-001/cores/collection1
   [junit4]   2> 745615 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-3-001
   [junit4]   2> 745616 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 745618 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48d8eead{/izxdi/r,null,AVAILABLE}
   [junit4]   2> 745618 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3b4c1f98{HTTP/1.1,[http/1.1]}{127.0.0.1:53256}
   [junit4]   2> 745618 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.e.j.s.Server Started @752041ms
   [junit4]   2> 745619 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/izxdi/r, hostPort=53255, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-3-001/cores}
   [junit4]   2> 745619 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 745620 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 745620 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 745620 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 745620 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-19T17:54:33.805Z
   [junit4]   2> 745624 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 745624 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-3-001/solr.xml
   [junit4]   2> 745713 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53231/solr
   [junit4]   2> 745730 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53255_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 745735 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53255_izxdi%2Fr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 745739 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53255_izxdi%2Fr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53255_izxdi%2Fr
   [junit4]   2> 745743 INFO  
(zkCallback-950-thread-1-processing-n:127.0.0.1:53235_izxdi%2Fr) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 745744 INFO  
(zkCallback-972-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 745744 INFO  
(zkCallback-966-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 745744 INFO  (zkCallback-954-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 745744 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 745811 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53255_izxdi%2Fr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-3-001/cores
   [junit4]   2> 745811 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) 
[n:127.0.0.1:53255_izxdi%2Fr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 745816 INFO  
(OverseerStateUpdate-97486560756957188-127.0.0.1:53235_izxdi%2Fr-n_0000000000) 
[n:127.0.0.1:53235_izxdi%2Fr    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard2
   [junit4]   2> 745929 INFO  
(zkCallback-972-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr    ] 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> 745929 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] 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> 745929 INFO  
(zkCallback-966-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr    ] 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> 746833 WARN  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 746834 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 746846 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 746942 WARN  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 746944 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 746963 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 746964 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-3-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_C3C662871B409E01-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 746964 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6df9bfa1
   [junit4]   2> 746976 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=26.8466796875, 
floorSegmentMB=1.90625, forceMergeDeletesPctAllowed=7.996175578606273, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7616722386323879
   [junit4]   2> 747024 WARN  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 747117 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 747117 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 747118 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 747118 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 747120 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=712576412, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 747121 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@12d51fea[collection1] main]
   [junit4]   2> 747122 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 747123 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 747123 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 747124 INFO  
(searcherExecutor-3176-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53255_izxdi%2Fr c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@12d51fea[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 747129 INFO  
(coreLoadExecutor-3175-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1559784980809252864
   [junit4]   2> 747135 INFO  
(coreZkRegister-3170-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 c:collection1) [n:127.0.0.1:53255_izxdi%2Fr c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 747136 INFO  
(updateExecutor-969-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState 
Running recovery
   [junit4]   2> 747136 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 747137 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 747137 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 747137 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting 
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 747137 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Publishing state of core [collection1] as recovering, leader is 
[http://127.0.0.1:53245/izxdi/r/collection1/] and I am 
[http://127.0.0.1:53255/izxdi/r/collection1/]
   [junit4]   2> 747141 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [http://127.0.0.1:53245/izxdi/r]; 
[WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:53255_izxdi%252Fr&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 747142 INFO  (SocketProxy-Acceptor-53245) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53284,localport=53245], receiveBufferSize:408300
   [junit4]   2> 747148 INFO  (SocketProxy-Acceptor-53245) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=53246,localport=53285], receiveBufferSize=408300
   [junit4]   2> 747150 INFO  (qtp920235108-5859) [n:127.0.0.1:53245_izxdi%2Fr  
  ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 747151 INFO  (qtp920235108-5859) [n:127.0.0.1:53245_izxdi%2Fr  
  ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 747151 INFO  (qtp920235108-5859) [n:127.0.0.1:53245_izxdi%2Fr  
  ] 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:53255_izxdi%2Fr, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:53255/izxdi/r","node_name":"127.0.0.1:53255_izxdi%2Fr","state":"down"}
   [junit4]   2> 747244 INFO  
(zkCallback-972-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr    ] 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> 747244 INFO  
(zkCallback-966-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr    ] 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> 747244 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] 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> 747276 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 747276 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 747276 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 748155 INFO  (qtp920235108-5859) [n:127.0.0.1:53245_izxdi%2Fr  
  ] 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:53255_izxdi%2Fr, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:53255/izxdi/r","node_name":"127.0.0.1:53255_izxdi%2Fr","state":"recovering"}
   [junit4]   2> 748155 INFO  (qtp920235108-5859) [n:127.0.0.1:53245_izxdi%2Fr  
  ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 748156 INFO  (qtp920235108-5859) [n:127.0.0.1:53245_izxdi%2Fr  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:53255_izxdi%252Fr&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1005
   [junit4]   2> 755157 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Attempting to PeerSync from [http://127.0.0.1:53245/izxdi/r/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 755157 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=http://127.0.0.1:53255/izxdi/r START 
replicas=[http://127.0.0.1:53245/izxdi/r/collection1/] nUpdates=100
   [junit4]   2> 755159 INFO  (SocketProxy-Acceptor-53245) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53302,localport=53245], receiveBufferSize:408300
   [junit4]   2> 755159 INFO  (SocketProxy-Acceptor-53245) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=53246,localport=53303], receiveBufferSize=408300
   [junit4]   2> 755164 INFO  (qtp920235108-5863) [n:127.0.0.1:53245_izxdi%2Fr 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:2.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 755164 INFO  (qtp920235108-5863) [n:127.0.0.1:53245_izxdi%2Fr 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/izxdi/r path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 755167 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:2.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 755167 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are 
already in sync. No need to do a PeerSync 
   [junit4]   2> 755167 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 755167 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 755167 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 755167 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
PeerSync stage of recovery was successful.
   [junit4]   2> 755167 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Replaying updates buffered during PeerSync.
   [junit4]   2> 755168 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No 
replay needed.
   [junit4]   2> 755168 INFO  
(recoveryExecutor-970-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53255_izxdi%2Fr 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Registering as Active after recovery.
   [junit4]   2> 755172 INFO  
(zkCallback-960-thread-1-processing-n:127.0.0.1:53245_izxdi%2Fr) 
[n:127.0.0.1:53245_izxdi%2Fr    ] 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> 755172 INFO  
(zkCallback-972-thread-1-processing-n:127.0.0.1:53255_izxdi%2Fr) 
[n:127.0.0.1:53255_izxdi%2Fr    ] 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> 755172 INFO  
(zkCallback-966-thread-1-processing-n:127.0.0.1:53250_izxdi%2Fr) 
[n:127.0.0.1:53250_izxdi%2Fr    ] 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> 755306 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[C3C662871B409E01]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 755307 INFO  (SocketProxy-Acceptor-53235) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53304,localport=53235], receiveBufferSize:408300
   [junit4]   2> 755308 INFO  (SocketProxy-Acceptor-53235) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=53236,localport=53305], receiveBufferSize=408300
   [junit4]   2> 755316 INFO  (qtp463991569-5819) [n:127.0.0.1:53235_izxdi%2Fr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 755316 INFO  (qtp463991569-5819) [n:127.0.0.1:53235_izxdi%2Fr 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 755316 INFO

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


   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/97486675281379337-127.0.0.1:58822__%2Fqf-n_0000000001
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/97486675281379337-core_node1-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        207     /solr/overseer/collection-queue-work
   [junit4]   2>        46      /solr/overseer/queue
   [junit4]   2>        15      /solr/overseer/queue-work
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=PeerSyncReplicationTest -Dtests.method=test 
-Dtests.seed=C3C662871B409E01 -Dtests.slow=true -Dtests.locale=en-AU 
-Dtests.timezone=Pacific/Gambier -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  217s J1 | PeerSyncReplicationTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: timeout waiting to see 
all nodes active
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C3C662871B409E01:4B925D5DB5BCF3F9]:0)
   [junit4]    >        at 
org.apache.solr.cloud.PeerSyncReplicationTest.waitTillNodesActive(PeerSyncReplicationTest.java:326)
   [junit4]    >        at 
org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:277)
   [junit4]    >        at 
org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:259)
   [junit4]    >        at 
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:138)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2702910 INFO  
(SUITE-PeerSyncReplicationTest-seed#[C3C662871B409E01]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C3C662871B409E01-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{other_tl1=PostingsFormat(name=Memory), 
range_facet_l_dv=PostingsFormat(name=Memory), 
rnd_s=PostingsFormat(name=LuceneFixedGap), 
multiDefault=PostingsFormat(name=LuceneFixedGap), 
a_t=PostingsFormat(name=Memory), intDefault=PostingsFormat(name=Memory), 
a_i1=PostingsFormat(name=Memory), id=PostingsFormat(name=Memory), 
range_facet_i_dv=PostingsFormat(name=Memory), 
text=PostingsFormat(name=LuceneVarGapFixedInterval), 
range_facet_l=PostingsFormat(name=Memory), 
timestamp=PostingsFormat(name=Memory)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=521, 
maxMBSortInHeap=7.4781906396027065, sim=RandomSimilarity(queryNorm=false): {}, 
locale=en-AU, timezone=Pacific/Gambier
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=252914728,total=380383232
   [junit4]   2> NOTE: All tests run in this JVM: [TestDownShardTolerantSearch, 
TestReloadAndDeleteDocs, TestBackupRepositoryFactory, BasicFunctionalityTest, 
SharedFSAutoReplicaFailoverTest, WordBreakSolrSpellCheckerTest, 
FieldMutatingUpdateProcessorTest, TestDFRSimilarityFactory, 
CloudMLTQParserTest, TestQueryUtils, SpellingQueryConverterTest, TestZkChroot, 
SmileWriterTest, UpdateRequestProcessorFactoryTest, CursorMarkTest, 
TestSolrCoreParser, DistributedIntervalFacetingTest, BadIndexSchemaTest, 
SpatialRPTFieldTypeTest, ClassificationUpdateProcessorFactoryTest, 
TestOrdValues, TestQueryTypes, ReturnFieldsTest, RollingRestartTest, 
SolrCoreMetricManagerTest, ZkSolrClientTest, TestCrossCoreJoin, 
DeleteLastCustomShardedReplicaTest, TestClusterStateMutator, SuggesterTest, 
TestCollapseQParserPlugin, SaslZkACLProviderTest, AssignTest, 
DistributedSuggestComponentTest, SliceStateTest, SuggesterTSTTest, 
DocValuesNotIndexedTest, JavabinLoaderTest, SolrGangliaReporterTest, 
TestUseDocValuesAsStored, TestRawResponseWriter, MetricUtilsTest, 
HdfsSyncSliceTest, CollectionsAPIDistributedZkTest, TestWriterPerf, 
URLClassifyProcessorTest, FullSolrCloudDistribCmdsTest, ResourceLoaderTest, 
DebugComponentTest, RemoteQueryErrorTest, TlogReplayBufferedWhileIndexingTest, 
TestStressInPlaceUpdates, TestLMDirichletSimilarityFactory, ClusterStateTest, 
BlockCacheTest, UUIDFieldTest, TestJoin, TestSearcherReuse, 
TestDistributedGrouping, TestDynamicFieldCollectionResource, 
TestValueSourceCache, RAMDirectoryFactoryTest, BlockJoinFacetRandomTest, 
SolrCmdDistributorTest, SuggestComponentContextFilterQueryTest, TestSearchPerf, 
TestManagedSchema, AnalyticsMergeStrategyTest, TestCloudSchemaless, 
TestReqParamsAPI, ConvertedLegacyTest, ClassificationUpdateProcessorTest, 
TestAuthenticationFramework, TestInitParams, HdfsChaosMonkeySafeLeaderTest, 
TestTrieFacet, TestMaxScoreQueryParser, TestRecoveryHdfs, 
TestLeaderElectionZkExpiry, JsonLoaderTest, TestSuggestSpellingConverter, 
TestExactStatsCache, TestInitQParser, CoreAdminHandlerTest, 
TestStandardQParsers, TestQueryWrapperFilter, SimpleCollectionCreateDeleteTest, 
StatsComponentTest, TestConfigSetsAPI, HLLUtilTest, TestRequestForwarding, 
LeaderFailoverAfterPartitionTest, HighlighterConfigTest, TestRandomFaceting, 
TestComponentsName, ZkStateWriterTest, TestSolrDeletionPolicy2, 
ConjunctionSolrSpellCheckerTest, NoCacheHeaderTest, ReplicationFactorTest, 
TestJmxMonitoredMap, ShufflingReplicaListTransformerTest, TestXmlQParserPlugin, 
LeaderInitiatedRecoveryOnCommitTest, TestSystemCollAutoCreate, 
TestInPlaceUpdatesDistrib, ScriptEngineTest, DistributedFacetPivotLongTailTest, 
RequestHandlersTest, TestManagedStopFilterFactory, 
HdfsTlogReplayBufferedWhileIndexingTest, TestClusterProperties, 
HdfsNNFailoverTest, TestSchemaManager, TestMiniSolrCloudClusterSSL, 
TestLocalFSCloudBackupRestore, TestMacros, TestConfigSetImmutable, 
HdfsBasicDistributedZkTest, DistanceFunctionTest, TestFieldCacheSortRandom, 
CdcrRequestHandlerTest, TestFastWriter, TermVectorComponentDistributedTest, 
TestFieldSortValues, TestNamedUpdateProcessors, DistributedQueueTest, 
SegmentsInfoRequestHandlerTest, DistribDocExpirationUpdateProcessorTest, 
TestClassicSimilarityFactory, UpdateParamsTest, TestTestInjection, 
TestIndexSearcher, CSVRequestHandlerTest, TestFieldCacheWithThreads, 
MetricsHandlerTest, TestBlendedInfixSuggestions, SolrInfoMBeanTest, 
TestSmileRequest, TestRecovery, TestFuzzyAnalyzedSuggestions, UpdateLogTest, 
TestApiFramework, RegexBoostProcessorTest, 
TestDistributedStatsComponentCardinality, DeleteReplicaTest, TestConfig, 
TestComplexPhraseQParserPlugin, TestSchemaSimilarityResource, 
TestRandomFlRTGCloud, TestFoldingMultitermQuery, TestCloudManagedSchema, 
TestUninvertingReader, CachingDirectoryFactoryTest, TestSQLHandler, 
TestAtomicUpdateErrorCases, CustomCollectionTest, DocValuesMissingTest, 
MigrateRouteKeyTest, DistributedQueryComponentCustomSortTest, 
OverseerStatusTest, TestIndexingPerformance, TestBadConfig, 
TestFieldCollectionResource, BufferStoreTest, CacheHeaderTest, 
OpenCloseCoreStressTest, HdfsDirectoryFactoryTest, TestSchemaNameResource, 
HttpSolrCallGetCoreTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, 
LeaderElectionIntegrationTest, BasicZkTest, TestReplicationHandler, 
TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, 
AutoCommitTest, TestFaceting, TestHashPartitioner, 
DistributedSpellCheckComponentTest, TestStressReorder, TestReload, 
HardAutoCommitTest, TestRangeQuery, SimpleFacetsTest, TestSolr4Spatial, 
QueryElevationComponentTest, TestFiltering, DirectUpdateHandlerTest, 
ShowFileRequestHandlerTest, SimplePostToolTest, TestCoreDiscovery, 
TestExtendedDismaxParser, SolrRequestParserTest, TestStressLucene, TestTrie, 
SuggesterWFSTTest, SolrCoreCheckLockOnStartupTest, 
TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, 
DefaultValueUpdateProcessorTest, SortByFunctionTest, 
XsltUpdateRequestHandlerTest, TestSurroundQueryParser, 
DisMaxRequestHandlerTest, StandardRequestHandlerTest, 
TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, TestOmitPositions, 
XmlUpdateRequestHandlerTest, TermVectorComponentTest, TestSolrQueryParser, 
IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestCollationField, 
MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, MultiTermTest, 
SampleTest, TestDocSet, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, 
OutputWriterTest, ExternalFileFieldSortTest, TestSolrCoreProperties, 
NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, 
SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, 
TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest, 
ChaosMonkeyNothingIsSafeTest, TestSimpleTrackingShardHandler, 
CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, 
CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, 
CollectionStateFormat2Test, CollectionTooManyReplicasTest, 
CollectionsAPISolrJTest, DistribJoinFromCollectionTest, HttpPartitionTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
PeerSyncReplicationTest]
   [junit4] Completed [527/694 (2!)] on J1 in 216.60s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 63181 lines...]

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

Reply via email to