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/12/06 04:51:03 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 18454 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18454/
Java: 64bit/jdk1.8.0_102 -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_node2:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:35339","node_name":"127.0.0.1:35339_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"down",           "base_url":"http://127.0.0.1:39287",           "core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:39287_"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica2",           "base_url":"http://127.0.0.1:35339",           "node_name":"127.0.0.1:35339_",           "state":"active",           "leader":"true"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:35639",           "node_name":"127.0.0.1:35639_",           "state":"down"}}}},   "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_node2:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:35339","node_name":"127.0.0.1:35339_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:39287",
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:39287_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:35339",
          "node_name":"127.0.0.1:35339_",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:35639",
          "node_name":"127.0.0.1:35639_",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([3D354D726C0C7887:B56172A8C2F0157F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 12123 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/init-core-data-001
   [junit4]   2> 1418600 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[3D354D726C0C7887]-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> 1418600 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[3D354D726C0C7887]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1418601 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1418601 INFO  (Thread-2986) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1418601 INFO  (Thread-2986) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1418701 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.ZkTestServer start zk server on port:33881
   [junit4]   2> 1418706 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1418707 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1418708 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1418708 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1418708 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1418709 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1418710 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1418710 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1418711 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1418711 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1418712 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1418773 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/control-001/cores/collection1
   [junit4]   2> 1418775 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1418775 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61c239d{/,null,AVAILABLE}
   [junit4]   2> 1418776 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2296e6a7{HTTP/1.1,[http/1.1]}{127.0.0.1:39723}
   [junit4]   2> 1418776 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.Server Started @1420813ms
   [junit4]   2> 1418776 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/tempDir-001/control/data, hostContext=/, hostPort=42048, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/control-001/cores}
   [junit4]   2> 1418777 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1418777 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1418777 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1418777 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1418777 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-06T04:18:06.448Z
   [junit4]   2> 1418779 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1418779 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/control-001/solr.xml
   [junit4]   2> 1418784 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33881/solr
   [junit4]   2> 1418793 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:42048_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42048_
   [junit4]   2> 1418794 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:42048_    ] o.a.s.c.Overseer Overseer (id=97058677474787332-127.0.0.1:42048_-n_0000000000) starting
   [junit4]   2> 1418796 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:42048_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42048_
   [junit4]   2> 1418797 INFO  (zkCallback-2330-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1418856 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:42048_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/control-001/cores
   [junit4]   2> 1418857 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:42048_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1418858 INFO  (OverseerStateUpdate-97058677474787332-127.0.0.1:42048_-n_0000000000) [n:127.0.0.1:42048_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1419865 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1419875 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1419956 WARN  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ 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> 1419958 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1419963 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1419963 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/control-001/cores/collection1/data/]
   [junit4]   2> 1419963 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ 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@3d70d321
   [junit4]   2> 1419964 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=59.888671875, floorSegmentMB=0.4072265625, forceMergeDeletesPctAllowed=21.1625477193584, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7075332664767402
   [junit4]   2> 1419967 WARN  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ 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> 1419972 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ 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> 1419972 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ 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> 1419972 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1419972 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1419973 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=88.671875, floorSegmentMB=0.9423828125, forceMergeDeletesPctAllowed=6.091132488773704, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1419973 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e4fa6be[collection1] main]
   [junit4]   2> 1419973 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1419974 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ 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> 1419974 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1419974 INFO  (searcherExecutor-6651-thread-1-processing-n:127.0.0.1:42048_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3e4fa6be[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1419974 INFO  (coreLoadExecutor-6650-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_ 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 1552938841035243520
   [junit4]   2> 1419979 INFO  (coreZkRegister-6643-thread-1-processing-n:127.0.0.1:42048_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1419979 INFO  (coreZkRegister-6643-thread-1-processing-n:127.0.0.1:42048_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42048_ 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> 1419979 INFO  (coreZkRegister-6643-thread-1-processing-n:127.0.0.1:42048_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42048/collection1/
   [junit4]   2> 1419979 INFO  (coreZkRegister-6643-thread-1-processing-n:127.0.0.1:42048_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1419979 INFO  (coreZkRegister-6643-thread-1-processing-n:127.0.0.1:42048_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:42048/collection1/ has no replicas
   [junit4]   2> 1419980 INFO  (coreZkRegister-6643-thread-1-processing-n:127.0.0.1:42048_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42048_ 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:42048/collection1/ shard1
   [junit4]   2> 1420131 INFO  (coreZkRegister-6643-thread-1-processing-n:127.0.0.1:42048_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1420361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1420362 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33881/solr ready
   [junit4]   2> 1420362 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1420362 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1420421 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-1-001/cores/collection1
   [junit4]   2> 1420422 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-1-001
   [junit4]   2> 1420423 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1420423 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18ed0975{/,null,AVAILABLE}
   [junit4]   2> 1420423 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6559b1cc{HTTP/1.1,[http/1.1]}{127.0.0.1:38617}
   [junit4]   2> 1420424 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.Server Started @1422461ms
   [junit4]   2> 1420424 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=39287, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-1-001/cores}
   [junit4]   2> 1420424 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1420424 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1420424 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1420424 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1420424 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-06T04:18:08.095Z
   [junit4]   2> 1420426 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1420426 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-1-001/solr.xml
   [junit4]   2> 1420441 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33881/solr
   [junit4]   2> 1420447 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:39287_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1420448 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:39287_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39287_
   [junit4]   2> 1420448 INFO  (zkCallback-2330-thread-2-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1420448 INFO  (zkCallback-2334-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1420448 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1420476 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:39287_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-1-001/cores
   [junit4]   2> 1420476 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:39287_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1420478 INFO  (OverseerStateUpdate-97058677474787332-127.0.0.1:42048_-n_0000000000) [n:127.0.0.1:42048_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1420579 WARN  (OverseerStateUpdate-97058677474787332-127.0.0.1:42048_-n_0000000000) [n:127.0.0.1:42048_    ] o.a.s.c.Overseer Bad version writing to ZK using compare-and-set, will force refresh cluster state: KeeperErrorCode = BadVersion for /collections/collection1/state.json
   [junit4]   2> 1420580 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] 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> 1420581 INFO  (OverseerStateUpdate-97058677474787332-127.0.0.1:42048_-n_0000000000) [n:127.0.0.1:42048_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1420581 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] 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> 1421485 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1421495 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1421586 WARN  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ 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> 1421589 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1421596 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1421596 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1421596 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ 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@3d70d321
   [junit4]   2> 1421597 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=59.888671875, floorSegmentMB=0.4072265625, forceMergeDeletesPctAllowed=21.1625477193584, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7075332664767402
   [junit4]   2> 1421602 WARN  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ 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> 1421611 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1421611 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ 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> 1421612 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1421612 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1421612 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=88.671875, floorSegmentMB=0.9423828125, forceMergeDeletesPctAllowed=6.091132488773704, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1421612 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@218d6bbd[collection1] main]
   [junit4]   2> 1421613 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1421613 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ 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> 1421613 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1421615 INFO  (searcherExecutor-6662-thread-1-processing-n:127.0.0.1:39287_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@218d6bbd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1421616 INFO  (coreLoadExecutor-6661-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_ 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 1552938842757005312
   [junit4]   2> 1421620 INFO  (coreZkRegister-6656-thread-1-processing-n:127.0.0.1:39287_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1421620 INFO  (coreZkRegister-6656-thread-1-processing-n:127.0.0.1:39287_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:39287_ 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> 1421620 INFO  (coreZkRegister-6656-thread-1-processing-n:127.0.0.1:39287_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39287/collection1/
   [junit4]   2> 1421620 INFO  (coreZkRegister-6656-thread-1-processing-n:127.0.0.1:39287_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1421620 INFO  (coreZkRegister-6656-thread-1-processing-n:127.0.0.1:39287_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:39287/collection1/ has no replicas
   [junit4]   2> 1421622 INFO  (coreZkRegister-6656-thread-1-processing-n:127.0.0.1:39287_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39287/collection1/ shard2
   [junit4]   2> 1421723 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] 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> 1421773 INFO  (coreZkRegister-6656-thread-1-processing-n:127.0.0.1:39287_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1421875 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] 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> 1422035 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-2-001/cores/collection1
   [junit4]   2> 1422035 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-2-001
   [junit4]   2> 1422036 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1422037 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@68a3353c{/,null,AVAILABLE}
   [junit4]   2> 1422037 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@50a4a736{HTTP/1.1,[http/1.1]}{127.0.0.1:40858}
   [junit4]   2> 1422037 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.Server Started @1424074ms
   [junit4]   2> 1422037 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=35339, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-2-001/cores}
   [junit4]   2> 1422038 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1422038 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1422038 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1422038 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1422038 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-06T04:18:09.709Z
   [junit4]   2> 1422040 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1422040 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-2-001/solr.xml
   [junit4]   2> 1422045 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33881/solr
   [junit4]   2> 1422049 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:35339_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1422051 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:35339_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35339_
   [junit4]   2> 1422051 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1422051 INFO  (zkCallback-2330-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1422051 INFO  (zkCallback-2334-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1422052 INFO  (zkCallback-2346-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1422100 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:35339_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-2-001/cores
   [junit4]   2> 1422100 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:35339_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1422102 INFO  (OverseerStateUpdate-97058677474787332-127.0.0.1:42048_-n_0000000000) [n:127.0.0.1:42048_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1422204 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] 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> 1422204 INFO  (zkCallback-2346-thread-2-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_    ] 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> 1423109 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1423119 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1423189 WARN  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ 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> 1423191 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1423197 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1423197 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-2-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1423197 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ 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@3d70d321
   [junit4]   2> 1423198 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=59.888671875, floorSegmentMB=0.4072265625, forceMergeDeletesPctAllowed=21.1625477193584, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7075332664767402
   [junit4]   2> 1423201 WARN  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ 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> 1423207 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1423207 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ 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> 1423207 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1423207 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1423207 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=88.671875, floorSegmentMB=0.9423828125, forceMergeDeletesPctAllowed=6.091132488773704, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1423208 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@791f57b4[collection1] main]
   [junit4]   2> 1423208 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1423208 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ 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> 1423208 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1423209 INFO  (searcherExecutor-6673-thread-1-processing-n:127.0.0.1:35339_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@791f57b4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1423209 INFO  (coreLoadExecutor-6672-thread-1-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_ 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 1552938844427386880
   [junit4]   2> 1423213 INFO  (coreZkRegister-6667-thread-1-processing-n:127.0.0.1:35339_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1423213 INFO  (coreZkRegister-6667-thread-1-processing-n:127.0.0.1:35339_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35339_ 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> 1423213 INFO  (coreZkRegister-6667-thread-1-processing-n:127.0.0.1:35339_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35339/collection1/
   [junit4]   2> 1423213 INFO  (coreZkRegister-6667-thread-1-processing-n:127.0.0.1:35339_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1423213 INFO  (coreZkRegister-6667-thread-1-processing-n:127.0.0.1:35339_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:35339/collection1/ has no replicas
   [junit4]   2> 1423214 INFO  (coreZkRegister-6667-thread-1-processing-n:127.0.0.1:35339_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35339/collection1/ shard1
   [junit4]   2> 1423315 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] 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> 1423315 INFO  (zkCallback-2346-thread-2-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_    ] 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> 1423365 INFO  (coreZkRegister-6667-thread-1-processing-n:127.0.0.1:35339_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1423467 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] 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> 1423467 INFO  (zkCallback-2346-thread-2-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_    ] 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> 1423660 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-3-001/cores/collection1
   [junit4]   2> 1423661 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-3-001
   [junit4]   2> 1423661 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1423663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16fb2baa{/,null,AVAILABLE}
   [junit4]   2> 1423663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@54b1a6b3{HTTP/1.1,[http/1.1]}{127.0.0.1:46681}
   [junit4]   2> 1423663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.e.j.s.Server Started @1425700ms
   [junit4]   2> 1423663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=35639, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-3-001/cores}
   [junit4]   2> 1423664 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1423664 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1423664 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1423664 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1423664 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-06T04:18:11.335Z
   [junit4]   2> 1423666 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1423666 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-3-001/solr.xml
   [junit4]   2> 1423670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33881/solr
   [junit4]   2> 1423675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:35639_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1423677 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:35639_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35639_
   [junit4]   2> 1423678 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1423678 INFO  (zkCallback-2346-thread-2-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1423678 INFO  (zkCallback-2352-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1423678 INFO  (zkCallback-2330-thread-3-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1423681 INFO  (zkCallback-2334-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1423786 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] 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> 1423786 INFO  (zkCallback-2346-thread-2-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_    ] 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> 1423786 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:35639_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-3-001/cores
   [junit4]   2> 1423786 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [n:127.0.0.1:35639_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1423787 INFO  (OverseerStateUpdate-97058677474787332-127.0.0.1:42048_-n_0000000000) [n:127.0.0.1:42048_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1423888 INFO  (zkCallback-2352-thread-2-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_    ] 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> 1423888 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] 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> 1423888 INFO  (zkCallback-2346-thread-2-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_    ] 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> 1424804 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1424817 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1424916 WARN  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ 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> 1424918 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1424925 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1424925 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-3-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1424925 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ 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@3d70d321
   [junit4]   2> 1424927 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=59.888671875, floorSegmentMB=0.4072265625, forceMergeDeletesPctAllowed=21.1625477193584, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7075332664767402
   [junit4]   2> 1424931 WARN  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ 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> 1424941 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1424941 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ 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> 1424942 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1424942 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1424943 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=88.671875, floorSegmentMB=0.9423828125, forceMergeDeletesPctAllowed=6.091132488773704, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1424943 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@62dc6e4d[collection1] main]
   [junit4]   2> 1424944 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1424944 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ 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> 1424944 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1424945 INFO  (searcherExecutor-6684-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@62dc6e4d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1424945 INFO  (coreLoadExecutor-6683-thread-1-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_ 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 1552938846247714816
   [junit4]   2> 1424948 INFO  (coreZkRegister-6678-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1424949 INFO  (updateExecutor-2349-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1424949 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1424949 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1424949 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1424949 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ 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> 1424949 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ 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:39287/collection1/] and I am [http://127.0.0.1:35639/collection1/]
   [junit4]   2> 1424950 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:39287]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:35639_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1424951 INFO  (SocketProxy-Acceptor-39287) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42576,localport=39287], receiveBufferSize:531000
   [junit4]   2> 1424954 INFO  (SocketProxy-Acceptor-39287) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38617,localport=36114], receiveBufferSize=530904
   [junit4]   2> 1424954 INFO  (qtp747901669-13189) [n:127.0.0.1:39287_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1424955 INFO  (qtp747901669-13189) [n:127.0.0.1:39287_    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 1424955 INFO  (qtp747901669-13189) [n:127.0.0.1:39287_    ] 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:35639_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35639","node_name":"127.0.0.1:35639_","state":"down"}
   [junit4]   2> 1425051 INFO  (zkCallback-2346-thread-2-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_    ] 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> 1425051 INFO  (zkCallback-2352-thread-2-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_    ] 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> 1425051 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] 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> 1425289 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1425289 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 1425289 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1425955 INFO  (qtp747901669-13189) [n:127.0.0.1:39287_    ] 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:35639_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35639","node_name":"127.0.0.1:35639_","state":"recovering"}
   [junit4]   2> 1425955 INFO  (qtp747901669-13189) [n:127.0.0.1:39287_    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1425955 INFO  (qtp747901669-13189) [n:127.0.0.1:39287_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:35639_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 1432956 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:39287/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1432956 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:35639 START replicas=[http://127.0.0.1:39287/collection1/] nUpdates=100
   [junit4]   2> 1432956 INFO  (SocketProxy-Acceptor-39287) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42610,localport=39287], receiveBufferSize:531000
   [junit4]   2> 1432957 INFO  (SocketProxy-Acceptor-39287) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38617,localport=36148], receiveBufferSize=530904
   [junit4]   2> 1432958 INFO  (qtp747901669-13189) [n:127.0.0.1:39287_ 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> 1432958 INFO  (qtp747901669-13189) [n:127.0.0.1:39287_ 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> 1432958 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ 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> 1432958 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ 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> 1432959 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ 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> 1432959 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1432959 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1432959 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1432959 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1432959 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1432959 INFO  (recoveryExecutor-2350-thread-1-processing-n:127.0.0.1:35639_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1432960 INFO  (zkCallback-2340-thread-1-processing-n:127.0.0.1:39287_) [n:127.0.0.1:39287_    ] 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> 1432960 INFO  (zkCallback-2352-thread-2-processing-n:127.0.0.1:35639_) [n:127.0.0.1:35639_    ] 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> 1432960 INFO  (zkCallback-2346-thread-2-processing-n:127.0.0.1:35339_) [n:127.0.0.1:35339_    ] 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> 1433292 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1433293 INFO  (SocketProxy-Acceptor-42048) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41166,localport=42048], receiveBufferSize:531000
   [junit4]   2> 1433294 INFO  (SocketProxy-Acceptor-42048) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39723,localport=50856], receiveBufferSize=530904
   [junit4]   2> 1433294 INFO  (qtp1846251796-13149) [n:127.0.0.1:42048_ 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> 1433295 INFO  (qtp1846251796-13149) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1433295 INFO  (qtp1846251796-13149) [n:127.0.0.1:42048_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1433295 INFO  (qtp1846251796-13149) [n:127.0.0.1:42048_ 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> 1433295 INFO  (SocketProxy-Acceptor-35339) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53770,localport=35339], receiveBufferSize:531000
   [junit4]   2> 1433296 INFO  (SocketProxy-Acceptor-35339) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40858,localport=57896], receiveBufferSize=530904
   [junit4]   2> 1433297 INFO  (SocketProxy-Acceptor-35339) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53774,localport=35339], receiveBufferSize:531000
   [junit4]   2> 1433297 INFO  (SocketProxy-Acceptor-39287) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42626,localport=39287], receiveBufferSize:531000
   [junit4]   2> 1433297 INFO  (SocketProxy-Acceptor-35639) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=34294,localport=35639], receiveBufferSize:531000
   [junit4]   2> 1433297 INFO  (SocketProxy-Acceptor-35339) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40858,localport=57900], receiveBufferSize=530904
   [junit4]   2> 1433298 INFO  (qtp1871952263-13220) [n:127.0.0.1:35339_ 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> 1433298 INFO  (qtp1871952263-13220) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1433298 INFO  (qtp1871952263-13220) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1433298 INFO  (qtp1871952263-13220) [n:127.0.0.1:35339_ 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:35339/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1433299 INFO  (SocketProxy-Acceptor-39287) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38617,localport=36166], receiveBufferSize=530904
   [junit4]   2> 1433299 INFO  (SocketProxy-Acceptor-35639) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46681,localport=33788], receiveBufferSize=530904
   [junit4]   2> 1433300 INFO  (qtp747901669-13184) [n:127.0.0.1:39287_ 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> 1433300 INFO  (qtp747901669-13184) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1433300 INFO  (qtp747901669-13184) [n:127.0.0.1:39287_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1433300 INFO  (qtp747901669-13184) [n:127.0.0.1:39287_ 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:35339/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1433300 INFO  (qtp286731641-13248) [n:127.0.0.1:35639_ 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> 1433300 INFO  (qtp286731641-13248) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1433300 INFO  (qtp286731641-13248) [n:127.0.0.1:35639_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1433300 INFO  (qtp286731641-13248) [n:127.0.0.1:35639_ 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:35339/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1433300 INFO  (qtp1871952263-13218) [n:127.0.0.1:35339_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={_stateVer_=collection1:11&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 1433301 INFO  (SocketProxy-Acceptor-39287) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42634,localport=39287], receiveBufferSize:531000
   [junit4]   2> 1433302 INFO  (SocketProxy-Acceptor-39287) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38617,localport=36172], receiveBufferSize=530904
   [junit4]   2> 1433303 INFO  (qtp747901669-13189) [n:127.0.0.1:39287_ 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> 1433303 INFO  (SocketProxy-Acceptor-35639) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=34304,localport=35639], receiveBufferSize:531000
   [junit4]   2> 1433304 INFO  (SocketProxy-Acceptor-35639) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46681,localport=33796], receiveBufferSize=530904
   [junit4]   2> 1433304 INFO  (qtp286731641-13250) [n:127.0.0.1:35639_ 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> 1433305 INFO  (SocketProxy-Acceptor-35339) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53794,localport=35339], receiveBufferSize:531000
   [junit4]   2> 1433305 INFO  (SocketProxy-Acceptor-35339) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40858,localport=57920], receiveBufferSize=530904
   [junit4]   2> 1433306 INFO  (qtp1871952263-13214) [n:127.0.0.1:35339_ 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> 1435307 INFO  (SocketProxy-Acceptor-39287) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42652,localport=39287], receiveBufferSize:531000
   [junit4]   2> 1435308 INFO  (SocketProxy-Acceptor-39287) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38617,localport=36190], receiveBufferSize=530904
   [junit4]   2> 1435309 INFO  (qtp747901669-13184) [n:127.0.0.1:39287_    ] 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> 1435310 INFO  (OverseerThreadFactory-6648-thread-1-processing-n:127.0.0.1:42048_) [n:127.0.0.1:42048_    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 1435310 INFO  (Ove

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

onfigs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	107	/solr/overseer/collection-queue-work
   [junit4]   2> 	35	/solr/overseer/queue
   [junit4]   2> 	21	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1536480 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.SocketProxy Closing 12 connections to: http://127.0.0.1:35339/, target: http://127.0.0.1:40858/
   [junit4]   2> 1536480 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:42048/, target: http://127.0.0.1:39723/
   [junit4]   2> 1536480 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:39287/, target: http://127.0.0.1:38617/
   [junit4]   2> 1536480 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3D354D726C0C7887]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:35639/, target: http://127.0.0.1:46681/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=3D354D726C0C7887 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=is-IS -Dtests.timezone=America/Matamoros -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  118s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:35339","node_name":"127.0.0.1:35339_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:39287",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:39287_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:35339",
   [junit4]    >           "node_name":"127.0.0.1:35339_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:35639",
   [junit4]    >           "node_name":"127.0.0.1:35639_",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3D354D726C0C7887:B56172A8C2F0157F]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1536483 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[3D354D726C0C7887]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3D354D726C0C7887-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=is-IS, timezone=America/Matamoros
   [junit4]   2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=149185808,total=510955520
   [junit4]   2> NOTE: All tests run in this JVM: [TestShardHandlerFactory, TestQueryUtils, OpenExchangeRatesOrgProviderTest, BasicFunctionalityTest, CoreAdminRequestStatusTest, TestSolrIndexConfig, TestDeleteCollectionOnDownNodes, TestShortCircuitedRequests, TestReRankQParserPlugin, DistanceUnitsTest, HdfsSyncSliceTest, TestFieldCacheSortRandom, TestRawTransformer, CdcrReplicationHandlerTest, FileUtilsTest, TestAddFieldRealTimeGet, TimeZoneUtilsTest, CollectionReloadTest, BasicAuthStandaloneTest, TestManagedStopFilterFactory, TestComplexPhraseQParserPlugin, MoreLikeThisHandlerTest, TestDocumentBuilder, BlobRepositoryCloudTest, SimplePostToolTest, TestFieldCollectionResource, TestLeaderElectionZkExpiry, DistributedFacetPivotSmallTest, TestFastLRUCache, TestManagedResource, CoreSorterTest, TestSolr4Spatial2, AliasIntegrationTest, TestExportWriter, TestLegacyFieldCache, TestConfigSets, TestPerFieldSimilarity, CloneFieldUpdateProcessorFactoryTest, CollectionsAPIDistributedZkTest, TestRandomRequestDistribution, TestSweetSpotSimilarityFactory, DOMUtilTest, DistanceFunctionTest, TestMiniSolrCloudClusterSSL, DeleteStatusTest, TestDocBasedVersionConstraints, BJQParserTest, TestSolrQueryParserDefaultOperatorResource, JavabinLoaderTest, TestAuthenticationFramework, DistribJoinFromCollectionTest, ChaosMonkeySafeLeaderTest, TestElisionMultitermQuery, TestSubQueryTransformer, WordBreakSolrSpellCheckerTest, TestJavabinTupleStreamParser, SortByFunctionTest, TestTrie, TestSolrXml, SimpleMLTQParserTest, ClassificationUpdateProcessorFactoryTest, ChaosMonkeyNothingIsSafeTest, DocValuesNotIndexedTest, IndexSchemaRuntimeFieldTest, TestSchemaSimilarityResource, SmileWriterTest, BigEndianAscendingWordDeserializerTest, SolrCLIZkUtilsTest, TestClusterStateMutator, TestWordDelimiterFilterFactory, AnalyticsMergeStrategyTest, OverseerStatusTest, SpellCheckCollatorTest, SOLR749Test, SpatialFilterTest, ZkControllerTest, TestStressVersions, TestPartialUpdateDeduplication, BooleanFieldTest, CSVRequestHandlerTest, TestExclusionRuleCollectionAccess, TestClusterProperties, ConvertedLegacyTest, DeleteNodeTest, TestHashPartitioner, TestCloudPivotFacet, ReplicationFactorTest, SampleTest, HttpSolrCallGetCoreTest, TestNonDefinedSimilarityFactory, MergeStrategyTest, TlogReplayBufferedWhileIndexingTest, ExplicitHLLTest, IndexSchemaTest, RequestLoggingTest, TestXIncludeConfig, QueryParsingTest, TestMissingGroups, TestSlowCompositeReaderWrapper, TestInitParams, TestPKIAuthenticationPlugin, TestInitQParser, TestDynamicLoading, DocValuesMissingTest, JsonLoaderTest, SchemaVersionSpecificBehaviorTest, BasicDistributedZkTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, ShardRoutingCustomTest, TestDistributedGrouping, TestRecovery, TermVectorComponentDistributedTest, TestRealTimeGet, HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, TestFiltering, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, CoreAdminHandlerTest, SuggesterTSTTest, SuggesterTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TermsComponentTest, TestValueSourceCache, TestIndexingPerformance, TestSolrQueryParser, RegexBoostProcessorTest, ReturnFieldsTest, TestCSVResponseWriter, TestPHPSerializedResponseWriter, HighlighterConfigTest, SolrIndexConfigTest, TestMergePolicyConfig, TestDocSet, TestBinaryField, TestSearchPerf, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, ResourceLoaderTest, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, ZkNodePropsTest, SystemInfoHandlerTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ConnectionReuseTest, BaseCdcrDistributedZkTest, CdcrRequestHandlerTest, CollectionStateFormat2Test, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, CustomCollectionTest, DeleteShardTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [475/658 (1!)] on J1 in 117.90s, 1 test, 1 failure <<< FAILURES!

[...truncated 63031 lines...]