Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/317/

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

Error Message:
Didn't see replicas [core_node1, core_node2] come up within 90000 ms! 
ClusterState: DocCollection(c8n_1x3_lf)={   "replicationFactor":"3",   
"shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active", 
      "replicas":{         "core_node1":{           
"core":"c8n_1x3_lf_shard1_replica2",           
"base_url":"http://127.0.0.1:51386/zc/wk";,           
"node_name":"127.0.0.1:51386_zc%2Fwk",           "state":"recovering"},         
"core_node2":{           "core":"c8n_1x3_lf_shard1_replica1",           
"base_url":"http://127.0.0.1:35541/zc/wk";,           
"node_name":"127.0.0.1:35541_zc%2Fwk",           "state":"active",           
"leader":"true"},         "core_node3":{           
"core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:57300/zc/wk";,           
"node_name":"127.0.0.1:57300_zc%2Fwk",           "state":"down"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Didn't see replicas [core_node1, core_node2] come up 
within 90000 ms! ClusterState: DocCollection(c8n_1x3_lf)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:51386/zc/wk";,
          "node_name":"127.0.0.1:51386_zc%2Fwk",
          "state":"recovering"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:35541/zc/wk";,
          "node_name":"127.0.0.1:35541_zc%2Fwk",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:57300/zc/wk";,
          "node_name":"127.0.0.1:57300_zc%2Fwk",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([D2D462ECBABEFF95:5A805D361442926D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.HttpPartitionTest.waitToSeeReplicasActive(HttpPartitionTest.java:566)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:178)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:51)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10573 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/init-core-data-001
   [junit4]   2> 1434072 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[D2D462ECBABEFF95]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /zc/wk
   [junit4]   2> 1434074 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1434074 INFO  (Thread-4031) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1434074 INFO  (Thread-4031) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1434174 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34852
   [junit4]   2> 1434175 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1434175 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1434178 INFO  (zkCallback-1020-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@58eacf1f 
name:ZooKeeperConnection Watcher:127.0.0.1:34852 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1434178 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1434178 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1434178 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1434181 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1434181 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1434182 INFO  (zkCallback-1021-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@70b48fab 
name:ZooKeeperConnection Watcher:127.0.0.1:34852/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1434182 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1434183 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1434183 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1434184 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1434186 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1434187 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1434188 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1434188 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1434190 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1434191 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1434192 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1434193 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1434194 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1434195 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1434196 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1434196 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1434198 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1434198 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1434200 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1434200 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1434201 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1434202 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1434203 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1434203 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1434205 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1434205 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1434206 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1434207 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1434532 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores/collection1
   [junit4]   2> 1434535 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1434537 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@435bebf6{/zc/wk,null,AVAILABLE}
   [junit4]   2> 1434543 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3d1fd96e{HTTP/1.1}{127.0.0.1:52322}
   [junit4]   2> 1434543 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.e.j.s.Server Started @1438204ms
   [junit4]   2> 1434544 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/tempDir-001/control/data,
 hostContext=/zc/wk, hostPort=35541, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores}
   [junit4]   2> 1434544 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1434544 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/'
   [junit4]   2> 1434560 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1434561 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1434562 INFO  (zkCallback-1022-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4856062e 
name:ZooKeeperConnection Watcher:127.0.0.1:34852/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1434562 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1434563 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1434564 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1434564 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/solr.xml
   [junit4]   2> 1434568 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores
   [junit4]   2> 1434569 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 332630930
   [junit4]   2> 1434569 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/]
   [junit4]   2> 1434569 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/lib
   [junit4]   2> 1434569 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/lib).
   [junit4]   2> 1434576 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1434577 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1434578 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1434578 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1434578 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34852/solr
   [junit4]   2> 1434579 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1434579 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1434579 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1434580 INFO  (zkCallback-1024-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@9129a2b name:ZooKeeperConnection 
Watcher:127.0.0.1:34852 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1434580 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1434581 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1434582 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 1434583 INFO  
(zkCallback-1025-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@bd0f766 name:ZooKeeperConnection 
Watcher:127.0.0.1:34852/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1434583 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1434584 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1434586 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1434588 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1434589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1434591 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1434593 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1434595 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1434596 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: 
/clusterstate.json
   [junit4]   2> 1434597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1434598 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35541_zc%2Fwk
   [junit4]   2> 1434598 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:35541_zc%2Fwk
   [junit4]   2> 1434600 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1434601 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1434602 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1434602 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.LeaderElector Joined leadership 
election with path: 
/overseer_elect/election/94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000
   [junit4]   2> 1434603 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:35541_zc%2Fwk
   [junit4]   2> 1434603 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1434604 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.Overseer Overseer 
(id=94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) starting
   [junit4]   2> 1434606 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1434611 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.OverseerAutoReplicaFailoverThread 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1434611 INFO  
(OverseerCollectionProcessor-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000)
 [n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.OverseerProcessor Process current 
queue of overseer operations
   [junit4]   2> 1434612 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1434612 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.Overseer Starting to work on the main 
queue
   [junit4]   2> 1434632 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.CoreContainer Security conf doesn't 
exist. Skipping setup for authorization module.
   [junit4]   2> 1434632 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1434633 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.CoresLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores
   [junit4]   2> 1434634 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores/collection1,
 collection=control_collection, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores/collection1/,
 coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1434634 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores/collection1/
   [junit4]   2> 1434634 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1434635 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0
   [junit4]   2> 1434635 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1434635 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 1434635 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1434637 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35541/zc/wk";,
   [junit4]   2>   "node_name":"127.0.0.1:35541_zc%2Fwk",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1434637 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1434638 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35541/zc/wk";,
   [junit4]   2>   "node_name":"127.0.0.1:35541_zc%2Fwk",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1434638 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: control_collection
   [junit4]   2> 1434639 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1434640 INFO  
(zkCallback-1025-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.ZkStateReader A cluster state change: 
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, 
has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1435638 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1435638 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1435639 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1435639 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 1435639 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 1435640 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores/collection1/'
   [junit4]   2> 1435653 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1435657 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1435662 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1435670 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] o.a.s.c.Config 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1435671 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1435675 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1435767 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1435772 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1435773 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1435780 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1435782 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1435784 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1435785 WARN  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1435785 WARN  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1435785 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1435786 WARN  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1435786 WARN  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1435787 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0
   [junit4]   2> 1435787 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 1435788 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1435788 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores/collection1/],
 dataDir=[null]
   [junit4]   2> 1435788 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d62863d
   [junit4]   2> 1435789 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores/collection1/data
   [junit4]   2> 1435789 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1435789 WARN  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1435789 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores/collection1/data/index
   [junit4]   2> 1435789 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=601386975, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1435790 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7a33b9e1 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c6a7e70),segFN=segments_1,generation=1}
   [junit4]   2> 1435790 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1435791 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:35541_zc%2Fwk 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores/collection1/data/
   [junit4]   2> 1435791 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:35541_zc%2Fwk 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/control-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1435794 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1435794 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1435795 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1435795 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1435795 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1435795 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1435796 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1435796 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1435796 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1435798 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1435799 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1435800 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1435801 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1435804 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1435804 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1435805 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1435805 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1435806 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1435806 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1435806 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=17.2978515625, 
floorSegmentMB=0.2958984375, forceMergeDeletesPctAllowed=23.365219585197416, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.581377549460344
   [junit4]   2> 1435807 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7a33b9e1 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c6a7e70),segFN=segments_1,generation=1}
   [junit4]   2> 1435807 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1435807 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@60adf48b[collection1] 
main
   [junit4]   2> 1435808 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 1435808 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1435809 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based 
storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1435809 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO 
with znodeBase: /configs/conf1
   [junit4]   2> 1435809 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1435809 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1435810 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 1435810 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1435810 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1435810 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1435811 INFO  
(searcherExecutor-4207-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@60adf48b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1435811 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 1435811 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 1435811 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 1435812 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1510531308354273280
   [junit4]   2> 1435814 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with 
highest version 1510531308354273280
   [junit4]   2> 1435814 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1435815 INFO  
(coreLoadExecutor-4206-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1435815 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController Register replica - core:collection1 
address:http://127.0.0.1:35541/zc/wk collection:control_collection shard:shard1
   [junit4]   2> 1435816 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1435819 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: 
/collections/control_collection/leader_elect/shard1/election/94408206658371588-core_node1-n_0000000000
   [junit4]   2> 1435820 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process 
for shard shard1
   [junit4]   2> 1435824 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1435824 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk 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> 1435824 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35541/zc/wk/collection1/
   [junit4]   2> 1435824 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 1435824 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1435824 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:35541/zc/wk/collection1/ 
has no replicas
   [junit4]   2> 1435824 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk 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:35541/zc/wk/collection1/ shard1
   [junit4]   2> 1435825 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1435828 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:35541/zc/wk";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1435930 INFO  
(zkCallback-1025-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.ZkStateReader A cluster state change: 
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, 
has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1435978 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController We are 
http://127.0.0.1:35541/zc/wk/collection1/ and leader is 
http://127.0.0.1:35541/zc/wk/collection1/
   [junit4]   2> 1435979 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 
baseURL=http://127.0.0.1:35541/zc/wk
   [junit4]   2> 1435979 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1435979 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1435979 INFO  
(coreZkRegister-4200-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:35541_zc%2Fwk c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading 
it from system property
   [junit4]   2> 1435981 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35541/zc/wk";,
   [junit4]   2>   "node_name":"127.0.0.1:35541_zc%2Fwk",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 1435982 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35541/zc/wk";,
   [junit4]   2>   "node_name":"127.0.0.1:35541_zc%2Fwk",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1436084 INFO  
(zkCallback-1025-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.ZkStateReader A cluster state change: 
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, 
has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1436139 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1436140 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1436141 INFO  (zkCallback-1027-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@8d138d3 name:ZooKeeperConnection 
Watcher:127.0.0.1:34852/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1436141 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1436141 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1436141 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1436143 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1436144 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1436144 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1436144 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1436145 INFO  (zkCallback-1028-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4ca33f1a 
name:ZooKeeperConnection Watcher:127.0.0.1:34852/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1436145 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1436145 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1436147 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 1436147 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: collection1
   [junit4]   2> 1436249 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.o.ZkStateWriter going to 
create_collection /collections/collection1/state.json
   [junit4]   2> 1436464 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/cores/collection1
   [junit4]   2> 1436465 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001
   [junit4]   2> 1436466 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1436467 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1053970b{/zc/wk,null,AVAILABLE}
   [junit4]   2> 1436468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@17dca607{HTTP/1.1}{127.0.0.1:54958}
   [junit4]   2> 1436468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.e.j.s.Server Started @1440129ms
   [junit4]   2> 1436468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/zc/wk, hostPort=56481, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/cores}
   [junit4]   2> 1436468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1436468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/'
   [junit4]   2> 1436486 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1436486 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1436487 INFO  (zkCallback-1029-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@47faf7c name:ZooKeeperConnection 
Watcher:127.0.0.1:34852/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1436488 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1436488 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1436490 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1436490 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/solr.xml
   [junit4]   2> 1436495 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/cores
   [junit4]   2> 1436496 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 942125109
   [junit4]   2> 1436496 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/]
   [junit4]   2> 1436496 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/lib
   [junit4]   2> 1436496 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/lib).
   [junit4]   2> 1436503 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1436504 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1436505 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1436505 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1436505 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34852/solr
   [junit4]   2> 1436505 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1436506 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1436506 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1436507 INFO  (zkCallback-1031-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3677a320 
name:ZooKeeperConnection Watcher:127.0.0.1:34852 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1436508 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1436508 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1436510 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 1436511 INFO  
(zkCallback-1032-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7245453d 
name:ZooKeeperConnection Watcher:127.0.0.1:34852/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1436511 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1436515 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1437519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56481_zc%2Fwk
   [junit4]   2> 1437520 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:56481_zc%2Fwk
   [junit4]   2> 1437521 INFO  (zkCallback-1027-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live 
nodes size: 1)
   [junit4]   2> 1437521 INFO  
(zkCallback-1025-thread-1-processing-n:127.0.0.1:35541_zc%2Fwk) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.c.ZkStateReader A live node change: 
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has 
occurred - updating... (live nodes size: 1)
   [junit4]   2> 1437521 INFO  
(zkCallback-1032-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.c.ZkStateReader A live node change: 
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has 
occurred - updating... (live nodes size: 1)
   [junit4]   2> 1437523 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1437524 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.LeaderElector Joined leadership 
election with path: 
/overseer_elect/election/94408206658371593-127.0.0.1:56481_zc%2Fwk-n_0000000001
   [junit4]   2> 1437524 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000 
to know if I could be the leader
   [junit4]   2> 1437536 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.CoreContainer Security conf doesn't 
exist. Skipping setup for authorization module.
   [junit4]   2> 1437536 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1437537 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.CoresLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/cores
   [junit4]   2> 1437538 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/cores/collection1,
 collection=collection1, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/cores/collection1/,
 coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1437538 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/cores/collection1/
   [junit4]   2> 1437538 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1437539 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0
   [junit4]   2> 1437540 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1437540 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1437540 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 1437542 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.c.ZkController 
Registering watch for collection collection1
   [junit4]   2> 1437542 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] 
o.a.s.c.c.ZkStateReader addZkWatch collection1
   [junit4]   2> 1437542 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56481/zc/wk";,
   [junit4]   2>   "node_name":"127.0.0.1:56481_zc%2Fwk",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 1437542 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] 
o.a.s.c.c.ZkStateReader Add data for collection1 ver 0 
   [junit4]   2> 1437542 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1437542 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56481/zc/wk";,
   [junit4]   2>   "node_name":"127.0.0.1:56481_zc%2Fwk",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1437543 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.o.ReplicaMutator Collection already 
exists with numShards=2
   [junit4]   2> 1437543 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1437645 INFO  
(OverseerStateUpdate-94408206658371588-127.0.0.1:35541_zc%2Fwk-n_0000000000) 
[n:127.0.0.1:35541_zc%2Fwk    ] o.a.s.c.o.ZkStateWriter going to 
update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1437646 INFO  
(zkCallback-1032-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk    ] 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> 1437646 INFO  
(zkCallback-1032-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk    ] o.a.s.c.c.ZkStateReader Updating data for 
collection1 from 0 to 1 
   [junit4]   2> 1438543 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1438543 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:collection1
   [junit4]   2> 1438544 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1438544 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 1438544 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 1438545 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1438561 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 1438566 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1438570 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1438592 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 1438593 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1438598 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1438696 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1438703 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 1438705 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1438714 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1438717 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1438719 INFO  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1438720 WARN  
(coreLoadExecutor-4217-thread-1-processing-n:127.0.0.1:56481_zc%2Fwk) 
[n:127.0.0.1:56481_zc%2Fwk c:collection

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

.0.0.1:51386/zc/wk, target: http://127.0.0.1:43878/zc/wk
   [junit4]   2> 1592183 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:51386_zc%2Fwk c:c8n_1x3_lf s:shard1 r:core_node1 
x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SocketProxy Closing 0 connections to: 
http://127.0.0.1:57300/zc/wk, target: http://127.0.0.1:33790/zc/wk
   [junit4]   2> 1592183 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:51386_zc%2Fwk c:c8n_1x3_lf s:shard1 r:core_node1 
x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SocketProxy Closing 6 connections to: 
http://127.0.0.1:56481/zc/wk, target: http://127.0.0.1:54958/zc/wk
   [junit4]   2> 1592183 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[D2D462ECBABEFF95]) 
[n:127.0.0.1:51386_zc%2Fwk c:c8n_1x3_lf s:shard1 r:core_node1 
x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SocketProxy Closing 5 connections to: 
http://127.0.0.1:35541/zc/wk, target: http://127.0.0.1:52322/zc/wk
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=D2D462ECBABEFF95 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=fr_BE -Dtests.timezone=Pacific/Marquesas -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  158s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see replicas 
[core_node1, core_node2] come up within 90000 ms! ClusterState: 
DocCollection(c8n_1x3_lf)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:51386/zc/wk";,
   [junit4]    >           "node_name":"127.0.0.1:51386_zc%2Fwk",
   [junit4]    >           "state":"recovering"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:35541/zc/wk";,
   [junit4]    >           "node_name":"127.0.0.1:35541_zc%2Fwk",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:57300/zc/wk";,
   [junit4]    >           "node_name":"127.0.0.1:57300_zc%2Fwk",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D2D462ECBABEFF95:5A805D361442926D]:0)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.waitToSeeReplicasActive(HttpPartitionTest.java:566)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:178)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:51)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1592193 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[D2D462ECBABEFF95]-worker) 
[n:127.0.0.1:51386_zc%2Fwk c:c8n_1x3_lf s:shard1 r:core_node1 
x:c8n_1x3_lf_shard1_replica2] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_D2D462ECBABEFF95-001
   [junit4]   2> Aug 25, 2015 10:11:09 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{range_facet_l_dv=PostingsFormat(name=Asserting), 
_version_=Lucene50(blocksize=128), multiDefault=FSTOrd50, 
a_t=Lucene50(blocksize=128), intDefault=Lucene50(blocksize=128), 
id=PostingsFormat(name=Asserting), range_facet_i_dv=Lucene50(blocksize=128), 
text=FST50, range_facet_l=Lucene50(blocksize=128), 
timestamp=Lucene50(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene50), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Asserting)}, 
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=fr_BE, 
timezone=Pacific/Marquesas
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_45 (64-bit)/cpus=4,threads=1,free=127064936,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: 
[SignatureUpdateProcessorFactoryTest, MultiTermTest, 
SharedFSAutoReplicaFailoverUtilsTest, ParsingFieldUpdateProcessorsTest, 
ExternalFileFieldSortTest, TestTolerantSearch, SpatialHeatmapFacetsTest, 
TestSchemaSimilarityResource, TestJettySolrRunner, 
SchemaVersionSpecificBehaviorTest, CoreAdminCreateDiscoverTest, 
DateMathParserTest, ZkNodePropsTest, CloudMLTQParserTest, HdfsLockFactoryTest, 
TestIndexingPerformance, BadCopyFieldTest, TestCloudManagedSchema, 
TestEmbeddedSolrServerConstructors, TestBadConfig, TestConfig, 
URLClassifyProcessorTest, TestRandomMergePolicy, 
TestSerializedLuceneMatchVersion, TestPKIAuthenticationPlugin, 
TestCodecSupport, CollectionTooManyReplicasTest, 
TestRemoveLastDynamicCopyField, TestSortingResponseWriter, 
TestRequestStatusCollectionAPI, VMParamsZkACLAndCredentialsProvidersTest, 
TestSolrQueryParserDefaultOperatorResource, TestDocumentBuilder, 
DistributedQueueTest, TestStressLucene, SimplePostToolTest, 
DeleteInactiveReplicaTest, TestSolrDeletionPolicy1, 
TestRuleBasedAuthorizationPlugin, TestQuerySenderListener, 
HighlighterConfigTest, TimeZoneUtilsTest, CleanupOldIndexTest, 
TestRebalanceLeaders, CSVRequestHandlerTest, TestJmxIntegration, 
TestSQLHandler, TestBinaryField, UUIDFieldTest, TestReplicationHandler, 
TestDistributedSearch, TestFunctionQuery, TestConfigSetImmutable, 
MBeansHandlerTest, TestSweetSpotSimilarityFactory, RequestHandlersTest, 
DateRangeFieldTest, SyncSliceTest, AnalysisErrorHandlingTest, 
DistribJoinFromCollectionTest, TestCloudSchemaless, 
OverseerCollectionQueueTest, TestSearcherReuse, TestCustomDocTransformer, 
TestReversedWildcardFilterFactory, StandardRequestHandlerTest, 
TestNonDefinedSimilarityFactory, TestJmxMonitoredMap, ResponseHeaderTest, 
HdfsRecoverLeaseTest, TestDFRSimilarityFactory, 
UniqFieldsUpdateProcessorFactoryTest, QueryElevationComponentTest, 
PreAnalyzedUpdateProcessorTest, TestIBSimilarityFactory, SuggesterFSTTest, 
RuleEngineTest, HighlighterMaxOffsetTest, SolrIndexConfigTest, 
TestInfoStreamLogging, ChaosMonkeyNothingIsSafeTest, InfoHandlerTest, 
TestNoOpRegenerator, ChangedSchemaMergeTest, HdfsRecoveryZkTest, 
TestPhraseSuggestions, HdfsDirectoryFactoryTest, UnloadDistributedZkTest, 
LeaderElectionIntegrationTest, ZkSolrClientTest, ShardRoutingCustomTest, 
TestHashPartitioner, TestRealTimeGet, DistributedTermsComponentTest, 
TestCoreContainer, TestSolr4Spatial, StatsComponentTest, TestFiltering, 
DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, 
TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, 
SolrRequestParserTest, SpatialFilterTest, SuggesterWFSTTest, 
WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, 
TestWordDelimiterFilterFactory, TestRemoteStreaming, SolrInfoMBeanTest, 
CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, 
TermsComponentTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, 
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, 
UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest, 
JsonLoaderTest, SearchHandlerTest, TestLFUCache, SolrTestCaseJ4Test, 
TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, 
ActionThrottleTest, CdcrVersionReplicationTest, CollectionReloadTest, 
DeleteShardTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [432/541] on J0 in 158.90s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 345 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:775:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:719:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/common-build.xml:514:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:1432:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:987:
 There were test failures: 541 suites, 2136 tests, 1 failure, 44 ignored (32 
assumptions)

Total time: 56 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-trunk-Java8 #316
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 309146750 bytes
Compression is 0.0%
Took 52 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to