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/03/30 08:04:42 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 488 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/488/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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:56560","node_name":"127.0.0.1:56560_","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_replica2",           "base_url":"http://127.0.0.1:53882",           "node_name":"127.0.0.1:53882_",           "state":"down"},         "core_node2":{           "state":"down",           "base_url":"http://127.0.0.1:50253",           "core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:50253_"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:56560",           "node_name":"127.0.0.1:56560_",           "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:56560","node_name":"127.0.0.1:56560_","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_replica2",
          "base_url":"http://127.0.0.1:53882",
          "node_name":"127.0.0.1:53882_",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:50253",
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:50253_"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:56560",
          "node_name":"127.0.0.1:56560_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([9D87F3E6C9D7DF38:15D3CC3C672BB2C0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11236 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/init-core-data-001
   [junit4]   2> 985829 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[9D87F3E6C9D7DF38]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 985832 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 985832 INFO  (Thread-3201) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 985832 INFO  (Thread-3201) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 985932 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.ZkTestServer start zk server on port:39707
   [junit4]   2> 985932 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 985933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 985936 INFO  (zkCallback-1570-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@650e4fc8 name:ZooKeeperConnection Watcher:127.0.0.1:39707 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 985936 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 985937 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 985937 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 985957 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 985958 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 985960 INFO  (zkCallback-1571-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@24ad53ed name:ZooKeeperConnection Watcher:127.0.0.1:39707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 985960 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 985960 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 985960 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 985962 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 985963 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 985964 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 985966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 985966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 985968 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 985969 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 985971 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 985971 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 985972 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 985973 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 985974 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 985975 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 985976 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 985976 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 985979 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 985979 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 985981 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 985981 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 985983 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 985983 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 985985 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 985985 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 985988 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 985988 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 986129 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores/collection1
   [junit4]   2> 986131 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 986132 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d935c7e{/,null,AVAILABLE}
   [junit4]   2> 986133 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.e.j.s.ServerConnector Started ServerConnector@49b194df{HTTP/1.1,[http/1.1]}{127.0.0.1:58297}
   [junit4]   2> 986133 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.e.j.s.Server Started @990192ms
   [junit4]   2> 986133 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/tempDir-001/control/data, hostContext=/, hostPort=56560, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores}
   [junit4]   2> 986133 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 986133 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001'
   [junit4]   2> 986133 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 986133 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 986134 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 986135 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 986137 INFO  (zkCallback-1572-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@729e1058 name:ZooKeeperConnection Watcher:127.0.0.1:39707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 986137 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 986137 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 986139 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 986139 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/solr.xml
   [junit4]   2> 986143 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores
   [junit4]   2> 986143 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.CoreContainer New CoreContainer 1669205010
   [junit4]   2> 986143 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001]
   [junit4]   2> 986143 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/lib
   [junit4]   2> 986143 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] 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> 986144 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 986145 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 986145 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 986145 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39707/solr
   [junit4]   2> 986145 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 986145 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 986146 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 986148 INFO  (zkCallback-1575-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3985d7ea name:ZooKeeperConnection Watcher:127.0.0.1:39707 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 986148 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 986149 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 986151 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 986152 INFO  (zkCallback-1576-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@58eb16de name:ZooKeeperConnection Watcher:127.0.0.1:39707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 986152 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 986153 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 986155 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 986158 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 986160 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 986162 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 986164 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 986165 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 986167 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 986168 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 986169 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 986170 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 986171 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 986173 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 986174 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 986174 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95637707406704644-127.0.0.1:56560_-n_0000000000
   [junit4]   2> 986175 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56560_
   [junit4]   2> 986175 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 986176 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.Overseer Overseer (id=95637707406704644-127.0.0.1:56560_-n_0000000000) starting
   [junit4]   2> 986178 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 986183 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 986184 INFO  (OverseerCollectionConfigSetProcessor-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 986184 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 986188 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56560_
   [junit4]   2> 986189 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 986189 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:56560_
   [junit4]   2> 986206 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 986206 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 986208 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores
   [junit4]   2> 986208 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] 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> 986208 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores/collection1
   [junit4]   2> 986208 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 986209 INFO  (zkCallback-1576-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_    ] 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> 986212 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 986212 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 986214 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 986215 INFO  (zkCallback-1576-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 986215 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 986215 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:56560_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 986216 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] 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:56560",
   [junit4]   2>   "node_name":"127.0.0.1:56560_",
   [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> 986216 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] 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:56560",
   [junit4]   2>   "node_name":"127.0.0.1:56560_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 986217 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 986217 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 986220 INFO  (zkCallback-1576-thread-2-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_    ] 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> 987216 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 987216 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 987217 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 987217 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 987219 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 987219 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores/collection1'
   [junit4]   2> 987219 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 987219 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 987221 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 987227 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 987229 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 987235 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 987240 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 987309 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 987317 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 987318 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 987332 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 987335 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 987338 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 987339 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 987342 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 987342 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 987342 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 987342 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores/collection1/data/]
   [junit4]   2> 987343 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d97b9b3
   [junit4]   2> 987343 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores/collection1/data
   [junit4]   2> 987343 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores/collection1/data/index/
   [junit4]   2> 987343 WARN  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 987344 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores/collection1/data/index
   [junit4]   2> 987344 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=7, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=0.3369140625, floorSegmentMB=0.2177734375, forceMergeDeletesPctAllowed=6.982294842390759, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 987345 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1dac9d59 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6384fa6e),segFN=segments_1,generation=1}
   [junit4]   2> 987345 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 987345 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores/collection1/data/
   [junit4]   2> 987345 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 987349 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 987349 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 987350 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 987350 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 987350 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 987350 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 987350 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 987350 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 987351 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 987351 WARN  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 987353 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 987355 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 987356 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 987357 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 987362 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] 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> 987362 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 987362 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 987362 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 987363 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 987363 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 987364 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=598464932, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 987364 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1dac9d59 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6384fa6e),segFN=segments_1,generation=1}
   [junit4]   2> 987364 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 987365 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3490309c[collection1] main]
   [junit4]   2> 987365 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 987366 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 987366 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 987367 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 987367 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 987367 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 987368 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 987368 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 987368 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 987368 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 987369 INFO  (searcherExecutor-4368-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3490309c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 987369 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 987369 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 987369 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 987369 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1530203320117886976
   [junit4]   2> 987371 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1530203320117886976
   [junit4]   2> 987371 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 987372 INFO  (coreLoadExecutor-4367-thread-1-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 987372 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:56560 collection:control_collection shard:shard1
   [junit4]   2> 987374 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 987379 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95637707406704644-core_node1-n_0000000000
   [junit4]   2> 987380 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 987383 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 987383 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 987383 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56560/collection1/
   [junit4]   2> 987383 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 987383 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:56560/collection1/ has no replicas
   [junit4]   2> 987384 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] 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> 987384 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 987388 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95637707406704644-core_node1-n_0000000000
   [junit4]   2> 987391 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56560/collection1/ shard1
   [junit4]   2> 987393 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] 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:56560",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 987496 INFO  (zkCallback-1576-thread-2-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_    ] 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> 987543 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:56560/collection1/ and leader is http://127.0.0.1:56560/collection1/
   [junit4]   2> 987543 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56560
   [junit4]   2> 987543 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 987543 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 987543 INFO  (coreZkRegister-4361-thread-1-processing-n:127.0.0.1:56560_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:56560_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 987545 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] 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:56560",
   [junit4]   2>   "node_name":"127.0.0.1:56560_",
   [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> 987546 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] 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:56560",
   [junit4]   2>   "node_name":"127.0.0.1:56560_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 987649 INFO  (zkCallback-1576-thread-2-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_    ] 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> 987720 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 987721 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 987723 INFO  (zkCallback-1578-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@50a04a4a name:ZooKeeperConnection Watcher:127.0.0.1:39707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 987723 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 987723 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 987723 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 987725 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 987726 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 987726 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 987726 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 987727 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 987728 INFO  (zkCallback-1579-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@50249a24 name:ZooKeeperConnection Watcher:127.0.0.1:39707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 987728 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 987729 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 987732 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] 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> 987732 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 987835 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 987852 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/shard-1-001/cores/collection1
   [junit4]   2> 987853 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/shard-1-001
   [junit4]   2> 987854 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 987856 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e6a75ad{/,null,AVAILABLE}
   [junit4]   2> 987856 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.e.j.s.ServerConnector Started ServerConnector@19355d35{HTTP/1.1,[http/1.1]}{127.0.0.1:41110}
   [junit4]   2> 987856 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.e.j.s.Server Started @991915ms
   [junit4]   2> 987856 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=50253, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/shard-1-001/cores}
   [junit4]   2> 987856 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 987856 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/shard-1-001'
   [junit4]   2> 987857 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 987857 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 987857 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 987857 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 987859 INFO  (zkCallback-1580-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6447d917 name:ZooKeeperConnection Watcher:127.0.0.1:39707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 987860 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 987860 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 987861 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 987861 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/shard-1-001/solr.xml
   [junit4]   2> 987865 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/shard-1-001/cores
   [junit4]   2> 987865 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.CoreContainer New CoreContainer 1953488426
   [junit4]   2> 987865 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/shard-1-001]
   [junit4]   2> 987865 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/shard-1-001/lib
   [junit4]   2> 987865 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] 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> 987866 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 987867 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 987867 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 987867 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39707/solr
   [junit4]   2> 987867 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 987867 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 987868 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 987869 INFO  (zkCallback-1583-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@796639c3 name:ZooKeeperConnection Watcher:127.0.0.1:39707 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 987870 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 987870 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 987873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 987875 INFO  (zkCallback-1584-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@762ac1ad name:ZooKeeperConnection Watcher:127.0.0.1:39707/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 987875 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 987883 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 987885 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 987888 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 987888 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95637707406704649-127.0.0.1:50253_-n_0000000001
   [junit4]   2> 987889 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95637707406704644-127.0.0.1:56560_-n_0000000000 to know if I could be the leader
   [junit4]   2> 987890 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.ZkController Publish node=127.0.0.1:50253_ as DOWN
   [junit4]   2> 987892 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:50253_"} current state version: 3
   [junit4]   2> 987893 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:50253_
   [junit4]   2> 987894 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 987999 INFO  (zkCallback-1578-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> 987999 INFO  (zkCallback-1576-thread-2-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_    ] 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> 988001 INFO  (zkCallback-1584-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_    ] 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> 988894 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50253_
   [junit4]   2> 988895 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:50253_
   [junit4]   2> 988896 INFO  (zkCallback-1578-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> 988896 INFO  (zkCallback-1576-thread-2-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_    ] 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> 988897 INFO  (zkCallback-1584-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_    ] 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> 988897 INFO  (zkCallback-1578-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 988897 INFO  (zkCallback-1576-thread-2-processing-n:127.0.0.1:56560_) [n:127.0.0.1:56560_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 988897 INFO  (zkCallback-1584-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 988931 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 988931 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 988932 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/shard-1-001/cores
   [junit4]   2> 988932 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] 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> 988933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/shard-1-001/cores/collection1
   [junit4]   2> 988933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 988934 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 988934 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [n:127.0.0.1:50253_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 988935 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 988935 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 988937 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 988937 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 988937 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] 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:50253",
   [junit4]   2>   "node_name":"127.0.0.1:50253_",
   [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> 988938 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] 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:50253",
   [junit4]   2>   "node_name":"127.0.0.1:50253_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 988938 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [1]
   [junit4]   2> 988938 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 988938 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 988938 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 989041 INFO  (OverseerStateUpdate-95637707406704644-127.0.0.1:56560_-n_0000000000) [n:127.0.0.1:56560_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 989042 INFO  (zkCallback-1584-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_    ] 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> 989044 INFO  (zkCallback-1584-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [1] to [2]
   [junit4]   2> 989938 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 989938 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 989939 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 989939 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 989940 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 989940 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001/shard-1-001/cores/collection1'
   [junit4]   2> 989940 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 989940 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 989942 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 989946 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 989949 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 989954 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 989959 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 990040 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 990045 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 990046 INFO  (coreLoadExecutor-4378-thread-1-processing-n:127.0.0.1:50253_) [n:127.0.0.1:50253_ c:collection1   x:collection1] o.a.s.

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

stServer 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> 
   [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/queue
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1113608 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:53882/, target: http://127.0.0.1:37149/
   [junit4]   2> 1113608 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:42565/, target: http://127.0.0.1:36021/
   [junit4]   2> 1113608 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:56560/, target: http://127.0.0.1:58297/
   [junit4]   2> 1113608 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9D87F3E6C9D7DF38]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:50253/, target: http://127.0.0.1:41110/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=9D87F3E6C9D7DF38 -Dtests.slow=true -Dtests.locale=vi-VN -Dtests.timezone=Asia/Taipei -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  128s J0 | 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:56560","node_name":"127.0.0.1:56560_","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_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:53882",
   [junit4]    >           "node_name":"127.0.0.1:53882_",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:50253",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:50253_"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:56560",
   [junit4]    >           "node_name":"127.0.0.1:56560_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9D87F3E6C9D7DF38:15D3CC3C672BB2C0]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1113620 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[9D87F3E6C9D7DF38]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9D87F3E6C9D7DF38-001
   [junit4]   2> Mar 30, 2016 5:28:51 AM 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): {range_facet_l_dv=PostingsFormat(name=LuceneVarGapFixedInterval), _version_=BlockTreeOrds(blocksize=128), multiDefault=PostingsFormat(name=Direct), a_t=BlockTreeOrds(blocksize=128), intDefault=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_i_dv=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_l=BlockTreeOrds(blocksize=128), timestamp=BlockTreeOrds(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1517, maxMBSortInHeap=6.7116747798045076, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=vi-VN, timezone=Asia/Taipei
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=113125816,total=353648640
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressUserVersions, JSONWriterTest, HLLSerializationTest, TestPivotHelperCode, TestCursorMarkWithoutUniqueKey, DistributedQueryComponentOptimizationTest, TestReplicationHandlerBackup, SolrTestCaseJ4Test, CircularListTest, TestSchemaNameResource, TestSortingResponseWriter, TestSolrConfigHandlerCloud, ForceLeaderTest, TestComplexPhraseQParserPlugin, AnalysisErrorHandlingTest, TestRequestStatusCollectionAPI, BlockJoinFacetSimpleTest, PrimUtilsTest, TestFastLRUCache, AnalyticsQueryTest, TestFieldTypeCollectionResource, OverriddenZkACLAndCredentialsProvidersTest, CoreAdminCreateDiscoverTest, AssignTest, ChaosMonkeyNothingIsSafeTest, TestWordDelimiterFilterFactory, HardAutoCommitTest, BigEndianAscendingWordSerializerTest, TestStressLucene, ScriptEngineTest, TestPKIAuthenticationPlugin, HdfsLockFactoryTest, ZkCLITest, TestClusterStateMutator, DisMaxRequestHandlerTest, TestElisionMultitermQuery, TestDocSet, TestFunctionQuery, TestConfigSets, DocumentBuilderTest, ConcurrentDeleteAndCreateCollectionTest, TestQuerySenderNoQuery, HdfsBasicDistributedZkTest, BlockCacheTest, TestExactSharedStatsCache, TestLazyCores, SolrCoreTest, TestHighlightDedupGrouping, AtomicUpdatesTest, TestXIncludeConfig, TestSmileRequest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestRemoteStreaming, TestSolrDeletionPolicy1, SortSpecParsingTest, TestMergePolicyConfig, DeleteReplicaTest, TestTestInjection, CdcrRequestHandlerTest, TestMaxScoreQueryParser, SOLR749Test, VMParamsZkACLAndCredentialsProvidersTest, SolrRequestParserTest, ClusterStateUpdateTest, TestTolerantUpdateProcessorCloud, CollectionStateFormat2Test, DistributedDebugComponentTest, QueryEqualityTest, TestJmxIntegration, TestBulkSchemaConcurrent, SystemInfoHandlerTest, OverseerTaskQueueTest, TestHashQParserPlugin, TestDocumentBuilder, TestSurroundQueryParser, RuleEngineTest, ExplicitHLLTest, SuggesterFSTTest, JsonLoaderTest, PingRequestHandlerTest, DOMUtilTest, TestCSVLoader, TestDefaultStatsCache, TestSizeLimitedDistributedMap, TestPerFieldSimilarityWithDefaultOverride, RemoteQueryErrorTest, HdfsTlogReplayBufferedWhileIndexingTest, TestExtendedDismaxParser, TestDFRSimilarityFactory, TestFaceting, TestReplicationHandler, TestBulkSchemaAPI, TestRestoreCore, SuggestComponentContextFilterQueryTest, TestFreeTextSuggestions, PeerSyncTest, TestUpdate, TestReplicaProperties, QueryElevationComponentTest, RequiredFieldsTest, TestRandomRequestDistribution, DistributedSpellCheckComponentTest, DistributedFacetPivotWhiteBoxTest, TestConfigSetImmutable, DirectSolrSpellCheckerTest, SliceStateTest, TestStressVersions, TestSchemaSimilarityResource, TestTolerantSearch, TlogReplayBufferedWhileIndexingTest, TestDynamicFieldCollectionResource, TestLFUCache, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [237/584 (1!)] on J0 in 128.33s, 1 test, 1 failure <<< FAILURES!

[...truncated 1163 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:529: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1014: There were test failures: 584 suites (10 ignored), 2357 tests, 1 failure, 86 ignored (70 assumptions) [seed: 9D87F3E6C9D7DF38]

Total time: 74 minutes 40 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