You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/12/14 02:32:33 UTC

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.7.0) - Build # 2884 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2884/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC

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

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

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica2","node_name":"127.0.0.1:52494__cu","state":"active","base_url":"http://127.0.0.1:52494/_cu","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={
  "router":{"name":"compositeId"},
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:52504/_cu",
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:52504__cu"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:52494__cu",
          "state":"active",
          "base_url":"http://127.0.0.1:52494/_cu",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "node_name":"127.0.0.1:52520__cu",
          "state":"down",
          "base_url":"http://127.0.0.1:52520/_cu"}}}},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([3A85EB324C43B98A:B2D1D4E8E2BFD472]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:171)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java: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:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java: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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10743 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/init-core-data-001
   [junit4]   2> 1953791 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[3A85EB324C43B98A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_cu/
   [junit4]   2> 1953794 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1953795 INFO  (Thread-4149) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1953795 INFO  (Thread-4149) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1953896 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.ZkTestServer start zk server on port:52491
   [junit4]   2> 1953896 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1953897 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1953903 INFO  (zkCallback-4096-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77f9528d name:ZooKeeperConnection Watcher:127.0.0.1:52491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1953904 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1953904 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1953904 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1953908 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1953908 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1953910 INFO  (zkCallback-4097-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@716162a8 name:ZooKeeperConnection Watcher:127.0.0.1:52491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1953910 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1953910 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1953910 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1953913 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1953916 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1953919 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1953922 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1953922 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1953927 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1953927 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1953930 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1953930 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1953934 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1953934 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1953937 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1953937 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1953940 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1953940 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1953943 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1953943 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1953946 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1953946 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1953949 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1953949 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1953952 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1953952 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1953955 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1953955 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1954351 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores/collection1
   [junit4]   2> 1954353 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1954356 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7210aa5a{/_cu,null,AVAILABLE}
   [junit4]   2> 1954356 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@24203537{HTTP/1.1}{127.0.0.1:52495}
   [junit4]   2> 1954357 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.e.j.s.Server Started @1959853ms
   [junit4]   2> 1954358 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/tempDir-001/control/data, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores, hostContext=/_cu, hostPort=52494}
   [junit4]   2> 1954358 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@a2c6f70
   [junit4]   2> 1954358 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001'
   [junit4]   2> 1954358 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1954358 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1954358 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1954359 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1954361 INFO  (zkCallback-4098-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@58b5a4b name:ZooKeeperConnection Watcher:127.0.0.1:52491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1954361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1954361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1954364 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1954364 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/solr.xml
   [junit4]   2> 1954404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores
   [junit4]   2> 1954404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.CoreContainer New CoreContainer 363055890
   [junit4]   2> 1954404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001]
   [junit4]   2> 1954405 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/lib
   [junit4]   2> 1954405 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] 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> 1954408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1954408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1954408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1954408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52491/solr
   [junit4]   2> 1954408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1954408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1954409 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1954411 INFO  (zkCallback-4100-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7ac447fe name:ZooKeeperConnection Watcher:127.0.0.1:52491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1954412 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1954412 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1954415 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1954417 INFO  (zkCallback-4101-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@264462fd name:ZooKeeperConnection Watcher:127.0.0.1:52491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1954417 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1954418 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1954422 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1954427 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1954431 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1954435 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1954439 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1954442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1954445 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1954448 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1954450 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52494__cu
   [junit4]   2> 1954451 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52494__cu
   [junit4]   2> 1954454 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1954457 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1954459 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1954460 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95030836932116484-127.0.0.1:52494__cu-n_0000000000
   [junit4]   2> 1954461 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52494__cu
   [junit4]   2> 1954461 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1954464 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.Overseer Overseer (id=95030836932116484-127.0.0.1:52494__cu-n_0000000000) starting
   [junit4]   2> 1954467 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1954478 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1954478 INFO  (OverseerCollectionConfigSetProcessor-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1954478 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1954479 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1954520 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1954520 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1954522 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores
   [junit4]   2> 1954523 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {configSetProperties=configsetprops.json, coreNodeName=, schema=schema.xml, config=solrconfig.xml, name=collection1, transient=false, dataDir=data/, loadOnStartup=true, collection=control_collection, shard=}
   [junit4]   2> 1954523 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores/collection1
   [junit4]   2> 1954523 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1954525 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1954525 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52494__cu    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1954525 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1954525 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1954528 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:52494__cu",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:52494/_cu"} current state version: 0
   [junit4]   2> 1954529 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1954529 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:52494__cu",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:52494/_cu"}
   [junit4]   2> 1954530 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1954531 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1954534 INFO  (zkCallback-4101-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu    ] 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> 1955531 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1955531 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1955532 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1955532 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 1955533 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1955533 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores/collection1'
   [junit4]   2> 1955533 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1955533 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1955536 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1955544 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1955555 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1955579 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1955586 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1955825 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1955834 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1955836 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1955853 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1955856 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1955859 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1955860 WARN  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1955861 WARN  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1955861 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1955862 WARN  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1955862 WARN  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1955864 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1955864 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1955864 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1955864 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores/collection1/data/]
   [junit4]   2> 1955864 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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@608ddc7
   [junit4]   2> 1955865 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores/collection1/data
   [junit4]   2> 1955865 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1955865 WARN  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1955865 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores/collection1/data/index
   [junit4]   2> 1955865 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.33572674444338474]
   [junit4]   2> 1955866 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@781de8a4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7394a497),segFN=segments_1,generation=1}
   [junit4]   2> 1955866 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1955866 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:52494__cu 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 /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores/collection1/data/
   [junit4]   2> 1955867 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1955870 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1955870 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1955870 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1955870 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1955870 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1955870 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955871 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955871 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955871 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955871 WARN  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1955878 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1955880 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1955881 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1955882 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1955886 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/logging,/admin/plugins,/schema,/admin/luke,/admin/system,/update/json/docs,/replication,/update,standard,/admin/properties,/admin/file,/dump,/admin/mbeans,/config,/update/csv,/get,/update/json,/admin/threads,/admin/segments,/admin/ping
   [junit4]   2> 1955887 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955888 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955888 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955889 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1955889 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1955889 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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=26, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=26.1513671875, floorSegmentMB=1.3359375, forceMergeDeletesPctAllowed=5.087142677202149, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1955890 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@781de8a4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7394a497),segFN=segments_1,generation=1}
   [junit4]   2> 1955890 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1955890 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@632e31a3[collection1] main
   [junit4]   2> 1955890 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955892 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955892 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955892 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1955892 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1955893 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955893 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955893 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955893 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1955893 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1955894 INFO  (searcherExecutor-4795-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@632e31a3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1955894 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955894 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955894 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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> 1955894 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu 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 1520493393112727552
   [junit4]   2> 1955896 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1520493393112727552
   [junit4]   2> 1955896 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1955897 INFO  (coreLoadExecutor-4794-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1955897 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu 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:52494/_cu collection:control_collection shard:shard1
   [junit4]   2> 1955898 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu 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> 1955906 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu 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/95030836932116484-core_node1-n_0000000000
   [junit4]   2> 1955907 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1955910 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1955910 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu 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> 1955910 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52494/_cu/collection1/
   [junit4]   2> 1955910 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1955910 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:52494/_cu/collection1/ has no replicas
   [junit4]   2> 1955911 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] 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> 1955912 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1955917 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 1955920 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu 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:52494/_cu/collection1/ shard1
   [junit4]   2> 1955922 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] 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:52494/_cu",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1956027 INFO  (zkCallback-4101-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu    ] 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> 1956031 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1956032 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1956033 INFO  (zkCallback-4103-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77dfe3c4 name:ZooKeeperConnection Watcher:127.0.0.1:52491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1956034 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1956034 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1956034 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1956038 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1956038 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1956038 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1956039 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1956041 INFO  (zkCallback-4104-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ce84320 name:ZooKeeperConnection Watcher:127.0.0.1:52491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1956041 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1956041 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1956045 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] 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: 2
   [junit4]   2> 1956045 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1956077 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:52494/_cu/collection1/ and leader is http://127.0.0.1:52494/_cu/collection1/
   [junit4]   2> 1956078 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu 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:52494/_cu
   [junit4]   2> 1956078 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1956078 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1956078 INFO  (coreZkRegister-4788-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:52494__cu c:control_collection s:shard1) [n:127.0.0.1:52494__cu 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> 1956103 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:52494__cu",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:52494/_cu",
   [junit4]   2>   "core_node_name":"core_node1"} current state version: 2
   [junit4]   2> 1956105 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:52494__cu",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:52494/_cu",
   [junit4]   2>   "core_node_name":"core_node1"}
   [junit4]   2> 1956106 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1956216 INFO  (zkCallback-4103-thread-1) [    ] 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> 1956217 INFO  (zkCallback-4101-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu    ] 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> 1956309 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/shard-1-001/cores/collection1
   [junit4]   2> 1956311 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/shard-1-001
   [junit4]   2> 1956312 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1956314 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b5b9a2c{/_cu,null,AVAILABLE}
   [junit4]   2> 1956315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1ae6ccbc{HTTP/1.1}{127.0.0.1:52505}
   [junit4]   2> 1956315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.e.j.s.Server Started @1961811ms
   [junit4]   2> 1956315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/shard-1-001/cores, solrconfig=solrconfig.xml, hostContext=/_cu, hostPort=52504, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/tempDir-001/jetty1}
   [junit4]   2> 1956315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@a2c6f70
   [junit4]   2> 1956315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/shard-1-001'
   [junit4]   2> 1956315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1956315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1956316 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1956316 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1956318 INFO  (zkCallback-4105-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4c41056c name:ZooKeeperConnection Watcher:127.0.0.1:52491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1956318 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1956318 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1956320 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1956320 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/shard-1-001/solr.xml
   [junit4]   2> 1956346 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/shard-1-001/cores
   [junit4]   2> 1956346 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.CoreContainer New CoreContainer 784836246
   [junit4]   2> 1956346 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/shard-1-001]
   [junit4]   2> 1956346 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/shard-1-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/shard-1-001/lib
   [junit4]   2> 1956346 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] 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> 1956348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1956348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1956348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1956349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52491/solr
   [junit4]   2> 1956349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1956349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1956349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1956351 INFO  (zkCallback-4107-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f0eeec1 name:ZooKeeperConnection Watcher:127.0.0.1:52491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1956352 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1956353 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1956355 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1956357 INFO  (zkCallback-4108-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6fecc2cb name:ZooKeeperConnection Watcher:127.0.0.1:52491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1956357 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1956368 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1957404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52504__cu
   [junit4]   2> 1957405 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52504__cu
   [junit4]   2> 1957413 INFO  (zkCallback-4101-thread-1-processing-n:127.0.0.1:52494__cu) [n:127.0.0.1:52494__cu    ] 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> 1957413 INFO  (zkCallback-4108-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu    ] 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> 1957413 INFO  (zkCallback-4103-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> 1957416 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1957417 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95030836932116489-127.0.0.1:52504__cu-n_0000000001
   [junit4]   2> 1957418 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95030836932116484-127.0.0.1:52494__cu-n_0000000000 to know if I could be the leader
   [junit4]   2> 1957425 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1957425 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1957442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/shard-1-001/cores
   [junit4]   2> 1957443 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {config=solrconfig.xml, loadOnStartup=true, collection=collection1, configSetProperties=configsetprops.json, transient=false, schema=schema.xml, shard=, dataDir=data/, coreNodeName=, name=collection1}
   [junit4]   2> 1957443 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/shard-1-001/cores/collection1
   [junit4]   2> 1957443 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1957446 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1957446 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52504__cu    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1957448 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1957448 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1957453 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 1957458 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch collection1
   [junit4]   2> 1957455 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:52504__cu",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:52504/_cu"} current state version: 3
   [junit4]   2> 1957459 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for collection1 ver 0 
   [junit4]   2> 1957459 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1957460 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:52504__cu",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:52504/_cu"}
   [junit4]   2> 1957460 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 1957460 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1957564 INFO  (OverseerStateUpdate-95030836932116484-127.0.0.1:52494__cu-n_0000000000) [n:127.0.0.1:52494__cu    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1957565 INFO  (zkCallback-4108-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu    ] 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> 1957575 INFO  (zkCallback-4108-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu    ] o.a.s.c.c.ZkStateReader Updating data for collection1 from 0 to 1 
   [junit4]   2> 1958460 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1958460 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1958469 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1958469 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 1958478 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1958478 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001/shard-1-001/cores/collection1'
   [junit4]   2> 1958478 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1958478 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1958487 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1958496 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1958509 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1958537 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1958546 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1958799 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1958815 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1958816 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1958830 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1958833 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1958837 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1958839 WARN  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1958839 WARN  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1958839 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1958840 WARN  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:52504__cu) [n:127.0.0.1:52504__cu c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknow

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

2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/95030836932116489-127.0.0.1:52504__cu-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 2082967 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52526__cu c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:52520/_cu, target: http://127.0.0.1:52521/_cu
   [junit4]   2> 2082967 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52526__cu c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:52526/_cu, target: http://127.0.0.1:52527/_cu
   [junit4]   2> 2082968 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52526__cu c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:52494/_cu, target: http://127.0.0.1:52495/_cu
   [junit4]   2> 2082969 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3A85EB324C43B98A]) [n:127.0.0.1:52526__cu c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:52504/_cu, target: http://127.0.0.1:52505/_cu
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=3A85EB324C43B98A -Dtests.slow=true -Dtests.locale=lv -Dtests.timezone=Antarctica/Syowa -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  129s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica2","node_name":"127.0.0.1:52494__cu","state":"active","base_url":"http://127.0.0.1:52494/_cu","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:52504/_cu",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:52504__cu"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:52494__cu",
   [junit4]    >           "state":"active",
   [junit4]    >           "base_url":"http://127.0.0.1:52494/_cu",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "node_name":"127.0.0.1:52520__cu",
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:52520/_cu"}}}},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3A85EB324C43B98A:B2D1D4E8E2BFD472]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:171)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2082974 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[3A85EB324C43B98A]-worker) [n:127.0.0.1:52526__cu c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3A85EB324C43B98A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {timestamp=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), _version_=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=Lucene50(blocksize=128), id=PostingsFormat(name=Asserting), range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_l_dv=PostingsFormat(name=Asserting), text=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{timestamp=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Lucene54), range_facet_l_dv=DocValuesFormat(name=Lucene54)}, sim=DefaultSimilarity, locale=lv, timezone=Antarctica/Syowa
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=3,threads=1,free=244529112,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocSet, TestRawTransformer, CoreAdminCreateDiscoverTest, TestRequestForwarding, DirectUpdateHandlerTest, AsyncCallRequestStatusResponseTest, ConfigSetsAPITest, JsonLoaderTest, BasicDistributedZkTest, PeerSyncTest, CachingDirectoryFactoryTest, TestDynamicLoading, DistanceUnitsTest, TestLuceneMatchVersion, XsltUpdateRequestHandlerTest, HdfsDirectoryTest, TestSort, TestAnalyzeInfixSuggestions, TestDistribDocBasedVersion, URLClassifyProcessorTest, TestStressReorder, IndexSchemaTest, BadComponentTest, BitVectorTest, DocExpirationUpdateProcessorFactoryTest, TestSolrConfigHandlerCloud, TestGroupingSearch, TestDynamicFieldCollectionResource, ZkStateReaderTest, DistributedQueryComponentOptimizationTest, SystemInfoHandlerTest, AlternateDirectoryTest, TestMinMaxOnMultiValuedField, TestElisionMultitermQuery, TestRandomDVFaceting, TestAuthenticationFramework, TestSchemaManager, DeleteShardTest, TestFaceting, SmileWriterTest, DocValuesMultiTest, TestExactStatsCache, TestAnalyzedSuggestions, PrimUtilsTest, SolrTestCaseJ4Test, TestRebalanceLeaders, TestBulkSchemaConcurrent, TestFieldTypeCollectionResource, RegexBoostProcessorTest, TestJmxIntegration, TestStressLucene, TestCSVLoader, SolrRequestParserTest, TestCloudManagedSchemaConcurrent, HdfsSyncSliceTest, OverseerTest, XmlUpdateRequestHandlerTest, ForceLeaderTest, CollectionStateFormat2Test, TestSmileRequest, TestReplicationHandler, TestOverriddenPrefixQueryForCustomFieldType, TestDocumentBuilder, TestCodecSupport, RemoteQueryErrorTest, TestConfig, HdfsBasicDistributedZk2Test, HardAutoCommitTest, MergeStrategyTest, TestLeaderInitiatedRecoveryThread, TestHashPartitioner, TestCoreContainer, ParsingFieldUpdateProcessorsTest, TestHighlightDedupGrouping, DocumentAnalysisRequestHandlerTest, SyncSliceTest, BlockDirectoryTest, SchemaVersionSpecificBehaviorTest, AnalysisAfterCoreReloadTest, TestJmxMonitoredMap, ClusterStateUpdateTest, DistributedFacetPivotSmallAdvancedTest, TestPostingsSolrHighlighter, TestStressVersions, ShardSplitTest, TestExclusionRuleCollectionAccess, RestartWhileUpdatingTest, TestConfigSetProperties, SharedFSAutoReplicaFailoverUtilsTest, TestConfigOverlay, DistributedDebugComponentTest, TestAuthorizationFramework, TestCursorMarkWithoutUniqueKey, TestBulkSchemaAPI, SortSpecParsingTest, TestMissingGroups, StatelessScriptUpdateProcessorFactoryTest, SimplePostToolTest, TestShardHandlerFactory, TestFastLRUCache, TestSchemaNameResource, SpatialFilterTest, TestSerializedLuceneMatchVersion, SimpleMLTQParserTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsCollectionsAPIDistributedZkTest, ScriptEngineTest, DocumentBuilderTest, TestLMDirichletSimilarityFactory, TestHighFrequencyDictionaryFactory, TestSearcherReuse, IndexBasedSpellCheckerTest, TestXIncludeConfig, ZkCLITest, TestSortByMinMaxFunction, ChaosMonkeyNothingIsSafeTest, TestStandardQParsers, JSONWriterTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [336/555 (1!)] on J0 in 129.21s, 1 test, 1 failure <<< FAILURES!

[...truncated 684 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:794: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:738: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:526: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1456: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1010: There were test failures: 555 suites (7 ignored), 2192 tests, 1 failure, 87 ignored (37 assumptions) [seed: 3A85EB324C43B98A]

Total time: 80 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any