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/04/07 16:55:51 UTC

[JENKINS-EA] Lucene-Solr-6.0-Linux (32bit/jdk-9-ea+112-patched) - Build # 37 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.0-Linux/37/
Java: 32bit/jdk-9-ea+112-patched -server -XX:+UseG1GC -XX:-CompactStrings

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_replica3","base_url":"http://127.0.0.1:40931/_pwm","node_name":"127.0.0.1:40931__pwm","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:33242/_pwm",           "node_name":"127.0.0.1:33242__pwm",           "state":"down"},         "core_node2":{           "state":"down",           "base_url":"http://127.0.0.1:42109/_pwm",           "core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:42109__pwm"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:40931/_pwm",           "node_name":"127.0.0.1:40931__pwm",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:40931/_pwm","node_name":"127.0.0.1:40931__pwm","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:33242/_pwm",
          "node_name":"127.0.0.1:33242__pwm",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:42109/_pwm",
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:42109__pwm"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:40931/_pwm",
          "node_name":"127.0.0.1:40931__pwm",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([241F2D7E1C1E3E37:AC4B12A4B2E253CF]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	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(java.base@9-ea/Thread.java:804)




Build Log:
[...truncated 10641 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/init-core-data-001
   [junit4]   2> 50433 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[241F2D7E1C1E3E37]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_pwm/
   [junit4]   2> 50441 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 50443 INFO  (Thread-4) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 50443 INFO  (Thread-4) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 50542 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.ZkTestServer start zk server on port:37674
   [junit4]   2> 50555 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 50595 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 50621 INFO  (zkCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8b8cb0 name:ZooKeeperConnection Watcher:127.0.0.1:37674 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 50621 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 50622 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 50623 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 50640 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 50641 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 50642 INFO  (zkCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3d1c04 name:ZooKeeperConnection Watcher:127.0.0.1:37674/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 50643 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 50643 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 50644 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 50648 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 50650 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 50652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 50654 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 50660 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 50664 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 50664 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 50666 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 50667 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 50669 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 50669 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 50673 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 50673 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 50675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 50675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 50677 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 50677 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 50680 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 50680 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 50682 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 50683 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 50685 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 50685 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 50687 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 50687 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 50805 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores/collection1
   [junit4]   2> 50834 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.e.j.u.log Logging initialized @52729ms
   [junit4]   2> 50962 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 51004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a451f6{/_pwm,null,AVAILABLE}
   [junit4]   2> 51017 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4b7298{HTTP/1.1,[http/1.1]}{127.0.0.1:36859}
   [junit4]   2> 51018 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.e.j.s.Server Started @52914ms
   [junit4]   2> 51018 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/tempDir-001/control/data, hostContext=/_pwm, hostPort=42109, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores}
   [junit4]   2> 51033 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1bc7afb
   [junit4]   2> 51034 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001'
   [junit4]   2> 51034 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 51034 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 51035 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 51035 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 51038 INFO  (zkCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@125e5f1 name:ZooKeeperConnection Watcher:127.0.0.1:37674/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 51038 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 51039 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 51041 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 51043 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x153f11bbe590002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 51044 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/solr.xml
   [junit4]   2> 51059 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores
   [junit4]   2> 51059 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CoreContainer New CoreContainer 32630409
   [junit4]   2> 51060 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001]
   [junit4]   2> 51060 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/lib
   [junit4]   2> 51068 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] 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> 51070 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 51070 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 51070 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 51070 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37674/solr
   [junit4]   2> 51085 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 51085 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 51086 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 51088 INFO  (zkCallback-8-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fe9231 name:ZooKeeperConnection Watcher:127.0.0.1:37674 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 51088 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 51089 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 51095 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 51097 INFO  (zkCallback-9-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1a59ce8 name:ZooKeeperConnection Watcher:127.0.0.1:37674/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 51097 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 51105 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 51111 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 51116 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 51119 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 51121 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 51128 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 51130 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 51132 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 51133 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 51134 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 51143 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 51149 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 51151 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 51153 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 51153 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95685118564827140-127.0.0.1:42109__pwm-n_0000000000
   [junit4]   2> 51154 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42109__pwm
   [junit4]   2> 51155 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 51156 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.Overseer Overseer (id=95685118564827140-127.0.0.1:42109__pwm-n_0000000000) starting
   [junit4]   2> 51160 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 51180 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 51220 INFO  (OverseerCollectionConfigSetProcessor-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 51221 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42109__pwm
   [junit4]   2> 51224 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42109__pwm
   [junit4]   2> 51224 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 51227 INFO  (zkCallback-9-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: [0])
   [junit4]   2> 51228 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 51229 INFO  (zkCallback-9-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 51280 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 51280 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 51281 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores
   [junit4]   2> 51285 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] 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> 51285 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores/collection1
   [junit4]   2> 51285 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 51287 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 51287 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 51288 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 51288 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 51291 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 51292 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] 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:42109/_pwm",
   [junit4]   2>   "node_name":"127.0.0.1:42109__pwm",
   [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> 51300 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] 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:42109/_pwm",
   [junit4]   2>   "node_name":"127.0.0.1:42109__pwm",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 51302 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 51313 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 51318 INFO  (zkCallback-9-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> 52292 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 52292 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 52293 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 52293 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 52293 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 52294 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores/collection1'
   [junit4]   2> 52294 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 52294 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 52296 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 52310 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 52315 WARN  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 52316 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 52345 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 52367 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 52647 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 52655 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 52656 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 52694 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 52697 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 52699 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 52700 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 52703 INFO  (coreLoadExecutor-19-thread-1) [    ] 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=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 52703 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 52704 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 52704 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores/collection1/data/]
   [junit4]   2> 52707 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a4df2d
   [junit4]   2> 52712 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores/collection1/data
   [junit4]   2> 52712 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores/collection1/data/index/
   [junit4]   2> 52712 WARN  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 52712 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores/collection1/data/index
   [junit4]   2> 52712 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.0947265625, noCFSRatio=1.0]
   [junit4]   2> 52713 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c87acd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fd571b),segFN=segments_1,generation=1}
   [junit4]   2> 52713 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 52713 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores/collection1/data/
   [junit4]   2> 52713 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 52719 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 52731 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 52732 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 52732 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 52732 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 52732 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 52746 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 52746 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 52746 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 52747 WARN  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 52748 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 52751 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 52752 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 52754 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 52768 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 52768 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 52772 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 52772 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 52778 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 52778 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 52779 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 52780 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c87acd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fd571b),segFN=segments_1,generation=1}
   [junit4]   2> 52780 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 52780 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17f2fe3[collection1] main]
   [junit4]   2> 52781 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 52782 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 52782 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 52783 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 52783 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 52784 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 52784 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 52784 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 52784 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 52787 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 52790 INFO  (searcherExecutor-20-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17f2fe3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 52790 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 52791 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 52791 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 52791 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1530961899453153280
   [junit4]   2> 52795 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.u.UpdateLog Took 4.0ms to seed version buckets with highest version 1530961899453153280
   [junit4]   2> 52796 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 52797 INFO  (coreLoadExecutor-19-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 52798 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:42109/_pwm collection:control_collection shard:shard1
   [junit4]   2> 52803 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 52805 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95685118564827140-core_node1-n_0000000000
   [junit4]   2> 52806 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 52808 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 52808 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 52808 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] 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> 52808 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42109/_pwm/collection1/
   [junit4]   2> 52808 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 52808 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:42109/_pwm/collection1/ has no replicas
   [junit4]   2> 52812 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 52814 INFO  (coreZkRegister-13-thread-1) [    ] 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/95685118564827140-core_node1-n_0000000000
   [junit4]   2> 52825 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42109/_pwm/collection1/ shard1
   [junit4]   2> 52825 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] 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:42109/_pwm",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 52826 INFO  (zkCallback-9-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> 52876 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:42109/_pwm/collection1/ and leader is http://127.0.0.1:42109/_pwm/collection1/
   [junit4]   2> 52877 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42109/_pwm
   [junit4]   2> 52877 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 52877 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 52877 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 52879 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] 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:42109/_pwm",
   [junit4]   2>   "node_name":"127.0.0.1:42109__pwm",
   [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> 52879 INFO  (coreZkRegister-13-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 52880 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] 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:42109/_pwm",
   [junit4]   2>   "node_name":"127.0.0.1:42109__pwm",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 52982 INFO  (zkCallback-9-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> 53307 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 53307 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 53309 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7009e7 name:ZooKeeperConnection Watcher:127.0.0.1:37674/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 53309 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 53309 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 53309 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 53311 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 53313 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 53313 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 53313 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 53313 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 53314 INFO  (zkCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a525fe name:ZooKeeperConnection Watcher:127.0.0.1:37674/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 53314 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 53315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 53317 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 53317 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 53403 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores/collection1
   [junit4]   2> 53404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001
   [junit4]   2> 53405 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 53406 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13a61e{/_pwm,null,AVAILABLE}
   [junit4]   2> 53407 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4f8fdb{HTTP/1.1,[http/1.1]}{127.0.0.1:40454}
   [junit4]   2> 53407 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.e.j.s.Server Started @55304ms
   [junit4]   2> 53407 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_pwm, hostPort=33242, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores}
   [junit4]   2> 53408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1bc7afb
   [junit4]   2> 53408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001'
   [junit4]   2> 53408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 53408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 53408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 53409 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 53410 INFO  (zkCallback-13-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a93fe5 name:ZooKeeperConnection Watcher:127.0.0.1:37674/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 53410 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 53411 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 53412 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 53412 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/solr.xml
   [junit4]   2> 53420 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 53420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores
   [junit4]   2> 53420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CoreContainer New CoreContainer 3756970
   [junit4]   2> 53420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001]
   [junit4]   2> 53420 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/lib
   [junit4]   2> 53420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] 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> 53422 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 53423 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 53423 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 53423 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37674/solr
   [junit4]   2> 53423 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 53423 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 53423 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 53425 INFO  (zkCallback-16-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@df1587 name:ZooKeeperConnection Watcher:127.0.0.1:37674 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 53425 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 53425 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 53427 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 53428 INFO  (zkCallback-17-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f5ff24 name:ZooKeeperConnection Watcher:127.0.0.1:37674/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 53428 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 53433 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 53434 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 53436 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 53436 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95685118564827145-127.0.0.1:33242__pwm-n_0000000001
   [junit4]   2> 53437 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95685118564827140-127.0.0.1:42109__pwm-n_0000000000 to know if I could be the leader
   [junit4]   2> 53438 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:33242__pwm as DOWN
   [junit4]   2> 53439 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33242__pwm"} current state version: 3
   [junit4]   2> 53440 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33242__pwm
   [junit4]   2> 53441 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 53544 INFO  (zkCallback-9-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> 53544 INFO  (zkCallback-17-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> 53544 INFO  (zkCallback-11-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> 54439 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33242__pwm
   [junit4]   2> 54440 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33242__pwm
   [junit4]   2> 54441 INFO  (zkCallback-9-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> 54441 INFO  (zkCallback-11-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> 54441 INFO  (zkCallback-17-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> 54441 INFO  (zkCallback-9-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 54441 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 54441 INFO  (zkCallback-17-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 54464 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 54464 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 54465 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores
   [junit4]   2> 54466 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] 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> 54466 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores/collection1
   [junit4]   2> 54466 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 54467 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 54467 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 54468 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 54468 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 54469 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 54469 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 54469 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] 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:33242/_pwm",
   [junit4]   2>   "node_name":"127.0.0.1:33242__pwm",
   [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> 54469 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] 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:33242/_pwm",
   [junit4]   2>   "node_name":"127.0.0.1:33242__pwm",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 54470 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 54470 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 54470 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [1]
   [junit4]   2> 54470 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 54572 INFO  (OverseerStateUpdate-95685118564827140-127.0.0.1:42109__pwm-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 54572 INFO  (zkCallback-17-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 54573 INFO  (zkCallback-17-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [1] to [2]
   [junit4]   2> 55470 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 55470 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 55471 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 55471 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 55471 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 55471 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores/collection1'
   [junit4]   2> 55471 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 55471 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 55473 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 55478 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 55481 WARN  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 55482 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 55489 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 55499 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 55579 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 55585 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 55586 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 55597 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 55599 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 55601 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 55601 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 55603 INFO  (coreLoadExecutor-30-thread-1) [    ] 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=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 55603 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 55603 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 55603 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 55603 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a4df2d
   [junit4]   2> 55604 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores/collection1/data
   [junit4]   2> 55604 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 55604 WARN  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 55605 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 55605 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.0947265625, noCFSRatio=1.0]
   [junit4]   2> 55605 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1625ad1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a40181),segFN=segments_1,generation=1}
   [junit4]   2> 55605 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 55606 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 55606 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001/shard-1-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 55611 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 55612 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 55612 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 55612 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 55612 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 55612 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 55612 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 55612 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 55612 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 55612 WARN  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 55614 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 55616 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 55617 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 55619 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 55632 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 55632 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 55632 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 55632 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 55634 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 55635 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 55635 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 55636 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1625ad1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a40181),segFN=segments_1,generation=1}
   [junit4]   2> 55636 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 55636 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d4ee8[collection1] main]
   [junit4]   2> 55636 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 55637 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 55637 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 55638 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 55638 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 55638 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 55638 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 55638 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 55638 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 55639 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 55642 INFO  (searcherExecutor-31-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2d4ee8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 55642 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 55642 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 55642 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 55642 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1530961902442643456
   [junit4]   2> 55644 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1530961902442643456
   [junit4]   2> 55644 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 55645 INFO  (coreLoadExecutor-30-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 55645 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:33242/_pwm collection:collection1 shard:shard2
   [junit4]   2> 55645 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 55649 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/collection1/leader_elect/shard2/election/95685118564827145-core_node1-n_0000000000
   [junit4]   2> 55649 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard2 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 55651 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 55651 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 55651 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33242/_pwm/collection1/
   [junit4]   2> 55651 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 55651 INFO  (coreZkRegister-25-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:33242/_pwm/collection1/ has no repl

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

Call.call(HttpSolrCall.java:441)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:229)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:184)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 
   [junit4]   2> 171340 INFO  (qtp3807154-136) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:42109__pwm&onlyIfLeaderActive=true&core=c8n_1x3_lf_shard1_replica3&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=66024
   [junit4]   2> 171343 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37674 37674
   [junit4]   2> 171525 INFO  (Thread-4) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37674 37674
   [junit4]   2> 171534 WARN  (Thread-4) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/95685118564827140-127.0.0.1:42109__pwm-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 171534 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:42109/_pwm, target: http://127.0.0.1:36859/_pwm
   [junit4]   2> 171534 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:33242/_pwm, target: http://127.0.0.1:40454/_pwm
   [junit4]   2> 171534 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:40931/_pwm, target: http://127.0.0.1:37104/_pwm
   [junit4]   2> 171534 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[241F2D7E1C1E3E37]) [    ] o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:38420/_pwm, target: http://127.0.0.1:37913/_pwm
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=241F2D7E1C1E3E37 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nmg -Dtests.timezone=Hongkong -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  121s 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_replica3","base_url":"http://127.0.0.1:40931/_pwm","node_name":"127.0.0.1:40931__pwm","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]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:33242/_pwm",
   [junit4]    >           "node_name":"127.0.0.1:33242__pwm",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:42109/_pwm",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:42109__pwm"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:40931/_pwm",
   [junit4]    >           "node_name":"127.0.0.1:40931__pwm",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([241F2D7E1C1E3E37:AC4B12A4B2E253CF]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
   [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(java.base@9-ea/Thread.java:804)
   [junit4]   2> 171540 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[241F2D7E1C1E3E37]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_241F2D7E1C1E3E37-001
   [junit4]   2> Apr 07, 2016 2:26:01 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=ClassicSimilarity, locale=nmg, timezone=Hongkong
   [junit4]   2> NOTE: Linux 4.2.0-34-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=98500176,total=205520896
   [junit4]   2> NOTE: All tests run in this JVM: [SpellPossibilityIteratorTest, TestRandomCollapseQParserPlugin, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [37/579 (1!)] on J1 in 121.65s, 1 test, 1 failure <<< FAILURES!

[...truncated 1765 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/common-build.xml:527: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/lucene/common-build.xml:1014: There were test failures: 579 suites (10 ignored), 2309 tests, 1 failure, 116 ignored (70 assumptions) [seed: 241F2D7E1C1E3E37]

Total time: 57 minutes 9 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