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 2016/06/03 02:55:44 UTC

[JENKINS] Lucene-Solr-6.x-MacOSX (64bit/jdk1.8.0) - Build # 183 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/183/
Java: 64bit/jdk1.8.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_node3:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:62249","node_name":"127.0.0.1:62249_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"down",           "base_url":"http://127.0.0.1:62217",           "core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:62217_"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:62225",           "node_name":"127.0.0.1:62225_",           "state":"down"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica2",           "base_url":"http://127.0.0.1:62249",           "node_name":"127.0.0.1:62249_",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:62249","node_name":"127.0.0.1:62249_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:62217",
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:62217_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:62225",
          "node_name":"127.0.0.1:62225_",
          "state":"down"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:62249",
          "node_name":"127.0.0.1:62249_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([24D191C19021B1EE:AC85AE1B3EDDDC16]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11992 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/init-core-data-001
   [junit4]   2> 2792062 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[24D191C19021B1EE]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2792064 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2792064 INFO  (Thread-5871) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2792065 INFO  (Thread-5871) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2792174 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.ZkTestServer start zk server on port:62212
   [junit4]   2> 2792174 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2792175 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2792195 INFO  (zkCallback-3316-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bd483b4 name:ZooKeeperConnection Watcher:127.0.0.1:62212 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2792195 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2792196 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2792196 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2792201 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2792202 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2792203 INFO  (zkCallback-3317-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@29952862 name:ZooKeeperConnection Watcher:127.0.0.1:62212/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2792203 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2792204 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2792204 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2792209 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2792212 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2792215 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2792218 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2792271 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2792278 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2792380 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2792384 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2792395 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2792399 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2792413 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2792416 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2792435 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2792439 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2792462 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2792466 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2792487 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2792492 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2792502 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2792505 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2792526 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2792529 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2792543 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2792547 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2792565 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2795023 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores/collection1
   [junit4]   2> 2795026 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2795029 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5169dec1{/,null,AVAILABLE}
   [junit4]   2> 2795030 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7c3633fa{HTTP/1.1,[http/1.1]}{127.0.0.1:62218}
   [junit4]   2> 2795031 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.e.j.s.Server Started @2800480ms
   [junit4]   2> 2795031 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/tempDir-001/control/data, hostContext=/, hostPort=62217, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores}
   [junit4]   2> 2795031 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 2795031 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001'
   [junit4]   2> 2795031 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2795031 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2795032 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2795033 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2795034 INFO  (zkCallback-3318-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@bd3d1d7 name:ZooKeeperConnection Watcher:127.0.0.1:62212/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2795035 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2795035 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2795037 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2795037 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/solr.xml
   [junit4]   2> 2795047 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores
   [junit4]   2> 2795047 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.CoreContainer New CoreContainer 608117666
   [junit4]   2> 2795047 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001]
   [junit4]   2> 2795047 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/lib
   [junit4]   2> 2795047 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] 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> 2795050 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2795050 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2795050 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2795050 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62212/solr
   [junit4]   2> 2795050 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2795050 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2795051 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2795053 INFO  (zkCallback-3321-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6c291e43 name:ZooKeeperConnection Watcher:127.0.0.1:62212 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2795053 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2795053 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2795055 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$47/1374758395@7ffa233a
   [junit4]   2> 2795055 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2795058 INFO  (zkCallback-3322-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16e19329 name:ZooKeeperConnection Watcher:127.0.0.1:62212/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2795058 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2795059 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2795064 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2795070 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2795074 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2795078 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2795082 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2795086 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2795089 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2795092 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2795095 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2795096 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2795098 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2795102 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2795107 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2795109 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2795111 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96005110773514244-127.0.0.1:62217_-n_0000000000
   [junit4]   2> 2795112 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62217_
   [junit4]   2> 2795112 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2795115 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.Overseer Overseer (id=96005110773514244-127.0.0.1:62217_-n_0000000000) starting
   [junit4]   2> 2795119 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2795133 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2795133 INFO  (OverseerCollectionConfigSetProcessor-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2795134 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2795134 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62217_
   [junit4]   2> 2795136 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:62217_
   [junit4]   2> 2795139 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2795139 INFO  (zkCallback-3322-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2795141 INFO  (zkCallback-3322-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2795148 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2795148 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2795156 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores
   [junit4]   2> 2795157 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2795157 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores/collection1
   [junit4]   2> 2795158 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2795159 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2795159 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2795159 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2795159 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62217_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2795161 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 2795162 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:62217",
   [junit4]   2>   "node_name":"127.0.0.1:62217_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2795162 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:62217",
   [junit4]   2>   "node_name":"127.0.0.1:62217_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2795163 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 2795163 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 2795164 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2795165 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2795167 INFO  (zkCallback-3322-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] 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> 2796176 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2796177 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 2796177 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2796177 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2796179 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2796179 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores/collection1'
   [junit4]   2> 2796179 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2796179 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2796182 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2796190 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2796193 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 2796200 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2796207 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2796293 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2796303 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2796317 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2796334 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2796337 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2796341 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2796342 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2796346 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2796346 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2796346 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2796347 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores/collection1/data/]
   [junit4]   2> 2796347 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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@105f181b
   [junit4]   2> 2796347 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores/collection1/data
   [junit4]   2> 2796347 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores/collection1/data/index/
   [junit4]   2> 2796347 WARN  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2796348 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores/collection1/data/index
   [junit4]   2> 2796348 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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=34, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=91.7099609375, floorSegmentMB=1.126953125, forceMergeDeletesPctAllowed=26.0078070252076, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.856273175730069
   [junit4]   2> 2796348 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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@17aa9acc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27fab45b),segFN=segments_1,generation=1}
   [junit4]   2> 2796349 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2796349 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:62217_ 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-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores/collection1/data/
   [junit4]   2> 2796350 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2796354 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2796354 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2796354 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2796354 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2796354 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2796354 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796355 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796355 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796355 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796355 WARN  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796361 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2796362 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2796363 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2796365 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2796370 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 2796370 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796370 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796371 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796372 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2796372 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2796372 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1638753014, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2796373 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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@17aa9acc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27fab45b),segFN=segments_1,generation=1}
   [junit4]   2> 2796373 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2796373 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@9c8be21[collection1] main]
   [junit4]   2> 2796373 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796374 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796374 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796375 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2796375 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2796375 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796376 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796376 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796376 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2796376 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2796378 INFO  (searcherExecutor-8428-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@9c8be21[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2796378 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796378 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796378 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 2796378 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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 1536081776896638976
   [junit4]   2> 2796380 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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 1536081776896638976
   [junit4]   2> 2796380 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2796381 INFO  (coreLoadExecutor-8427-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2796382 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ 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:62217 collection:control_collection shard:shard1
   [junit4]   2> 2796383 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ 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> 2796391 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ 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/96005110773514244-core_node1-n_0000000000
   [junit4]   2> 2796391 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ 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> 2796395 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2796395 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ 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> 2796395 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62217/collection1/
   [junit4]   2> 2796395 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2796395 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:62217/collection1/ has no replicas
   [junit4]   2> 2796396 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] 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> 2796397 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2796403 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96005110773514244-core_node1-n_0000000000
   [junit4]   2> 2796406 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ 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:62217/collection1/ shard1
   [junit4]   2> 2796408 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] 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:62217",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 2796514 INFO  (zkCallback-3322-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] 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> 2796518 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:62217/collection1/ and leader is http://127.0.0.1:62217/collection1/
   [junit4]   2> 2796518 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ 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:62217
   [junit4]   2> 2796518 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2796518 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2796518 INFO  (coreZkRegister-8421-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62217_ 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> 2796522 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:62217",
   [junit4]   2>   "node_name":"127.0.0.1:62217_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 2796522 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:62217",
   [junit4]   2>   "node_name":"127.0.0.1:62217_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2796634 INFO  (zkCallback-3322-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] 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> 2796688 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:62212/solr
   [junit4]   2> 2796690 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2796690 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2796692 INFO  (zkCallback-3326-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6306beb9 name:ZooKeeperConnection Watcher:127.0.0.1:62212/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2796692 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2796692 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2796692 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2796694 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2796695 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2796697 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2797057 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/shard-1-001/cores/collection1
   [junit4]   2> 2797060 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/shard-1-001
   [junit4]   2> 2797061 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2797064 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b2c6193{/,null,AVAILABLE}
   [junit4]   2> 2797066 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.e.j.s.ServerConnector Started ServerConnector@76ff64c8{HTTP/1.1,[http/1.1]}{127.0.0.1:62226}
   [junit4]   2> 2797067 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.e.j.s.Server Started @2802516ms
   [junit4]   2> 2797067 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=62225, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/shard-1-001/cores}
   [junit4]   2> 2797067 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 2797068 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/shard-1-001'
   [junit4]   2> 2797068 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2797068 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2797069 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2797069 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2797090 INFO  (zkCallback-3327-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@786238d6 name:ZooKeeperConnection Watcher:127.0.0.1:62212/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2797090 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2797090 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2797093 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2797093 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/shard-1-001/solr.xml
   [junit4]   2> 2797106 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/shard-1-001/cores
   [junit4]   2> 2797106 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.CoreContainer New CoreContainer 1433939873
   [junit4]   2> 2797106 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/shard-1-001]
   [junit4]   2> 2797106 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/shard-1-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/shard-1-001/lib
   [junit4]   2> 2797106 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] 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> 2797109 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2797109 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2797109 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2797110 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62212/solr
   [junit4]   2> 2797110 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2797110 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2797111 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2797113 INFO  (zkCallback-3330-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7715a0b8 name:ZooKeeperConnection Watcher:127.0.0.1:62212 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2797123 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2797124 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2797126 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$47/1374758395@50960ea9
   [junit4]   2> 2797127 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2797129 INFO  (zkCallback-3331-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1df9048d name:ZooKeeperConnection Watcher:127.0.0.1:62212/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2797129 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2797146 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2797149 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2797150 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2797155 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2797157 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96005110773514248-127.0.0.1:62225_-n_0000000001
   [junit4]   2> 2797158 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96005110773514244-127.0.0.1:62217_-n_0000000000 to know if I could be the leader
   [junit4]   2> 2797159 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.ZkController Publish node=127.0.0.1:62225_ as DOWN
   [junit4]   2> 2797162 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:62225_"} current state version: 3
   [junit4]   2> 2797162 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:62225_
   [junit4]   2> 2797266 INFO  (zkCallback-3326-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> 2797267 INFO  (zkCallback-3331-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_    ] 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> 2797267 INFO  (zkCallback-3322-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] 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> 2798169 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62225_
   [junit4]   2> 2798170 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:62225_
   [junit4]   2> 2798171 INFO  (zkCallback-3326-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> 2798171 INFO  (zkCallback-3322-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] 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> 2798171 INFO  (zkCallback-3331-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_    ] 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> 2798172 INFO  (zkCallback-3326-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2798172 INFO  (zkCallback-3322-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2798173 INFO  (zkCallback-3331-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2798187 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2798187 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2798189 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/shard-1-001/cores
   [junit4]   2> 2798190 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2798190 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/shard-1-001/cores/collection1
   [junit4]   2> 2798190 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2798192 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2798192 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2798192 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2798192 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[24D191C19021B1EE]) [n:127.0.0.1:62225_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2798194 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.ZkController Collection collection1 not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 2798194 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:62225",
   [junit4]   2>   "node_name":"127.0.0.1:62225_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 2798194 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:62225",
   [junit4]   2>   "node_name":"127.0.0.1:62225_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2798194 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 2798195 INFO  (OverseerStateUpdate-96005110773514244-127.0.0.1:62217_-n_0000000000) [n:127.0.0.1:62217_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2798195 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [collection1]
   [junit4]   2> 2798196 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2798307 INFO  (zkCallback-3331-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2798307 INFO  (zkCallback-3326-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: [2])
   [junit4]   2> 2798307 INFO  (zkCallback-3322-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2799198 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2799198 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 2799199 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2799199 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 2799200 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2799201 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001/shard-1-001/cores/collection1'
   [junit4]   2> 2799201 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2799201 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2799203 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2799223 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2799226 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 2799234 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2799243 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2799312 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2799320 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2799321 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2799340 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2799343 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2799345 INFO  (coreLoadExecutor-8438-thread-1-processing-n:127.0.0.1:62225_) [n:127.0.0.1:62225_ c:collection1   x:collection1] o.a.s.s

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

 target: http://127.0.0.1:62218/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=24D191C19021B1EE -Dtests.slow=true -Dtests.locale=et -Dtests.timezone=Australia/Queensland -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  125s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:62249","node_name":"127.0.0.1:62249_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={
   [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:62217",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:62217_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:62225",
   [junit4]    >           "node_name":"127.0.0.1:62225_",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:62249",
   [junit4]    >           "node_name":"127.0.0.1:62249_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([24D191C19021B1EE:AC85AE1B3EDDDC16]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2916728 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[24D191C19021B1EE]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_24D191C19021B1EE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {range_facet_l_dv=Lucene50(blocksize=128), _version_=FST50, multiDefault=Lucene50(blocksize=128), a_t=FST50, intDefault=FST50, id=Lucene50(blocksize=128), range_facet_i_dv=FST50, text=PostingsFormat(name=Memory doPackFST= true), range_facet_l=FST50, timestamp=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1345, maxMBSortInHeap=7.751315193544053, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=et, timezone=Australia/Queensland
   [junit4]   2> NOTE: Mac OS X 10.11.4 x86_64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=243189800,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [TestPKIAuthenticationPlugin, TestRandomCollapseQParserPlugin, TestUtils, LeaderElectionIntegrationTest, TestQueryTypes, SpellPossibilityIteratorTest, TestOmitPositions, TestSizeLimitedDistributedMap, FileBasedSpellCheckerTest, TestClassicSimilarityFactory, TestRebalanceLeaders, ZkSolrClientTest, SSLMigrationTest, DistributedMLTComponentTest, HighlighterConfigTest, BufferStoreTest, SharedFSAutoReplicaFailoverUtilsTest, FieldMutatingUpdateProcessorTest, CachingDirectoryFactoryTest, TlogReplayBufferedWhileIndexingTest, DistributedIntervalFacetingTest, CollectionReloadTest, DistributedQueryComponentOptimizationTest, TestFastOutputStream, DistributedTermsComponentTest, TestManagedSchema, TestComplexPhraseQParserPlugin, TestSolrConfigHandler, DebugComponentTest, TestPivotHelperCode, TestExclusionRuleCollectionAccess, RemoteQueryErrorTest, SpellingQueryConverterTest, TestExceedMaxTermLength, NoCacheHeaderTest, CollectionsAPIDistributedZkTest, NumericFieldsTest, TestRTimerTree, CacheHeaderTest, CdcrReplicationHandlerTest, TestSolrDeletionPolicy2, TestLeaderInitiatedRecoveryThread, HdfsSyncSliceTest, PKIAuthenticationIntegrationTest, AliasIntegrationTest, TestDistributedMissingSort, SolrPluginUtilsTest, HdfsChaosMonkeySafeLeaderTest, ResourceLoaderTest, TestInitQParser, TestUniqueKeyFieldResource, TestMissingGroups, CopyFieldTest, SolrIndexSplitterTest, TolerantUpdateProcessorTest, TestAuthenticationFramework, ConjunctionSolrSpellCheckerTest, TestTolerantUpdateProcessorCloud, StatsComponentTest, DistributedFacetPivotLargeTest, TestMiniSolrCloudCluster, TestConfigSetsAPI, DistribDocExpirationUpdateProcessorTest, DistributedFacetPivotWhiteBoxTest, MultiThreadedOCPTest, TestDistributedStatsComponentCardinality, AsyncCallRequestStatusResponseTest, CleanupOldIndexTest, TestDynamicFieldResource, OverriddenZkACLAndCredentialsProvidersTest, CSVRequestHandlerTest, TestRawResponseWriter, TestQueryUtils, NotRequiredUniqueKeyTest, TestBM25SimilarityFactory, TestStandardQParsers, TestRangeQuery, ConfigSetsAPITest, TestSolr4Spatial, BaseCdcrDistributedZkTest, ShowFileRequestHandlerTest, VersionInfoTest, ForceLeaderTest, TermVectorComponentTest, TestSolrConfigHandlerCloud, AnalysisErrorHandlingTest, TestRequestForwarding, OverseerTaskQueueTest, UniqFieldsUpdateProcessorFactoryTest, TestCloudManagedSchema, JavabinLoaderTest, TestUninvertingReader, DateMathParserTest, SortSpecParsingTest, TestDistributedGrouping, ResponseLogComponentTest, TestQuerySenderListener, TestFieldCacheSanityChecker, SolrCloudExampleTest, TestBlendedInfixSuggestions, TestOnReconnectListenerSupport, TestReloadDeadlock, LeaderInitiatedRecoveryOnShardRestartTest, TestCloudPivotFacet, TestBinaryField, TestFieldCacheWithThreads, TestRealTimeGet, DistributedDebugComponentTest, TestStressCloudBlindAtomicUpdates, TestRecovery, ConnectionReuseTest, TestFieldTypeResource, LoggingHandlerTest, RequestHandlersTest, TestCloudDeleteByQuery, TestReRankQParserPlugin, TestCoreDiscovery, TestPerFieldSimilarity, ChaosMonkeySafeLeaderTest, TestSchemaVersionResource, MinimalSchemaTest, TestSolr4Spatial2, TestExactSharedStatsCache, TestFieldCacheSortRandom, TestTestInjection, QueryResultKeyTest, BasicZkTest, BJQParserTest, TestZkChroot, TestNumericTerms32, TestSchemaManager, TestWriterPerf, RestartWhileUpdatingTest, SuggesterWFSTTest, TestReload, HdfsWriteToMultipleCollectionsTest, TestDefaultStatsCache, WordBreakSolrSpellCheckerTest, SuggesterTSTTest, FullSolrCloudDistribCmdsTest, IndexSchemaRuntimeFieldTest, TestMacros, TestLMJelinekMercerSimilarityFactory, CoreMergeIndexesAdminHandlerTest, HLLSerializationTest, TestSolrIndexConfig, AtomicUpdatesTest, OutputWriterTest, TestDistribDocBasedVersion, TestRTGBase, MergeStrategyTest, ShardRoutingCustomTest, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, HardAutoCommitTest, TestGroupingSearch, PeerSyncTest, ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, TestIndexSearcher, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, TestFoldingMultitermQuery, SuggesterTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestUpdate, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestSurroundQueryParser, LukeRequestHandlerTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, TestSolrQueryParser, TestArbitraryIndexDir, UpdateRequestProcessorFactoryTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, TestBinaryResponseWriter, AlternateDirectoryTest, TestQuerySenderNoQuery, SolrIndexConfigTest, TestStressRecovery, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, CollectionsAPISolrJTest, DeleteReplicaTest, DistribCursorPagingTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [463/613 (1!)] on J1 in 124.69s, 1 test, 1 failure <<< FAILURES!

[...truncated 478 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/common-build.xml:531: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1427: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:984: There were test failures: 613 suites (10 ignored), 2565 tests, 1 failure, 122 ignored (72 assumptions) [seed: 24D191C19021B1EE]

Total time: 85 minutes 13 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