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/10/01 05:26:33 UTC

[JENKINS] Lucene-Solr-6.x-Solaris (64bit/jdk1.8.0) - Build # 423 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/423/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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:41053","node_name":"127.0.0.1:41053_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/20)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:60660",           "node_name":"127.0.0.1:60660_",           "state":"down"},         "core_node2":{           "state":"down",           "base_url":"http://127.0.0.1:50800",           "core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:50800_"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:41053",           "node_name":"127.0.0.1:41053_",           "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:41053","node_name":"127.0.0.1:41053_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/20)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:60660",
          "node_name":"127.0.0.1:60660_",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:50800",
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:50800_"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:41053",
          "node_name":"127.0.0.1:41053_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([6991E8A37862746B:E1C5D779D69E1993]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12039 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/init-core-data-001
   [junit4]   2> 2899454 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[6991E8A37862746B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 2899454 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[6991E8A37862746B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2899456 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2899456 INFO  (Thread-5687) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2899456 INFO  (Thread-5687) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2899558 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.ZkTestServer start zk server on port:38742
   [junit4]   2> 2899574 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2899577 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2899580 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2899583 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2899585 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2899588 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2899590 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2899592 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2899594 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2899597 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2899599 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2899729 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/control-001/cores/collection1
   [junit4]   2> 2899731 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2899732 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3790d1d8{/,null,AVAILABLE}
   [junit4]   2> 2899732 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2e3a6bf2{HTTP/1.1,[http/1.1]}{127.0.0.1:64752}
   [junit4]   2> 2899733 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.Server Started @2904590ms
   [junit4]   2> 2899733 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/tempDir-001/control/data, hostContext=/, hostPort=60660, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/control-001/cores}
   [junit4]   2> 2899733 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.3.0
   [junit4]   2> 2899733 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2899733 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2899733 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-01T04:52:44.206Z
   [junit4]   2> 2899737 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2899737 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/control-001/solr.xml
   [junit4]   2> 2899743 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2899744 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38742/solr
   [junit4]   2> 2899782 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:60660_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60660_
   [junit4]   2> 2899784 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:60660_    ] o.a.s.c.Overseer Overseer (id=96685101149782020-127.0.0.1:60660_-n_0000000000) starting
   [junit4]   2> 2899796 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:60660_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60660_
   [junit4]   2> 2899801 INFO  (OverseerStateUpdate-96685101149782020-127.0.0.1:60660_-n_0000000000) [n:127.0.0.1:60660_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2899836 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:60660_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/control-001/cores
   [junit4]   2> 2899836 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:60660_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2899841 INFO  (OverseerStateUpdate-96685101149782020-127.0.0.1:60660_-n_0000000000) [n:127.0.0.1:60660_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2900858 WARN  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2900858 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 2900870 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2900943 WARN  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2900945 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2900961 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2900962 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ 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-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/control-001/cores/collection1/data/]
   [junit4]   2> 2900962 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ 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@3f1108bf
   [junit4]   2> 2900963 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2900966 WARN  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ 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> 2900973 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ 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> 2900973 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ 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> 2900974 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2900974 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2900975 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2900975 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e8a13d9[collection1] main]
   [junit4]   2> 2900976 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2900977 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ 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> 2900977 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2900978 INFO  (searcherExecutor-10542-thread-1-processing-n:127.0.0.1:60660_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@e8a13d9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2900978 INFO  (coreLoadExecutor-10541-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_ 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 1546961619990347776
   [junit4]   2> 2900989 INFO  (coreZkRegister-10534-thread-1-processing-n:127.0.0.1:60660_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2900989 INFO  (coreZkRegister-10534-thread-1-processing-n:127.0.0.1:60660_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60660_ 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> 2900989 INFO  (coreZkRegister-10534-thread-1-processing-n:127.0.0.1:60660_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60660/collection1/
   [junit4]   2> 2900989 INFO  (coreZkRegister-10534-thread-1-processing-n:127.0.0.1:60660_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2900989 INFO  (coreZkRegister-10534-thread-1-processing-n:127.0.0.1:60660_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:60660/collection1/ has no replicas
   [junit4]   2> 2900996 INFO  (coreZkRegister-10534-thread-1-processing-n:127.0.0.1:60660_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60660_ 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:60660/collection1/ shard1
   [junit4]   2> 2901151 INFO  (coreZkRegister-10534-thread-1-processing-n:127.0.0.1:60660_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2901356 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2901358 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2901358 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2901493 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-1-001/cores/collection1
   [junit4]   2> 2901494 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-1-001
   [junit4]   2> 2901495 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2901497 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c776535{/,null,AVAILABLE}
   [junit4]   2> 2901497 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@513a5d03{HTTP/1.1,[http/1.1]}{127.0.0.1:61214}
   [junit4]   2> 2901497 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.Server Started @2906355ms
   [junit4]   2> 2901497 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=41053, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-1-001/cores}
   [junit4]   2> 2901498 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.3.0
   [junit4]   2> 2901498 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2901498 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2901498 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-01T04:52:45.971Z
   [junit4]   2> 2901501 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2901501 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-1-001/solr.xml
   [junit4]   2> 2901507 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2901507 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38742/solr
   [junit4]   2> 2901522 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:41053_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2901530 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:41053_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41053_
   [junit4]   2> 2901533 INFO  (zkCallback-3068-thread-2-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2901539 INFO  (zkCallback-3072-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2901539 INFO  (zkCallback-3078-thread-2-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2901562 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:41053_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-1-001/cores
   [junit4]   2> 2901563 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:41053_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2901568 INFO  (OverseerStateUpdate-96685101149782020-127.0.0.1:60660_-n_0000000000) [n:127.0.0.1:60660_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2901671 INFO  (zkCallback-3078-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_    ] 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> 2902578 WARN  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2902579 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 2902591 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2902664 WARN  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2902666 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2902682 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2902682 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-1-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 2902682 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 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@3f1108bf
   [junit4]   2> 2902683 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2902687 WARN  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 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> 2902704 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2902704 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2902705 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2902705 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2902705 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2902705 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d6f9ca8[collection1] main]
   [junit4]   2> 2902707 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2902708 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2902708 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2902709 INFO  (searcherExecutor-10553-thread-1-processing-n:127.0.0.1:41053_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d6f9ca8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2902709 INFO  (coreLoadExecutor-10552-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1546961621805432832
   [junit4]   2> 2902720 INFO  (coreZkRegister-10547-thread-1-processing-n:127.0.0.1:41053_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2902720 INFO  (coreZkRegister-10547-thread-1-processing-n:127.0.0.1:41053_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2902721 INFO  (coreZkRegister-10547-thread-1-processing-n:127.0.0.1:41053_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41053/collection1/
   [junit4]   2> 2902721 INFO  (coreZkRegister-10547-thread-1-processing-n:127.0.0.1:41053_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2902721 INFO  (coreZkRegister-10547-thread-1-processing-n:127.0.0.1:41053_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:41053/collection1/ has no replicas
   [junit4]   2> 2902728 INFO  (coreZkRegister-10547-thread-1-processing-n:127.0.0.1:41053_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41053/collection1/ shard2
   [junit4]   2> 2902833 INFO  (zkCallback-3078-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_    ] 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> 2902881 INFO  (coreZkRegister-10547-thread-1-processing-n:127.0.0.1:41053_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2902987 INFO  (zkCallback-3078-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_    ] 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> 2903198 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-2-001/cores/collection1
   [junit4]   2> 2903199 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-2-001
   [junit4]   2> 2903199 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2903201 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6bbb7e20{/,null,AVAILABLE}
   [junit4]   2> 2903202 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@14d3ee72{HTTP/1.1,[http/1.1]}{127.0.0.1:65523}
   [junit4]   2> 2903202 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.Server Started @2908060ms
   [junit4]   2> 2903202 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=50800, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-2-001/cores}
   [junit4]   2> 2903202 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.3.0
   [junit4]   2> 2903202 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2903202 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2903202 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-01T04:52:47.675Z
   [junit4]   2> 2903206 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2903206 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-2-001/solr.xml
   [junit4]   2> 2903211 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2903211 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38742/solr
   [junit4]   2> 2903228 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:50800_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2903236 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:50800_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50800_
   [junit4]   2> 2903239 INFO  (zkCallback-3068-thread-3-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2903240 INFO  (zkCallback-3072-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2903241 INFO  (zkCallback-3078-thread-2-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2903242 INFO  (zkCallback-3084-thread-2-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2903268 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:50800_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-2-001/cores
   [junit4]   2> 2903268 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:50800_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2903272 INFO  (OverseerStateUpdate-96685101149782020-127.0.0.1:60660_-n_0000000000) [n:127.0.0.1:60660_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2903376 INFO  (zkCallback-3078-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_    ] 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: [3])
   [junit4]   2> 2903376 INFO  (zkCallback-3084-thread-2-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_    ] 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: [3])
   [junit4]   2> 2904283 WARN  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2904284 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 2904295 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2904371 WARN  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2904373 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2904390 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2904390 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-2-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 2904390 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f1108bf
   [junit4]   2> 2904391 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2904396 WARN  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 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> 2904405 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2904405 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2904406 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2904406 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2904406 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2904406 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@69c1caa9[collection1] main]
   [junit4]   2> 2904408 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2904409 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2904409 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2904410 INFO  (searcherExecutor-10564-thread-1-processing-n:127.0.0.1:50800_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@69c1caa9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2904410 INFO  (coreLoadExecutor-10563-thread-1-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1546961623589060608
   [junit4]   2> 2904421 INFO  (coreZkRegister-10558-thread-1-processing-n:127.0.0.1:50800_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2904422 INFO  (coreZkRegister-10558-thread-1-processing-n:127.0.0.1:50800_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2904422 INFO  (coreZkRegister-10558-thread-1-processing-n:127.0.0.1:50800_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50800/collection1/
   [junit4]   2> 2904422 INFO  (coreZkRegister-10558-thread-1-processing-n:127.0.0.1:50800_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2904422 INFO  (coreZkRegister-10558-thread-1-processing-n:127.0.0.1:50800_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:50800/collection1/ has no replicas
   [junit4]   2> 2904454 INFO  (coreZkRegister-10558-thread-1-processing-n:127.0.0.1:50800_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:50800/collection1/ shard1
   [junit4]   2> 2904565 INFO  (zkCallback-3084-thread-2-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_    ] 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: [3])
   [junit4]   2> 2904565 INFO  (zkCallback-3078-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_    ] 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: [3])
   [junit4]   2> 2904618 INFO  (coreZkRegister-10558-thread-1-processing-n:127.0.0.1:50800_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2904725 INFO  (zkCallback-3078-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_    ] 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: [3])
   [junit4]   2> 2904725 INFO  (zkCallback-3084-thread-2-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_    ] 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: [3])
   [junit4]   2> 2904929 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-3-001/cores/collection1
   [junit4]   2> 2904930 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-3-001
   [junit4]   2> 2904931 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2904933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13854520{/,null,AVAILABLE}
   [junit4]   2> 2904933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3166bf39{HTTP/1.1,[http/1.1]}{127.0.0.1:35222}
   [junit4]   2> 2904933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.e.j.s.Server Started @2909791ms
   [junit4]   2> 2904933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=51046, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-3-001/cores}
   [junit4]   2> 2904933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.3.0
   [junit4]   2> 2904933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2904934 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2904934 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-01T04:52:49.407Z
   [junit4]   2> 2904937 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2904937 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-3-001/solr.xml
   [junit4]   2> 2904942 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2904943 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38742/solr
   [junit4]   2> 2904958 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:51046_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2904965 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:51046_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51046_
   [junit4]   2> 2904968 INFO  (zkCallback-3068-thread-2-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2904968 INFO  (zkCallback-3078-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2904968 INFO  (zkCallback-3072-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2904968 INFO  (zkCallback-3084-thread-2-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2904972 INFO  (zkCallback-3090-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2904991 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:51046_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-3-001/cores
   [junit4]   2> 2904991 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [n:127.0.0.1:51046_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2904995 INFO  (OverseerStateUpdate-96685101149782020-127.0.0.1:60660_-n_0000000000) [n:127.0.0.1:60660_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2905100 INFO  (zkCallback-3084-thread-2-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_    ] 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: [4])
   [junit4]   2> 2905100 INFO  (zkCallback-3078-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_    ] 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: [4])
   [junit4]   2> 2905100 INFO  (zkCallback-3090-thread-2-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_    ] 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: [4])
   [junit4]   2> 2906008 WARN  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2906009 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 2906020 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2906100 WARN  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2906102 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2906119 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2906119 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-3-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 2906119 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f1108bf
   [junit4]   2> 2906120 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2906125 WARN  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 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> 2906133 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2906133 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2906134 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2906134 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2906134 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2906134 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@640f7f2e[collection1] main]
   [junit4]   2> 2906136 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2906137 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2906137 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2906138 INFO  (searcherExecutor-10575-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@640f7f2e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2906138 INFO  (coreLoadExecutor-10574-thread-1-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1546961625400999936
   [junit4]   2> 2906145 INFO  (coreZkRegister-10569-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 2906145 INFO  (updateExecutor-3087-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2906145 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2906146 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2906146 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 2906146 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2906146 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:41053/collection1/] and I am [http://127.0.0.1:51046/collection1/]
   [junit4]   2> 2906149 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:41053]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:51046_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2906152 INFO  (SocketProxy-Acceptor-41053) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52043,localport=41053], receiveBufferSize:130880
   [junit4]   2> 2906152 INFO  (SocketProxy-Acceptor-41053) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61214,localport=51842], receiveBufferSize=139264
   [junit4]   2> 2906155 INFO  (qtp565132831-20712) [n:127.0.0.1:41053_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2906156 INFO  (qtp565132831-20712) [n:127.0.0.1:41053_    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 2906156 INFO  (qtp565132831-20712) [n:127.0.0.1:41053_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:51046_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:51046","node_name":"127.0.0.1:51046_","state":"down"}
   [junit4]   2> 2906253 INFO  (zkCallback-3078-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_    ] 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: [4])
   [junit4]   2> 2906254 INFO  (zkCallback-3084-thread-2-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_    ] 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: [4])
   [junit4]   2> 2906253 INFO  (zkCallback-3090-thread-2-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_    ] 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: [4])
   [junit4]   2> 2906519 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2906519 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 2906519 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 2907158 INFO  (qtp565132831-20712) [n:127.0.0.1:41053_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:51046_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:51046","node_name":"127.0.0.1:51046_","state":"recovering"}
   [junit4]   2> 2907158 INFO  (qtp565132831-20712) [n:127.0.0.1:41053_    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2907158 INFO  (qtp565132831-20712) [n:127.0.0.1:41053_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:51046_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1003
   [junit4]   2> 2914161 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:41053/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 2914161 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:51046 START replicas=[http://127.0.0.1:41053/collection1/] nUpdates=100
   [junit4]   2> 2914163 INFO  (SocketProxy-Acceptor-41053) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=35190,localport=41053], receiveBufferSize:130880
   [junit4]   2> 2914164 INFO  (SocketProxy-Acceptor-41053) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61214,localport=59440], receiveBufferSize=139264
   [junit4]   2> 2914164 INFO  (qtp565132831-20714) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2914165 INFO  (qtp565132831-20714) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2914165 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2914165 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 2914165 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2914165 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2914166 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2914166 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 2914166 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 2914166 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2914166 INFO  (recoveryExecutor-3088-thread-1-processing-n:127.0.0.1:51046_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 2914171 INFO  (zkCallback-3090-thread-2-processing-n:127.0.0.1:51046_) [n:127.0.0.1:51046_    ] 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: [4])
   [junit4]   2> 2914171 INFO  (zkCallback-3078-thread-1-processing-n:127.0.0.1:41053_) [n:127.0.0.1:41053_    ] 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: [4])
   [junit4]   2> 2914172 INFO  (zkCallback-3084-thread-2-processing-n:127.0.0.1:50800_) [n:127.0.0.1:50800_    ] 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: [4])
   [junit4]   2> 2914533 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6991E8A37862746B]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2914533 INFO  (SocketProxy-Acceptor-60660) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=45859,localport=60660], receiveBufferSize:130880
   [junit4]   2> 2914534 INFO  (SocketProxy-Acceptor-60660) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=64752,localport=38861], receiveBufferSize=139264
   [junit4]   2> 2914537 INFO  (qtp1899315285-20674) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2914537 INFO  (qtp1899315285-20674) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2914537 INFO  (qtp1899315285-20674) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2914537 INFO  (qtp1899315285-20674) [n:127.0.0.1:60660_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 2914540 INFO  (SocketProxy-Acceptor-50800) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=47969,localport=50800], receiveBufferSize:130880
   [junit4]   2> 2914541 INFO  (SocketProxy-Acceptor-50800) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=65523,localport=48977], receiveBufferSize=139264
   [junit4]   2> 2914546 INFO  (SocketProxy-Acceptor-50800) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55221,localport=50800], receiveBufferSize:130880
   [junit4]   2> 2914546 INFO  (SocketProxy-Acceptor-51046) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36626,localport=51046], receiveBufferSize:130880
   [junit4]   2> 2914547 INFO  (SocketProxy-Acceptor-50800) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=65523,localport=58233], receiveBufferSize=139264
   [junit4]   2> 2914547 INFO  (SocketProxy-Acceptor-51046) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35222,localport=55024], receiveBufferSize=139264
   [junit4]   2> 2914549 INFO  (SocketProxy-Acceptor-41053) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=46691,localport=41053], receiveBufferSize:130880
   [junit4]   2> 2914550 INFO  (SocketProxy-Acceptor-41053) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61214,localport=44788], receiveBufferSize=139264
   [junit4]   2> 2914551 INFO  (qtp9790818-20746) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2914551 INFO  (qtp9790818-20746) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2914551 INFO  (qtp9790818-20746) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2914551 INFO  (qtp9790818-20746) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:50800/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 2914554 INFO  (qtp565132831-20717) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2914554 INFO  (qtp565132831-20717) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2914554 INFO  (qtp1949186362-20778) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2914554 INFO  (qtp565132831-20717) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2914554 INFO  (qtp1949186362-20778) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2914554 INFO  (qtp565132831-20717) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:50800/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 2914554 INFO  (qtp1949186362-20778) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2914555 INFO  (qtp1949186362-20778) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:50800/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2914555 INFO  (qtp9790818-20748) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={_stateVer_=collection1:9&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 12
   [junit4]   2> 2914558 INFO  (SocketProxy-Acceptor-41053) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48124,localport=41053], receiveBufferSize:130880
   [junit4]   2> 2914558 INFO  (SocketProxy-Acceptor-41053) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61214,localport=48372], receiveBufferSize=139264
   [junit4]   2> 2914559 INFO  (qtp565132831-20718) [n:127.0.0.1:41053_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2914560 INFO  (SocketProxy-Acceptor-51046) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=47360,localport=51046], receiveBufferSize:130880
   [junit4]   2> 2914560 INFO  (SocketProxy-Acceptor-51046) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35222,localport=34614], receiveBufferSize=139264
   [junit4]   2> 2914561 INFO  (qtp1949186362-20777) [n:127.0.0.1:51046_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2914563 INFO  (SocketProxy-Acceptor-50800) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44090,localport=50800], receiveBufferSize:130880
   [junit4]   2> 2914563 INFO  (SocketProxy-Acceptor-50800) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=65523,localport=49155], receiveBufferSize=139264
   [junit4]   2> 2914565 INFO  (qtp9790818-20749) [n:127.0.0.1:50800_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2916567 INFO  (SocketProxy-Acceptor-41053) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62350,localport=41053], receiveBufferSize:130880
   [junit4]   2> 2916568 INFO  (SocketProxy-Acceptor-41053) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61214,localport=43202], receiveBufferSize=139264
   [junit4]   2> 2916569 INFO  (qtp565132831-20712) [n:127.0.0.1:41053_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2916573 INFO  (OverseerThreadFactory-10539-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 2916574 INFO  (OverseerThreadFactory-10539-thread-1-processing-n:127.0.0.1:60660_) [n:127.0.0.1:60660_    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 2916682 INFO  (SocketProxy-Acceptor-60660) [    ] o.a.s.c.SocketProxy accepted Socket[ad

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

t4]    >           "base_url":"http://127.0.0.1:60660",
   [junit4]    >           "node_name":"127.0.0.1:60660_",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:50800",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:50800_"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:41053",
   [junit4]    >           "node_name":"127.0.0.1:41053_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6991E8A37862746B:E1C5D779D69E1993]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3020036 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[6991E8A37862746B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6991E8A37862746B-001
   [junit4]   2> Oct 01, 2016 4:54:44 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(Lucene62): {range_facet_l_dv=PostingsFormat(name=Memory doPackFST= false), _version_=PostingsFormat(name=LuceneFixedGap), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), intDefault=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=Memory doPackFST= false), range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), text=PostingsFormat(name=Asserting), range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1593, maxMBSortInHeap=5.7898812922698655, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=hi, timezone=Singapore
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=91564008,total=490807296
   [junit4]   2> NOTE: All tests run in this JVM: [ClassificationUpdateProcessorFactoryTest, DebugComponentTest, DocValuesMissingTest, TestDFISimilarityFactory, ResourceLoaderTest, TestRequestStatusCollectionAPI, DateMathParserTest, AddSchemaFieldsUpdateProcessorFactoryTest, CopyFieldTest, CollectionsAPIAsyncDistributedZkTest, BaseCdcrDistributedZkTest, TestDistributedStatsComponentCardinality, CdcrRequestHandlerTest, TestQuerySenderListener, SuggesterWFSTTest, DocExpirationUpdateProcessorFactoryTest, TestQueryTypes, TestFieldSortValues, TestNumericTerms64, CSVRequestHandlerTest, DirectUpdateHandlerOptimizeTest, TestAtomicUpdateErrorCases, ForceLeaderTest, AddBlockUpdateTest, TestCopyFieldCollectionResource, TestTolerantUpdateProcessorCloud, CollectionStateFormat2Test, TestComplexPhraseQParserPlugin, TestReversedWildcardFilterFactory, OverseerRolesTest, TestSchemaSimilarityResource, HdfsDirectoryFactoryTest, BigEndianAscendingWordDeserializerTest, TestExactStatsCache, AnalyticsQueryTest, TestJettySolrRunner, MinimalSchemaTest, CoreAdminHandlerTest, SolrCoreCheckLockOnStartupTest, TestImplicitCoreProperties, TestCloudDeleteByQuery, TestFieldCacheSort, SpellPossibilityIteratorTest, TestCrossCoreJoin, TestDocTermOrds, TestObjectReleaseTracker, TestReplicationHandlerBackup, HdfsBasicDistributedZkTest, TestSolrXml, TestCollectionAPI, TestOnReconnectListenerSupport, TestFastWriter, CacheHeaderTest, TestCloudManagedSchema, TestReloadAndDeleteDocs, AutoCommitTest, FullHLLTest, ZkSolrClientTest, AsyncCallRequestStatusResponseTest, DeleteLastCustomShardedReplicaTest, TestSchemaManager, TestLMJelinekMercerSimilarityFactory, TestBadConfig, TestStandardQParsers, TestSchemaNameResource, MergeStrategyTest, TestDistribIDF, TestConfigSets, SearchHandlerTest, CoreAdminCreateDiscoverTest, DefaultValueUpdateProcessorTest, TestQueryUtils, LeaderElectionIntegrationTest, TestHdfsUpdateLog, CdcrReplicationDistributedZkTest, ShardSplitTest, SpellCheckCollatorTest, TestMissingGroups, TestRandomCollapseQParserPlugin, TestXmlQParserPlugin, FileBasedSpellCheckerTest, BitVectorTest, NotRequiredUniqueKeyTest, TestManagedSchema, BlockDirectoryTest, StatsReloadRaceTest, TestBulkSchemaAPI, TestJmxMonitoredMap, TestSolr4Spatial, OutOfBoxZkACLAndCredentialsProvidersTest, RegexBoostProcessorTest, DistributedQueryComponentOptimizationTest, SpatialRPTFieldTypeTest, TestLMDirichletSimilarityFactory, ReplaceNodeTest, DeleteReplicaTest, BasicAuthIntegrationTest, TestReload, CachingDirectoryFactoryTest, TestRuleBasedAuthorizationPlugin, JavabinLoaderTest, TestRandomRequestDistribution, DistributedQueueTest, ShardRoutingCustomTest, SimpleMLTQParserTest, SignatureUpdateProcessorFactoryTest, ShowFileRequestHandlerTest, TestSimpleQParserPlugin, SolrCmdDistributorTest, CustomCollectionTest, TestLuceneMatchVersion, SuggesterTSTTest, TestSolrQueryParser, TestSystemIdResolver, HdfsChaosMonkeySafeLeaderTest, RequestHandlersTest, OverseerCollectionConfigSetProcessorTest, BasicZkTest, TestSolrCoreProperties, DistributedFacetPivotWhiteBoxTest, OpenCloseCoreStressTest, TestDFRSimilarityFactory, SliceStateTest, DistanceFunctionTest, CdcrUpdateLogTest, TestRangeQuery, DeleteStatusTest, TestZkChroot, SolrIndexSplitterTest, TestSubQueryTransformerDistrib, TestDownShardTolerantSearch, TestDynamicFieldCollectionResource, TestCodecSupport, HighlighterConfigTest, TestRandomFaceting, BadCopyFieldTest, TestQuerySenderNoQuery, TestInitParams, TestJsonRequest, TestFileDictionaryLookup, CoreMergeIndexesAdminHandlerTest, TestJoin, TestMergePolicyConfig, TestHighFrequencyDictionaryFactory, BlockJoinFacetDistribTest, TestRestoreCore, SolrIndexConfigTest, UUIDFieldTest, FullSolrCloudDistribCmdsTest, TestCustomDocTransformer, TestLeaderElectionZkExpiry, TestOverriddenPrefixQueryForCustomFieldType, LukeRequestHandlerTest, DistribDocExpirationUpdateProcessorTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, ShardRoutingTest, ClusterStateUpdateTest, TestRandomDVFaceting, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, DistributedTermsComponentTest, SimpleFacetsTest, StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, SimplePostToolTest, TestCoreDiscovery, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestTrie, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, SortByFunctionTest, SolrInfoMBeanTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TestOmitPositions, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, IndexSchemaTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, TestSearchPerf, NumericFieldsTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestCharFilters, EchoParamsTest, TestPerFieldSimilarity, TestBM25SimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, TestUtils, SystemInfoHandlerTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestSimpleTrackingShardHandler, ConnectionReuseTest, TestEmbeddedSolrServerConstructors, AliasIntegrationTest, CdcrReplicationHandlerTest, CdcrVersionReplicationTest, CollectionTooManyReplicasTest, DistribJoinFromCollectionTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [455/637 (1!)] on J1 in 121.13s, 1 test, 1 failure <<< FAILURES!

[...truncated 60893 lines...]